-
Notifications
You must be signed in to change notification settings - Fork 105
cannot work in boot 2.0.0 #90
Comments
Hi, Spring Boot 2.0 is not supported yet. Also, we have been collaborating with RESTEasy team and this starter, which was originally developed by PayPal, has been adopted by RESTEasy team itself. The code has been moved to their Git org already, but their first released has not been announced yet. Probably that very first release will support Spring Boot 2. After that happens, I will freeze development in this Git repo, so that the starter can evolve only in the RESTEasy org. I recommend you watch https://github.com/resteasy/resteasy-spring-boot. Regards, |
Hi, i thought it would be a good idea to create a similar ticket and subscribe to it in to get some status updates, since the development here seem stopped as you said, but the "Issues" tab is not visible yet (at least for none project members). Do you have any news about a roadmap for the first release of resteasy/resteasy-spring-boot? We would like to use spring-boot 2.0 for all of our new microservice but can't until the resteasy-spring-boot-starter supports it ... |
Hello Jens, You made some good points. Thanks. |
thx! for anyone else who lands here, until the RestEasy support is available for Spring-Boot 2.0 maybe the |
@fabiocarvalho777 @jens-meiss I'm thinking about an initial release from https://github.com/resteasy/resteasy-spring-boot with pretty much what we currently have on master there (basically, beside the refactoring related to the sources' move, I've made the project compile with JDK9 and JDK10). |
@asoldano thx for the info, i subscribed myselfe to your ticket |
java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy
at sun.reflect.annotation.AnnotationParser.parseClassArray(AnnotationParser.java:724) ~[?:1.8.0_141]
at sun.reflect.annotation.AnnotationParser.parseArray(AnnotationParser.java:531) ~[?:1.8.0_141]
at sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:355) ~[?:1.8.0_141]
at sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:286) ~[?:1.8.0_141]
at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:120) ~[?:1.8.0_141]
at sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:72) ~[?:1.8.0_141]
at java.lang.Class.createAnnotationData(Class.java:3521) ~[?:1.8.0_141]
at java.lang.Class.annotationData(Class.java:3510) ~[?:1.8.0_141]
at java.lang.Class.createAnnotationData(Class.java:3526) ~[?:1.8.0_141]
at java.lang.Class.annotationData(Class.java:3510) ~[?:1.8.0_141]
at java.lang.Class.getAnnotation(Class.java:3415) ~[?:1.8.0_141]
at java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:258) ~[?:1.8.0_141]
at java.lang.Class.isAnnotationPresent(Class.java:3425) ~[?:1.8.0_141]
at org.jboss.resteasy.plugins.spring.SpringBeanProcessor.processBean(SpringBeanProcessor.java:294) ~[resteasy-spring-3.1.4.Final.jar:3.1.4.Final]
at org.jboss.resteasy.plugins.spring.SpringBeanProcessor.postProcessBeanFactory(SpringBeanProcessor.java:271) ~[resteasy-spring-3.1.4.Final.jar:3.1.4.Final]
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:284) ~[spring-context-5.0.4.RELEASE.jar:5.0.4.RELEASE]
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:179) ~[spring-context-5.0.4.RELEASE.jar:5.0.4.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:693) ~[spring-context-5.0.4.RELEASE.jar:5.0.4.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531) ~[spring-context-5.0.4.RELEASE.jar:5.0.4.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.0.RELEASE.jar:2.0.0.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) [spring-boot-2.0.0.RELEASE.jar:2.0.0.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388) [spring-boot-2.0.0.RELEASE.jar:2.0.0.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.0.RELEASE.jar:2.0.0.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246) [spring-boot-2.0.0.RELEASE.jar:2.0.0.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1234) [spring-boot-2.0.0.RELEASE.jar:2.0.0.RELEASE]
The text was updated successfully, but these errors were encountered: