I have a spring boot application that I want to deploy on Google App Engine Flexible. This container/web-server for this App is Jetty 9.4 and since Jetty runs on Websockets internally, GAE doesn't allow me to deploy the App.
My question is that, is there any workaround for supporting Websockets on GAE or maybe remove the Websockets support(which would mean removing it from Jetty somehow) ?