henning     2002/12/27 04:44:15

  Modified:    xdocs    changes.xml
  Log:
  Added some changelog entries for my patches concerning Logging and Resources
  Service.
  
  Revision  Changes    Path
  1.15      +29 -3     jakarta-turbine-2/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml       19 Dec 2002 15:16:13 -0000      1.14
  +++ changes.xml       27 Dec 2002 12:44:15 -0000      1.15
  @@ -7,6 +7,7 @@
     <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
     <author email="[EMAIL PROTECTED]">John D. McNally</author>
     <author email="[EMAIL PROTECTED]">Martin Poeschl</author>
  +  <author email="[EMAIL PROTECTED]">Henning P. Schmiedehausen</author>
   </properties>
   
   <body>
  @@ -57,9 +58,6 @@
   Changes between Turbine 2.2 and 2.3-dev.
   </p>
   
  -<p>
  -</p>
  -
   <subsection name="Changes that could break older environments">
   <p>
     <ul>
  @@ -68,6 +66,19 @@
         and castor). Make sure to not get any deprecation warnings before you
         switch to 2.3!
       </li>
  +    <li>
  +      removed the LoggingService. Deprecated everything in the utils.Log class.
  +    </li>
  +    <li>
  +       removed the TurbineResources Service.
  +    </li>
  +    <li>
  +       the service initialization code has been changed. This is important if
  +       you write services yourself. You should supply a constructor which takes
  +       no parameters. The usage of a constructor which takes a RunData object
  +       is deprecated and might be removed later. If you're using the supplied
  +       services, you shouldn't notice any change.
  +    </li>
     </ul>
   </p>
   </subsection>
  @@ -77,6 +88,21 @@
   <p>
     <ul>
       <li>
  +      added new Logging code which uses commons-logging everywhere.
  +    </li>
  +    <li>
  +       added new Configuration code based on commons-configuration. Switched
  +       all configuration requests to commons-configuration.
  +    </li>
  +    <li>
  +      added Log4j configuration and startup. 
  +    </li>
  +    <li>
  +      removed all remaining Torque code.
  +    </li>
  +    <li>
  +      VelocityLayout is now the proposed default layout.
  +      VelocityECSLayout might go away post-2.3.
       </li>
     </ul>
   </p>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to