Apache » Cocoon »

  Cocoon Pipeline Implementation
      1.0
   homepage

Cocoon Pipeline Implementation 1.0

Changes Report

Release History

VersionDateDescription
1.0.1TBDunreleased
1.0.0TBAreleased
1.0.0-RC22007-10-29released
1.0.0-RC12007-07-02released
1.0.0-M12007-03-02released


Release 1.0.1 - TBD

TypeChangesBy
updatenullCocoon's pipeline buffer increases from an initial buffer size of 8192 bytes to the configurable flush buffer size rather than allocating the complete buffer beforehand.joerg
fixFix CachingOutputStream not caching all content or leading to ArrayIndexOutOfBoundsException when using write(byte[ ] , int, int). Thanks to Steven Dolg.joerg
updateSet the default output buffer size of the pipeline to 1,048,576 (1 MB) rather than -1 (complete buffering) to avoid potential OutOfMemoryErrors on too large output.joerg

Release 1.0.0 - TBA

TypeChangesBy
fixUse Spring's current request attributes as a pipeline lock object instead of cur rent thread. Resolves deadlock when request is processed in multiple threads.vgritsenko

Release 1.0.0-RC2 - 2007-10-29

TypeChangesBy

Release 1.0.0-RC1 - 2007-07-02

TypeChangesBy

Release 1.0.0-M1 - 2007-03-02

TypeChangesBy