Skip to content

Releases: highsource/jaxb-tools

Version 0.10.0

05 Oct 22:18
Compare
Choose a tag to compare

Backwards compatibility:

  • This release contains a workaround for JAXB-1044. By default, catalog resolver will be also applied to the "root" URI - that is, to the schemas you compile directly, not just to the imported or included schemas.
  • This release contains a workaround for JAXB-1045. Catalog resolver will resolve the schema into the underlying resource, but it will not change the system id (URL or location) of the schea. This may result in old bindings stopped working - in case they were applied to the resolved system id instead of the original one. This would have been fixed with JAXB-1046, but there's no workaround for that as this code is not accessible from the outside.
  • With the implementation of issue #5, bindings, which were bound to the file URLs of the Maven artifacts will not work anymore. You have to bind to the maven:groupId:artifactId:type:classifier:version!/resource from now on.