fix(deps): update uportal-libs.version to v5.17.8#279
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
a6c90aa to
4bd0ec3
Compare
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.
This PR contains the following updates:
5.17.5→5.17.85.17.5→5.17.8Release Notes
uPortal-Project/uPortal (org.jasig.portal:uPortal-spring)
v5.17.8: uPortal v5.17.8Compare Source
Patch release on top of v5.17.7, completing uPortal core's side of the resource-server consolidation. Swaps every internal
/ResourceServingWebapp/reference in skin descriptors, admin JSPs, and chrome assets onto/resource-server/, and trims a set of 2008–2015 utility-lib webjar dependencies that are either CVE-prone or native-replaceable on modern browsers.Refactor
Consolidate skin + JSP onto
/resource-server/(#2983)Moves uPortal core's skin descriptors, admin JSPs, and chrome-asset references off the legacy
/ResourceServingWebapp/context onto/resource-server/. Drops a bundle of 2008–2015 utility libraries (lodash 4.17.4, modernizr 2.6.2, normalize.css 2.1.2, four polyfill webjars) that were either CVE-prone, native-replaceable on modern browsers, or both. Also removes dead<rs:compressJs>taglib wrappers (already a no-op upstream now that minification has moved to esbuild).Two commits land together: the main consolidation (~30 files: JSP cleanup, SCSS path swaps, tango/famfamfam icon URL swaps, dead webjar deps removed) and a finishing touch in
respondr/common/common_skin.xmlfor the threeresource="true"entries (underscore, backbone, jquery-plugins/rating) that the first pass missed. All three libs are served at byte-identical relative paths under the modern overlay.Docs
Prefer
keys.openpgp.orgoverkeyserver.ubuntu.com(#2984)Brings the release-guide keyserver instructions in line with the Maven ecosystem release guide. The Central Publisher Portal queries
keys.openpgp.orgfirst when validating signatures; a key only onkeyserver.ubuntu.comwill fail signature validation non-deterministically. Includes the email-confirmation caveat for identity packets and a per-session verification curl.Manual NOTICE/license review step pre-Testing (#2985)
Adds a "Review NOTICE and License Headers" section to the release guide between "Review Dependencies" and "Testing". Cross-links to the Maven release guide's automated equivalent (which Gradle uPortal lacks today) and provides a quick
grepheuristic for missing Apache license headers on changed files.Upgrade notes
/ResourceServingWebapp/is no longer requested by uPortal core, but the path itself is still served by the overlay untilresource-server1.5.4 ships anduPortal-startretiresResourceServingWebapp. Browsers will see network requests cleanly addressed to/resource-server/.resource-server1.5.4 release where the legacy JS bundles ship.pom.xml/gradle.properties. The defaults no longer pull them in.v5.17.7: uPortal v5.17.7Single-fix patch on top of v5.17.5. Supersedes v5.17.6, which was a botched version-bump-only release (no functional changes from v5.17.5); deployers should skip 5.17.6 and consume 5.17.7 instead.
Fixes
Deprecate the LESS pipeline in the
respondrskin (#2982)uPortal-webapp/src/main/webapp/media/skins/respondr/common/common.lessstill pulled in five sub-files —variables.less,mixins.less,regions.less,gallery.less,tags.less— that were removed during the Bootstrap 5 / SCSS migration. Any consumer runningcompileLessagainst this skin failed with "file not found" on the first dropped import, blocking uPortal-start's quickstart build (the symptom that surfaced this wascompileLess0failing onuPortal-startPR #694).This change comments out the five orphaned
@importlines, swaps the Bootstrap LESS import for the compiledbootstrap.css(so the file still produces usable CSS), and tags each entry with aDEPRECATEDbanner pointing at the SCSS pipeline as the supported path forward. The file itself is kept rather than deleted so any skin overlay still referencing it continues to compile during the deprecation window.Upgrade notes
No configuration or deployment changes required. Drop-in replacement for v5.17.5. The
respondrLESS pipeline remains compiled but is now formally deprecated — new skin work should target the SCSS pipeline.Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.