1
0
Commit Graph

138 Commits

Author SHA1 Message Date
Gary Gregory
e37750947d Deprecate org.apache.commons.logging.LogSource.jdk14IsAvailable 2024-05-11 11:18:47 -04:00
Gary Gregory
1724a5b6c5 Prepare for the next release candidate 2024-05-11 14:44:05 +00:00
Gary Gregory
33efdc2e2f [LOGGING-191] Apache commons logging shows 1.4 as latest release instead
of 1.3.1
2024-04-26 07:07:11 -04:00
Gary Gregory
9cd3ea84ae Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 #248 2024-04-19 09:55:38 -04:00
Gary Gregory
c121c81fda Bump org.apache.commons:commons-parent from 67 to 69 #240 2024-04-01 14:03:29 -04:00
Gary Gregory
96a4b8976e [LOGGING-190] Add OSGi metadata to enable Service Loader Mediator #234 2024-03-25 08:34:37 -04:00
Gary Gregory
0bbefd98c1 Add section for the next release 2024-03-24 11:35:33 -04:00
Gary Gregory
7b2b00b144 Fix Import-Package entry for org.slf4j #188 2024-03-17 10:21:03 -04:00
Gary Gregory
8967fcf4bc Fix generics warnings #213 2024-03-17 10:10:19 -04:00
Gary Gregory
9ee83d3932 Allow Servlet 4 in OSGi environment #191 2024-03-17 10:08:35 -04:00
Gary Gregory
3fcbbb25d3 Bump logkit from 1.0.1 to 2.0 #32 2024-03-17 10:00:18 -04:00
Gary Gregory
b0b9b7131c Prepare for a release candidate 2024-03-16 19:09:33 -04:00
Gary Gregory
13b6f83294 Bump ch.qos.logback:logback-classic from 1.3.12 to 1.3.14
Bump ch.qos.logback:logback-core from 1.3.12 to 1.3.14
2024-03-16 18:43:42 -04:00
Gary Gregory
885129aa07 Bump log4j2.version from 2.21.1 to 2.23.1 #230 2024-03-16 18:33:21 -04:00
Gary Gregory
12df6f5869 Update from Logj 1 to the Log4j 2 API compatibility layer #231 2024-03-16 18:32:33 -04:00
Gary Gregory
8b47845c35 Upgrade log4j-api to version 2.23.1 #230 2024-03-15 15:04:32 -04:00
Gary Gregory
1c2bea090f Bump org.apache.commons:commons-parent from 66 to 67 #225 2024-03-06 09:40:43 -05:00
Gary Gregory
d67b90a270 Bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.12.0 to 1.13.0 2024-03-01 09:46:43 -05:00
Gary Gregory
214e0881ea Bump some dependencies
Bump ch.qos.logback:logback-classic from 1.3.11 to 1.3.12 #212
 Bump ch.qos.logback:logback-core from 1.3.11 to 1.3.12 #211
 Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 #207
