Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RESTEasy #22

Closed
asoldano opened this issue Aug 7, 2018 · 6 comments
Closed

Add support for RESTEasy #22

asoldano opened this issue Aug 7, 2018 · 6 comments

Comments

@asoldano
Copy link

asoldano commented Aug 7, 2018

I'd like the RESTEasy starter (https://github.com/resteasy/resteasy-spring-boot) to be integrated in start.spring.io; the project was initially created at PayPal (https://github.com/paypal/resteasy-spring-boot) and then donated to Red Hat, where it's currently maintained by the same team (currently reporting to me) of the RESTEasy core.
The most recent release of the starter pulls Spring Boot 2.0.3.RELEASE and RESTEasy 3.6.0.Final (released on June 29th); on master we're already pulling the latest SpringBoot (2.0.4) and RESTEasy core (3.6.1.Final, released yesterday) and we definitely want to stay in synch in the future.
Please tell which additional information / action from our side you need. Thanks.

@snicoll
Copy link
Contributor

snicoll commented Aug 7, 2018

Thanks @asoldano

There are some validations we need to apply (see also the guidelines for a description of what we're looking at).

Before we start, it seems that 2.0.0.Final is not available on Maven central. Am I missing something?

@asoldano
Copy link
Author

asoldano commented Aug 7, 2018

@snicoll thanks. As for the availability on Maven Central, it's weird. We do releases on the JBoss repository, which is automatically synchronized with central for a selection of group/artifact ids. Previous versions were properly copied and I guess 2.0.0.Final was too, then it disappeared, judging from https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-spring-boot-starter . Maybe I can release 2.0.1.Final and see if it's properly copied or what...

@asoldano
Copy link
Author

asoldano commented Aug 7, 2018

@snicoll I've just released 2.0.1.Final (that way we also move to latest SpringBoot and RESTEasy core dependencies), let's see if it's properly propagated to central in the next hours..

@asoldano
Copy link
Author

asoldano commented Aug 8, 2018

@snicoll OK, 2.0.1.Final is available on Maven Central, so I'd say the problem is solved: http://central.maven.org/maven2/org/jboss/resteasy/resteasy-spring-boot-starter/2.0.1.Final/resteasy-spring-boot-starter-2.0.1.Final.pom

@snicoll snicoll transferred this issue from spring-io/initializr Nov 29, 2018
@snicoll
Copy link
Contributor

snicoll commented Jan 18, 2019

@asoldano we've reviewed this and noticed you don't have a compatibility build against Spring Boot 2.1 (the current production line). We've also put a process in place in the meantime that we'd like you to follow to validate we have all we need. You can follow the process by creating a new issue and selecting the "New entry proposal" option. Thank you.

@asoldano
Copy link
Author

@snicoll OK. The upgrade to Spring Boot 2.1 is already being worked. Will have someone from the team open up a new proposal with the new process as soon the 2.1 upgrade is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants