[GitHub] [camel] onderson commented on a change in pull request #3777: CAMEL-2933 - resteasy component

2020-05-03 Thread GitBox
onderson commented on a change in pull request #3777: URL: https://github.com/apache/camel/pull/3777#discussion_r419167912 ## File path: components/camel-resteasy/src/main/java/org/apache/camel/component/resteasy/DefaultResteasyHttpBinding.java ## @@ -0,0 +1,219 @@ +/* + *

[GitHub] [camel] onderson commented on a change in pull request #3777: CAMEL-2933 - resteasy component

2020-05-03 Thread GitBox
onderson commented on a change in pull request #3777: URL: https://github.com/apache/camel/pull/3777#discussion_r419167357 ## File path: components/camel-resteasy/pom.xml ## @@ -0,0 +1,287 @@ + + +http://www.w3.org/2001/XMLSchema-instance; +

[GitHub] [camel] onderson commented on a change in pull request #3777: CAMEL-2933 - resteasy component

2020-05-03 Thread GitBox
onderson commented on a change in pull request #3777: URL: https://github.com/apache/camel/pull/3777#discussion_r419166607 ## File path: components/camel-resteasy/pom.xml ## @@ -0,0 +1,287 @@ + + +http://www.w3.org/2001/XMLSchema-instance; +

[GitHub] [camel] onderson commented on a change in pull request #3777: CAMEL-2933 - resteasy component

2020-04-25 Thread GitBox
onderson commented on a change in pull request #3777: URL: https://github.com/apache/camel/pull/3777#discussion_r415009728 ## File path: components/camel-resteasy/src/test/java/org/apache/camel/component/resteasy/test/ResteasyConsumerTest.java ## @@ -0,0 +1,222 @@ +/* + *