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 2022/01/13 08:11:12 UTC

[GitHub] [camel] ramu11 opened a new pull request #6734: "camel-jackson - Upgrade to 2.13.x"

ramu11 opened a new pull request #6734:
URL: https://github.com/apache/camel/pull/6734


   CAMEL-17469:camel-jackson - Upgrade to 2.13.x
   


-- 
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] ramu11 commented on pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
ramu11 commented on pull request #6734:
URL: https://github.com/apache/camel/pull/6734#issuecomment-1012707495


   camel-karaf is removed as per this commit
   
   https://github.com/apache/camel/commit/db7b13344b1c2dc4bfdd8de4530d0aaae4f01a93


-- 
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] davsclaus commented on pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #6734:
URL: https://github.com/apache/camel/pull/6734#issuecomment-1012789614


   The json-validator in karaf needed to be updated too - I have done that


-- 
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] ramu11 commented on pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
ramu11 commented on pull request #6734:
URL: https://github.com/apache/camel/pull/6734#issuecomment-1012694628


   > You need to check the camel-karaf features and camel-azure real integration tests. There is some mess with eventhubs and Jackson.
   
   yes I have checked camel-azure it is currently using 
    <azure-jackson2-version>2.11.3</azure-jackson2-version>
   I have seen  test failures 
   `[ERROR] Tests run: 3, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 1.74 s <<< FAILURE! - in org.apache.camel.component.azure.storage.queue.integration.StorageQueueProducerIT
   [ERROR] org.apache.camel.component.azure.storage.queue.integration.StorageQueueProducerIT.testHeaderPreservation  Time elapsed: 0.275 s  <<< ERROR!
   java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
   `


-- 
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] ramu11 commented on pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
ramu11 commented on pull request #6734:
URL: https://github.com/apache/camel/pull/6734#issuecomment-1012697960


   > 
   
   


-- 
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] ramu11 edited a comment on pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
ramu11 edited a comment on pull request #6734:
URL: https://github.com/apache/camel/pull/6734#issuecomment-1012695123


   ok i have updated camel-azure version to 2.13.1 and build all components
   
   `[INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.camel.component.azure.servicebus.ServiceBusEndpointTest
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 s - in org.apache.camel.component.azure.servicebus.ServiceBusEndpointTest
   [INFO] Running org.apache.camel.component.azure.servicebus.ServiceBusUtilsTest
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in org.apache.camel.component.azure.servicebus.ServiceBusUtilsTest
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] 
   [INFO] --- camel-package-maven-plugin:3.15.0-SNAPSHOT:generate-postcompile (generate-postcompile) @ camel-azure-servicebus ---
   [INFO] Stale files detected, re-generating.
   [INFO] Stale files detected, re-generating index.
   [INFO] Building index...
   [INFO] 
   [INFO] --- camel-bundle-plugin:3.15.0-SNAPSHOT:manifest (bundle-manifest) @ camel-azure-servicebus ---
   [INFO] No previous run data found, generating manifest.
   [INFO] 
   [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ camel-azure-servicebus ---
   [INFO] Building jar: /home/kkakarla/development/git/camel/components/camel-azure/camel-azure-servicebus/target/camel-azure-servicebus-3.15.0-SNAPSHOT.jar
   [INFO] 
   [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ camel-azure-servicebus ---
   [INFO] 
   [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (integration-test) @ camel-azure-servicebus ---
   [INFO] 
   [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ camel-azure-servicebus ---
   [INFO] Installing /home/kkakarla/development/git/camel/components/camel-azure/camel-azure-servicebus/target/camel-azure-servicebus-3.15.0-SNAPSHOT.jar to /home/kkakarla/.m2/repository/org/apache/camel/camel-azure-servicebus/3.15.0-SNAPSHOT/camel-azure-servicebus-3.15.0-SNAPSHOT.jar
   [INFO] Installing /home/kkakarla/development/git/camel/components/camel-azure/camel-azure-servicebus/target/camel-azure-servicebus-3.15.0-SNAPSHOT.pom to /home/kkakarla/.m2/repository/org/apache/camel/camel-azure-servicebus/3.15.0-SNAPSHOT/camel-azure-servicebus-3.15.0-SNAPSHOT.pom
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary for Camel :: Azure :: Parent 3.15.0-SNAPSHOT:
   [INFO] 
   [INFO] Camel :: Azure :: Parent ........................... SUCCESS [  2.586 s]
   [INFO] Camel :: Azure :: Event Hubs ....................... SUCCESS [ 11.564 s]
   [INFO] Camel :: Azure :: Storage Blob ..................... SUCCESS [ 27.311 s]
   [INFO] Camel :: Azure :: Datalake Gen2 .................... SUCCESS [ 11.150 s]
   [INFO] Camel :: Azure :: Storage Queue .................... SUCCESS [ 16.924 s]
   [INFO] Camel :: Azure :: CosmosDB ......................... SUCCESS [ 11.119 s]
   [INFO] Camel :: Azure :: ServiceBus ....................... SUCCESS [  7.421 s]
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  01:28 min
   [INFO] Finished at: 2022-01-14T08:09:48+05:30
   [INFO] ------------------------------------------------------------------------
   (base) [kkakarla@kkakarla camel-azure]$ 
   `
   
   


-- 
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] ramu11 removed a comment on pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
ramu11 removed a comment on pull request #6734:
URL: https://github.com/apache/camel/pull/6734#issuecomment-1012697960


   > 
   
   


-- 
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] ramu11 commented on pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
ramu11 commented on pull request #6734:
URL: https://github.com/apache/camel/pull/6734#issuecomment-1012695123


   can i update this version also to the 2.13.1


-- 
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] ramu11 closed pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
ramu11 closed pull request #6734:
URL: https://github.com/apache/camel/pull/6734


   


-- 
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] davsclaus closed pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
davsclaus closed pull request #6734:
URL: https://github.com/apache/camel/pull/6734


   


-- 
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] ramu11 commented on pull request #6734: "camel-jackson - Upgrade to 2.13.x"

Posted by GitBox <gi...@apache.org>.
ramu11 commented on pull request #6734:
URL: https://github.com/apache/camel/pull/6734#issuecomment-1011896640


   Both camel-spring-boot and Quarkus using camel-jackson 
   
   I run the build with test cases for both


-- 
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