docs(release-notes): 2.1.4 patch entry + 2.2.0-M3 webapps-neo/version drift fixes - #181
Merged
Merged
Conversation
kthoms
marked this pull request as ready for review
August 21, 2026 12:34
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Operaton release notes for the 2.1.4 patch and 2.2.0-M3 milestone.
Changes:
- Documents Spring Boot and Spring Framework upgrades.
- Adds the
webapps-neotechnical preview. - Updates 2.2 dependency and platform versions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Summary | Review status |
|---|---|---|
docs/documentation/reference/release-notes/2_1/index.md |
Adds the 2.1.4 patch release entry. | No comments |
docs/documentation/reference/release-notes/2_2/index.md |
Documents webapps-neo and updates compatibility versions. |
3 nit comments |
Suppressed comments (2)
docs/documentation/reference/release-notes/2_2/index.md:313
- The version table is still out of sync with the canonical
mainPOMs:pom.xmldeclares Spring Boot 4.1.1 and Spring 7.0.9, whileparent/pom.xmldeclares Jackson 2.21.5, but the corresponding 2.2 entries remain 4.1.0, 7.0.7, and 2.21.4. Since this PR is correcting release-note version drift, please update those cells and the matching values in the Versions & Compatibility section as well.
| Apache Tomcat | 11.0.21 | 11.0.25 |
| WildFly | 38.0.1.Final | 41.0.0.Final |
| Jackson | 2.21.2 | 2.21.4 |
| Groovy | 5.0.5 | 5.1.0 |
| Quarkus | — | 3.33.3.1 |
docs/documentation/reference/release-notes/2_2/index.md:264
- Although this row is corrected, the same release section still lists Spring Boot 4.1.0 and Spring Framework 7.0.7 at lines 259–260. The current main build POM manages 4.1.1 and 7.0.9, so the published compatibility versions will remain stale; please update those entries as part of this version-drift pass.
The Operaton Quarkus extension is based on **Quarkus 3.33.3.1 LTS**.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
…sion drift - Add New and Noteworthy entry for the new webapps-neo technical preview (PR #3296, #3515) - Correct WildFly 40 -> 41.0.0.Final, Tomcat 11.0.22 -> 11.0.25, Quarkus 3.33.2.1 -> 3.33.3.1, Groovy 5.0.6 -> 5.1.0 to match parent/pom.xml on main
kthoms
force-pushed
the
docs/2.2.0-m3-release-notes-update
branch
from
September 18, 2026 09:09
70f3303 to
28e460b
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.
Summary
parent/pom.xmlonmain: WildFly 40 -> 41.0.0.Final, Tomcat 11.0.22 -> 11.0.25, Quarkus 3.33.2.1 -> 3.33.3.1, Groovy 5.0.6 -> 5.1.0.Found during automated PREPARE checks for the 2.1.4 and 2.2.0-M3 releases.
Test plan
Generated with Claude Code