I've noticed that when i create a new jhipster app using the jhipster-generator i'm not able to configure Websockets using Spring Websocket, Hibernate 2nd level Caching or Spring caching when i answer the question Do you want to make it reactive with Spring WebFlux?
with Yes.
My question is: Why is this so? Why doesn't the jhipster-generator allow me to add Websockets and caching to my app while at the same time making it reactive using Spring WebFlux?