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/02/05 14:44:49 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure Eventhubs

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


   Run the azure-eventhubs test with Azure credentials set, making sure that you are on Quarkus 1.12.
   
   Blocked by https://github.com/Azure/azure-sdk-for-java/issues/18876


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure SDK v12 extensions

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


   I have posted a reproducer in https://github.com/Azure/azure-sdk-for-java/issues/18876 .


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] davsclaus commented on issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure Eventhubs

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


   Is quarkus 1.12 using jackson 2.12.x by default?
   
   We are still on 2.11.x on Camel 3.8 as many of the components using jackson are using 2.11, and haven't upgraded to 2.12 yet. I am not sure if 2.12 is binary compatible with 2.11, so it a drop in replacement is possible.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga closed issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure SDK v12 extensions

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


   


-- 
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure SDK v12 extensions

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


   This can be fixed by upgrading to azure-bom 1.0.3 - see the linked PR. Some native compilation issues need to get fixed there. The upgrade to azure-bom 1.0.3 also fixes another, so far unreported problem mentioned by @llowinge. 


-- 
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:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton commented on issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure Eventhubs

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


   > @jamesnetherton might know of others
   
   That's the only issue I've seen. I need to fix up the` quarkus-master` branch so that we can get a full build to double check.
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure Eventhubs

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


   > Is quarkus 1.12 using jackson 2.12.x by default?
   
   Yes, that's what they have in their master.
   
   > We are still on 2.11.x on Camel 3.8 as many of the components using jackson are using 2.11, and haven't upgraded to 2.12 yet. I am not sure if 2.12 is binary compatible with 2.11, so it a drop in replacement is possible.
   
   Eventhubs test is the only one known to me so far to have this problem. @jamesnetherton might know of others?
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure Eventhubs

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


   Workarounds: force Jackson 2.11.3 or stay on Quarkus 1.11 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure Eventhubs

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


   https://github.com/apache/camel-quarkus/pull/2208 forces jackson 2.11.3 in Azure tests


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga edited a comment on issue #2207: Upgrading to Jackson 2.12.1 via Quarkus BOM 1.12 breaks Azure SDK v12 extensions

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


   Workarounds: force Jackson 2.11.3 in your application or stay on Camel Quarkus 1.6.0 that uses older Quarkus 1.11


----------------------------------------------------------------
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:
users@infra.apache.org