Skip to content

Commit

Permalink
Remove service exclude for ThreadPoolProfileConfigurationProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jul 23, 2020
1 parent c30f497 commit 225ee28
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ void coreServicePatterns(BuildProducer<CamelServicePatternBuildItem> services) {
"META-INF/services/org/apache/camel/language/*",
"META-INF/services/org/apache/camel/dataformat/*",
"META-INF/services/org/apache/camel/send-dynamic/*"));

// 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"));
}

@BuildStep
Expand Down

0 comments on commit 225ee28

Please sign in to comment.