From e32a0a97d0435320f66fd0cfcca168f93ad5ec79f9d2ae9ede3495b22b1ada3b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 14 Nov 2024 06:43:49 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-shade-plugin?expand=0&rev=14 --- .gitattributes | 23 ++++ .gitignore | 1 + maven-shade-plugin-3.4.1-source-release.zip | 3 + maven-shade-plugin-3.6.0-source-release.zip | 3 + maven-shade-plugin.changes | 123 ++++++++++++++++++++ maven-shade-plugin.spec | 83 +++++++++++++ 6 files changed, 236 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 maven-shade-plugin-3.4.1-source-release.zip create mode 100644 maven-shade-plugin-3.6.0-source-release.zip create mode 100644 maven-shade-plugin.changes create mode 100644 maven-shade-plugin.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/maven-shade-plugin-3.4.1-source-release.zip b/maven-shade-plugin-3.4.1-source-release.zip new file mode 100644 index 0000000..81aeeef --- /dev/null +++ b/maven-shade-plugin-3.4.1-source-release.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cb44f70ed3b3b9cd21e52015331eae69cddd703c1ff35b3b0839b7b0dbe0d1 +size 882603 diff --git a/maven-shade-plugin-3.6.0-source-release.zip b/maven-shade-plugin-3.6.0-source-release.zip new file mode 100644 index 0000000..4e6f45c --- /dev/null +++ b/maven-shade-plugin-3.6.0-source-release.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1b64bbf8589a604da34c2aa907a1473e799fac91c3c3d8aab8ed0ec901f38e +size 918217 diff --git a/maven-shade-plugin.changes b/maven-shade-plugin.changes new file mode 100644 index 0000000..b06325d --- /dev/null +++ b/maven-shade-plugin.changes @@ -0,0 +1,123 @@ +------------------------------------------------------------------- +Fri May 5 08:04:24 UTC 2023 - Fridrich Strba + +- Upgrade to upstream version 3.4.1 + * Bug + + [MSHADE-148] Shade Plugin gets stuck in infinite loop + building dependency reduced POM + + [MSHADE-223] Endless processing when + promoteTransitiveDependencies=true + + [MSHADE-252] shadeSourcesContent is broken when combined with + partial relocation + + [MSHADE-284] Shaded test JARs are always empty + + [MSHADE-291] shadedPattern applied multiples times when + relocating the contents of META-INF/services files + + [MSHADE-298] Groovy extension module transformer looking in + incorrect META-INF directory + + [MSHADE-309] issue tracker link on the web site of shade + plugin does not work. + + [MSHADE-311] Bad exclusions in dependency-reduced-pom.xml + + [MSHADE-315] Broken link on Maven Shade Plugin + + [MSHADE-318] Specifically included class's dependencies are + missing + + [MSHADE-331] Issue Tracker link is not working - Page Not + Found + + [MSHADE-337] Relocation cannot process class file version 58 + JARs + + [MSHADE-339] Shaded test jar has wrong type "jar" + + [MSHADE-340] Shaded test jar artifact is not attached + + [MSHADE-352] shaded jars are not reproducible when using + transformer + + [MSHADE-360] ServicesResourceTransformer.modifyOutputStream + swallows IOExceptions + + [MSHADE-363] Breaking change to ResourceTransformer's API + + [MSHADE-366] The warning "Access denied" during 'minimizeJar' + is always printed + + [MSHADE-378] Shade plugin changes the compression level of + nested jar entries + + [MSHADE-396] Improve SourceContent Shading + + [MSHADE-413] Maven shade plugin enters endless loop + + [MSHADE-417] Fix null bytes appended to small files by + maven-shade-plugin + + [MSHADE-425] Maven shade plugin build fails without 'clean' + goal + * New Feature + + [MSHADE-36] Add option to include dependency reduced POM + instead of original one + + [MSHADE-306] Log all duplicates, not only classes + + [MSHADE-347] Reproducible Builds: make entries in output jar + files reproducible + * Improvement + + [MSHADE-285] It should be possible to shade test sources as a + JAR + + [MSHADE-313] Minimize jar should respect implementations + under /META-INF/services/ + + [MSHADE-316] Minijar: true + + [MSHADE-319] Group output into included and excluded + artifacts to easily identify them + + [MSHADE-321] Always respect 'createDependencyReducedPom' flag + + [MSHADE-348] Make build Reproducible + + [MSHADE-371] Update Shade + Apache[Notice/LICENSE]ResourceTransformer to use also + [NOTICE/LICENSE].md + + [MSHADE-373] Source transformation on source jar can break + OSGi resolution due to duplicated bundle name + + [MSHADE-382] Add an option to skip execution + + [MSHADE-391] Do not modify class files, if nothing was + relocated + + [MSHADE-405] ShowOverlapping Uses http instead of https + * Test + + [MSHADE-327] improved integration test coverage for + relocation and minification + * Task + + [MSHADE-322] Provide a transformer for properties files + + [MSHADE-330] Java 12 and 13 support + + [MSHADE-346] Introduce mock repository manager for testing + + [MSHADE-350] Enable ManifestResourceTransformer to rewrite + the manifest with relocations + + [MSHADE-364] Don't log as duplicate resource handled by a + transformer + + [MSHADE-365] document Properties transformers available since + 3.2.2 in separate table + + [MSHADE-389] Get rid of old baggage + + [MSHADE-390] Implement Sisu index transformer + + [MSHADE-393] Upgrade project from Java 7 to 8 + + [MSHADE-401] Improve ServiceResourceTransformer + + [MSHADE-412] SimpleRelocator can fail in NPE, in particular + with manifest transformer + + [MSHADE-416] Jenkins URL is wrong. + + [MSHADE-422] Remove usage of deprecated Plugin#getGoals() + + [MSHADE-423] Get rid of commons-lang3 + + [MSHADE-430] Remove usage of deprecated ModelBase#getReports() + + [MSHADE-431] Use a caching output stream + + [MSHADE-432] Duplicate services entries can be generated + * Dependency upgrade + + [MSHADE-320] Upgrade maven-artifact-transfer to 0.11.0 + + [MSHADE-338] Upgrade maven-artifact-transfer 0.12.0 + + [MSHADE-341] Upgrade plexus-utils 3.3.0 + + [MSHADE-349] Upgrade to org.ow2.asm:asm:7.3.1 + + [MSHADE-355] Java 15 Compatibility - JDependecny/ASM Upgrade + + [MSHADE-357] Upgrade asm to 8.0 + + [MSHADE-379] Support Java 16 - upgrade ASM to 9.0 + + [MSHADE-386] Update JDependency to 2.6.0 + + [MSHADE-407] Update ASM to 9.2 to support Java 17 + + [MSHADE-415] Upgrade maven-plugin parent to 37 + + [MSHADE-424] Upgrade jdependency 2.8.0 + +------------------------------------------------------------------- +Sun Nov 24 17:34:34 UTC 2019 - Fridrich Strba + +- Upgrade to upstream version 3.2.1 +- Removed patch: + * 0001-Port-to-maven-dependency-tree-3.0.patch + + Integrated upstream + +------------------------------------------------------------------- +Sat Apr 6 11:14:42 UTC 2019 - Jan Engelhardt + +- Add missing Group: line. Use noun phrase in summary. + +------------------------------------------------------------------- +Fri Apr 5 15:38:17 UTC 2019 - Fridrich Strba + +- Initial packaging of maven-shade-plugin 3.1.1 diff --git a/maven-shade-plugin.spec b/maven-shade-plugin.spec new file mode 100644 index 0000000..30320af --- /dev/null +++ b/maven-shade-plugin.spec @@ -0,0 +1,83 @@ +# +# spec file for package maven-shade-plugin +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: maven-shade-plugin +Version: 3.6.0 +Release: 0 +Summary: Capability to package the artifact in an uber-jar +License: Apache-2.0 +Group: Development/Libraries/Java +URL: http://maven.apache.org/plugins/%{name} +Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip +BuildRequires: fdupes +BuildRequires: maven-local +BuildRequires: unzip +BuildRequires: mvn(commons-io:commons-io) +BuildRequires: mvn(javax.inject:javax.inject) +BuildRequires: mvn(org.apache.commons:commons-collections4) +BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:) +BuildRequires: mvn(org.apache.maven.shared:maven-artifact-transfer) +BuildRequires: mvn(org.apache.maven.shared:maven-dependency-tree) +BuildRequires: mvn(org.apache.maven:maven-artifact) +BuildRequires: mvn(org.apache.maven:maven-core) +BuildRequires: mvn(org.apache.maven:maven-model) +BuildRequires: mvn(org.apache.maven:maven-plugin-api) +BuildRequires: mvn(org.codehaus.plexus:plexus-utils) +BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin) +BuildRequires: mvn(org.jdom:jdom2) +BuildRequires: mvn(org.ow2.asm:asm) +BuildRequires: mvn(org.ow2.asm:asm-commons) +BuildRequires: mvn(org.slf4j:slf4j-api) +BuildRequires: mvn(org.vafer:jdependency) +BuildArch: noarch + +%description +This plugin provides the capability to package the artifact in an +uber-jar, including its dependencies and to shade, i.e. rename, the +packages of some of the dependencies. + +%package javadoc +Summary: API documentation for %{name} +Group: Documentation/HTML + +%description javadoc +%{summary}. + +%prep +%setup -q +rm src/test/jars/plexus-utils-1.4.1.jar + +%build +%{mvn_build} -f \ +%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} + -- -Dmaven.compiler.release=8 +%endif + +%install +%mvn_install +%fdupes -s %{buildroot}%{_javadocdir} + +%files -f .mfiles +%license LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%license LICENSE NOTICE + +%changelog From 96d3f8ac76ecd26b7c7b728f5a989e8d9eeaf6fede9884211446aaaeae1e618a Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 14 Nov 2024 06:53:25 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-shade-plugin?expand=0&rev=15 --- maven-shade-plugin.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maven-shade-plugin.spec b/maven-shade-plugin.spec index 30320af..11a6162 100644 --- a/maven-shade-plugin.spec +++ b/maven-shade-plugin.spec @@ -64,6 +64,9 @@ Group: Documentation/HTML %setup -q rm src/test/jars/plexus-utils-1.4.1.jar +%pom_change_dep :plexus-utils ::4.0.2 +%pom_add_dep org.codehaus.plexus:plexus-xml:3.0.1 + %build %{mvn_build} -f \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} From 8da6d474792bb3fc2eca2b5ab0f4fa930fcd31245def8425e58be046eeb1af6e Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 26 Nov 2024 10:26:32 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-shade-plugin?expand=0&rev=16 --- maven-shade-plugin.changes | 178 +++++++++++++++++++++++-------------- 1 file changed, 112 insertions(+), 66 deletions(-) diff --git a/maven-shade-plugin.changes b/maven-shade-plugin.changes index b06325d..1589ae6 100644 --- a/maven-shade-plugin.changes +++ b/maven-shade-plugin.changes @@ -1,108 +1,154 @@ +------------------------------------------------------------------- +Tue Nov 26 10:14:43 UTC 2024 - Fridrich Strba + +- Upgrade to upstream version 3.6.0 + * Bug + + MSHADE-428: Typo causes mysterious NPE in build + + MSHADE-443: Fix problems with shadeSourcesContent + + MSHADE-454: Shade Plugin does not work with JDK 20 + + MSHADE-420: Reproducible Builds timestamp issue in some cases + + MSHADE-462: 3.5.1 not compatible with 3.4.1: The version + cannot be empty + + MSHADE-467: Dependency-reduced POM with missing exclusions in + concurrent build + + MSHADE-469: Cannot generate a jar since switching from 3.4.1 + to 3.5.x + + MSHADE-471: still timestamp issues with timezones (DST) + * New Feature + + MSHADE-400: Self-minimisation with custom entry points + + MSHADE-478: Add ability to inject extra artifacts into shaded + output + * Improvement + + MSHADE-459: Prepare to build and pass tests with Java 21 + + MSHADE-461: multi-release jars with java 22 classes cause + class version issues + + MSHADE-468: add plugin system requirements history section + * Task + + MSHADE-438: Update to Maven 3.2.5 + + MSHADE-450: Upgrade to parent POM 39, reformat + + MSHADE-458: Refresh download page + + MSHADE-472: upgrade parent POM + + MSHADE-473: Drop legacy and superfluous deps: + maven-dependency-tree and commons-collections4 + * Dependency upgrade + + MSHADE-446: Update dependencies + + MSHADE-447: Move off forked Guice + + MSHADE-448: Upgrade ASM to 9.5 + + MSHADE-449: Upgrade plexus-utils to 3.5.1 + + MSHADE-457: Upgrade Parent to 40 + + MSHADE-463: Bump asmVersion from 9.5 to 9.6 + + MSHADE-464: Maven 3.6.3 as minimum requirements + + MSHADE-470: Upgrade ASM to 9.7 (Java 23) + + MSHADE-474: Align dependencies with Maven 3 (as this is Maven3 plugin) + + MSHADE-475: Upgrade commons-io to 2.16.1 + + MSHADE-476: Upgrade commons-compress to 1.26.2 + + MSHADE-477: (test) Upgrade test dependencies + ------------------------------------------------------------------- Fri May 5 08:04:24 UTC 2023 - Fridrich Strba - Upgrade to upstream version 3.4.1 * Bug - + [MSHADE-148] Shade Plugin gets stuck in infinite loop + + MSHADE-148: Shade Plugin gets stuck in infinite loop building dependency reduced POM - + [MSHADE-223] Endless processing when + + MSHADE-223: Endless processing when promoteTransitiveDependencies=true - + [MSHADE-252] shadeSourcesContent is broken when combined with + + MSHADE-252: shadeSourcesContent is broken when combined with partial relocation - + [MSHADE-284] Shaded test JARs are always empty - + [MSHADE-291] shadedPattern applied multiples times when + + MSHADE-284: Shaded test JARs are always empty + + MSHADE-291: shadedPattern applied multiples times when relocating the contents of META-INF/services files - + [MSHADE-298] Groovy extension module transformer looking in + + MSHADE-298: Groovy extension module transformer looking in incorrect META-INF directory - + [MSHADE-309] issue tracker link on the web site of shade + + MSHADE-309: issue tracker link on the web site of shade plugin does not work. - + [MSHADE-311] Bad exclusions in dependency-reduced-pom.xml - + [MSHADE-315] Broken link on Maven Shade Plugin - + [MSHADE-318] Specifically included class's dependencies are + + MSHADE-311: Bad exclusions in dependency-reduced-pom.xml + + MSHADE-315: Broken link on Maven Shade Plugin + + MSHADE-318: Specifically included class's dependencies are missing - + [MSHADE-331] Issue Tracker link is not working - Page Not + + MSHADE-331: Issue Tracker link is not working - Page Not Found - + [MSHADE-337] Relocation cannot process class file version 58 + + MSHADE-337: Relocation cannot process class file version 58 JARs - + [MSHADE-339] Shaded test jar has wrong type "jar" - + [MSHADE-340] Shaded test jar artifact is not attached - + [MSHADE-352] shaded jars are not reproducible when using + + MSHADE-339: Shaded test jar has wrong type "jar" + + MSHADE-340: Shaded test jar artifact is not attached + + MSHADE-352: shaded jars are not reproducible when using transformer - + [MSHADE-360] ServicesResourceTransformer.modifyOutputStream + + MSHADE-360: ServicesResourceTransformer.modifyOutputStream swallows IOExceptions - + [MSHADE-363] Breaking change to ResourceTransformer's API - + [MSHADE-366] The warning "Access denied" during 'minimizeJar' + + MSHADE-363: Breaking change to ResourceTransformer's API + + MSHADE-366: The warning "Access denied" during 'minimizeJar' is always printed - + [MSHADE-378] Shade plugin changes the compression level of + + MSHADE-378: Shade plugin changes the compression level of nested jar entries - + [MSHADE-396] Improve SourceContent Shading - + [MSHADE-413] Maven shade plugin enters endless loop - + [MSHADE-417] Fix null bytes appended to small files by + + MSHADE-396: Improve SourceContent Shading + + MSHADE-413: Maven shade plugin enters endless loop + + MSHADE-417: Fix null bytes appended to small files by maven-shade-plugin - + [MSHADE-425] Maven shade plugin build fails without 'clean' + + MSHADE-425: Maven shade plugin build fails without 'clean' goal * New Feature - + [MSHADE-36] Add option to include dependency reduced POM + + MSHADE-36: Add option to include dependency reduced POM instead of original one - + [MSHADE-306] Log all duplicates, not only classes - + [MSHADE-347] Reproducible Builds: make entries in output jar + + MSHADE-306: Log all duplicates, not only classes + + MSHADE-347: Reproducible Builds: make entries in output jar files reproducible * Improvement - + [MSHADE-285] It should be possible to shade test sources as a + + MSHADE-285: It should be possible to shade test sources as a JAR - + [MSHADE-313] Minimize jar should respect implementations + + MSHADE-313: Minimize jar should respect implementations under /META-INF/services/ - + [MSHADE-316] Minijar: true - + [MSHADE-319] Group output into included and excluded + + MSHADE-316: Minijar: true + + MSHADE-319: Group output into included and excluded artifacts to easily identify them - + [MSHADE-321] Always respect 'createDependencyReducedPom' flag - + [MSHADE-348] Make build Reproducible - + [MSHADE-371] Update Shade + + MSHADE-321: Always respect 'createDependencyReducedPom' flag + + MSHADE-348: Make build Reproducible + + MSHADE-371: Update Shade Apache[Notice/LICENSE]ResourceTransformer to use also [NOTICE/LICENSE].md - + [MSHADE-373] Source transformation on source jar can break + + MSHADE-373: Source transformation on source jar can break OSGi resolution due to duplicated bundle name - + [MSHADE-382] Add an option to skip execution - + [MSHADE-391] Do not modify class files, if nothing was + + MSHADE-382: Add an option to skip execution + + MSHADE-391: Do not modify class files, if nothing was relocated - + [MSHADE-405] ShowOverlapping Uses http instead of https + + MSHADE-405: ShowOverlapping Uses http instead of https * Test - + [MSHADE-327] improved integration test coverage for + + MSHADE-327: improved integration test coverage for relocation and minification * Task - + [MSHADE-322] Provide a transformer for properties files - + [MSHADE-330] Java 12 and 13 support - + [MSHADE-346] Introduce mock repository manager for testing - + [MSHADE-350] Enable ManifestResourceTransformer to rewrite + + MSHADE-322: Provide a transformer for properties files + + MSHADE-330: Java 12 and 13 support + + MSHADE-346: Introduce mock repository manager for testing + + MSHADE-350: Enable ManifestResourceTransformer to rewrite the manifest with relocations - + [MSHADE-364] Don't log as duplicate resource handled by a + + MSHADE-364: Don't log as duplicate resource handled by a transformer - + [MSHADE-365] document Properties transformers available since + + MSHADE-365: document Properties transformers available since 3.2.2 in separate table - + [MSHADE-389] Get rid of old baggage - + [MSHADE-390] Implement Sisu index transformer - + [MSHADE-393] Upgrade project from Java 7 to 8 - + [MSHADE-401] Improve ServiceResourceTransformer - + [MSHADE-412] SimpleRelocator can fail in NPE, in particular + + MSHADE-389: Get rid of old baggage + + MSHADE-390: Implement Sisu index transformer + + MSHADE-393: Upgrade project from Java 7 to 8 + + MSHADE-401: Improve ServiceResourceTransformer + + MSHADE-412: SimpleRelocator can fail in NPE, in particular with manifest transformer - + [MSHADE-416] Jenkins URL is wrong. - + [MSHADE-422] Remove usage of deprecated Plugin#getGoals() - + [MSHADE-423] Get rid of commons-lang3 - + [MSHADE-430] Remove usage of deprecated ModelBase#getReports() - + [MSHADE-431] Use a caching output stream - + [MSHADE-432] Duplicate services entries can be generated + + MSHADE-416: Jenkins URL is wrong. + + MSHADE-422: Remove usage of deprecated Plugin#getGoals() + + MSHADE-423: Get rid of commons-lang3 + + MSHADE-430: Remove usage of deprecated ModelBase#getReports() + + MSHADE-431: Use a caching output stream + + MSHADE-432: Duplicate services entries can be generated * Dependency upgrade - + [MSHADE-320] Upgrade maven-artifact-transfer to 0.11.0 - + [MSHADE-338] Upgrade maven-artifact-transfer 0.12.0 - + [MSHADE-341] Upgrade plexus-utils 3.3.0 - + [MSHADE-349] Upgrade to org.ow2.asm:asm:7.3.1 - + [MSHADE-355] Java 15 Compatibility - JDependecny/ASM Upgrade - + [MSHADE-357] Upgrade asm to 8.0 - + [MSHADE-379] Support Java 16 - upgrade ASM to 9.0 - + [MSHADE-386] Update JDependency to 2.6.0 - + [MSHADE-407] Update ASM to 9.2 to support Java 17 - + [MSHADE-415] Upgrade maven-plugin parent to 37 - + [MSHADE-424] Upgrade jdependency 2.8.0 + + MSHADE-320: Upgrade maven-artifact-transfer to 0.11.0 + + MSHADE-338: Upgrade maven-artifact-transfer 0.12.0 + + MSHADE-341: Upgrade plexus-utils 3.3.0 + + MSHADE-349: Upgrade to org.ow2.asm:asm:7.3.1 + + MSHADE-355: Java 15 Compatibility - JDependecny/ASM Upgrade + + MSHADE-357: Upgrade asm to 8.0 + + MSHADE-379: Support Java 16 - upgrade ASM to 9.0 + + MSHADE-386: Update JDependency to 2.6.0 + + MSHADE-407: Update ASM to 9.2 to support Java 17 + + MSHADE-415: Upgrade maven-plugin parent to 37 + + MSHADE-424: Upgrade jdependency 2.8.0 ------------------------------------------------------------------- Sun Nov 24 17:34:34 UTC 2019 - Fridrich Strba