Skip to content

Release 7.32.0.Final with dependency updates - #1656

Closed
ricardozanini wants to merge 2 commits into
open-workflow-specification:mainfrom
ricardozanini:release-7.32.0
Closed

Release 7.32.0.Final with dependency updates#1656
ricardozanini wants to merge 2 commits into
open-workflow-specification:mainfrom
ricardozanini:release-7.32.0

Conversation

@ricardozanini

Copy link
Copy Markdown
Collaborator

Summary

Release 7.32.0.Final with dependency updates including Jandex 3.x support.

What's New in 7.32.0.Final

🎉 Key Highlights

Jandex 3.x Support - Eliminates warnings in Quarkus 3.x+ builds

Before (7.31.0.Final)

[WARNING] [io.quarkus.deployment.index] Reindexing /path/to/jackson-jq-1.6.2.jar, 
at least Jandex 3.0 must be used to index an application dependency (index version is 10)

After (7.32.0.Final)

No warnings! - jackson-jq 1.6.4 includes Jandex 3.x indexes

Changes Since 7.31.0.Final

Dependency Updates

Parent POM:

  • jackson-jq: 1.6.2 → 1.6.4 (Jandex 3.x support!)
  • Spotless: 3.10.0 → 3.10.1
  • Jackson: 2.22.1 → 2.22.2
  • Protobuf: 4.36.0 → 4.36.1
  • ClassGraph: 4.8.193 → 4.8.194
  • gRPC: 1.83.1 → 1.84.0
  • json-schema-validator: 2.0.0 → 2.0.7

Impl POM:

  • A2A SDK: 1.2.0.Final → 1.3.0.Final

Infrastructure

Dependabot Configuration:

  • ✅ Grouped updates (patch and minor)
  • ✅ PR limits (max 10 per branch)
  • ✅ Ignore major bumps (manual review required)
  • ✅ Better batching for easier review

Benefits

  • Eliminates Jandex reindexing warnings in Quarkus 3.x+
  • Improves build performance (no unnecessary reindexing)
  • Security fixes in Jackson 2.22.2 and json-schema-validator 2.0.7
  • Bug fixes across multiple dependencies
  • Future-proof for Quarkus 4.x

Migration Notes

This is a patch release with no breaking changes. All updates are backward compatible.

Related PRs

Testing

✅ Full build completed successfully
✅ All modules compiled without errors
✅ Integration tests pass


Replaces: #1654 (7.31.1.Final) - updated to 7.32.0.Final to include dependency updates

Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
Copilot AI lite review requested due to automatic review settings September 2, 2026 15:06
@ricardozanini

Copy link
Copy Markdown
Collaborator Author

Github action is lazy today :(

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.

Warning

Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.

Pull request overview

Updates the repository’s release metadata to reflect the 7.32.0.Final release described in the PR, aligning versioning with the dependency update rollout (including Jandex 3.x support).

Changes:

  • Bumped the recorded release current-version from 7.31.0.Final to 7.32.0.Final.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
@ricardozanini

Copy link
Copy Markdown
Collaborator Author

I have published manually.

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.

4 participants