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

Remove service exclude for ThreadPoolProfileConfigurationProperties #1380

Closed
jamesnetherton opened this issue Jun 18, 2020 · 0 comments · Fixed by #1499
Closed

Remove service exclude for ThreadPoolProfileConfigurationProperties #1380

jamesnetherton opened this issue Jun 18, 2020 · 0 comments · Fixed by #1499
Assignees
Milestone

Comments

@jamesnetherton
Copy link
Contributor

This was a workaround for a class referenced in ThreadPoolProfileConfigurationProperties that does not exist:

// TODO: Remove this after upgrade to Camel versions > 3.4.0
services.produce(new CamelServicePatternBuildItem(
CamelServiceDestination.DISCOVERY,
false,
"META-INF/services/org/apache/camel/configurer/ThreadPoolProfileConfigurationProperties"));

It can be removed in Camel versions > 3.4.0.

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.

2 participants