Skip to content

Update Spring Boot to 4.1.0 and Spring Framework to 7.0.8#1413

Merged
labkey-martyp merged 74 commits into
release26.3-SNAPSHOTfrom
26.3_fb_spring_boot_4_1_0
Jun 11, 2026
Merged

Update Spring Boot to 4.1.0 and Spring Framework to 7.0.8#1413
labkey-martyp merged 74 commits into
release26.3-SNAPSHOTfrom
26.3_fb_spring_boot_4_1_0

Conversation

@labkey-martyp

Copy link
Copy Markdown
Contributor

Rationale

Pick up the latest Spring Boot release for 26.3, along with the Spring Framework 7.0.8 patch version it pins.

Related Pull Requests

  • None

Changes

  • Bump springBootVersion from 4.0.6 to 4.1.0 and springVersion from 7.0.7 to 7.0.8 in gradle.properties.
  • Verified Spring Boot 4.1.0 pins Tomcat 11.0.22, which already matches apacheTomcatVersion, so no Tomcat bump is needed.

labkey-teamcity and others added 30 commits March 2, 2026 18:36
- .agents/review-checklists/jest code review checks
- .agents/review-checklists/react code review checks
- .agents/review-checkslists/common.md general code review guidelines
- `.claude/skill/<skill name>/skill.md` define the claude skill using these guidelines 
---------

Co-authored-by: Alan Vezina <alanv@labkey.com>
…n via OAuth2 token (#1276)

* Update properties. Add Graph properties to context during server startup.
* Add 'netty', a transitive dependency for azure-identity
* Add an explicit force of msal4j:1.23.1, which is the latest stable and azure is using this version already; also, CVEs flagged by OWASP Dependency check were fixed well before 1.23.1
* Suppress false positives for Java msal4j library
* Transitive dependency on 'jna' via azure-identity and docker - force for consistency
* Handle reactor-core dependency discrepancy between the api and graphMailTransport module
* Add `clientAPIs/README.md`
* Add `clientAPIs/* to .gitignore`
* Hooks added to settings.json
* Python scripts for pattern matching dangerous commands and secrets files
* Test script validating ALLOW/BLOCK

---------

Co-authored-by: labkey-jeckels <jeckels@labkey.com>
 Conflicts:
	gradle.properties
Allows IntelliJ to resolve related class imports
labkey-adam and others added 22 commits May 20, 2026 11:22
* Address Azure-related findings

* Suppress CVE-2025-15104

* Suppress more

* One more
* Update Apache Mina & Spring to the latest versions (#1359)

* Update PostgreSQL JDBC driver (#1360)

* Upgrade to Spring AI 2.0.0-M5 (#1352)

* Upgrade to Spring AI 2.0.0-M5

* Bump Spring Framework and Spring Boot as well

* Update log4j2 (#1366)

* Update Spring AI and Tomcat dependencies (#1374)

* Update Netty (#1376)

---------

Co-authored-by: Adam Rauch <adam@labkey.com>
Co-authored-by: Lum <klum@labkey.com>
Co-authored-by: github-actions <teamcity@labkey.com>
* Force consistent version of log4j-slf4j-impl

* Correct artifact name
#1377)

- **`.claude/settings.json`** — new `permissions.ask` entries for `git push`, `git commit`, `git reset --hard`, `git branch -D`, `git checkout -b`, `git switch -c|-C`, and `gh pr create|merge|close`.
- **`.claude/hooks/check-dangerous-commands.py`** — new `GIT_ASK_PATTERNS` and `check_git_for_ask()`. Returns `permissionDecision: ask` with a tailored reason for the matched op.
- **`.claude/hooks/check-secrets-file.py`** — small refactor so the block `reason` string can also be threaded into the debug log.
- **`.claude/hooks/test-hooks.py`** — test harness now recognizes `ASK` as a third outcome alongside `BLOCK` / `ALLOW`; new `GIT_ASK_TESTS` table exercises positive and negative cases for every new pattern.
- Both hook scripts gain an opt-in `DEBUG` flag that appends to `.claude/hooks/hooks.log` (gitignored, default off).
- **`.gitignore`** — exclude `.claude/hooks/*.log` and Python bytecode.
- **`CLAUDE.md`** — document git branch naming and PR conventions so future agent sessions follow them automatically.

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
… AWS SSM (#1388)

* Support SSM-backed properties in application.properties and secrets

* Keep Netty version in embedded build in sync
#### Rationale
This PR removes the claude configuration files, which have been moved to
labke-workspaces (see related PRs)

#### Related Pull Requests
* LabKey/labkey-workspaces#7
* #1394

#### Changes
* Remove .claude folder
* Remove CLAUDE.md
 Conflicts:
	gradle.properties
#### Rationale
use error highlight instead of default warning for append(concatenate)

#### Related Pull Requests
* <!-- list of links to related pull requests (replace this comment) -->

#### Changes
* <!-- list of descriptions of changes that are worth noting (replace
this comment) -->
Spring Boot 4.1.0 pins Tomcat 11.0.22, which already matches apacheTomcatVersion, so no Tomcat change is needed.
@labkey-martyp labkey-martyp merged commit 258a466 into release26.3-SNAPSHOT Jun 11, 2026
8 checks passed
@labkey-martyp labkey-martyp deleted the 26.3_fb_spring_boot_4_1_0 branch June 11, 2026 21:00
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.