This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git

commit c45bb20ec96cf45635dae5bd242a947b269ac00a
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Jan 26 08:52:58 2024 +0100

    Update changes.xml
---
 src/changes/changes.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 98139f9b..8b737028 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,13 @@
       </action>
       <action type="update" dev="gk">
         Fix java.lang.NoSuchFieldError: DEFAULT_TIME_BETWEEN_EVICTION_RUNS. 
This field changed from being an long to a Duration in commons-pool2 v 2.10.0 
and commons-dbcp2 v2.9.0.
-      </action>  
+      </action>
+      <action type="update" dev="tv">
+        Migrate to package-info.java from package.html.
+      </action>
+      <action type="update" dev="tv">
+        Optimize JobQueue and add JobQueueTest
+      </action>    
     </release>
     <action type="add" dev="gk">
        Add Annotation @TurbineTool to annotate tools for advanced usage in 
action methods.

Reply via email to