2024-02-23 11:25:24 -05:00
Gary Gregory
98f576cd33 Bump org.apache.commons:commons-parent from 65 to 66 2024-02-03 13:53:39 -05:00
Gary Gregory
dcbaf834d0 Add Maven property project.build.outputTimestamp for build
reproducibility
2024-02-03 13:51:58 -05:00
Gary Gregory
ed4865d67f Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#197) 2024-02-02 21:22:29 -05:00
Gary Gregory
dbcb5d77b0 Remove references to very old JDK and Commons Logging versions #201 2024-01-26 08:15:15 -05:00
Gary Gregory
bcb50ffc28 Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 #194 2023-12-29 06:57:58 -05:00
Gary Gregory
ae43ff4754 Bump log4j2.version from 2.22.0 to 2.22.1 #193 2023-12-27 11:32:19 -05:00
Gary Gregory
d9f7e7b890 Bump log4j2.version from 2.21.1 to 2.22.0 #187 2023-12-08 10:19:54 -05:00
Gary Gregory
cb1cdd5f13 Add slot for the next release 2023-11-30 07:36:07 -05:00
Gary Gregory
18ed8eb8ad Prepare for release candidate 2023-11-26 16:24:49 -05:00
Gary Gregory
1290cecf73 Deprecate
org.apache.commons.logging.impl.Jdk13LumberjackLogger.dummyLevel without
replacement
2023-11-26 15:04:55 -05:00
Gary Gregory
a164386b2a Fix SpotBugs [ERROR] Medium
Switch statement found in
org.apache.commons.logging.impl.SimpleLog.log(int, Object, Throwable)
where default case is missing
[org.apache.commons.logging.impl.SimpleLog] At SimpleLog.java:[lines
505-522] SF_SWITCH_NO_DEFAULT
2023-11-26 14:17:02 -05:00
Gary Gregory
ed83294439 Set java.logging as optional module #183. 2023-11-25 15:30:05 -05:00
Gary Gregory
eb9e4c506f Fix SpotBugs [ERROR]
Medium: Class org.apache.commons.logging.impl.WeakHashtable defines non-transient non-serializable instance field queue [org.apache.commons.logging.impl.WeakHashtable] In WeakHashtable.java SE_BAD_FIELD
2023-11-25 11:59:17 -05:00
Gary Gregory
0f25dd6c0e Fix SpotBugs [ERROR]
High: Found reliance on default encoding in org.apache.commons.logging.LogFactory.initDiagnostics(): new java.io.PrintStream(OutputStream) [org.apache.commons.logging.LogFactory] At LogFactory.java:[line 1205] DM_DEFAULT_ENCODING.
2023-11-25 11:55:22 -05:00
Gary Gregory
1b1879d35d Bump commons-parent from 64 to 65 2023-11-25 11:18:26 -05:00
Piotr P. Karwasz
35427e2ce7 Disable Lumberjack and Log4j 1.x and document it (#182)
This PR removes Lumberjack and Log4j 1.x for the automatic logging
backend discovery procedure.

The updated procedure is documented in the guide.

This closes LOGGING-173 and LOGGING-188.
2023-11-25 11:06:46 -05:00
Gary Gregory
c265c9d46e Deprecate org.apache.commons.logging.impl.WeakHashtable without
replacement.
2023-11-20 09:43:37 -05:00
Gary Gregory
e2f9a3fce8 Deprecate LogConfigurationException.cause in favor of getCause() 2023-11-19 11:34:18 -05:00
Gary Gregory
d082a5dc2a Bump commons-parent from 59 to 64 2023-11-19 08:41:24 -05:00
Gary Gregory
159f30cb8b [LOGGING-185] Fix failing tests #180 2023-11-18 19:37:49 -05:00
Gary Gregory
a3f9d2b3b8 Add support for Log4j API and SLF4J #177 2023-11-03 11:22:31 -04:00
Gary Gregory
65b28b9186 Fix possible NPEs in LogFactoryImpl 2023-10-19 07:21:16 -04:00
Piotr P. Karwasz
ca2cdfee81 [LOGGING-186] Replace custom code with ServiceLoader call (#171)
* Replace custom code with `ServiceLoader` call

* Files should end with an empty line

* Files should end with an empty line

* Comment empty block

* Comment empty block

---------

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2023-10-18 16:47:48 -04:00
Alex Herbert
acd4893d89 Introduce end-of-line normalization 2023-09-02 13:37:42 +01:00
Gary Gregory
c628268427 Revert "Bump commons-parent from 59 to 61"
This reverts commit 4663b90b28.
2023-08-30 14:19:33 -04:00
Gary Gregory
4663b90b28 Bump commons-parent from 59 to 61 2023-08-30 14:12:37 -04:00
Gary Gregory
ca47bbc0b4 Bump commons-parent from 58 to 59 2023-07-28 13:29:30 -04:00
Gary Gregory
f98acb3c28 [StepSecurity] ci: Harden GitHub Actions #145 2023-06-24 17:10:02 -04:00
Gary Gregory
922588f99d Bump commons-parent from 57 to 58 2023-05-25 16:18:30 -04:00
Gary Gregory
e684e574a6 Bump commons-parent from 56 to 57 #143 2023-04-28 09:01:03 -04:00
dependabot[bot]
74a82eebeb Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.0...maven-checkstyle-plugin-3.2.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 21:30:18 +01:00