phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

Migration to Spring Boot 2.x.x #244

Closed rushua closed 5 years ago

rushua commented 6 years ago

Spring Boot 2.x.x requires Spring Cloud 2.x.x Details: http://projects.spring.io/spring-cloud/

New version of Spring Cloud OpenFeign was switched to new FeignClient namespace: org.springframework.cloud.openfeign.FeignClient Details: https://cloud.spring.io/spring-cloud-openfeign/

Generation results are not compiled.

I created my own rules for old plugin version and resolve this case. But it will be nice to have it fixed in next build. Thanks.

tburny commented 5 years ago

https://github.com/phoenixnap/springmvc-raml-plugin/pull/296/files This pull request fixes the package and updates to Spring Boot 2 :)

stojsavljevic commented 5 years ago

Implemented with #296

tburny commented 5 years ago

We should reopen this as long as it is not in 2.10.0

stojsavljevic commented 5 years ago

It is on master. It wasn't part of 2.0.5 but will be a part of 2.1.0.

paulius-p commented 4 years ago

Is there any ETA when this is going to be released?