Fridrich Strba 2023-09-06 14:28:44 +00:00 committed by Git OBS Bridge
parent a9834a436e
commit 9b282ad9cd

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Sep 6 14:03:52 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Upgrade to maven-archiver 3.6.1
- Changes of 3.6.1
* New Feature
+ MSHARED-1251: Deprecate the JAR Index feature (JDK-8302819)
* Task
+ MSHARED-1293: Refresh download page
+ MSHARED-1297: Prefer JDK features over plexus-utils, plexus-io
- Changes of 3.6.0
* Task
+ MSHARED-991: Require Java 8
+ MSHARED-1081: Drop m-shared-utils from deps
- Changes of 3.5.2
* Bug
+ MSHARED-849: archiver sorts META-INF/MANIFEST.MF before
META-INF/ in ZIP header
- Changes of 3.5.1
* Improvement
+ MSHARED-879: make build Reproducible
-------------------------------------------------------------------
Sun Mar 20 19:54:42 UTC 2022 - Fridrich Strba <fstrba@suse.com>
@ -7,6 +29,48 @@ Sun Mar 20 19:54:42 UTC 2022 - Fridrich Strba <fstrba@suse.com>
Sun Nov 24 14:39:30 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 3.5.0
- Changes of 3.5.0
* New Feature
+ MSHARED-837: add an API to configure Reproducible Builds
with outputTimestamp
* Improvement
* MSHARED-833: make pom.properties entries order reproducible
* MSHARED-834: add an API to override Created-By manifest entry
value
* MSHARED-835: add an API to not define Build-Jdk-Spec default
manifest entry
- Changes of 3.4.0
* Bug
+ MSHARED-588: User supplied Class-Path entry does not go first
+ MSHARED-782: Deprecated option classpathMavenRepositoryLayout
not marked as deprecated in the documentation
+ MSHARED-783: Archiver documentation issue tracker 404
* New Feature
+ MSHARED-787: Add optional buildEnvironment information to the
manifest
+ MSHARED-798: Add addDefaultEntries option (true by default)
* Improvement
+ MSHARED-362: Support removing default manifest entries with
Maven Archiver
+ MSHARED-777: Remove deprecated main attributes from generated
manifest
+ MSHARED-799: Change "Created-By" manifest entry value to be
reproducible
+ MSHARED-800: Remove Maven version from pom.properties
* Wish
+ MSHARED-661: Remove manifest entry "Built-By: <username>" for
reproducible builds
+ MSHARED-796] - use java.specification.version instead of
java.version in Build-Jdk manifest entry
* Task
+ MSHARED-797: Move current Build-Jdk manifest entry to
Build-Jdk-Spec
- Changes of 3.3.0
* Bug
+ MSHARED-448: testRecreation failure with OpenJDK 8 on Linux
* Improvement
+ MSHARED-773: Fail on invalid 'Automatic-Module-Name' in
MANIFEST
- Removed patch:
* 0002-MSHARED-448-Skip-failing-assertion.patch
+ not needed with this version