resteasy / resteasy-spring-boot

Apache License 2.0
124 stars 51 forks source link

Spring-boot-starter releases not pushed to maven central repository #241

Closed jamezp closed 1 year ago

jamezp commented 1 year ago

The latest release according to Github is

v6.0.2.Final

However the latest verison the maven central repoistories know about is: v6.0.0.Alpha2

As earlier releases are available in maven, and also the alpha version, I guess this is not intentional.

Migrated from https://issues.redhat.com/browse/RESTEASY-3336

jamezp commented 1 year ago

@liweinan Can you have a look at this? It looks like the project may have just been removed or migrated elsewhere.

jamezp commented 1 year ago

@gerabarna I hope I'm tagging the correct user here :) I've migrated your RESTEasy issue here for Spring Boot.

liweinan commented 1 year ago

@jamezp okay!

liweinan commented 1 year ago

@gerabarna @jamezp I checked the issue and the reason is because since 6.0.0.Beta1, the project structure has been changed significantly because of the servlet and Reactor support split:

And the resteasy-spring-boot-starter artifact no longer exists since the version. The new artifacts are:

liweinan commented 1 year ago

I guess this can be closed, please reopen if there is still problem on this.