You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2020/04/23 08:50:48 UTC

[GitHub] [camel] tadayosi opened a new pull request #3770: camel-support - Add type-safe resolveEndpoint method

tadayosi opened a new pull request #3770:
URL: https://github.com/apache/camel/pull/3770


   It's too small changes to file a JIRA but I'd like you guys to check if I'm going in the right direction.


----------------------------------------------------------------
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] oscerd commented on issue #3770: camel-support - Add type-safe resolveEndpoint method

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #3770:
URL: https://github.com/apache/camel/pull/3770#issuecomment-618308680


   No need to reintroduce the method.


----------------------------------------------------------------
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] tadayosi commented on issue #3770: camel-support - Add type-safe resolveEndpoint method

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3770:
URL: https://github.com/apache/camel/pull/3770#issuecomment-618406164


   Thanks guys. That's the feedback that I expected!  Withdrawing it and I'll only change the doc in a next commit.


----------------------------------------------------------------
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] tadayosi commented on issue #3770: camel-support - Add type-safe resolveEndpoint method

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3770:
URL: https://github.com/apache/camel/pull/3770#issuecomment-618304773


   @davsclaus The doc changing is the exact reason I submitted this. The current doc is out-of-date for 3.2.0. Now `CamelContext` doesn't have `resolveEndpoint` method at all, and I only find it in `CamelContextHelper`. So do you think we should rather recover it in `CamelContext` API?


----------------------------------------------------------------
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] davsclaus commented on issue #3770: camel-support - Add type-safe resolveEndpoint method

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


   Ah okay the doc should be changed to use `getEndpoint` 


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