You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by gk...@apache.org on 2019/10/10 07:34:08 UTC

svn commit: r1868226 - in /db/torque/torque4/trunk: torque-generator/src/changes/ torque-generator/src/changes/changes.xml torque-runtime/src/changes/ torque-runtime/src/changes/changes.xml torque-templates/src/changes/changes.xml

Author: gk
Date: Thu Oct 10 07:34:08 2019
New Revision: 1868226

URL: http://svn.apache.org/viewvc?rev=1868226&view=rev
Log:
- added and updated changes.xml

Added:
    db/torque/torque4/trunk/torque-generator/src/changes/
    db/torque/torque4/trunk/torque-generator/src/changes/changes.xml   (with props)
    db/torque/torque4/trunk/torque-runtime/src/changes/
    db/torque/torque4/trunk/torque-runtime/src/changes/changes.xml   (with props)
Modified:
    db/torque/torque4/trunk/torque-templates/src/changes/changes.xml

Added: db/torque/torque4/trunk/torque-generator/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/changes/changes.xml?rev=1868226&view=auto
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/changes/changes.xml (added)
+++ db/torque/torque4/trunk/torque-generator/src/changes/changes.xml Thu Oct 10 07:34:08 2019
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<document>
+  <properties>
+    <title>Changes</title>
+  </properties>
+  <body>
+  <release version="4.1-SNAPSHOT" date="in SVN">
+    <action type="update" dev="gk">
+    - update to velocity 2.0
+    - fix junit 5
+    - remove log4j.properties
+    </action>
+  </release>
+  </body>
+</document>
+

Propchange: db/torque/torque4/trunk/torque-generator/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/torque/torque4/trunk/torque-runtime/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/changes/changes.xml?rev=1868226&view=auto
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/src/changes/changes.xml (added)
+++ db/torque/torque4/trunk/torque-runtime/src/changes/changes.xml Thu Oct 10 07:34:08 2019
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<document>
+  <properties>
+    <title>Changes</title>
+  </properties>
+  <body>
+  <release version="4.1-SNAPSHOT" date="in SVN">
+    <action type="update" dev="gk">
+       Use Commons Configuration, which allows for overriding, Update Beanutils 1.9.4
+    </action>
+  </release>
+  </body>
+</document>
+

Propchange: db/torque/torque4/trunk/torque-runtime/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: db/torque/torque4/trunk/torque-templates/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/changes/changes.xml?rev=1868226&r1=1868225&r2=1868226&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/src/changes/changes.xml (original)
+++ db/torque/torque4/trunk/torque-templates/src/changes/changes.xml Thu Oct 10 07:34:08 2019
@@ -24,6 +24,27 @@
 
   <body>
   <release version="4.1-SNAPSHOT" date="in SVN">
+    <action type="change" dev="gk">
+    - 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 
+    </action>
+    <action type="change" dev="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
+    </action>
+    <action type="change" dev="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.
+    </action>
     <action type="update" dev="painter">
        Update to commons-lang3 v3.8.1
     </action>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: svn commit: r1868226 - in /db/torque/torque4/trunk: torque-generator/src/changes/ torque-generator/src/changes/changes.xml torque-runtime/src/changes/ torque-runtime/src/changes/changes.xml torque-templates/src/changes/changes.xml

Posted by Thomas Vandahl <tv...@apache.org>.
On 10.10.19 09:34, gk@apache.org wrote:
> Author: gk
> Date: Thu Oct 10 07:34:08 2019
> New Revision: 1868226
> 
> URL: http://svn.apache.org/viewvc?rev=1868226&view=rev
> Log:
> - added and updated changes.xml

The convention with Torque has been to track changes in JIRA tickets.

Bye, Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org