Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camel 4 Support #155

Open
turing85 opened this issue Jan 11, 2024 · 1 comment · May be fixed by #156
Open

Camel 4 Support #155

turing85 opened this issue Jan 11, 2024 · 1 comment · May be fixed by #156

Comments

@turing85
Copy link

Camel 4.0.0 has been released on 2023-08-14. As of now, this is the current LTS. The next LTS (4.4.0) is expected to be released in Jan/Feb 2024.

The new release broght some changes. The most notably change is the switch from javax to jakarta. But internal APIs of camel changed as well. The most notable changes are listed in the official migration guide (camel.apache.org).

It is desirable to support Camel in version 4.0.0.

turing85 added a commit to turing85/camunda-platform-7-camel that referenced this issue Jan 12, 2024
@turing85
Copy link
Author

turing85 commented Jan 12, 2024

So I started migrating things. commons, and the spring look good (there was not really anything to migrate in common-test).

The other two modules, however (blueprint and cdi) give me trouble. For one, there is an unresolved property fest.assert.version. For another, camel-cdi has been removed. Alternatives are camel-spring and camel-quarkus. I tried migrating camel-cdi to camel-quarkus, with limited success. I think that if we want to go down this route, we'd need to rewrite the tests for camel-quarkus "in the quarkus way", i.e. with junit5 and @QuarkusTest.

I'd like to have some opinons and pointers, however, before I start this part of the migration. The progress can be seen in my fork (github.com).

@turing85 turing85 linked a pull request Apr 15, 2024 that will close this issue
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 a pull request may close this issue.

1 participant