ppalaga commented on a change in pull request #212: cleanup aws and paho
extensions
URL: https://github.com/apache/camel-quarkus/pull/212#discussion_r329544822
##########
File path:
extensions/aws-eks/deployment/src/main/java/org/apache/camel/quarkus/component/aws/eks/deployment/AwsEKSProcessor.java
##########
@@ -87,8 +77,8 @@ void process(CombinedIndexBuildItem combinedIndexBuildItem,
Region.class.getCanonicalName(),
Service.class.getCanonicalName(),
CredentialScope.class.getCanonicalName(),
- LogFactoryImpl.class.getCanonicalName(),
- Jdk14Logger.class.getCanonicalName(),
+ "org.apache.commons.logging.impl.LogFactoryImpl",
+ "org.apache.commons.logging.impl.Jdk14Logger",
Review comment:
Thanks, the justification sounds good.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services