You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#220: When generating a new project, restx-server-jetty dependency should be considered optional in order :
- To be able ot use it at compile time (particularly in AppServer)
- To be able to have IDE like IntelliJ to provide jetty libs to classpath when running AppServer
- To be able to not package it (nor its dependencies) when building the war
Note that by removing restx-server-jetty from packaged libs, we need to bring back restx-servlet artefact (which was initially pulled from restx-server-jetty)
directly at the dependency root level, in order to have it packaged into the war (otherwise, we wouldn't be able to use
restx servlet-specific stuff when deploying on standard servlet containers such as tomcat)
0 commit comments