Giter Club home page Giter Club logo

resteasy-spring's Issues

Split the feature pack

The galleon-feature-pack should be split into separate modules like WildFly's ee-feature-pack. The galleon-feature-pack should only have a pom.xml and the wildfly-feature-pack-build.xml. The modules and any tasks should be split out.

Wrong usage of beanDefinition.getBeanClassName()

Starting from spring 6.0.11, existing code in this library may not work anymore. Some spring @Bean annotated with @Provider and other Jakarta-RS annotations are not recognized anymore (since getBeanClassName() is null) and are not registered in Resteasy as it was with srping version 6.0.10 and previous versions.

In the following class: https://github.com/resteasy/resteasy-spring/blob/main/resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringBeanProcessor.java , the calls to BeanDefinition.getBeanClassName() should be BeanDefinition.getResolvableType().toClass()

See: spring-projects/spring-framework#31242 (comment)

Compile down to Java 11

While Spring requires Java 17 at runtime, there is no real requirement for this project to compile to Java 17. Quarkus uses this project as does WildFly which both have a minimum runtime requirement of Java 11. While they would need Java 17 to use Spring, if they use project internally there is no requirement for Java 17.

re-enable deployment tests

Currently there are deployment tests disabled which depends on some resteasy components that haven't been uploaded before. Will fix this after RESTEasy side work is done.

Scans also client beans as resource beans

SpringBeanProcessor registrate every bean having Path or Provider annotation as Resource. Problem is that also Resteasy client beans contains Path annotation. Im not able to limit that

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.