forked from pool/plexus-compiler
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
91991c6380 | |||
ef1271a40d | |||
d87d054089 | |||
5364acf2de | |||
f955faea16 | |||
7935c76e6b |
BIN
plexus-compiler-2.14.2.tar.gz
(Stored with Git LFS)
BIN
plexus-compiler-2.14.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
plexus-compiler-2.15.0.tar.gz
Normal file
3
plexus-compiler-2.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b078cd0b107ad0c5831b93ffa4b30ae7c65f1cc619fa7a6d35aebdb2a80f72e3
|
||||
size 97018
|
BIN
plexus-compiler-build.tar.xz
(Stored with Git LFS)
BIN
plexus-compiler-build.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-compiler
|
||||
#
|
||||
# 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: plexus-compiler
|
||||
Version: 2.14.2
|
||||
Version: 2.15.0
|
||||
Release: 0
|
||||
Summary: Compiler call initiators for Plexus
|
||||
License: Apache-2.0 AND MIT
|
||||
@@ -32,6 +32,7 @@ BuildRequires: atinject
|
||||
BuildRequires: ecj
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: javapackages-local >= 6
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: plexus-utils
|
||||
BuildRequires: sisu-inject
|
||||
BuildRequires: sisu-plexus
|
||||
@@ -86,6 +87,7 @@ mkdir -p lib
|
||||
build-jar-repository -s lib \
|
||||
atinject \
|
||||
ecj \
|
||||
objectweb-asm/asm \
|
||||
org.eclipse.sisu.inject \
|
||||
org.eclipse.sisu.plexus \
|
||||
plexus/utils \
|
||||
|
Reference in New Issue
Block a user