Releases: Netflix/photon
Patch Release
In this release we make a modification in the XML DSig schema to comment out the DOCType block since it causes schema validation failures when trying to access the document "http://www.w3.org/2001/XMLSchema.dtd" and W3C denies the access request.
Patch Release
In the IMF layer we were not completing CPL schema URI checks because the supported schema URIs list which should've been statically initialized was being compiled in the context of a constructor. This is not a desirable approach since we expose static methods that could be invoked prior to a CPL object being constructed.
Another change in this release is to tighten the CompositionPlaylistTest by checking for the validity of the CPL schema URI in a candidate CPL.
Patch release
Fixing a schema loader issue which was breaking IMF assets schema validation. Hopefully this release addresses the limitation.
Patch release
This release makes CPL schema checks accessible from a static context, and addresses a ReadMe ambiguity pointed out by the OSS community.
Patch release
This release changes the module name from MXFLibrary -> Photon, which in effect changes the ArtifactID in MavenCentral. Rest of the changes are backwards compatible - JavaDoc improvements, additions to help adoption of photon in IMF workflows.
Feature release
With this release we have included the framework to add support for Interoperable Master Format (IMF) use cases in the future.
Patch release
This is a patch release with the following changes :
- Static code analysis violations FindBugs and PMD will now result in build failures.
- OSSLifeCycle tag has been updated to indicate current active status for the project.
First release of Photon
Merge pull request #7 from Netflix/feature/UpgradeFindBugsLibrary Removing usage of FindBugs annotation and updating the find bugs filt…