11
0

10 Commits

Author SHA256 Message Date
bae0bc66fd Accepting request 1273817 from Java:packages
81

OBS-URL: https://build.opensuse.org/request/show/1273817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-parent?expand=0&rev=19
2025-05-01 13:23:40 +00:00
0a7ac7b477 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-parent?expand=0&rev=43 2025-04-01 11:00:20 +00:00
8959ca3471 Update to version 81
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-parent?expand=0&rev=42
2025-04-01 07:58:38 +00:00
c9f3db099c Accepting request 1240468 from Java:packages
Upgrade to version 79

OBS-URL: https://build.opensuse.org/request/show/1240468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-parent?expand=0&rev=18
2025-01-27 19:55:33 +00:00
4ce8231031 Upgrade to version 79.
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-parent?expand=0&rev=40
2025-01-24 14:40:27 +00:00
d4f5d903b8 Accepting request 1222478 from Java:packages
Version 78

OBS-URL: https://build.opensuse.org/request/show/1222478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-parent?expand=0&rev=17
2024-11-07 15:29:31 +00:00
da87863f74 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-parent?expand=0&rev=38 2024-11-07 11:59:59 +00:00
9e7de17f94 Update to version 78
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-parent?expand=0&rev=37
2024-11-07 09:58:36 +00:00
187f27edde Accepting request 1193667 from Java:packages
version 71

OBS-URL: https://build.opensuse.org/request/show/1193667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-parent?expand=0&rev=16
2024-08-14 12:14:52 +00:00
9d8089fbf2 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-parent?expand=0&rev=35 2024-08-13 07:07:42 +00:00
4 changed files with 254 additions and 12 deletions

View File

