grails-gsp
grails-gsp copied to clipboard
fix(deps): update dependency opensymphony:sitemesh to v2.6.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| opensymphony:sitemesh | 2.4.4 -> 2.6.0 |
Release Notes
sitemesh/sitemesh2 (opensymphony:sitemesh)
v2.5.0
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 https://github.com/sitemesh/sitemesh2/pull/19
- com.opensymphony.module.sitemesh.Factory no longer works with Java 11 by @ebourg in https://github.com/sitemesh/sitemesh2/pull/36
- fix rendering for script/comment/CDATA inside content tags in FastPageParser.java by @jtodt in https://github.com/sitemesh/sitemesh2/pull/33
New Contributors
- @yortx made their first contribution in https://github.com/sitemesh/sitemesh2/pull/19
- @ebourg made their first contribution in https://github.com/sitemesh/sitemesh2/pull/36
- @jtodt made their first contribution in https://github.com/sitemesh/sitemesh2/pull/33
Full Changelog: https://github.com/sitemesh/sitemesh2/compare/2.4.2...2.5.0
Thank you everyone who made significant contributions to this release:
v2.5-atlassian-5
v2.5-atlassian-4
v2.5-atlassian-3
v2.5-atlassian-2
v2.5-atlassian-1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Updating to 2.5.0 would require significant effort.
Least significant path is to abandon the use of StreamCharBuffer and use DefaultSitemeshBuffer instead.
Most significant path is to implement a Grails specific SitemeshBuffer that uses StreamCharBuffer