forked from java-packages/maven4
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
300acb07c6 | ||
|
|
485ab18ef9 |
1444
0001-Maven-4.0.x-w-Resolver-2.0.14-SNAPSHOT-11530.patch
Normal file
1444
0001-Maven-4.0.x-w-Resolver-2.0.14-SNAPSHOT-11530.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 06:43:33 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Specify required maven-resolver version since the patch ports
|
||||
maven4 to new APIs appeared in 2.0.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 07:08:37 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Added patch:
|
||||
* 0001-Maven-4.0.x-w-Resolver-2.0.14-SNAPSHOT-11530.patch
|
||||
+ Fix build with maven-resolver 2.0.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 21:44:26 UTC 2025 - Robert Munteanu <rombert@apache.org>
|
||||
|
||||
|
||||
@@ -35,8 +35,9 @@ Source10: apache-%{base_name}-build.tar.xz
|
||||
Patch1: 0001-Adapt-mvn-script.patch
|
||||
# Downstream-specific, avoids dependency on logback
|
||||
Patch2: 0002-Invoke-logback-via-reflection.patch
|
||||
Patch3: 0001-Fix-a-ConcurrentModificationException-11429.patch
|
||||
Patch4: 0002-Fix-field-accessibility-leak-in-EnhancedCompositeBea.patch
|
||||
Patch3: 0001-Maven-4.0.x-w-Resolver-2.0.14-SNAPSHOT-11530.patch
|
||||
Patch4: 0001-Fix-a-ConcurrentModificationException-11429.patch
|
||||
Patch5: 0002-Fix-field-accessibility-leak-in-EnhancedCompositeBea.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-devel >= 17
|
||||
BuildRequires: javapackages-local
|
||||
@@ -60,6 +61,7 @@ reporting and documentation from a central piece of information.
|
||||
%patch -P 2 -p1
|
||||
%patch -P 3 -p1
|
||||
%patch -P 4 -p1
|
||||
%patch -P 5 -p1
|
||||
|
||||
%pom_remove_dep -r :junit-bom
|
||||
%pom_remove_dep -r :mockito-bom
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 06:43:33 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Specify required maven-resolver version since the patch ports
|
||||
maven4 to new APIs appeared in 2.0.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 07:08:37 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Added patch:
|
||||
* 0001-Maven-4.0.x-w-Resolver-2.0.14-SNAPSHOT-11530.patch
|
||||
+ Fix build with maven-resolver 2.0.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 21:44:26 UTC 2025 - Robert Munteanu <rombert@apache.org>
|
||||
|
||||
|
||||
@@ -35,15 +35,16 @@ Source10: apache-%{base_name}-build.tar.xz
|
||||
Patch1: 0001-Adapt-mvn-script.patch
|
||||
# Downstream-specific, avoids dependency on logback
|
||||
Patch2: 0002-Invoke-logback-via-reflection.patch
|
||||
Patch3: 0001-Fix-a-ConcurrentModificationException-11429.patch
|
||||
Patch4: 0002-Fix-field-accessibility-leak-in-EnhancedCompositeBea.patch
|
||||
Patch3: 0001-Maven-4.0.x-w-Resolver-2.0.14-SNAPSHOT-11530.patch
|
||||
Patch4: 0001-Fix-a-ConcurrentModificationException-11429.patch
|
||||
Patch5: 0002-Fix-field-accessibility-leak-in-EnhancedCompositeBea.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: apiguardian
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 17
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: junit5-minimal
|
||||
BuildRequires: maven-resolver2-api
|
||||
BuildRequires: maven-resolver2-api >= 2.0.14
|
||||
BuildRequires: maven-resolver2-connector-basic
|
||||
BuildRequires: maven-resolver2-impl
|
||||
BuildRequires: maven-resolver2-spi
|
||||
@@ -80,6 +81,7 @@ BuildArch: noarch
|
||||
%patch -P 2 -p1
|
||||
%patch -P 3 -p1
|
||||
%patch -P 4 -p1
|
||||
%patch -P 5 -p1
|
||||
|
||||
%pom_remove_dep -r :junit-bom
|
||||
%pom_remove_dep -r :mockito-bom
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 06:43:33 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Specify required maven-resolver version since the patch ports
|
||||
maven4 to new APIs appeared in 2.0.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 07:08:37 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Added patch:
|
||||
* 0001-Maven-4.0.x-w-Resolver-2.0.14-SNAPSHOT-11530.patch
|
||||
+ Fix build with maven-resolver 2.0.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 21:44:26 UTC 2025 - Robert Munteanu <rombert@apache.org>
|
||||
|
||||
|
||||
10
maven4.spec
10
maven4.spec
@@ -37,8 +37,9 @@ Source10: apache-%{base_name}-build.tar.xz
|
||||
Patch1: 0001-Adapt-mvn-script.patch
|
||||
# Downstream-specific, avoids dependency on logback
|
||||
Patch2: 0002-Invoke-logback-via-reflection.patch
|
||||
Patch3: 0001-Fix-a-ConcurrentModificationException-11429.patch
|
||||
Patch4: 0002-Fix-field-accessibility-leak-in-EnhancedCompositeBea.patch
|
||||
Patch3: 0001-Maven-4.0.x-w-Resolver-2.0.14-SNAPSHOT-11530.patch
|
||||
Patch4: 0001-Fix-a-ConcurrentModificationException-11429.patch
|
||||
Patch5: 0002-Fix-field-accessibility-leak-in-EnhancedCompositeBea.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: aopalliance
|
||||
BuildRequires: apache-commons-cli
|
||||
@@ -68,9 +69,9 @@ BuildRequires: jline3-reader
|
||||
BuildRequires: jline3-style
|
||||
BuildRequires: jline3-terminal
|
||||
BuildRequires: jline3-terminal-jni
|
||||
BuildRequires: maven-resolver2-api
|
||||
BuildRequires: maven-resolver2-api >= 2.0.14
|
||||
BuildRequires: maven-resolver2-connector-basic
|
||||
BuildRequires: maven-resolver2-impl
|
||||
BuildRequires: maven-resolver2-impl >= 2.0.14
|
||||
BuildRequires: maven-resolver2-named-locks
|
||||
BuildRequires: maven-resolver2-spi
|
||||
BuildRequires: maven-resolver2-transport-apache
|
||||
@@ -187,6 +188,7 @@ BuildArch: noarch
|
||||
%patch -P 2 -p1
|
||||
%patch -P 3 -p1
|
||||
%patch -P 4 -p1
|
||||
%patch -P 5 -p1
|
||||
|
||||
%pom_remove_dep -r :junit-bom
|
||||
%pom_remove_dep -r :mockito-bom
|
||||
|
||||
Reference in New Issue
Block a user