fantonangeli commented on PR #4078: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/4078#issuecomment-3403025036
Hi @kumaradityaraj, I think we are almost there. To fix the build you need just to sync with `upstream/main`. - `curl -i -H 'Accept: application/json' http://localhost:8080/jsongreet` returns a json :rocket: - `curl -i -H 'Accept: text/html' http://localhost:8080/jsongreet` returns the landing page :rocket: - `curl -v http://localhost:8080/jsongreet` asks for any (`Accept: */*`) and receive the landing page as a default. Here the default should be the json. It's just a matter of priorities. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
