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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 982b5a8f Document changes
982b5a8f is described below

commit 982b5a8f422dd8842f0e6ee87e0524fb9e2bd816
Author: Thomas Vandahl <[email protected]>
AuthorDate: Thu Jan 8 19:59:07 2026 +0100

    Document changes
---
 src/changes/changes.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ce8ac0a9..d4fb3105 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,9 @@
       <action type="add" dev="tv">
         Add some convenience default methods to PipelineData to reduce code 
duplication
       </action>
+      <action type="update" dev="tv">
+        yuaa: Rely on library-provided cache
+      </action>
       <action type="update" dev="tv">
         Pull up several ApplicationTool methods as default methods into the 
interface.
         Parametrize ApplicationTool to reduce number of instanceof checks.
@@ -35,6 +38,12 @@
       <action type="update" dev="tv">
         Move several RunData methods as default methods into the interface.
       </action>
+      <action type="remove" dev="tv">
+        Remove explicitly declared transitive dependencies that are not used 
directly
+      </action>
+      <action type="remove" dev="tv">
+        Use Base64 from JDK, removing commons-codec dependency
+      </action>
       <action type="remove" dev="tv">
         Move job execution logic into AbstractSchedulerService and remove 
WorkerThread
       </action>

Reply via email to