jstakun commented on issue #543: Unmarshal json in spring xml URL: https://github.com/apache/camel-quarkus/issues/543#issuecomment-566131304 https://github.com/jstakun/wildwest-bot/ After you pull: - delete org.mycompany.Application.java and pom.xml - rename quarkus-pom.xml to pom.xml - specify backend host:port in application.properties For backend creation on Openshift you can use following commands: ``` oc new-project wildwest-shooter oc policy add-role-to-user edit -z default oc new-app quay.io/jstakun/wildwest-shooter-backend-quarkus:0.1 --name backend oc expose service backend ```
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services