Changes

Release History

Version Date Description
5.2-SNAPSHOT in SVN  
5.1 2022-01-05  
5.0 2020-09-22  
4.0-SNAPSHOT 2013-03-01  

Release 5.2-SNAPSHOT – in SVN

Type Changes By
Fix Improve RecordMapper on many columns in table Add generated static variable for sql expressions, add set to optimize loop in processRow method. Fixes TORQUE-364. Thanks to Rene Fabian Reichow. mwriedt
Update Java 11: Use non deprecated Float or Double Number initializers instead of new constructors. gk
Update 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). gk

Release 5.1 – 2022-01-05

Type Changes By
Update remove versions in build-helper-maven-plugin, moved to parent build-helper v.3.2.0 gk
Fix Moved package to TorqueSchemaAttributeName, allow relative and absolute package in inheritance columns, update database schema version to 5.1. Thanks to. Fixes TORQUE-360. Thanks to Youngho Cho. gk

Release 5.0 – 2020-09-22

Type Changes By
- extracted java related transformer class from OMColumnTransformer - fixed not generated enum imports in vm-templates - add not generated, expected test classes (schema.xml) - removed not allowed empty scale attribute - add enum JavaType, TODO/not implemented: generating in OMColumnJavaTransformer#setFieldJavaType - set eol to native to test expected sql gk
- add parameterized test in junit test class TestProcessing - preliminarily comment html/xdoc tests in junit test class TestProcessing, more info in TORQUE-358 - add timestamp test field in schema - add scale handling in type mapping, transformer and platform gk
- Updated Owasp to 5.0.0-M2, due to checks updated guava and suppressions of groovy - Upgraded to log4j2 with log4j 1.2 and commons adapters - Use now commons-lang3 instead of commons.lang - Replace commons-logging with log4j2-jcl - Update Jdbc2SchemaTest test with timestamps. gk
Update Update to commons-lang3 v3.8.1 painter

Release 4.0-SNAPSHOT – 2013-03-01

Type Changes By
Remove Removed the alias attribute on the table element. tfischer
Remove Removed checks if the javaType of a column is a Key (NumberKey, StringKey, DateKey) because this cannot happen anyway. tfischer