1
0

2 Commits

7 changed files with 32 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/codehaus-plexus/plexus-languages.git</param>
<param name="revision">plexus-languages-1.2.0</param>
<param name="revision">plexus-languages-1.5.0</param>
<param name="match-tag">plexus-languages-*</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">plexus-languages-(.*)</param>

View File

@@ -10,7 +10,7 @@
<property name="project.groupId" value="org.codehaus.plexus"/>
<property name="project.artifactId" value="plexus-java"/>
<property name="project.version" value="1.2.0"/>
<property name="project.version" value="1.5.0"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>

BIN
plexus-languages-1.2.0.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eae6958b3e1a64eaaa599e113afc413d4454579fae96d8fb1b9810422927a0ca
size 433596

View File

@@ -1,7 +1,7 @@
--- plexus-languages-1.1.1/plexus-java/src/main/java9/module-info.java 2024-04-10 11:00:25.596880353 +0200
+++ plexus-languages-1.1.1/plexus-java/src/main/java9/module-info.java 2024-04-10 11:00:57.827095904 +0200
@@ -20,6 +20,7 @@
{
--- a/plexus-java/src/main/java9/module-info.java
+++ b/plexus-java/src/main/java9/module-info.java
@@ -19,6 +19,7 @@
module org.codehaus.plexus.languages.java {
requires com.thoughtworks.qdox;
requires org.objectweb.asm;
+ requires java.inject;

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package plexus-languages
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
# binaries are java 8 compatible
%define __requires_exclude java-headless
Name: plexus-languages
Version: 1.2.0
Version: 1.5.0
Release: 0
Summary: Plexus Languages
License: Apache-2.0