aldettinger commented on a change in pull request #3153:
URL: https://github.com/apache/camel-quarkus/pull/3153#discussion_r721460470
##########
File path:
extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/main/CamelMainNativeImageProcessor.java
##########
@@ -45,9 +44,6 @@ void
reflectiveCLasses(BuildProducer<ReflectiveClassBuildItem> producer) {
org.apache.camel.model.Resilience4jConfigurationCommon.class,
org.apache.camel.spi.RestConfiguration.class,
org.apache.camel.quarkus.main.CamelMainApplication.class));
-
- // Needed for camel.threadpool.* properties
- producer.produce(new ReflectiveClassBuildItem(true, false,
ThreadPoolProfileConfigurationProperties.class));
Review comment:
I think it's ticket #2828, so I've assigned to you. Please revert if not.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]