eclipse-ee4j / grizzly

Grizzly
https://eclipse-ee4j.github.io/grizzly
Other
149 stars 70 forks source link

Fixes for OSGi environment #2109

Closed senivam closed 3 years ago

senivam commented 4 years ago

Signed-off-by: Maxim Nesen maxim.nesen@oracle.com

senivam commented 4 years ago

I had to add -Pstaging to the build configuration (this can be reverted later) due to jakarta.ws.rs (3.0.0). dependency which is still in staging only.

senivam commented 4 years ago

actually I had to revert -Pstaging back because it appears to be useless - build starts from somewhere else. So, build on Travis will fail untill jakarta.ws.rs is in central. But since release (in Jenkins) is being done using -Pstaging profile it could be released before publishing jakarta.ws.rs to central...

arjantijms commented 4 years ago

I had to add -Pstaging to the build configuration (this can be reverted later) due to jakarta.ws.rs (3.0.0). dependency which is still in staging only.

This should already have been pushed out to Maven central. @spericas can you push the staged artefact out?

arjantijms commented 3 years ago

ps jakarta.ws.rs 3.0.0 is on maven central