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 mp...@apache.org on 2002/12/03 16:01:16 UTC

cvs commit: jakarta-turbine-torque/xdocs changes.xml

mpoeschl    2002/12/03 07:01:16

  Modified:    .        default.properties project.xml
               src/conf build-torque.xml
               src/maven-plugin plugin.jelly project.xml
               xdocs    changes.xml
  Log:
  prepare 3.0 release
  
  Revision  Changes    Path
  1.48      +1 -1      jakarta-turbine-torque/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/default.properties,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- default.properties	20 Nov 2002 18:14:18 -0000	1.47
  +++ default.properties	3 Dec 2002 15:01:15 -0000	1.48
  @@ -8,7 +8,7 @@
   
   name = Torque
   project = torque
  -version = 3.0-rc2
  +version = 3.0
   package = org.apache.${project}
   final.name = ${project}-${version}
   torque.jar = ${final.name}.jar
  
  
  
  1.60      +1 -1      jakarta-turbine-torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/project.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- project.xml	20 Nov 2002 18:14:18 -0000	1.59
  +++ project.xml	3 Dec 2002 15:01:15 -0000	1.60
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <id>torque</id>
     <name>jakarta-turbine-torque</name>
  -  <currentVersion>3.0-rc2</currentVersion>
  +  <currentVersion>3.0</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  
  
  
  1.61      +1 -1      jakarta-turbine-torque/src/conf/build-torque.xml
  
  Index: build-torque.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- build-torque.xml	20 Nov 2002 18:14:18 -0000	1.60
  +++ build-torque.xml	3 Dec 2002 15:01:15 -0000	1.61
  @@ -22,7 +22,7 @@
     <property file="${torque.contextProperties}"/>
     <property name="lib.dir" value="lib"/>
     <property name="torque.lib.dir" value="${lib.dir}"/>
  -  <property name="torque.jar" value="torque-3.0-rc2.jar"/>
  +  <property name="torque.jar" value="torque-3.0.jar"/>
   
     <!--
       Build the classpath. Specifically point to each file we're including to avoid
  
  
  
  1.6       +1 -1      jakarta-turbine-torque/src/maven-plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/maven-plugin/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly	21 Nov 2002 20:43:51 -0000	1.5
  +++ plugin.jelly	3 Dec 2002 15:01:16 -0000	1.6
  @@ -4,7 +4,7 @@
   
     <property
       name="torque.mavenPlugin.antFile"
  -    value="${maven.home}/plugins/maven-torque-plugin-3.0-rc2/build-torque.xml"/>
  +    value="${maven.home}/plugins/maven-torque-plugin-3.0/build-torque.xml"/>
   
     <goal
       name="torque"
  
  
  
  1.4       +2 -2      jakarta-turbine-torque/src/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/maven-plugin/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	20 Nov 2002 18:16:02 -0000	1.3
  +++ project.xml	3 Dec 2002 15:01:16 -0000	1.4
  @@ -3,7 +3,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-torque-plugin</id>
     <name>Maven Torque Plug-in</name>
  -  <currentVersion>3.0-rc2</currentVersion>
  +  <currentVersion>3.0</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -96,7 +96,7 @@
       </dependency>
       <dependency>
         <id>torque</id>
  -      <version>3.0-rc2</version>
  +      <version>3.0</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  
  
  
  1.53      +50 -0     jakarta-turbine-torque/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/changes.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- changes.xml	19 Nov 2002 19:12:46 -0000	1.52
  +++ changes.xml	3 Dec 2002 15:01:16 -0000	1.53
  @@ -9,6 +9,56 @@
   
     <body>
   
  +<section name="Torque 3.0">
  +<p>
  +  Changes between Torque 3.0-rc2 and 3.0. <br/>
  +</p>
  +
  +<subsection name="Changes that could (will) break older environments">
  +<p>
  +  <ul>
  +    <li>
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +
  +<subsection name="Other changes">
  +<p>
  +  <ul>
  +    <li>
  +      TRQS59: torque-jdbc-transform should not show password
  +    </li>
  +    <li>
  +      TRQS86: uses @DATABASE@ variable for default database adapter instead
  +      of mysql
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +
  +<subsection name="Fixed bugs">
  +<p>
  +  <ul>
  +    <li>
  +      TRQS61: more concise name on Criteria.setSingleRecord
  +    </li>
  +    <li>
  +      TRQS73: Criteria.toString() modifies the Criteria object
  +    </li>
  +    <li>
  +      TRQS81: getPrimaryKey() throws NullPointerException is pk is Object type
  +      and null.
  +    </li>
  +    <li>
  +      TRQS82: Constructor for DateKey and StringKey will throw NullPointer
  +      exception if passed null value
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
  +</section>
  +
   <section name="Torque 3.0-rc2">
   <p>
     Changes between Torque 3.0-rc1 and 3.0-rc2. <br/>