6
0
Files
plexus-languages/plexus-languages.changes

81 lines
2.9 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Wed Jun 4 15:35:44 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.5.0
* New features and improvements
+ Read only first 8 bytes of class in JavaClassfileVersion
+ Bump org.ow2.asm:asm from 9.6 to 9.7 - JDK 23 support
+ Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support
+ Bump org.ow2.asm:asm from 9.7.1 to 9.8
* Maintenance
+ Project cleanups
+ Rename resources of test data
+ Bump release-drafter/release-drafter from 5 to 6
+ Reuse plexus-pom action for CI
+ Disable deploy job on GitHub
+ Added CI for JDK 24-ea
- Modified patch:
* plexus-languages-atinject.patch
+ rediff
-------------------------------------------------------------------
Mon Apr 29 11:45:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- The binaries are compatible with java 1.8
-------------------------------------------------------------------
Wed Apr 10 09:14:52 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.2.0
* Changes:
+ Fail on duplicate modules on the module path
+ Add java bytecode class file version detection
+ Fix badge in README
* Documentation updates
+ Fix typo module (#125) @Thihup
+ Fix scm protocol
-------------------------------------------------------------------
Wed Apr 10 09:07:44 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* plexus-languages-atinject.patch
+ Fix against multirelease version of atinject
-------------------------------------------------------------------
Sat Mar 12 07:26:31 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build as multirelease modular jar
-------------------------------------------------------------------
Thu Mar 10 11:28:51 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.1.1
+ fix for builds with a mix of modular and classic jar files
- Fetch sources using source service instead of by a script
-------------------------------------------------------------------
Wed Feb 17 13:40:16 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
- generate-tarball.sh: use safe temporary directory, avoid accidental deletion
of *.jar, *.class in CWD.
-------------------------------------------------------------------
Thu Nov 21 19:33:41 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.0.3
- Do not build the compile9 target even when building with modular
java.
-------------------------------------------------------------------
Tue Apr 2 13:22:51 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Put a condition to the compile9 target in order to allow building
for distributions that do not have Java >= 9
-------------------------------------------------------------------
Tue Mar 12 16:06:18 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of plexus-languages 0.9.10
- Generate and customize ant build.xml file for plexus-java