2024-11-26 10:26:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 26 10:14:43 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2024-11-14 06:43:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 5 08:04:24 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to upstream version 3.4.1
|
|
|
|
* Bug
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-148: Shade Plugin gets stuck in infinite loop
|
2024-11-14 06:43:49 +00:00
|
|
|
building dependency reduced POM
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-223: Endless processing when
|
2024-11-14 06:43:49 +00:00
|
|
|
promoteTransitiveDependencies=true
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-252: shadeSourcesContent is broken when combined with
|
2024-11-14 06:43:49 +00:00
|
|
|
partial relocation
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-284: Shaded test JARs are always empty
|
|
|
|
+ MSHADE-291: shadedPattern applied multiples times when
|
2024-11-14 06:43:49 +00:00
|
|
|
relocating the contents of META-INF/services files
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-298: Groovy extension module transformer looking in
|
2024-11-14 06:43:49 +00:00
|
|
|
incorrect META-INF directory
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-309: issue tracker link on the web site of shade
|
2024-11-14 06:43:49 +00:00
|
|
|
plugin does not work.
|
2024-11-26 10:26:32 +00:00
|
|
|
+ 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
|
2024-11-14 06:43:49 +00:00
|
|
|
missing
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-331: Issue Tracker link is not working - Page Not
|
2024-11-14 06:43:49 +00:00
|
|
|
Found
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-337: Relocation cannot process class file version 58
|
2024-11-14 06:43:49 +00:00
|
|
|
JARs
|
2024-11-26 10:26:32 +00:00
|
|
|
+ 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
|
2024-11-14 06:43:49 +00:00
|
|
|
transformer
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-360: ServicesResourceTransformer.modifyOutputStream
|
2024-11-14 06:43:49 +00:00
|
|
|
swallows IOExceptions
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-363: Breaking change to ResourceTransformer's API
|
|
|
|
+ MSHADE-366: The warning "Access denied" during 'minimizeJar'
|
2024-11-14 06:43:49 +00:00
|
|
|
is always printed
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-378: Shade plugin changes the compression level of
|
2024-11-14 06:43:49 +00:00
|
|
|
nested jar entries
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-396: Improve SourceContent Shading
|
|
|
|
+ MSHADE-413: Maven shade plugin enters endless loop
|
|
|
|
+ MSHADE-417: Fix null bytes appended to small files by
|
2024-11-14 06:43:49 +00:00
|
|
|
maven-shade-plugin
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-425: Maven shade plugin build fails without 'clean'
|
2024-11-14 06:43:49 +00:00
|
|
|
goal
|
|
|
|
* New Feature
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-36: Add option to include dependency reduced POM
|
2024-11-14 06:43:49 +00:00
|
|
|
instead of original one
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-306: Log all duplicates, not only classes
|
|
|
|
+ MSHADE-347: Reproducible Builds: make entries in output jar
|
2024-11-14 06:43:49 +00:00
|
|
|
files reproducible
|
|
|
|
* Improvement
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-285: It should be possible to shade test sources as a
|
2024-11-14 06:43:49 +00:00
|
|
|
JAR
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-313: Minimize jar should respect implementations
|
2024-11-14 06:43:49 +00:00
|
|
|
under /META-INF/services/
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-316: Minijar: <excludeDefaults>true</excludeDefaults>
|
|
|
|
+ MSHADE-319: Group output into included and excluded
|
2024-11-14 06:43:49 +00:00
|
|
|
artifacts to easily identify them
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-321: Always respect 'createDependencyReducedPom' flag
|
|
|
|
+ MSHADE-348: Make build Reproducible
|
|
|
|
+ MSHADE-371: Update Shade
|
2024-11-14 06:43:49 +00:00
|
|
|
Apache[Notice/LICENSE]ResourceTransformer to use also
|
|
|
|
[NOTICE/LICENSE].md
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-373: Source transformation on source jar can break
|
2024-11-14 06:43:49 +00:00
|
|
|
OSGi resolution due to duplicated bundle name
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-382: Add an option to skip execution
|
|
|
|
+ MSHADE-391: Do not modify class files, if nothing was
|
2024-11-14 06:43:49 +00:00
|
|
|
relocated
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-405: ShowOverlapping Uses http instead of https
|
2024-11-14 06:43:49 +00:00
|
|
|
* Test
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-327: improved integration test coverage for
|
2024-11-14 06:43:49 +00:00
|
|
|
relocation and minification
|
|
|
|
* Task
|
2024-11-26 10:26:32 +00:00
|
|
|
+ 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
|
2024-11-14 06:43:49 +00:00
|
|
|
the manifest with relocations
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-364: Don't log as duplicate resource handled by a
|
2024-11-14 06:43:49 +00:00
|
|
|
transformer
|
2024-11-26 10:26:32 +00:00
|
|
|
+ MSHADE-365: document Properties transformers available since
|
2024-11-14 06:43:49 +00:00
|
|
|
3.2.2 in separate table
|
2024-11-26 10:26:32 +00:00
|
|
|
+ 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
|
2024-11-14 06:43:49 +00:00
|
|
|
with manifest transformer
|
2024-11-26 10:26:32 +00:00
|
|
|
+ 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
|
2024-11-14 06:43:49 +00:00
|
|
|
* Dependency upgrade
|
2024-11-26 10:26:32 +00:00
|
|
|
+ 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
|
2024-11-14 06:43:49 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 24 17:34:34 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- 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 <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Add missing Group: line. Use noun phrase in summary.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 5 15:38:17 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Initial packaging of maven-shade-plugin 3.1.1
|