1
0

11 Commits

Author SHA256 Message Date
91991c6380 Accepting request 1294970 from Java:packages
2.15.0

OBS-URL: https://build.opensuse.org/request/show/1294970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-compiler?expand=0&rev=8
2025-07-22 10:54:24 +00:00
ef1271a40d OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-compiler?expand=0&rev=28 2025-07-22 07:33:04 +00:00
d87d054089 OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-compiler?expand=0&rev=27 2025-07-03 18:25:52 +00:00
5364acf2de Accepting request 1282186 from Java:packages
Add dependency on objectweb-asm to build with sisu 0.9.0.M4

OBS-URL: https://build.opensuse.org/request/show/1282186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-compiler?expand=0&rev=7
2025-06-03 15:54:00 +00:00
f955faea16 OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-compiler?expand=0&rev=25 2025-06-03 08:24:12 +00:00
7935c76e6b OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-compiler?expand=0&rev=24 2025-06-02 14:03:11 +00:00
abf5da50d5 Accepting request 1143038 from Java:packages
2.14.2

OBS-URL: https://build.opensuse.org/request/show/1143038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-compiler?expand=0&rev=6
2024-01-31 22:55:17 +00:00
3202904aed Accepting request 1112421 from Java:packages
2.13.0

OBS-URL: https://build.opensuse.org/request/show/1112421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-compiler?expand=0&rev=5
2023-09-20 11:31:23 +00:00
d44ac3bcc3 Accepting request 979214 from Java:packages
Sync changes with sle

OBS-URL: https://build.opensuse.org/request/show/979214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-compiler?expand=0&rev=4
2022-05-25 18:34:52 +00:00
dc577828ae Accepting request 978457 from Java:packages
fix installability in factory

OBS-URL: https://build.opensuse.org/request/show/978457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-compiler?expand=0&rev=3
2022-05-22 18:27:38 +00:00
80300eb807 Accepting request 961202 from Java:packages
2.11.1

OBS-URL: https://build.opensuse.org/request/show/961202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-compiler?expand=0&rev=2
2022-03-12 16:15:29 +00:00
5 changed files with 37 additions and 7 deletions

BIN
plexus-compiler-2.14.2.tar.gz (Stored with Git LFS)

Binary file not shown.

View 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)

Binary file not shown.

View File

@@ -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>

View File

@@ -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 \