grails-gsp icon indicating copy to clipboard operation
grails-gsp copied to clipboard

fix(deps): update dependency opensymphony:sitemesh to v2.6.0

Open renovate[bot] opened this issue 2 years ago • 1 comments
trafficstars

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
opensymphony:sitemesh 2.4.4 -> 2.6.0 age adoption passing confidence

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

New Contributors

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

Compare Source

v2.5-atlassian-4

Compare Source

v2.5-atlassian-3

Compare Source

v2.5-atlassian-2

Compare Source

v2.5-atlassian-1

Compare Source


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.

renovate[bot] avatar Aug 19 '23 01:08 renovate[bot]

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

codeconsole avatar Aug 20 '23 15:08 codeconsole