-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAMEL-21018: Create a Camel TorchServe component #15804
Conversation
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
I'm now rewriting my pull req with Spring RestTemplate instead of OkHttp according to Claus' suggestion. Once done, I'll let you know again.
|
Avoid the library template okhttp4-gson with swagger-codegen to bring kotlin as dependency.
24baaff
to
e71add6
Compare
Turned out - <library>okhttp4-gson</library>
+ <library>apache-httpclient</library> @davsclaus Please check it again. |
Description
Initial implementation of a Camel TorchServe component. As the pull req is getting bigger, I split it into parts. Following the pull req, I'll submit more enhancements later:
Target
camel-3.x
, whereas Camel 4 uses themain
branch)Tracking
https://issues.apache.org/jira/browse/CAMEL-21018
Apache Camel coding standards and style
mvn clean install -DskipTests
locally from root folder and I have committed all auto-generated changes.