logzio / guice-jersey

Guice module for starting Jetty based rest server with Jersey
Apache License 2.0
40 stars 11 forks source link

Update to Jetty 12.0.8 and Jersey 3.1.6 #37

Closed jvanzyl closed 1 month ago

asafm commented 5 months ago

@ofir-popowski Hey man - can you take a look? It looks good to me but we need to run the build.

asafm commented 5 months ago

@ordaniel888 Can you take care of the build so this can be merged?

celtric commented 2 months ago

Any update on this one? We're having java.lang.NoClassDefFoundError: org/eclipse/jetty/server/handler/HandlerWrapper which I understand this PR addresses.

ordaniel888 commented 1 month ago

We have made the decision to no longer maintain this open-source project. You’re welcome to fork it and continue its development or publish it as you see fit

celtric commented 1 month ago

We have made the decision to no longer maintain this open-source project. You’re welcome to fork it and continue its development or publish it as you see fit

Thanks for the update @ordaniel888. We decided to write our own glue code based on this repository, as we understood that the nature of it will not allow to cover all possible combinations of versions without generating a matrix of artifacts. Using this repository as a reference was of huge help, thank you for that!