Skip to content

Releases: sitemesh/sitemesh2

2.5.0

19 Aug 22:10
Compare
Choose a tag to compare

This is the first official release since 2.4.x that incorporates the use of SiteMeshBuffer which contains the various SiteMeshBufferFragments used in a page. This release is breaking for any frameworks such as Grails that extend the functionality of AbstractPage due to SitemeshBuffer being required during initialization (e.g. GrailsGSPPage). Frameworks such as Grails that incorporate their own buffer implementation can update by implementing their own SitemeshBuffer interface or choose to use DefaultSitemeshBuffer instead. For example, Grails would use it's own StreamCharBuffer instead of SitemeshBufferFragment.

What's Changed

  • Buffering and SecondaryStorage support.
  • Fixes issue #18 by @yortx in #19
  • com.opensymphony.module.sitemesh.Factory no longer works with Java 11 by @ebourg in #36
  • fix rendering for script/comment/CDATA inside content tags in FastPageParser.java by @jtodt in #33

New Contributors

Full Changelog: 2.4.2...2.5.0

Thank you everyone who made significant contributions to this release:

2.4.4

14 Aug 16:19
Compare
Choose a tag to compare

This release just contains a minor patch. Specifically it has TokenizedHTMLPage use a PrintWriter (if available) instead of using the toString()

The Java Documentation was also fixed and distributed to Maven Central so it renders correctly.

Full Changelog: 2.4.3...2.4.4

2.4.3

07 Aug 04:25
Compare
Choose a tag to compare

Full Changelog: 2.4.2...2.4.3