FORGE-599 upgrade camel-events-support to BrXM 17.0.0, Java 21 and Camel 4.20.0 - #28
Open
joeyliechty wants to merge 1 commit into
Open
joeyliechty wants to merge 1 commit into
joeyliechty wants to merge 1 commit into
Conversation
…mel 4.20.0 - Bump parent hippo-cms7-project 16.7.0 -> 17.0.0 - Plugin version 5.3.1-SNAPSHOT -> 6.0.0-SNAPSHOT (new major for BrXM 17) - Java source/target 17 -> 21 - Camel 4.14.4 -> 4.20.0 (required for Spring Boot 4.x compatibility) - Replace EOL slf4j-log4j12 with log4j-slf4j2-impl (version managed by parent BOM) - Remove junit-vintage-engine (all tests already use JUnit 5) - Fix issueManagement URL from issues.onehippo.com to bloomreach.atlassian.net - Bump all demo module parent versions and essentials.version to 17.0.0 - Add <relativePath/> to demo parent to prevent wrong local POM resolution - Fix camel.springboot.routes-include-pattern -> camel.main.routes-include-pattern (property key moved in Camel 4.x; old key was silently ignored, causing 0 routes) - Add Camel and forge plugin INFO loggers to log4j2-dev.xml for diagnostics Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
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.
What
Upgrades the Apache Camel Hippo Events Support Forge plugin to BrXM v17 (Java 21 + Spring Boot 4).
Why
Resolves FORGE-599 — part of epic FORGE-582 to upgrade all Forge projects to BrXM v17.
Changes
Root pom.xml
Demo project
Also created support/5.x maintenance branch from develop.
How to test
Checklist
🤖 Implemented with Claude Code