forked from pool/apache-commons-logging
Compare commits
65 Commits
Author | SHA256 | Date | |
---|---|---|---|
f0bfc0cd4a | |||
f811d0f6c7 | |||
5cbbfa662f | |||
2745495b40 | |||
8c9788924c | |||
170b63c39b | |||
8cb3d49222 | |||
8a625ee3dc | |||
afef3a6bd3 | |||
2bdd6cc56e | |||
d7e800968e | |||
056a34b026 | |||
e5e3fbf92c | |||
8f6494bea0 | |||
40450a4474 | |||
ec8599808b | |||
dc607d6035 | |||
80475b2564 | |||
03ea67391f | |||
f137766399 | |||
8c9986f135 | |||
bc21746fd1 | |||
856ae77a4e | |||
c119c56996 | |||
|
11e891d315 | ||
9c37da507f | |||
fafb4f9338 | |||
68e5779721 | |||
535b1a3e07 | |||
2a7894eeb1 | |||
246f67989f | |||
6fa70865f2 | |||
e8b27232f4 | |||
1479ff1576 | |||
05e252bbb0 | |||
adca6722fc | |||
b7b47abdc8 | |||
e5bd20b034 | |||
|
3f26aa8ab9 | ||
|
6c766d5c43 | ||
bc202b7e33 | |||
|
5b2d39554c | ||
41d0371f7f | |||
|
481eaa0145 | ||
|
dd13b7860d | ||
6f6f9bff3a | |||
|
fcb4c60c28 | ||
|
653783e3ee | ||
cd666473b1 | |||
|
605c55e116 | ||
|
99b344bf1d | ||
|
b905f3ba28 | ||
|
78e16b5ef2 | ||
|
78a7412b5f | ||
|
63a07093ee | ||
|
b1f8ad9e61 | ||
6e85890f39 | |||
|
02f45f39aa | ||
c0f317d130 | |||
|
021813788d | ||
dc7ec92e72 | |||
|
0a54456b95 | ||
e6b6c12ea0 | |||
4b236df1c6 | |||
d8f64f3c7e |
@@ -1,11 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 07:26:45 UTC 2025 - Gus Kenion <gus.kenion@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to 1.3.5
|
||||||
|
* Fixed Bugs
|
||||||
|
+ Javadoc is missing its Overview page.
|
||||||
|
+ Remove -nouses directive from maven-bundle-plugin. OSGi
|
||||||
|
package imports now state 'uses' definitions for package
|
||||||
|
imports, this doesn't affect JPMS (from
|
||||||
|
org.apache.commons:commons-parent:80).
|
||||||
|
* Changes
|
||||||
|
+ Bump org.apache.commons:commons-parent from 72 to 81 #285,
|
||||||
|
#287, #295, #298, #303, #310, #339.
|
||||||
|
+ Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
|
||||||
|
#288 [test].
|
||||||
|
+ Bump log4j2.version from 2.23.1 to 2.24.3 #292, #299, #319,
|
||||||
|
#328.
|
||||||
|
* Removed:
|
||||||
|
+ Remove "cobertura" plugin use JaCoco, Cobertura is
|
||||||
|
unmaintained.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 13:57:40 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to 1.3.4
|
||||||
|
* Bug fix:
|
||||||
|
+ LOGGING-192: Fix factory loading from context class
|
||||||
|
loader #280, #281.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 08:05:34 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
Fri Aug 9 08:05:34 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||||
|
|
||||||
- Upgrade to 1.3.3
|
- Upgrade to 1.3.3
|
||||||
* Bug Fixes:
|
* Bug Fixes:
|
||||||
+ * LOGGING-193: Update Log4j 2 OSGi imports #268.
|
+ LOGGING-193: Update Log4j 2 OSGi imports #268.
|
||||||
+ * Fix PMD UnnecessaryFullyQualifiedName in SimpleLog.
|
+ Fix PMD UnnecessaryFullyQualifiedName in SimpleLog.
|
||||||
+ * Fix NullPointerException in SimpleLog#write(Object) on null
|
+ Fix NullPointerException in SimpleLog#write(Object) on null
|
||||||
input.
|
input.
|
||||||
+ Fix NullPointerException in SimpleLog#write(StringBuffer) on
|
+ Fix NullPointerException in SimpleLog#write(StringBuffer) on
|
||||||
null input.
|
null input.
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache-commons-logging
|
# spec file for package apache-commons-logging
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2000-2007, JPackage Project
|
# Copyright (c) 2000-2007, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -20,15 +20,14 @@
|
|||||||
%define base_name logging
|
%define base_name logging
|
||||||
%define short_name commons-%{base_name}
|
%define short_name commons-%{base_name}
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.3.3
|
Version: 1.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Apache Commons Logging
|
Summary: Apache Commons Logging
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://commons.apache.org/%{base_name}
|
URL: https://commons.apache.org/%{base_name}
|
||||||
Source0: https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
Source0: https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||||
Source1: https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
|
Source1: https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
|
||||||
Source2: apache-commons-logging.keyring
|
Source2: %{name}.keyring
|
||||||
Source4: http://central.maven.org/maven2/%{short_name}/%{short_name}-api/1.1/%{short_name}-api-1.1.pom
|
|
||||||
Source5: build.xml
|
Source5: build.xml
|
||||||
Source6: build.properties
|
Source6: build.properties
|
||||||
Patch0: commons-logging-1.3.3-dependencies.patch
|
Patch0: commons-logging-1.3.3-dependencies.patch
|
||||||
@@ -92,14 +91,10 @@ popd
|
|||||||
|
|
||||||
# pom
|
# pom
|
||||||
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
||||||
%mvn_install_pom pom.xml %{buildroot}/%{_mavenpomdir}/%{short_name}-%{version}.pom
|
%{mvn_install_pom} pom.xml %{buildroot}/%{_mavenpomdir}/%{short_name}.pom
|
||||||
sed 's#<version>1.1</version>#<version>1.2</version>#g' < %{SOURCE4} > tmp.pom
|
%add_maven_depmap %{short_name}.pom %{short_name}.jar -a "org.apache.commons:%{short_name}","apache:%{short_name}"
|
||||||
%mvn_install_pom tmp.pom %{buildroot}/%{_mavenpomdir}/%{short_name}-api-%{version}.pom
|
%add_maven_depmap %{short_name}:%{short_name}::api:%{version} %{short_name}-api.jar -a "%{short_name}:%{short_name}-api","org.apache.commons:%{short_name}-api","apache:%{short_name}-api"
|
||||||
sed -e 's#<version>1.1</version>#<version>1.2</version>#g' -e "s#%{short_name}-api#%{short_name}-adapters#g" < %{SOURCE4} > tmp.pom
|
%add_maven_depmap %{short_name}:%{short_name}::adapters:%{version} %{short_name}-adapters.jar -a "%{short_name}:%{short_name}-adapters","org.apache.commons:%{short_name}-adapters","apache:%{short_name}-adapters"
|
||||||
%mvn_install_pom tmp.pom %{buildroot}/%{_mavenpomdir}/%{short_name}-adapters-%{version}.pom
|
|
||||||
%add_maven_depmap %{short_name}-%{version}.pom %{short_name}.jar -a "org.apache.commons:%{short_name}","apache:%{short_name}"
|
|
||||||
%add_maven_depmap %{short_name}-api-%{version}.pom %{short_name}-api.jar -a "org.apache.commons:%{short_name}-api","apache:%{short_name}-api"
|
|
||||||
%add_maven_depmap %{short_name}-adapters-%{version}.pom %{short_name}-adapters.jar -a "org.apache.commons:%{short_name}-adapters","apache:%{short_name}-adapters"
|
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%{_javadir}/%{name}*.jar
|
%{_javadir}/%{name}*.jar
|
||||||
|
@@ -94,7 +94,7 @@
|
|||||||
<property name="component.title" value="Logging Wrapper Library"/>
|
<property name="component.title" value="Logging Wrapper Library"/>
|
||||||
|
|
||||||
<!-- The current version number of this component -->
|
<!-- The current version number of this component -->
|
||||||
<property name="component.version" value="1.3.3"/>
|
<property name="component.version" value="1.3.5"/>
|
||||||
|
|
||||||
<!-- The base directory for compilation targets -->
|
<!-- The base directory for compilation targets -->
|
||||||
<property name="build.home" value="${basedir}/target"/>
|
<property name="build.home" value="${basedir}/target"/>
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21e8445d9fc6f0d5e45f67b059808bd3b90bf07b7ad658fd1b3e597acd7f44ee
|
|
||||||
size 194860
|
|
@@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmaBqTIACgkQhv3H4qES
|
|
||||||
YstuPQf/Za1DHg/M/4Jp51+47XXmNix01mBikDFNe9kviyDhJNKE/jAePtRMuYAB
|
|
||||||
trazgtgupfuBOfdgh9ILve0ZFpBqWw7oEoUgGvKF6FBNlsEVXmQIUPVNV2RX6cdh
|
|
||||||
mxFSeSKhlmZ6vkeCbicxlVNYHA/4nUivgwpZQM7FNWhDzv4BgupSNN0BC1nQMaPu
|
|
||||||
nSExYvzfOWsaHsawhi+FP949B39cSezdUTFA3Rc0JEusXYNhbrnfhCBv8lfaH8xn
|
|
||||||
S7nEGGjFH1GMZvGOPJEbdzllx6M0ugaEpf+lX/zAREc0zXt8PmP9rZTzvixW2kNw
|
|
||||||
WwqBEWF0Udbv3dlPwOaO1/53va7ukA==
|
|
||||||
=XlNv
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
commons-logging-1.3.5-src.tar.gz
Normal file
3
commons-logging-1.3.5-src.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52acdfbc1a1b916d7445bdb225e8d826fbdc99d381ccb43384fc7ae42cdaf3aa
|
||||||
|
size 196373
|
11
commons-logging-1.3.5-src.tar.gz.asc
Normal file
11
commons-logging-1.3.5-src.tar.gz.asc
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmec688ACgkQhv3H4qES
|
||||||
|
YsssEwf8D/jLWHg+DblrWApTH3hn9SJjZR/A1vaZYUrNzPcCcsPYmLjCSOK+qdni
|
||||||
|
ZWBk91/oSJms2wYoGOn37EzuRF9EC+jjpD9ETw+tw5en9IYMMifCyimYTr8eL7DH
|
||||||
|
etlujeCkIiqHpbjwSeGykMZGzprxj4aGtHmYT1bsOrj3cDduG7c1OgHyWk08i5Rf
|
||||||
|
HM6GyQaowt9aCr6Md3y2jkAw5N28XI0HzVs9+VTu6ihJmxYKFZtBXYD1xl1kLebF
|
||||||
|
JDUS82gCGgMxm2ZX8cDJAb1W/8y3it6fkpBTskKYguvNkQvppaDPoRLh/JASGCKk
|
||||||
|
b0n5i0hwP+UWslcnTPwhYHC97Xe6AA==
|
||||||
|
=RCQD
|
||||||
|
-----END PGP SIGNATURE-----
|
@@ -1,165 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?><project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>commons-logging</groupId>
|
|
||||||
<artifactId>commons-logging-api</artifactId>
|
|
||||||
<name>Logging</name>
|
|
||||||
<version>1.1</version>
|
|
||||||
<description>Commons Logging is a thin adapter allowing configurable bridging to other,
|
|
||||||
well known logging systems.</description>
|
|
||||||
<url>http://jakarta.apache.org/commons/logging/</url>
|
|
||||||
<issueManagement>
|
|
||||||
<url>http://issues.apache.org/jira/browse/LOGGING</url>
|
|
||||||
</issueManagement>
|
|
||||||
<ciManagement>
|
|
||||||
<notifiers>
|
|
||||||
<notifier>
|
|
||||||
<configuration>
|
|
||||||
<address>commons-dev@jakarta.apache.org</address>
|
|
||||||
</configuration>
|
|
||||||
</notifier>
|
|
||||||
</notifiers>
|
|
||||||
</ciManagement>
|
|
||||||
<inceptionYear>2001</inceptionYear>
|
|
||||||
<mailingLists>
|
|
||||||
<mailingList>
|
|
||||||
<name>Commons Dev List</name>
|
|
||||||
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
|
|
||||||
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
|
|
||||||
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
|
|
||||||
</mailingList>
|
|
||||||
<mailingList>
|
|
||||||
<name>Commons User List</name>
|
|
||||||
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
|
|
||||||
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
|
|
||||||
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
|
|
||||||
</mailingList>
|
|
||||||
</mailingLists>
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>morgand</id>
|
|
||||||
<name>Morgan Delagrange</name>
|
|
||||||
<email>morgand at apache dot org</email>
|
|
||||||
<organization>Apache</organization>
|
|
||||||
<roles>
|
|
||||||
<role>Java Developer</role>
|
|
||||||
</roles>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>rwaldhoff</id>
|
|
||||||
<name>Rodney Waldhoff</name>
|
|
||||||
<email>rwaldhoff at apache org</email>
|
|
||||||
<organization>Apache Software Foundation</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>craigmcc</id>
|
|
||||||
<name>Craig McClanahan</name>
|
|
||||||
<email>craigmcc at apache org</email>
|
|
||||||
<organization>Apache Software Foundation</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>sanders</id>
|
|
||||||
<name>Scott Sanders</name>
|
|
||||||
<email>sanders at apache dot org</email>
|
|
||||||
<organization>Apache Software Foundation</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>rdonkin</id>
|
|
||||||
<name>Robert Burrell Donkin</name>
|
|
||||||
<email>rdonkin at apache dot org</email>
|
|
||||||
<organization>Apache Software Foundation</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>donaldp</id>
|
|
||||||
<name>Peter Donald</name>
|
|
||||||
<email>donaldp at apache dot org</email>
|
|
||||||
<organization></organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>costin</id>
|
|
||||||
<name>Costin Manolache</name>
|
|
||||||
<email>costin at apache dot org</email>
|
|
||||||
<organization>Apache Software Foundation</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>rsitze</id>
|
|
||||||
<name>Richard Sitze</name>
|
|
||||||
<email>rsitze at apache dot org</email>
|
|
||||||
<organization>Apache Software Foundation</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>baliuka</id>
|
|
||||||
<name>Juozas Baliuka</name>
|
|
||||||
<email>baliuka@apache.org</email>
|
|
||||||
<organization></organization>
|
|
||||||
<roles>
|
|
||||||
<role>Java Developer</role>
|
|
||||||
</roles>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>skitching</id>
|
|
||||||
<name>Simon Kitching</name>
|
|
||||||
<email>skitching@apache.org</email>
|
|
||||||
<organization>Apache Software Foundation</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>dennisl</id>
|
|
||||||
<name>Dennis Lundberg</name>
|
|
||||||
<email>dennisl@apache.org</email>
|
|
||||||
<organization>Apache Software Foundation</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>bstansberry</id>
|
|
||||||
<name>Brian Stansberry</name>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>The Apache Software License, Version 2.0</name>
|
|
||||||
<url>/LICENSE.txt</url>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
<scm>
|
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</connection>
|
|
||||||
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</url>
|
|
||||||
</scm>
|
|
||||||
<organization>
|
|
||||||
<name>The Apache Software Foundation</name>
|
|
||||||
<url>http://jakarta.apache.org</url>
|
|
||||||
</organization>
|
|
||||||
<build>
|
|
||||||
<sourceDirectory>src/java</sourceDirectory>
|
|
||||||
<testSourceDirectory>src/test</testSourceDirectory>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-xdoc-plugin</artifactId>
|
|
||||||
<version>1.9.2</version>
|
|
||||||
<configuration>
|
|
||||||
<optional>true</optional>
|
|
||||||
<comment><strong>Site Only</strong> - v1.9.2 (minimum)</comment>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>junit</groupId>
|
|
||||||
<artifactId>junit</artifactId>
|
|
||||||
<version>3.8.1</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<distributionManagement>
|
|
||||||
<repository>
|
|
||||||
<id>default</id>
|
|
||||||
<name>Default Repository</name>
|
|
||||||
<url>file:///www/jakarta.apache.org/builds/jakarta-commons/logging/</url>
|
|
||||||
</repository>
|
|
||||||
<site>
|
|
||||||
<id>default</id>
|
|
||||||
<name>Default Site</name>
|
|
||||||
<url>scp://people.apache.org//www/jakarta.apache.org/commons/logging/</url>
|
|
||||||
</site>
|
|
||||||
<status>converted</status>
|
|
||||||
</distributionManagement>
|
|
||||||
</project>
|
|
Reference in New Issue
Block a user