svn propchange: r1917285 - svn:log

[email protected] Tue, 23 Apr 2024 14:23:56 -0000
Newsgroups gmane.comp.jakarta.turbine.torque.devel
Message-ID <[email protected]>
Author: gk
Revision: 1917285
Modified property: svn:log

Modified: svn:log at Tue Apr 23 14:23:56 2024
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Apr 23 14:23:56 2024
@@ -1 +1,4 @@
 - remove jacoco profile as with dependency update to 0.8.12 restriction is obsolete.
+TORQUE-364: Thanks to Mwried's code suggestion introducing a MapperStrategy in generated mapper code, but allow for as much backward-compatible code as possible. 
+Use options.properties to configure integration in template recordMapperBase.vm: Options torque.om.useMappingStrategy and mappingStrategySort are checked (both by default true)
+- Update READMEs