Update dependencies across project and add JDK 25 to test matrix - #180
Merged
Conversation
mbien
force-pushed
the
dependency-updates-7
branch
from
September 6, 2026 02:35
e9549f5 to
bcd21df
Compare
Member
Author
|
ok that worked. checking if we should do webjars and spring point release too. |
mbien
force-pushed
the
dependency-updates-7
branch
2 times, most recently
from
September 6, 2026 03:13
013354e to
8820edb
Compare
- point release updates within the same major version in most cases - minor CI config update
mbien
force-pushed
the
dependency-updates-7
branch
from
September 6, 2026 03:18
8820edb to
2e27575
Compare
snoopdave
approved these changes
Sep 6, 2026
snoopdave
left a comment
Contributor
There was a problem hiding this comment.
LGTM. I can easily roll an RC2 release for this.
snoopdave
added a commit
that referenced
this pull request
Sep 10, 2026
…he URL (#185) The #180 dependency bump moved the jquery-ui webjar to 1.14.2+1, and that literal version -- plus suffix and all -- was written into the resource URLs in head.jsp. The webjar serves its resources under the plus-free path (META-INF/resources/webjars/jquery-ui/1.14.2/), so /webjars/jquery-ui/1.14.2+1/ 404s, breaking the entry editor's date picker and tag autocomplete and dropping the jQuery UI styling. Point the URLs at 1.14.2; the pom coordinate stays 1.14.2+1 (that is the actual artifact). Regression from 6.1.5 (jquery-ui 1.14.1). Reported by Matt Raible on the 6.1.6 RC2 vote thread. Claude-Session: https://claude.ai/code/session_015X69HHQ5XnjRkJP8ymzwFf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
point release updates within the same major version in most cases