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
This commit is contained in:
commit
88bcb6daa4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daa7b09904a2e95deafaa2f0370679738da5f007b38e39627ddfbfd0eea6d061
|
||||
size 96692
|
3
plexus-compiler-2.13.0.tar.gz
Normal file
3
plexus-compiler-2.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbe912b4a4dd9508c01aab01dbb171a6c643d003dcc326fafba7452835bbeee0
|
||||
size 97555
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1c62ddd3528f3226d2906174181b1064ef0e5a02189a2c65015858331721095
|
||||
size 3456
|
||||
oid sha256:5076e6a5139a00996485213ca3fb6e1c0b185f0b7e2a4648e331967c400cd23c
|
||||
size 3384
|
||||
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 05:18:46 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to upstream release 2.13.0
|
||||
* New features and improvements
|
||||
+ fully ignore any possible jdk bug
|
||||
+ MCOMPILER-402: Add implicitOption to CompilerConfiguration
|
||||
+ Add a custom compile argument
|
||||
replaceProcessorPathWithProcessorModulePath to force the
|
||||
plugin replace processorPath with processormodulepath
|
||||
+ describe compiler configuration on run
|
||||
+ simplify "Compiling" info message: display relative path
|
||||
* Bug Fixes
|
||||
+ Respect CompilerConfiguration.sourceFiles in
|
||||
EclipseJavaCompiler
|
||||
+ Avoid NPE in AspectJCompilerTest on AspectJ 1.9.8+
|
||||
* Dependency updates
|
||||
+ Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6
|
||||
+ Bump error_prone_core from 2.11.0 to 2.13.1
|
||||
+ Bump github/codeql-action from 1 to 2
|
||||
+ Bump ecj from 3.28.0 to 3.29.0
|
||||
+ Bump release-drafter/release-drafter from 5.18.1 to 5.19.0
|
||||
+ Bump ecj from 3.29.0 to 3.30.0
|
||||
+ Bump maven-invoker-plugin from 3.2.2 to 3.3.0
|
||||
+ Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
|
||||
+ Bump error_prone_core from 2.13.1 to 2.14.0
|
||||
+ Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7
|
||||
+ Bump ecj from 3.31.0 to 3.32.0
|
||||
+ Bump junit-bom from 5.9.0 to 5.9.1
|
||||
+ Bump ecj from 3.30.0 to 3.31.0
|
||||
+ Bump groovy from 3.0.12 to 3.0.13
|
||||
+ Bump groovy-json from 3.0.12 to 3.0.13
|
||||
+ Bump groovy-xml from 3.0.12 to 3.0.13
|
||||
+ Bump animal-sniffer-maven-plugin from 1.21 to 1.22
|
||||
+ Bump error_prone_core from 2.14.0 to 2.15.0
|
||||
+ Bump junit-bom from 5.8.2 to 5.9.0
|
||||
+ Bump groovy-xml from 3.0.11 to 3.0.12
|
||||
+ Bump groovy-json from 3.0.11 to 3.0.12
|
||||
+ Bump groovy from 3.0.11 to 3.0.12
|
||||
* Maintenance
|
||||
+ Require Maven 3.2.5
|
||||
+ add it for issue #183 but using javac compiler, use properties
|
||||
for versions in its
|
||||
+ cleanup deprecated unused code
|
||||
* Build
|
||||
+ use shared release drafter
|
||||
|
||||
Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6
|
||||
Bump error_prone_core from 2.11.0 to 2.13.1
|
||||
Bump github/codeql-action from 1 to 2
|
||||
Bump ecj from 3.28.0 to 3.29.0
|
||||
Bump release-drafter/release-drafter from 5.18.1 to 5.19.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 21 19:49:23 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-compiler
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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.11.1
|
||||
Version: 2.13.0
|
||||
Release: 0
|
||||
Summary: Compiler call initiators for Plexus
|
||||
License: Apache-2.0 AND MIT
|
||||
|
Loading…
Reference in New Issue
Block a user