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
commit 31d9a1b7713de9f4986d39611536d86976d7f8c3 Author: Thomas Vandahl <[email protected]> AuthorDate: Wed Jan 7 18:50:26 2026 +0100 Document changes --- src/changes/changes.xml | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6ec932d6..ce8ac0a9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,7 +24,42 @@ </properties> <body> - <release version="7.0-SNAPSHOT" date="in Git"> + <release version="7.1-SNAPSHOT" date="in Git"> + <action type="add" dev="tv"> + Add some convenience default methods to PipelineData to reduce code duplication + </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. + </action> + <action type="update" dev="tv"> + Move several RunData methods as default methods into the interface. + </action> + <action type="remove" dev="tv"> + Move job execution logic into AbstractSchedulerService and remove WorkerThread + </action> + <action type="remove" dev="tv"> + Remove InitableBroker and related classes. It was never used. + </action> + <action type="update" dev="tv"> + Dependency version update yauaa 7.32.0, + jakarta.xml.bind-api 4.0.4, + commons-codec 1.20.0, + commons-configuration2 2.13.0, + commons-lang3 3.20.0, + commons-text 1.15.0, + commons-pool2 2.13.1, + jython-standalone 2.7.4 + json 20251224, + slf4j-api 2.0.13, + velocity-engine-core 2.4.1, + jaxb-runtime 4.0.6, + torque 7.0, + jackson2 2.20.1, + testcontainers 1.21.4 + </action> + </release> + <release version="7.0" date="2025-04-01"> <action type="add" dev="gk"> Fix for security check to prevent XSS for default Turbine keys from parameters, which might be set or not and e.g. sed in templates and other places.
