Author: gk
Date: Tue May 7 10:23:24 2024
New Revision: 1917544
URL: http://svn.apache.org/viewvc?rev=1917544&view=rev
Log:
changes.xml files:Fixes and updates and reset reference to version to
5.2-SNAPSHOT as currently consistent with pom.xml configuration;explain site
fix for for upcoming RC in README.md;
Modified:
db/torque/trunk/README.md
db/torque/trunk/torque-generator/src/changes/changes.xml
db/torque/trunk/torque-runtime/src/changes/changes.xml
db/torque/trunk/torque-templates/src/changes/changes.xml
Modified: db/torque/trunk/README.md
URL:
http://svn.apache.org/viewvc/db/torque/trunk/README.md?rev=1917544&r1=1917543&r2=1917544&view=diff
==============================================================================
--- db/torque/trunk/README.md (original)
+++ db/torque/trunk/README.md Tue May 7 10:23:24 2024
@@ -91,14 +91,20 @@ Required minimal memory 1GB, set Maven_O
The ant build tool does not (yet) include pmd/xref reports in the final site
building,
although they are build for inspection in each sub module (except test).
-##### Workaround until TORQUE-367, MPLUGIN-517 is released
+##### Workaround until TORQUE-367 is resolved and maven-plugin-plugin v3.13.0
is released (resolving MPLUGIN-517)
If a generated xml file in torque-site/target is not well-formed it could not
be transformed by xsl.
-Tip: Add a closing tag </a> before any <a>-Element immediately preceding a
section elements and run
+Tip:
+ (1) Add a closing tag </a> after any <a>-Element immediately preceding an
opening section element and
+ (2) remove one closing </a>, where </a></a> (two closing tags) occur and
run
mvn package -Papache-release -pl torque-site
+or (without clean)
+
+ mvn package -Papache-release,derbyEmbedded-jenkins,beans,managers,owasp
-rf :torque-site
+
again.
Torque 4.0 requires JDK 1.6 or higher,
Modified: db/torque/trunk/torque-generator/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunk/torque-generator/src/changes/changes.xml?rev=1917544&r1=1917543&r2=1917544&view=diff
==============================================================================
--- db/torque/trunk/torque-generator/src/changes/changes.xml (original)
+++ db/torque/trunk/torque-generator/src/changes/changes.xml Tue May 7
10:23:24 2024
@@ -21,13 +21,20 @@
<properties>
<title>Changes</title>
</properties>
- <body> <release version="5.2-SNAPSHOT" date="in SVN">
+ <body>
+ <release version="5.2-SNAPSHOT" date="in SVN">
+ <action type="fix" dev="gk" date="2024-03-28">
+ Suppress CVE-2022-41852/ and add preliminary fix in SourcePath
+ </action>
<action type="update" dev="gk">
dependencies: eclipse-jgit 6.7.0.202309050840-r
</action>
<action type="fix" dev="gk" issue="TORQUE-361">
Class loader issue fix, Thanks for the report to Max Philipp Wriedt.
</action>
+ <action type="fix" dev="gk" date="2023-06-22">
+ Remove xerces dependency as package org.xml.sax conflicts with default
java 11 (9) system module package
+ </action>
</release>
<release version="5.1" date="2022-01-05">
<action type="update" dev="gk">
Modified: db/torque/trunk/torque-runtime/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunk/torque-runtime/src/changes/changes.xml?rev=1917544&r1=1917543&r2=1917544&view=diff
==============================================================================
--- db/torque/trunk/torque-runtime/src/changes/changes.xml (original)
+++ db/torque/trunk/torque-runtime/src/changes/changes.xml Tue May 7 10:23:24
2024
@@ -21,14 +21,17 @@
<properties>
<title>Changes</title>
</properties>
- <body> <release version="6.0-SNAPSHOT" date="in SVN">
- <action type="add" dev="tv">
- Update to JCS 2.3
+ <body> <release version="5.2-SNAPSHOT" date="in SVN">
+ <action type="update" dev="tv">
+ Update to JCS 3.2
+ </action>
+ <action type="update" dev="tv">
+ Use Charset where appropriate
</action>
<action type="fix" dev="gk" issue="TORQUE-363">
Criterion "is Null" fix, Thanks for the report to Max Philipp Wriedt.
</action>
- <action type="fix" dev="gk" issue="TORQUE-362">
+ <action type="fix" dev="gk" issue="TORQUE-362">
Resolve error
</action>
<action type="add" dev="gk" date="2023-10-13">
Modified: db/torque/trunk/torque-templates/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunk/torque-templates/src/changes/changes.xml?rev=1917544&r1=1917543&r2=1917544&view=diff
==============================================================================
--- db/torque/trunk/torque-templates/src/changes/changes.xml (original)
+++ db/torque/trunk/torque-templates/src/changes/changes.xml Tue May 7
10:23:24 2024
@@ -23,13 +23,17 @@
</properties>
<body>
- <release version="6.0--SNAPSHOT" date="in SVN">
- <action type="fix" dev="gk" issue="TORQUE-364" dev="mwriedt">
+ <release version="5.2-SNAPSHOT" date="in SVN">
+ <action type="fix" issue="TORQUE-364" dev="mwriedt" date="2024-05-06">
Improve RecordMapper on many columns in table Add generated static
variable for sql expressions, add set to optimize loop in processRow method.
</action>
<action type="update" dev="gk" date="2024-04-28">
Java 11: Use non deprecated Float or Double Number initializers instead
of new constructors.
</action>
+ <action type="update" dev="gk" date="2023-06-22">
+ Fix options in mysql, which hast to be set _after_
(create_definitions) (round brackets),
+ Reorder and add some more options for mysql "table create options"
outlets (groovy/vm).
+ </action>
</release>
<release version="5.1" date="2022-01-05">
<action type="update" dev="gk">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]