From 68dd14f5467e729b9dba4dd43ff76845ccd36f51 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Wed, 29 Jan 2025 10:25:03 -0500 Subject: [PATCH] Bump org.apache.commons:commons-parent from 79 to 80 Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS --- pom.xml | 2 +- src/changes/changes.xml | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index c9100d931f..3c40b90603 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache.commons commons-parent - 79 + 80 commons-pool3 3.0.0-SNAPSHOT diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4c92854aab..a3d3a6d2c2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,23 +45,20 @@ The type attribute can be add,update,fix,remove. + + Add ReslientPooledObjectFactory to provide resilence against factory outages. + 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). - - Deprecations from version 2.x have been removed. - + Deprecations from version 2.x have been removed. - - Bump Java from 8 to 17. - + Bump Java from 8 to 17. + Bump org.apache.commons:commons-parent from 79 to 80. + Bump org.apache.commons:commons-parent from 58 to 78 #297, #328, #338, #341, #347, #351, #354, #361. Bump org.ow2.asm:asm-util from 9.5 to 9.7.1 #252, #294, #355. Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0 #326, #333, #342. Bump org.apache.bcel:bcel from 6.7.0 to 6.10.0 #263, #306, #327. Bump org.hamcrest:hamcrest-library from 2.2 to 3.0 #330. - - - Add ReslientPooledObjectFactory to provide resilence against factory outages. -