resteasy-spring-boot icon indicating copy to clipboard operation
resteasy-spring-boot copied to clipboard

RESTEasy Spring Boot Starter

Results 9 resteasy-spring-boot issues
Sort by recently updated
recently updated
newest added

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...

I see the following class conflicts in resteasy-sprint-boot-starter: [INFO] Checking runtime classpath [WARNING] Found duplicate and different classes in [org.apache.tomcat:tomcat-annotations-api:8.5.23, org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:1.0.0.Final]: [WARNING] javax.annotation.Generated [WARNING] javax.annotation.ManagedBean [WARNING] javax.annotation.PostConstruct [WARNING] javax.annotation.PreDestroy [WARNING]...

Cleanup the spring-boot-starter-web dependency. This starter only needs spring-boot-starter

Automate deployment from CI/CD to deploy SNAPSHOT and RELEASE versions from Travis CI, instead of manually.

enhancement

Example of PR template: https://github.com/paypal/squbs/blob/master/.github/PULL_REQUEST_TEMPLATE.md Example of CONTRIBUTING: https://github.com/paypal/squbs/blob/master/CONTRIBUTING.md

enhancement

Hi, i found out some problem with this module. The RESTeasy validation doesn't work. This happens in case if we use resteasy-spring-boot in web-application (packaging war): What we make? 1....

bug

Support specifying JAX-RS resources per JAX-RS application, based on section 2.3.2 in the JAX-RS 2.0 specification. "_If either `getClasses` or `getSingletons` returns a non-empty collection then only those classes or...

enhancement

The `scanning` registration method scans the whole classpath when looking for JAX-RS Application sub-class, and that impacts greatly performance during application start-up. Instead of that, only packages registered to be...

enhancement

See issue #35 for reference. **Important: write an upgrade instruction in the RELEASE NOTES reminding the user that this property has finally been removed (and replaced), and that it has...

enhancement