2017-08-11 12:02 GMT+02:00 Sergey Beryozkin <[email protected]>: > Hi Romain > On 11/08/17 06:41, Romain Manni-Bucau wrote: > >> @Sergey: java 8 or 9? - guess it was a 9 right? Anyway we - as asf - own G >> so if needed, dont hesitate to ping ;). >> >> Java 8 as far as I know, JAX-RS 2.1 is Java 8, I've checked the source, > https://search.maven.org/#search%7Cga%7C1%7Cjavax.ws.rs > > module info is shipped, I recall it was done to make it loadable by Java > 9, hmm, I do not see any Java 8 specific mechanism used RuntimeDelegate. > So may that is just it, module info is shipped to help it loaded with > Java9, and we will just need the regular spec bundle for OSGI...
Yep, that's what I had in mind so not a requirement for JAX-RS 2.1 by itself :) > > > Very happy to see 3.2 coming and Meecrowave would be interested to upgrade >> asap. Only "?" I have is if dependencies will not grow too much - >> atmosphere for instance - but sure we can tackle it iteratively. >> >> SSE code is in a separate module so if you do not need it (or web socket > transport) then no Atmosphere dep will be pulled in Issue is when you need it (since it is in the spec I guess we can assume you want it), not sure why we can't get a plain implementation for most of the spec and just use atmosphere if present, would help to adopt it no? > > > Sergey > > > Le 11 août 2017 00:02, "Sergey Beryozkin" <[email protected]> a écrit : >> >> We can get it for 3.2.1 for ex, swagger-core + swagger-jaxrs which >> interacts with the new swagger-core would need to be available, so it is a >> bit tight... >> >> Sergey >> >> On 10/08/17 20:37, Dennis Kieselhorst wrote: >> >> Good plan. I'd like to see support for Swagger/ OpenAPI Spec 3.0.0 in >>> CXF 3.2 but we should postpone it if no updated swagger-core library is >>> available by Sept 1st. >>> >>> Regards >>> Dennis >>> >>> >>> >>