@@ -1,4 +1,238 @@
-------------------------------------------------------------------
Tue Apr 1 07:51:50 UTC 2025 - Gus Kenion <gus.kenion@suse.com>
- Upgrade to version 81
* Fixed bugs
+ Use com.github.spotbugs:4.8.6 on Java less than 11.
- Includes changes from version 80
* New features
+ Add property commons.main.branch.
+ Add property commons.release.branch.
+ Add property commons.javadoc.failOnWarnings set to true.
* Fixed Bugs
+ Fix broken Mockito dependency.
+ Don't configure the Javadoc plugin to link to a fixed Java
version, let the build pick up the matching version for that
component.
+ Remove -nouses directive from maven-bundle-plugin. OSGi
package imports now state 'uses' definitions for package
imports, this doesn't affect JPMS #581.
* Changes
+ Bump com.github.siom79.japicmp:japicmp-maven-plugin from
0.23.0 to 0.23.1 #574.
+ Bump org.apache.commons:commons-release-plugin from 1.8.3 to
1.9.0 #576.
+ Bump org.apache.commons:commons-build-plugin from 1.14.1 to
1.15.0 #577.
+ Bump org.apache.maven.plugins:maven-remote-resources-plugin
from 3.2.0 to 3.3.0
(maven-artifact-plugin:3.6.0:check-buildplan
(check-buildplan) reports plugin with non-reproducible
output: 3.2.0, require minimum 3.3.0).
+ Bump org.apache.maven.plugins:maven-artifact-plugin from
3.5.3 to 3.6.0 #580.
+ Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.0 #579.
-------------------------------------------------------------------
Fri Jan 24 14:29:29 UTC 2025 - Gus Kenion <gus.kenion@suse.com>
- Upgrade to version 79
* New features
* Add org.junit-pioneer:junit-pioneer to dependencyManagement.
* Add org.apache.maven.plugins:maven-changes-plugin to
pluginManagement.
* Add mockito to dependencyManagement #568.
* Run maven-changes-plugin changes-validate on verify.
* Fixed Bugs
* Disable annotation processing during compile.
Background: https://www.oracle.com/java/technologies/javase/23-relnote-issues.html#JDK-8321314
Background: https://xdev.software/en/news/detail/discovering-the-perfect-java-supply-chain-attack-vector-and-how-it-got-fixed
* The property commons.encoding is now set to UTF-8, see also
the Doxia 2 migration
https://github.com/apache/commons-skin/pull/179.
* Changes
* Update site skin and reports plugins with Doxia 2 stack.
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4
to 4.8.6.6 #518, #544.
* Bump org.junit:junit-bom from 5.11.2 to 5.11.4 #519, #558.
* Bump org.apache.maven.plugins:maven-artifact-plugin from
3.5.1 to 3.5.3 #522, #538.
* Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
#523.
* Bump commons.pmd-impl.version from 7.6.0 to 7.9.0 #524, #549,
#565.
* Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.21.1
on Java 11 and up.
* Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.10.1 to 3.11.2 #537, #555.
* Bump org.apache.maven.plugins:maven-surefire-report-plugin
from 3.5.1 to 3.5.2 #535, #541.
* Bump org.apache.maven.plugins:maven-failsafe-plugin from
3.5.1 to 3.5.2 #539.
* Bump org.apache.commons:commons-release-plugin from 1.8.2 to
1.8.3 #540.
* Bump org.apache.commons:commons-build-plugin from 1.14.0 to
1.14.1 #542.
* Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to
2.18.0 #543.
* Bump org.apache.maven.plugins:maven-checkstyle-plugin from
3.5.0 to 3.6.0.
* Bump org.apache.maven.plugins:maven-jxr-plugin from 3.5.0 to
3.6.0.
* Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.0 to 2.9.1
#550.
- Remove maven-changes-plugin dependency
-------------------------------------------------------------------
Thu Nov 7 09:27:28 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Upgrade to version 78
* Maintenance and update dependencies
+ Full list of updated dependencies for all versions can be
found in RELEASE-NOTES.txt in source archive
* New features
+ Add property commons.asm.version with the value "9.7.1".
+ Add property commons.taglist.version with the value "3.2.1";
fixes
+ https://github.com/mojohaus/taglist-maven-plugin/issues/165.
* Changes
+ Fix spotbugs:check on Java 24-ea.
- Includes changes from version 77
* Fixed bugs
+ Pin maven-pmd-plugin to 3.24.0, site compatibility is broken
in 3.25.0.
* Maintenance and update dependencies
* Removed
+ Remove "cobertura" profile, we use JaCoco, Cobertura is
unmaintained.
- Includes changes from version 76
* Maintenance and update dependencies
- Includes changes from version 75
* Maintenance and update dependencies
- Includes changes from version 74
* Maintenance and update dependencies
- Includes changes from version 73
* Maintenance and update dependencies
- Includes changes from version 72
* New features
+ Add org.codehaus.mojo:taglist-maven-plugin:3.1.0 to plugin
+ management.
* Maintenance and update dependencies
-------------------------------------------------------------------
Thu Jul 11 12:54:13 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Upgrade to version 71
* Maintenance and update dependencies
+ Full list of updated dependencies for all versions can be
found in RELEASE-NOTES.txt in source archive
- Update upstream source to GitHub
- Includes changes from version 70
* New features:
+ Add profile benchmark for JMH benchmarks.
+ Add JMH to dependency management section.
* Fixed Bugs:
+ Set Javadoc link to latest Java API LTS version.
+ Set Jacoco defaults to 1.00.
* Update dependencies
- Includes changes from version 69
* Maintenance and update dependencies
- Includes changes from version 68
* Maintenance and update dependencies
- Includes changes from version 67
* Maintenance and update dependencies
- Includes changes from version 66
* New features:
+ Add property commons.javadoc21.java.link.
+ Add artifact:check-buildplan to the validate phase.
* Fixed Bugs:
+ Drop markmail from mailingList section
* Update dependencies
- Includes changes from version 65
* New features:
+ Add exec-maven-plugin to plugin management section.
* Fixed Bugs:
+ s/commons.surefire-report.version/commons.surefire.version/
incorrectly added in 714c3a9
* Update dependencies
- Includes changes from version 64
* New features:
+ Restore building on Java 8 (com.puppycrawl.tools:checkstyle
10.x requires Java 11).
+ Rename profile 'moditect' to 'java-9-up'.
+ Merge profile 'jdk9-compiler' into 'java-9-up' and remove
'jdk9-compiler'.
* Changes:
+ Use Checkstyle 9.x on Java less than 11 and Checkstyle 10.x
on Java 11 and up.
* Removed:
+ Remove 'javasvn' profile.
+ Remove '.svn'-activated profile.
+ Remove 'jdk9-compiler.' profile.
- Includes changes from version 63
* New features:
+ Add commons.conf.dir property defaulting to src/conf.
* Update dependencies
* Removed:
+ Remove obsolete Travis CI profiles.
- Includes changes from version 62
* Fixed Bugs:
+ Use addServiceUses when generating JPMS module info.
- Includes changes from version 61
* Fixed Bugs:
+ Always use version.maven-source-plugin 3.2.1 (workaround
MSOURCES-143).
- Includes changes from version 60
* New features:
+ Add SPDX SBOM in the package phase.
* Fixed Bugs:
+ Reuse the parent POM's maven-enforcer-plugin configuration
+ Workaround MSOURCES-143 by using version.maven-source-plugin
3.2.1 on Java 8.
+ Remove property commons.source-plugin.version and reuse the
parent POM's version.maven-source-plugin.
* Update dependencies
- Includes changes from version 59
* New features:
+ Add moditect profile for JPMS on Java >= 9.
+ Add POM property commons.javadoc.javaee8.link.
+ Add POM property commons.javadoc.javaee9.link.
+ Add POM property commons.javadoc.javaee9.1.link.
+ Add POM property commons.javadoc.javaee10.link.
+ Don't use the animal sniffer plugin on Java >=9, use the
release flag instead.
* Update dependencies
- Includes changes from version 58
* New features:
+ Add commons.javadoc20.java.link.
* Update dependencies
- Includes changes from version 57
* Fixed Bugs:
+ Fix cyclonedx-maven-plugin configuration for multi-module
projects.
+ Drop non-reproducible Implementation-Build in jar #242.
+ Use Java compiler release flag when compiling with Java >= 9.
* Update dependencies
- Includes changes from version 56
* Fixed Bugs:
+ Add Privacy link to site.xml
* Update dependencies
- Includes changes from version 55
* Changes:
+ Make CycloneDX work better with multi-module projects.
+ New interface methods must be default methods to maintain BC.
+ Add property commons.javadoc19.java.link.
* Update dependencies
- Includes changes from version 54
* New features:
+ Add .vscode/* to RAT excludes.
+ Add property commons.javadoc18.java.link.
+ Add JUnit BOM to dependency management.
+ Add CycloneDX SBOM generation #122.
+ Add SPDX SBOM generation.
* Update dependencies
-------------------------------------------------------------------
Wed Aug 10 10:30:31 UTC 2022 - David Anes <david.anes@suse.com>
- Upgrade to version 53

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package apache-commons-parent
#
# Copyright (c) 2022 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
@@ -19,13 +19,13 @@
%define base_name parent
%define short_name commons-%{base_name}
Name: apache-%{short_name}
Version: 53
Version: 81
Release: 0
Summary: Apache Commons Parent Pom
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://commons.apache.org/commons-parent-pom.html
Source0: https://archive.apache.org/dist/commons/%{short_name}/%{short_name}-%{version}-src.tar.gz
Source0: https://github.com/apache/%{short_name}/archive/refs/tags/rel/%{short_name}-%{version}.tar.gz
BuildRequires: javapackages-local
BuildRequires: xmvn-resolve
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
@@ -39,33 +39,41 @@ BuildRequires: mvn(org.apache:apache:pom:)
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
Requires: mvn(org.apache:apache:pom:)
Requires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
# BuildRequires: mvn(org.codehaus.mojo:version-maven-plugin)
# Requires: mvn(org.codehaus.mojo:version-maven-plugin)
BuildArch: noarch
%description
The Project Object Model files for the apache-commons packages.
%prep
%setup -q -n %{short_name}-%{version}-src
%setup -q -n %{short_name}-rel-%{short_name}-%{version}
# Plugin is not in suse
%pom_remove_plugin org.apache.commons:commons-build-plugin
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
%pom_remove_plugin :maven-artifact-plugin
%pom_remove_plugin :cyclonedx-maven-plugin
%pom_remove_plugin :spdx-maven-plugin
%pom_remove_plugin :moditect-maven-plugin
%pom_remove_plugin org.apache.maven.plugins:maven-changes-plugin
# Plugins useless in package builds
%pom_remove_plugin :apache-rat-plugin
%pom_remove_plugin :buildnumber-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-site-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :versions-maven-plugin
# Unused dependencies
%pom_remove_dep -r :junit-bom
# Remove profiles for plugins that are useless in package builds
for profile in animal-sniffer japicmp jacoco cobertura clirr; do
for profile in animal-sniffer japicmp jacoco ; do
%pom_xpath_remove "pom:profile[pom:id='$profile']"
done
# Do not fail on warnings, too many projects produce them.
%pom_xpath_set "pom:project/pom:properties/pom:commons.javadoc.failOnWarnings" "false"
%build
%install

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81642872b5e38d30098e068f886064b9912f3dd65c8dec6e382579ccd151ac69
size 40117

3
commons-parent-81.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3edae57fc2f17009d28d647e611b36adfd154bbc2acea595340b057be4dbcf6
size 64153