Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency opensymphony:sitemesh to v2.5.0 #368

Open
wants to merge 1 commit into
base: 6.2.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
opensymphony:sitemesh 2.4.4 -> 2.5.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: sitemesh/sitemesh2@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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency upgrade Pull requests that update a dependency file label Aug 19, 2023
@codeconsole
Copy link
Contributor

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

@renovate renovate bot force-pushed the renovate/sitemeshversion branch from 462a67d to 2217c0a Compare August 25, 2023 02:51
@renovate renovate bot force-pushed the renovate/sitemeshversion branch 2 times, most recently from cbbf619 to a4acaed Compare October 5, 2023 17:06
@renovate renovate bot changed the base branch from 6.0.x to 6.1.x October 5, 2023 17:06
@renovate renovate bot force-pushed the renovate/sitemeshversion branch from a4acaed to 2d21eef Compare October 7, 2023 03:40
@renovate renovate bot changed the title Update dependency opensymphony:sitemesh to v2.5.0 fix(deps): update dependency opensymphony:sitemesh to v2.5.0 Jan 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency opensymphony:sitemesh to v2.5.0 Update dependency opensymphony:sitemesh to v2.5.0 Jan 11, 2024
@renovate renovate bot changed the title Update dependency opensymphony:sitemesh to v2.5.0 fix(deps): update dependency opensymphony:sitemesh to v2.5.0 Jan 16, 2024
@renovate renovate bot changed the base branch from 6.1.x to 6.2.x February 2, 2024 12:28
@renovate renovate bot force-pushed the renovate/sitemeshversion branch from 3d7bbbb to 9737117 Compare March 7, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug deps maintenance type: dependency upgrade Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants