holon-platform / holon-jaxrs

Holon Platform JAX-RS integration module, including RestClient implementation, Swagger/OpenAPI integration and Spring Boot auto-configuration for Jersey and RestEasy
https://holon-platform.com
Apache License 2.0
7 stars 1 forks source link

Support for Springboot 2.x and Java 10 #34

Closed DarkStar1 closed 6 years ago

DarkStar1 commented 6 years ago

Currently it is not possible to create any holon-* based project with springboot 2 (in my case 2.0.3-RELEASE) with a JDK 9/10 target. I see that there's a 5.2.x (as labelled in the branches) release in the pipeline. Any chance/news on when to be expecting a compatible release? Or if there's an interim solution to the RelaxedPropertyResolver issue, I'd be greatful for any information on how to implement it.

rrighi commented 6 years ago

Hi @DarkStar1, Actually the Spring Boot 2 support is foreseen for the 5.2.0 platform release, which will include:

The Holon Platform version 5.2.0 is expected to be stable and will be published within the end of September 2018.

But we are planning to pusblish an alpha version which will include only:

This alpha version will be almost surely available within the end of the next week. So I suggest you wait for this version for Spring Boot 2.x full support.

Check GitHub and the Holon Platform website for the announcements. If you have any further questions, please don't hesitate to ask.

DarkStar1 commented 6 years ago

Thank you very much. For the time being I'll try another solution and upgrade to your platform solution when the alpha comes out.

rrighi commented 6 years ago

Hi @DarkStar1, the Holon Platform 5.2.0-alpha1 release is now available for download. See the release announcement blog post for details.

Please let me know if something don't work as expected!

DarkStar1 commented 6 years ago

@rrighi Thanks. I tried it out and seems to work fine now. I'll update you as I continue to use it. An almost unrelated question; are there any plans to include the swagger UI in the future?

rrighi commented 6 years ago

We are thinking to include the Swagger UI, but we don't have specific plans by now. We surely evaluate this, most likely after the stable 5.2.0 platform release. Check the blog for updates, any suggestion is always welcome!