Skip to content

Commit

Permalink
Bump org.apache.commons:commons-parent from 79 to 80
Browse files Browse the repository at this point in the history
Remove -nouses directive from maven-bundle-plugin. OSGi package imports
now state 'uses' definitions for package imports, this doesn't affect
JPMS
  • Loading branch information
garydgregory committed Jan 29, 2025
1 parent 64afc91 commit 68dd14f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>79</version>
<version>80</version>
</parent>
<artifactId>commons-pool3</artifactId>
<version>3.0.0-SNAPSHOT</version>
Expand Down
17 changes: 7 additions & 10 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,20 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="3.0.0" date="2023-MM-DD" description="This is a feature and maintenance release (Java 8 or above).">
<!-- FIX -->
<action dev="psteitz" type="fix" issue="POOL-407">Add ReslientPooledObjectFactory to provide resilence against factory outages.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">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).</action>
<!-- REMOVE -->
<action dev="ggregory" type="remove">
Deprecations from version 2.x have been removed.
</action>
<action dev="ggregory" type="remove">Deprecations from version 2.x have been removed.</action>
<!-- UPDATE -->
<action dev="ggregory" type="update">
Bump Java from 8 to 17.
</action>
<action dev="ggregory" type="update">Bump Java from 8 to 17.
<action type="update" dev="ggregory">Bump org.apache.commons:commons-parent from 79 to 80.</action>
</action>
<action dev="ggregory" type="update">Bump org.apache.commons:commons-parent from 58 to 78 #297, #328, #338, #341, #347, #351, #354, #361.</action>
<action dev="ggregory" type="update">Bump org.ow2.asm:asm-util from 9.5 to 9.7.1 #252, #294, #355.</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0 #326, #333, #342.</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.10.0 #263, #306, #327.</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.hamcrest:hamcrest-library from 2.2 to 3.0 #330.</action>
<!-- FIX -->
<action dev="psteitz" type="fix" issue="POOL-407">
Add ReslientPooledObjectFactory to provide resilence against factory outages.
</action>
</release>
<release version="2.12.1" date="YYYY-MM-DD" description="This is a feature and maintenance release (Java 8 or above).">
<!-- FIX -->
Expand Down

0 comments on commit 68dd14f

Please sign in to comment.