June 5th, 2017.
- RESTEasy: 3.1.3.Final
- Spring Boot: 1.5.3.RELEASE
- 61 - Adding support for RESTEasy Asynchronous Job Service
- 65 - Use Spring Framework scanning facility in JaxrsApplicationScanner
- 72 - Upgrade RESTEasy to version 3.1.3.Final
None
- Starting on version 3.0.0, the behavior of the
scanning
JAX-RS Application subclass registration method will change, being more restrictive. Instead of scanning the whole classpath, it will scan only packages registered to be scanned by Spring framework (regardless of the JAX-RS Application subclass being a Spring bean or not). The reason is to improve application startup performance. Having said that, it is recommended that every application use any method, other thanscanning
. Or, if usingscanning
, make sure your JAX-RS Application subclass is under a package to be scanned by Spring framework. If not, starting on version 3.0.0,it won't be found.
May 12th, 2017.
- RESTEasy: 3.1.0.Final
- Spring Boot: 1.5.3.RELEASE
- 66 - Upgrade to Spring Boot 1.5.3.RELEASE
- 64 - Renaming
ResteasySpringBootConfig
toRestEasyAutoConfiguration
- 54 - Add a test case to integration tests to reproduce issue with multiple applications
- 57 - Add a test case to check for warning or error messages
February 22nd, 2017.
- RESTEasy: 3.1.0.Final
- Spring Boot: 1.5.1.RELEASE
February 1st, 2017.
- RESTEasy: 3.0.19.Final
- Spring Boot: 1.4.2.RELEASE
- 51 - Do not share ResteasyProviderFactory and Registry among applications
- 44 - Fix CI travis jpm usage
November 20th, 2016.
- RESTEasy: 3.0.19.Final
- Spring Boot: 1.4.2.RELEASE
- 43 - Upgrade Spring Boot to version 1.4.2
- 40 - Spring 4.1 is not supported although it easily can be
August 31st, 2016.
- RESTEasy: 3.0.19.Final
- Spring Boot: 1.4.0.RELEASE
- 35 - Not possible to use application property in application.yml
- 34 - Mockito should be set to test scope
- 32 - Documentation has a contradiction about registering Application subclasses
July 22nd, 2016.
- RESTEasy: 3.0.18.Final
- Spring Boot: 1.3.6.RELEASE
None
July 21st, 2016.
- RESTEasy: 3.0.18.Final
- Spring Boot: 1.3.6.RELEASE
- 22 - Add configuration to turn OFF scanning for JAX-RS Application sub-classes
- 10 - Support RESTEasy configuration
- 20 - Add documentation
- 25 - Add Cobertura code coverage
- 24 - Automate Travis CI
June 9th, 2016.
- RESTEasy: 3.0.17.Final
- Spring Boot: 1.3.5.RELEASE
- 18 - Component annotation removal from ResteasyEmbeddedServletInitializer
- 17 - Upgrade Sprig Boot to version 1.3.5
- 16 - Upgrade RESTEasy to version 3.0.17.Final
- 7 - Remove custom RESTEasy classes as soon as RESTEasy 3.0.17.Final is released
The starter artifact id is being renamed to resteasy-spring-boot-starter, due to issue 2.
April 27th, 2016.
- RESTEasy: 3.0.16.Final
- Spring Boot: 1.3.3.RELEASE
- 5 - Classpath scanner prints warning when a non jar file is scanned
- 6 - JAX-RS application and endpoints don't get registered when running mvn spring-boot:run
- 8 - Don't skip all applications if one has no path bug
February 26th, 2016.
- RESTEasy: 3.0.16.Final
- Spring Boot: 1.3.2.RELEASE
- Enable RESTEasy and Spring integration for Spring Boot applications
- Support JAX-RS sub-resources
- Support automatic discovery of JAX-RS Application classes
None