Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
a1b479dd50 | ||
|
|
b250ef85a4 | ||
| 27c2e202c0 | |||
| e91577c20a | |||
| 8cc2eeda4b | |||
| 14610d6422 | |||
| 5c6f881601 | |||
| 0daca8f0b9 |
BIN
plexus-compiler-2.14.2.tar.gz
LFS
BIN
plexus-compiler-2.14.2.tar.gz
LFS
Binary file not shown.
BIN
plexus-compiler-2.16.2.tar.gz
LFS
Normal file
BIN
plexus-compiler-2.16.2.tar.gz
LFS
Normal file
Binary file not shown.
BIN
plexus-compiler-build.tar.xz
LFS
BIN
plexus-compiler-build.tar.xz
LFS
Binary file not shown.
@@ -1,3 +1,82 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 27 15:10:24 UTC 2026 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to upstream release 2.16.2
|
||||||
|
* Bug Fixes
|
||||||
|
+ Fixed ConcurrentModificationException on compilerArguments
|
||||||
|
* Dependency updates
|
||||||
|
+ Bump org.codehaus.plexus:plexus from 24 to 25
|
||||||
|
+ Bump org.codehaus.plexus:plexus-testing from 2.0.1 to 2.1.0
|
||||||
|
+ Bump actions/checkout from 4 to 6
|
||||||
|
+ Bump org.eclipse.jdt:ecj from 3.43.0 to 3.44.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 27 15:06:41 UTC 2026 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to upstream release 2.16.1
|
||||||
|
* Bug Fixes
|
||||||
|
+ Fix detecting java version for JDK 1.8
|
||||||
|
+ #420: fix detection of java version when JAVA_TOOL_OPTIONS
|
||||||
|
is set
|
||||||
|
* Dependency updates
|
||||||
|
+ Bump actions/checkout from 5 to 6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 27 15:01:46 UTC 2026 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to upstream release 2.16.0
|
||||||
|
* New features and improvements
|
||||||
|
+ Added 3 MSVC csharp compiler options
|
||||||
|
+ Bump ErrorProne to 2.37.0 - requires Java 17
|
||||||
|
* Bug Fixes
|
||||||
|
+ Fix Zip Slip vulnerability in JAR extraction
|
||||||
|
+ Fixed wrong excludes management
|
||||||
|
* Maintenance
|
||||||
|
+ Replace FileUtils.deleteDirectory(File) with JDK provided API
|
||||||
|
+ chore: remove junit3 references
|
||||||
|
+ Update Java version checks to include JDK 25
|
||||||
|
+ Include JDK 24 in CI
|
||||||
|
+ Apply spotless re-formatting
|
||||||
|
+ Create codeql.yml
|
||||||
|
+ Pass tests with Java 22 and 23
|
||||||
|
* Dependency updates
|
||||||
|
+ Bump com.google.guava:guava to 33.5.0-jre
|
||||||
|
+ Bump eclipse.sisu.version from 0.9.0.M3 to 0.9.0.M4
|
||||||
|
+ Bump org.codehaus.plexus:plexus to 24
|
||||||
|
+ Bump org.codehaus.plexus:plexus-testing to 2.0.1
|
||||||
|
+ Bump org.codehaus.plexus:plexus-utils to 4.0.2
|
||||||
|
+ Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1
|
||||||
|
+ Bump org.eclipse.jdt:ecj to 3.43.0
|
||||||
|
+ Bump org.hamcrest:hamcrest from 2.2 to 3.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 22 07:27:28 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to upstream release 2.15.0
|
||||||
|
* New features and improvements
|
||||||
|
+ Allow to override useUnsharedTable compiler argument
|
||||||
|
+ Lazy providers and better error reporting
|
||||||
|
+ Only use "-release" parameter with javac 9+
|
||||||
|
+ Correctly determine the version of the underlying javac tool
|
||||||
|
+ Use a TreeSet instead of HashSet to get consistent ordering
|
||||||
|
of results
|
||||||
|
* Bug Fixes
|
||||||
|
+ Cleanup dependencies
|
||||||
|
+ Path.relativize() may throw exception if source and build
|
||||||
|
directories are on different Windows drives
|
||||||
|
+ Fix ECJ not using annotation processor when defined via
|
||||||
|
processorpath
|
||||||
|
+ Report "Error occurred during initialization of VM" as error
|
||||||
|
* Maintenance
|
||||||
|
+ Bump project version to 2.15.0-SNAPSHOT
|
||||||
|
+ Use LocalRepositoryManager for resolving artifacts paths in
|
||||||
|
tests
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 08:24:10 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 31 12:43:57 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Wed Jan 31 12:43:57 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plexus-compiler
|
# spec file for package plexus-compiler
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: plexus-compiler
|
Name: plexus-compiler
|
||||||
Version: 2.14.2
|
Version: 2.16.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compiler call initiators for Plexus
|
Summary: Compiler call initiators for Plexus
|
||||||
License: Apache-2.0 AND MIT
|
License: Apache-2.0 AND MIT
|
||||||
@@ -32,6 +32,7 @@ BuildRequires: atinject
|
|||||||
BuildRequires: ecj
|
BuildRequires: ecj
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local >= 6
|
BuildRequires: javapackages-local >= 6
|
||||||
|
BuildRequires: objectweb-asm
|
||||||
BuildRequires: plexus-utils
|
BuildRequires: plexus-utils
|
||||||
BuildRequires: sisu-inject
|
BuildRequires: sisu-inject
|
||||||
BuildRequires: sisu-plexus
|
BuildRequires: sisu-plexus
|
||||||
@@ -86,6 +87,7 @@ mkdir -p lib
|
|||||||
build-jar-repository -s lib \
|
build-jar-repository -s lib \
|
||||||
atinject \
|
atinject \
|
||||||
ecj \
|
ecj \
|
||||||
|
objectweb-asm/asm \
|
||||||
org.eclipse.sisu.inject \
|
org.eclipse.sisu.inject \
|
||||||
org.eclipse.sisu.plexus \
|
org.eclipse.sisu.plexus \
|
||||||
plexus/utils \
|
plexus/utils \
|
||||||
|
|||||||
Reference in New Issue
Block a user