uPortal-Attic / MapPortlet

Apache License 2.0
5 stars 11 forks source link

chore(deps): update dependency org.jvnet.jaxb2.maven2:maven-jaxb2-plugin to v0.15.1 #45

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jvnet.jaxb2.maven2:maven-jaxb2-plugin 0.7.4 -> 0.15.1 age adoption passing confidence

Release Notes

highsource/maven-jaxb2-plugin ### [`v0.15.1`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.15.1): Release [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.14.0...0.15.1) #### What's Changed - Fix "incompatible types: `List` cannot be converted to `java.util.List`" error by [@​jspricke](https://togithub.com/jspricke) in [https://github.com/highsource/maven-jaxb2-plugin/pull/154](https://togithub.com/highsource/maven-jaxb2-plugin/pull/154) - Upgrade jaxb2-basics version by [@​Tmarty](https://togithub.com/Tmarty) in [https://github.com/highsource/maven-jaxb2-plugin/pull/165](https://togithub.com/highsource/maven-jaxb2-plugin/pull/165) - Remove usage of unclosed URLClassLoader by [@​marcphilipp](https://togithub.com/marcphilipp) in [https://github.com/highsource/maven-jaxb2-plugin/pull/169](https://togithub.com/highsource/maven-jaxb2-plugin/pull/169) - \[[#​210](https://togithub.com/highsource/maven-jaxb2-plugin/issues/210)] Add a GH action to build PR's by [@​mattrpav](https://togithub.com/mattrpav) in [https://github.com/highsource/maven-jaxb2-plugin/pull/211](https://togithub.com/highsource/maven-jaxb2-plugin/pull/211) - \[[#​210](https://togithub.com/highsource/maven-jaxb2-plugin/issues/210)] Add a GH action to build PR's by [@​mattrpav](https://togithub.com/mattrpav) in [https://github.com/highsource/maven-jaxb2-plugin/pull/212](https://togithub.com/highsource/maven-jaxb2-plugin/pull/212) - \[[#​213](https://togithub.com/highsource/maven-jaxb2-plugin/issues/213)] Upgrade jaxb 23 to latest by [@​mattrpav](https://togithub.com/mattrpav) in [https://github.com/highsource/maven-jaxb2-plugin/pull/214](https://togithub.com/highsource/maven-jaxb2-plugin/pull/214) - \[[#​215](https://togithub.com/highsource/maven-jaxb2-plugin/issues/215), [#​216](https://togithub.com/highsource/maven-jaxb2-plugin/issues/216)] Disable failing tests for now by [@​mattrpav](https://togithub.com/mattrpav) in [https://github.com/highsource/maven-jaxb2-plugin/pull/217](https://togithub.com/highsource/maven-jaxb2-plugin/pull/217) - \[[#​218](https://togithub.com/highsource/maven-jaxb2-plugin/issues/218)] Update for test release to Maven Central by [@​mattrpav](https://togithub.com/mattrpav) in [https://github.com/highsource/maven-jaxb2-plugin/pull/219](https://togithub.com/highsource/maven-jaxb2-plugin/pull/219) - \[[#​218](https://togithub.com/highsource/maven-jaxb2-plugin/issues/218)] Add release plugin and updates scm to github by [@​mattrpav](https://togithub.com/mattrpav) in [https://github.com/highsource/maven-jaxb2-plugin/pull/220](https://togithub.com/highsource/maven-jaxb2-plugin/pull/220) - \[[#​218](https://togithub.com/highsource/maven-jaxb2-plugin/issues/218)] Add OSSRH staging plugin by [@​mattrpav](https://togithub.com/mattrpav) in [https://github.com/highsource/maven-jaxb2-plugin/pull/223](https://togithub.com/highsource/maven-jaxb2-plugin/pull/223) #### New Contributors - [@​mattrpav](https://togithub.com/mattrpav) is the primary maintainer - [@​jspricke](https://togithub.com/jspricke) made their first contribution in [https://github.com/highsource/maven-jaxb2-plugin/pull/154](https://togithub.com/highsource/maven-jaxb2-plugin/pull/154) - [@​Tmarty](https://togithub.com/Tmarty) made their first contribution in [https://github.com/highsource/maven-jaxb2-plugin/pull/165](https://togithub.com/highsource/maven-jaxb2-plugin/pull/165) - [@​marcphilipp](https://togithub.com/marcphilipp) made their first contribution in [https://github.com/highsource/maven-jaxb2-plugin/pull/169](https://togithub.com/highsource/maven-jaxb2-plugin/pull/169) **Full Changelog**: https://github.com/highsource/maven-jaxb2-plugin/compare/0.14.0...0.15.1 ### [`v0.14.0`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.14.0): Version 0.14.0 [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.13.3...0.14.0) Release notes: - This version supports Java 9/JAXB 2.3. (see [#​114](https://togithub.com/highsource/maven-jaxb2-plugin/issues/114) and [#​120](https://togithub.com/highsource/maven-jaxb2-plugin/issues/120)). Use `maven-jaxb2-plugin` or `maven-jaxb23-plugin`. - [Issues, fixed in this release](https://togithub.com/highsource/maven-jaxb2-plugin/issues?q=milestone%3A0.14.0+is%3Aclosed). Development: - The plugin must now be built on JDK 9. Backwards compatibility: - `maven-jaxb2-plugin` now uses JAXB 2.3 by default. - Java 1.6 is no longer supported. ### [`v0.13.3`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.13.3): Version 0.13.3 [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.13.2...0.13.3) Release notes: - [Issues, fixed in this release](https://togithub.com/highsource/maven-jaxb2-plugin/issues?q=milestone%3A0.13.3+is%3Aclosed) ### [`v0.13.2`](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.13.1...0.13.2) [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.13.1...0.13.2) ### [`v0.13.1`](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.13.0...0.13.1) [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.13.0...0.13.1) ### [`v0.13.0`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.13.0): Version 0.13.0 [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.12.3...0.13.0) Release notes: - [Issues, fixed in this release](https://togithub.com/highsource/maven-jaxb2-plugin/issues?q=milestone%3A0.13.0+is%3Aclosed). - Fixes [#​33](https://togithub.com/highsource/maven-jaxb2-plugin/issues/33) - corrected `lifecycle-mapping-metadata.xml` for m2e in `maven-jaxb20-plugin`, `maven-jaxb21-plugin`, `maven-jaxb22-plugin`. The `maven-jaxb2-plugin` was fine. - Improved command-line messages (see issue [#​36](https://togithub.com/highsource/maven-jaxb2-plugin/issues/36)). - Added `useActiveProxyAsHttpproxy` configuration parameter, which, if set to `true`, passes active proxy from Maven settings to XJC (see [#​58](https://togithub.com/highsource/maven-jaxb2-plugin/issues/58) and [#​50](https://togithub.com/highsource/maven-jaxb2-plugin/issues/50)). - The plugin now atomatically adds `if-exists="true"` to the generated episode files (see [#​41](https://togithub.com/highsource/maven-jaxb2-plugin/issues/41), [#​55](https://togithub.com/highsource/maven-jaxb2-plugin/issues/55)). Development: - The plugin can now be built on JDK 8 (see [#​37](https://togithub.com/highsource/maven-jaxb2-plugin/issues/37)). Backwards compatibility: - The plugin now atomatically adds `if-exists="true"` to the generated episode files by defaults. This may cause backwards-incompatible behaviour. You can turn this off by setting `addIfExistsToEpisodeSchemaBindings` to `false`. Many thanks to **Stephan Schroevers** ([@​Stephan202](https://togithub.com/Stephan202)) for his contribution. Also many thanks to **David Santos** ([@​Dawuid](https://togithub.com/Dawuid)) for his work on issue [#​50](https://togithub.com/highsource/maven-jaxb2-plugin/issues/50). ### [`v0.12.3`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.12.3): Version 0.12.3 [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.12.2...0.12.3) This release contains a number of small fixes and improvements. No known backwards compatibility issues. - [#​29](https://togithub.com/highsource/maven-jaxb2-plugin/issues/29) - use SLF4J for logging. ### [`v0.12.2`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.12.2): Version 0.12.2 [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.12.1...0.12.2) In this release: - Fixes a NPE in the `MavenCatalogResolver` ([#​27](https://togithub.com/highsource/maven-jaxb2-plugin/issues/27)) - Moved to the `org.glassfish` JAXB artifacts ([#​25](https://togithub.com/highsource/maven-jaxb2-plugin/issues/25)) - Closed "You should follow the trademark rules of Apache Software Foundation" ([#​26](https://togithub.com/highsource/maven-jaxb2-plugin/issues/26)) as won't fix. As renaming will damage the community, I will not rename the plugin unless legally or technically forced to. ### [`v0.12.1`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.12.1): Version 0.12.1 [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.12.0...0.12.1) New features: - This release primarily addresses up-to date checks and issue [#​22](https://togithub.com/highsource/maven-jaxb2-plugin/issues/22) in particular. - See [the documentation on the up-to date checks](https://togithub.com/highsource/maven-jaxb2-plugin/wiki/Up-To-Date-Checks). - As of this release, the usage of `forceRegenerate=true` is [discouraged](https://togithub.com/highsource/maven-jaxb2-plugin/wiki/Do-Not-Use-forceRegenerate). Backwards compatibility notes: - Despite massive changes in the up-to-date check this must be backwards-compatible to previous releases. - You may notice differences if you're compiling directly from Web resources (absolute `http`/`https` URLs, which is not recommended anyway) or from JAR files. These types of resources were previously not checked for actuality during the up-to-date check. ### [`v0.12.0`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.12.0): Version 0.12.0 [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.11.0...0.12.0) - This version fixes a bug in the Maven catalog resolver (see Issue [#​23](https://togithub.com/highsource/maven-jaxb2-plugin/issues/23)). - Logging in the Maven catalog resolver was slightly improved. ### [`v0.11.0`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.11.0): Version 0.11.0 [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.10.0...0.11.0) Updated to use the newly released JAXB 2.2.11. ### [`v0.10.0`](https://togithub.com/highsource/maven-jaxb2-plugin/releases/tag/0.10.0): Version 0.10.0 [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.9.1...0.10.0) Backwards compatibility: - This release contains a workaround for [JAXB-1044](https://java.net/jira/browse/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](https://java.net/jira/browse/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](https://java.net/jira/browse/JAXB-1046), but there's no workaround for that as this code is not accessible from the outside. - With the implementation of issue [#​5](https://togithub.com/highsource/maven-jaxb2-plugin/issues/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. ### [`v0.9.1`](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.9.0...0.9.1) [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.9.0...0.9.1) ### [`v0.9.0`](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.8.3...0.9.0) [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.8.3...0.9.0) ### [`v0.8.3`](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.8.2...0.8.3) [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.8.2...0.8.3) ### [`v0.8.2`](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.8.1...0.8.2) [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.8.1...0.8.2) ### [`v0.8.1`](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.8.0...0.8.1) [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.8.0...0.8.1) ### [`v0.8.0`](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.7.5...0.8.0) [Compare Source](https://togithub.com/highsource/maven-jaxb2-plugin/compare/0.7.5...0.8.0)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.