Skip to content

docs: add v5.17.3 + backfill v5.17.2 to CHANGES and HISTORY#2969

Merged
bjagg merged 2 commits into
uPortal-Project:masterfrom
bjagg:docs/v5.17.3-release-notes
Apr 29, 2026
Merged

docs: add v5.17.3 + backfill v5.17.2 to CHANGES and HISTORY#2969
bjagg merged 2 commits into
uPortal-Project:masterfrom
bjagg:docs/v5.17.3-release-notes

Conversation

@bjagg

@bjagg bjagg commented Apr 29, 2026

Copy link
Copy Markdown
Member

Summary

Catch-up doc updates for the v5.17.3 release that was just cut, plus a backfill for v5.17.2 that was missed when 5.17.2 shipped.

Changes

  • `docs/CHANGES.md`:

    • Add a `## v5.17.3` block under "Next Release" calling out Bill (@Naenyn)'s frontend modernization (Bootstrap / jQuery Update & Fluid Infusion Removal #2915). Operators with customized skins need to know:
      • LESS → SCSS (rename + syntax updates needed)
      • Bootstrap 3/4 → 5 (class names changed)
      • Fluid Infusion removed (any custom JS using Fluid will break)
    • Backfill a `## v5.17.2` block calling out the Java 8 → 11 floor bump (commit `ebe72972a5` by @Naenyn, 2026-03-05). Deployers running Java 8 cannot run v5.17.2 or later; this should have been documented when v5.17.2 shipped but wasn't.
  • `docs/HISTORY.md` — file had been silent since v5.2 (2018). Added a `### 5.17` section listing 5.17.0 → 5.17.3 with their dates + tag links, plus a note above the per-version sections clarifying that 5.3–5.16 are not enumerated (use the "All releases" link). Backfilling 5.3–5.16 is out of scope; can be done as a separate cleanup.

Test plan

  • Markdown renders cleanly (verified locally)
  • CI green

🤖 Generated with Claude Code

bjagg added 2 commits April 28, 2026 19:35
Problem: v5.17.3 was just released. CHANGES.md (operator-relevant
upgrade notes) and HISTORY.md (per-version release index) hadn't been
updated for this release. CHANGES had been silent since v5.15.2 and
HISTORY hadn't been touched since v5.2.

Goal: capture the operator-facing impact of 5.17.3 (Bill's frontend
modernization affects customized skins) and start re-tracking the
5.17.x line in HISTORY.

Changes:
- docs/CHANGES.md: add a `## v5.17.3` block under "Next Release"
  flagging the Bootstrap/jQuery/Fluid Infusion modernization (uPortal-Project#2915)
  and warning operators that customized skins will need updating
  (LESS → SCSS, BS3/4 class names → BS5, no more Fluid library).
- docs/HISTORY.md: add a `### 5.17` section listing 5.17.0–5.17.3
  with their release dates and tag links. Note above the section
  that 5.3–5.16 are not enumerated; deferred to the GitHub releases
  index. Backfill of those versions is out of scope here.

Notes: v5.17.3 itself is already cut and tagged — these are docs
catching up. Per the project's PR-first policy, sending this through
review rather than committing direct to master.
Problem: CHANGES.md is for deployment-impacting changes (Java/Servlet
bumps, DDL changes, mandatory property/cache additions). v5.17.2
bumped sourceCompatibility from 1.8 to 11 in build.gradle (commit
ebe7297 by @Naenyn, 2026-03-05) which means deployers on Java 8
can no longer run this release. That impact never made it into
CHANGES.md when v5.17.2 shipped.

Goal: backfill the v5.17.2 entry so deployers reading CHANGES.md know
they need a JVM upgrade before consuming v5.17.2 or later.

Changes:
- docs/CHANGES.md: insert a `## v5.17.2` block between v5.17.3 and
  v5.15.2 calling out the Java 11 floor.

Notes: chose to add this to the existing v5.17.3 docs PR rather than
spinning a separate one — they're both backfill work for the same
file and ship together cleanly.
@bjagg bjagg changed the title docs: add v5.17.3 to CHANGES and HISTORY docs: add v5.17.3 + backfill v5.17.2 to CHANGES and HISTORY Apr 29, 2026
@ChristianMurphy ChristianMurphy requested a review from Copilot April 29, 2026 02:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the uPortal release documentation to reflect the recently cut v5.17.3 release and to backfill missing v5.17.2 notes, improving operator/deployer visibility into breaking/important changes.

Changes:

  • Add v5.17.3 notes to docs/CHANGES.md highlighting the frontend modernization (Bootstrap 5, SCSS migration, Fluid Infusion removal implications).
  • Backfill v5.17.2 notes to docs/CHANGES.md documenting the Java 11 minimum requirement.
  • Extend docs/HISTORY.md with a new 5.17 section listing 5.17.0–5.17.3 release links/dates and clarifying that 5.3–5.16 are not enumerated.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
docs/HISTORY.md Adds a 5.17 release-history block (with links/dates) and a note about omitted versions.
docs/CHANGES.md Documents v5.17.3 frontend modernization and backfills v5.17.2 Java 11 minimum requirement.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bjagg bjagg merged commit e259b95 into uPortal-Project:master Apr 29, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants