Update dependency org.jasig.portal:uPortal-spring to v5.17.9 - #11
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency org.jasig.portal:uPortal-spring to v5.17.9#11renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
August 11, 2020 06:14
edcd3cc to
470613b
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
January 22, 2021 16:59
470613b to
1d5de19
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
October 18, 2021 17:35
1d5de19 to
00bbd6b
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
April 15, 2022 23:16
00bbd6b to
c837526
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
September 25, 2022 13:49
c837526 to
f5256de
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
March 24, 2023 20:19
f5256de to
00013df
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
June 19, 2023 23:51
00013df to
a3c0060
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
August 2, 2023 21:12
a3c0060 to
8e38dc9
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
November 11, 2023 06:41
8e38dc9 to
3135d92
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
December 22, 2023 03:07
3135d92 to
c956c7f
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
September 26, 2024 21:39
c956c7f to
2b1d772
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
April 19, 2025 11:57
2b1d772 to
9483c5c
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
April 16, 2026 04:04
9483c5c to
b581380
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
May 1, 2026 07:32
b581380 to
b687741
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
May 5, 2026 00:31
b687741 to
3cd5e2d
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
May 5, 2026 09:13
3cd5e2d to
b8d4d3c
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
May 13, 2026 20:53
b8d4d3c to
8dd3318
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
May 14, 2026 01:14
8dd3318 to
d5674d6
Compare
renovate
Bot
force-pushed
the
renovate/uportal-libs.version
branch
from
June 24, 2026 10:35
d5674d6 to
174a83e
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.1.0→5.17.9Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
uPortal-Project/uPortal (org.jasig.portal:uPortal-spring)
v5.17.9: uPortal v5.17.9Compare Source
Patch release on top of v5.17.8. Removes two out-of-support / vulnerability-prone transitive dependencies (log4j-core and AWS SDK v1), fixes JGroups discovery-table growth and a LESS skin path bug, and adds a Gradle release-cut script.
Security
Drop transitive log4j-core, bridge log4j2 to slf4j (#2999)
grouperClientpulledorg.apache.logging.log4j:log4j-coreonto the runtime classpath transitively. uPortal logs through slf4j/logback, so log4j-core was unused and a standing CVE surface (the Log4Shell-family vulnerabilities all live in log4j-core). Excludes log4j-core globally and adds thelog4j-to-slf4jbridge so any log4j2 API calls (e.g. from grouperClient) still route to slf4j.Migrate dynamic-skin S3 storage to AWS SDK v2 (#3000)
The dynamic-skin S3 storage backend used AWS SDK v1 (
com.amazonaws:aws-java-sdk-s3), which AWS has placed out of security support. Migrates tosoftware.amazon.awssdk:s32.46.7 (v2 builder API,headObjectexistence check, try-with-resources client) with no change to stored object layout or returned URLs.Fixes
Clear JDBC_PING table on view change (#3001)
The JGroups
JDBC_PINGdiscovery table accumulated stale rows: a node terminated abruptly (e.g.kill -9) never deregistered, so its row lingered across restarts. Setsclear_table_on_view_change="true"so the coordinator wipes the table on each view change and live members re-register.Use
@import (inline)for bootstrap.css in common.less (#2997)LESS treats
@import "x.css"as a passthrough, emitting a literal CSS@importwhose relative path resolves incorrectly at runtime (404). The(inline)keyword embeds the file at compile time, where the path resolves. Affects skins still on the LESS compilation path.Tooling
Add
release-uportal.sh(#2986)A Gradle release preflight + cut script at the repo root, mirroring the Maven ecosystem release process: tree/upstream sync checks, signing-key + keyserver verification, license-header scan, non-interactive version flags, and the post-release upstream tag push.
Docs
AGENTS.mdunder 200 lines (#2993)Upgrade notes
log4j-corebeing on the classpath (e.g. a custom log4j2 appender config), note that log4j-core is now excluded; log4j2 API calls are routed to slf4j/logback via the bridge.AWS_REGION/ profile / instance metadata) and fails fast if none is set, whereas v1 sometimes defaulted tous-east-1. Deployers who enabled the S3 skin storage backend should set a region explicitly. Deployers on the default filesystem skin storage are unaffected.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.v5.17.5: uPortal v5.17.5Compare Source
Single-fix patch on top of v5.17.4.
Fixes
Drop duplicate Bootstrap 5 includes from the respondr skin (#2980)
respondr/common/common_skin.xmldeclared the Bootstrap 5 CSS bundle and the JS bundle three times each: a<… included=\"plain\">variant, a<… included=\"aggregated\">variant, and a third unqualified entry that matched both render modes. The unqualified entry causedbootstrap.bundle.min.jsto load twice in the browser, attaching two delegated click handlers per dropdown toggle. A single user click on a portlet's Options menu toggled the menu open then immediately back to closed, so every UX flow gated on opening that menu — favorites add/remove, rate-this-portlet, edit-mode entry, return-to-dashboard from a maximized portlet — appeared silently broken across the welcome page and every other dashboard.The fix is the deletion of the two unqualified entries; the
included=\"plain\"/included=\"aggregated\"pair already covers every render mode.The duplication originally landed during the Bootstrap 5 migration when two contributors added the same asset from different mental models — unconditional include and mode-qualified include. Both were applied; neither was removed.
Upgrade notes
No configuration or deployment changes required. Drop-in replacement for v5.17.4.
v5.17.4: uPortal 5.17.4Compare Source
Patch release on top of v5.17.3.
Fix
The obsolete
ch.qos.logback.classic.selector.servlet.ContextDetachingSCLlistener has been removed fromuPortal-webapp/src/main/webapp/WEB-INF/web.xml(PR #2976). The class was part of Logback's J2EE selector machinery and was removed in Logback 1.3.x.Unlike NotificationPortlet (which still bundles Logback 1.1.11), uPortal core itself bundles Logback 1.5.32 today — so this listener was an active bug, not a latent one. It was a known tripwire across the fleet during the 2026-05 wave: every portlet that bumped Logback to 1.3+ via
uportal-portlet-parentv51 hitClassNotFoundExceptionat context startup with this exact listener. The same fix landed across the fleet (Announcements 2.5.3, Calendar 2.7.2, JasigWidget 2.4.2, NewsReader 5.1.4, SimpleContent 3.4.2, Notification 4.8.3).The listener also has no functional value here — Logback's modern auto-cleanup handles classloader GC and JMX deregistration without needing this hook.
Dependency bumps
Routine Renovate-driven patch bumps in established libraries:
commons-cli→ 1.11.0 (#2967)commons-codec→ 1.22.0 (#2968)commons-io→ 2.22.0 (#2971)commons-pool2→ 2.13.1 (#2974)tika-core→ 3.3.0 (#2975)jsoup→ 1.22.2 (#2978)easymock→ 5.6.0 (#2977)Docs
RELEASE.md(#2970).CHANGESandHISTORY.md(#2969).Compatibility
v5.17.3Compare Source
uPortal 5.17.3
This is a maintenance release of uPortal. The headline change is a substantial frontend modernization that's been in flight for a long time finally landing — Bootstrap 3 → 5, jQuery 4, LESS → SCSS, and removal of Fluid Infusion across the
respondrskin. The release also folds in security updates (commons-lang3, commons-beanutils, guava, hsqldb), refactor work on the LimitingTee output stream, and the routine Renovate dependency-hygiene cycle.Thanks to @Naenyn (Bill Smith) for owning the frontend modernization end-to-end, and to all the contributors who made this release possible — including the Renovate and Dependabot bots whose dep-hygiene PRs accumulated to a meaningful chunk of the changeset.
Changes Affecting Deployments
respondrskin. Customized skins will need updating. Review your overrides underuPortal-webapp/src/main/webapp/media/skins/for:.lessfiles (now.scss)Features / Refactors
LimitingTeecallbacks fromFunction<T,?>toConsumer<T>(#2945) and silence the corresponding ErrorProne CheckReturnValue (#2943).Fixes
resource-server-utilstransitive deps to avoid version pinning conflicts (#2944).LimitingTeeOutputStreamTest(latent bug surfaced by the commons-io 2.22 bounds tightening, folded into #2964).uPortal-webappbuildscript classpath to avoid a commons-lang3 split between Gradle's bundled version and the version transitively pulled in via resource-server (folded into #2964).Documentation
AGENTS.mdwith the project's actual Java 11 baseline, replacing inaccurate "ban Java 9+" wording (#2947).Security Updates
org.hsqldb:hsqldb→ 2.7.1 (#2671) and 2.7.4 (#2949)commons-beanutils:commons-beanutils→ 1.11.0 (#2934)org.apache.commons:commons-lang3→ 3.18.0 (#2936) and 3.20.0 (#2951)com.google.guava:guava→ v32 (#2939)Other Dependency Updates
org.jasig.resourceserver:resource-server→ 1.5.3 (#2964)aws-java-sdk-s3,joda-time,ant,lombok,spotbugs,groovy,jackson,logback-classic,codenarc,prettier,errorproneplugin,immutable. PRs: #2946, #2952, #2953, #2954, #2955, #2956, #2957, #2958, #2959, #2960, #2962, #2963.Full Changelog: uPortal-Project/uPortal@v5.17.2...v5.17.3
v5.17.2Compare Source
What's Changed
Fixes
Dependency Updates
Chores
Documentation
Tests
Release Infrastructure
Full Changelog: uPortal-Project/uPortal@v5.17.1...v5.17.2
v5.17.1Compare Source
What's Changed
Chores
Dependency Updates
Documentation
New Contributors
Full Changelog: uPortal-Project/uPortal@v5.17.0...v5.17.1
v5.17.0Compare Source
What's Changed
New Contributors
Full Changelog: uPortal-Project/uPortal@v5.16.1...v5.17.0
v5.16.1Compare Source
What's Changed
Full Changelog: uPortal-Project/uPortal@v5.16.0...v5.16.1
v5.16.0Compare Source
What's Changed