You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2009/02/07 15:02:11 UTC

svn commit: r741895 - /cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml

Author: reinhard
Date: Sat Feb  7 14:02:11 2009
New Revision: 741895

URL: http://svn.apache.org/viewvc?rev=741895&view=rev
Log:
add recent changes notices

Modified:
    cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml

Modified: cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml?rev=741895&r1=741894&r2=741895&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml Sat Feb  7 14:02:11 2009
@@ -27,6 +27,11 @@
 
   <body>
     <release version="3.0.0-alpha-2" date="2009-00-00" description="unreleased">
+      <action dev="cziegeler" type="add" issue="COCOON3-14">
+        [cocoon-pipeline] Add generics to the pipeline interface. With additionally introducing marker
+        interfaces for the component types (SAX, StAX, etc.) this allows compile time checks if all
+        components have the correct type when assembling the pipeline.
+      </action>
       <action dev="reinhard" type="fix" issue="COCOON3-24">
         [cocoon-pipeline] Cleanup PipelineComponent#finish(): It's not the concern of a pipeline component
         to know about exceptions that happen somewhere in the pipeline.
@@ -63,6 +68,10 @@
         as part of their studies at the Vienna University of Technology and to their assistant professor
         Dr. Alexander Schatten.
       </action>
+      <action dev="reinhard" type="add" issue="COCOON3-19">
+        [cocoon-stax] Provide wrappers to add SAX-components to StAX pipelines and 
+        Adapters between StAX pipelines and SAX pipelines.
+      </action>
       
       <action dev="stevendolg" type="fix" >
         [cocoon-sax] Create a separate SAX module that contains all SAX specific classes.