You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/08 12:33:45 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #3366: [Quarkus 2.6.0.Final] Remove `software.amazon.awssdk:apache-client` dependency override

jamesnetherton opened a new issue #3366:
URL: https://github.com/apache/camel-quarkus/issues/3366


   In Quarkus 2.6.0.CR1 there's an invalid dependency declaration in `quarkus-bom` for the AWS `apache-client`.
   
   So for now, I've worked around it by specifying the dependency in our own BOM.
   
   When 2.6.0.Final is available, we should be able to remove it along with the `awssdk.version` property.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] aldettinger commented on issue #3366: [Quarkus 2.6.0.Final] Remove `software.amazon.awssdk:apache-client` dependency override

Posted by GitBox <gi...@apache.org>.
aldettinger commented on issue #3366:
URL: https://github.com/apache/camel-quarkus/issues/3366#issuecomment-993665878


   The workaround evoked in the previous must be [here](https://github.com/apache/camel-quarkus/commit/77cee8366620ca5e774c38080b8cf9b98027a4da).
   I guess we would need to revert only the change in `poms/bom/pom.xml`.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #3366: [Quarkus 2.6.0.Final] Remove `software.amazon.awssdk:apache-client` dependency override

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #3366:
URL: https://github.com/apache/camel-quarkus/issues/3366#issuecomment-998967187


   Now I see what is going on: the exclusion of `commons-logging` in the removed apache-client management entry makes the difference. We actually need to ban commons-logging altogether.
   
   Using `mvn quarkus:dependency-tree` instead of `mvn dependency:tree` helped me to figure out what's going on.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] aldettinger edited a comment on issue #3366: [Quarkus 2.6.0.Final] Remove `software.amazon.awssdk:apache-client` dependency override

Posted by GitBox <gi...@apache.org>.
aldettinger edited a comment on issue #3366:
URL: https://github.com/apache/camel-quarkus/issues/3366#issuecomment-993665878


   ~~The workaround evoked in the previous must be [here](https://github.com/apache/camel-quarkus/commit/77cee8366620ca5e774c38080b8cf9b98027a4da).
   I guess we would need to revert only the change in `poms/bom/pom.xml`.~~


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga closed issue #3366: [Quarkus 2.6.0.Final] Remove `software.amazon.awssdk:apache-client` dependency override

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #3366:
URL: https://github.com/apache/camel-quarkus/issues/3366


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga edited a comment on issue #3366: [Quarkus 2.6.0.Final] Remove `software.amazon.awssdk:apache-client` dependency override

Posted by GitBox <gi...@apache.org>.
ppalaga edited a comment on issue #3366:
URL: https://github.com/apache/camel-quarkus/issues/3366#issuecomment-998967187


   Now I see what is going on: the exclusion of `commons-logging` in the removed apache-client management entry makes the difference. We actually need to ban commons-logging altogether. See https://github.com/apache/camel-quarkus/issues/3405
   
   Using `mvn quarkus:dependency-tree` instead of `mvn dependency:tree` helped me to figure out what's going on.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org