Update Spring Boot to 4.1.0 and Spring Framework to 7.0.8#1413
Merged
Conversation
- .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
* 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-adam
approved these changes
Jun 10, 2026
…fb_spring_boot_4_1_0
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.
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
Changes
springBootVersionfrom 4.0.6 to 4.1.0 andspringVersionfrom 7.0.7 to 7.0.8 ingradle.properties.apacheTomcatVersion, so no Tomcat bump is needed.