Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Latest commit

 

History

History
182 lines (123 loc) · 6.27 KB

RELEASE_NOTES.md

File metadata and controls

182 lines (123 loc) · 6.27 KB

Release notes

2.3.1-RELEASE

Release date

May 12th, 2017.

Third-party versions

  • RESTEasy: 3.1.0.Final
  • Spring Boot: 1.5.3.RELEASE

New features and enhancements

  1. 66 - Upgrade to Spring Boot 1.5.3.RELEASE
  2. 64 - Renaming ResteasySpringBootConfig to RestEasyAutoConfiguration
  3. 54 - Add a test case to integration tests to reproduce issue with multiple applications
  4. 57 - Add a test case to check for warning or error messages

Bug fixes

  1. 67 - Remove all warnings during build

2.3.0-RELEASE

Release date

February 22nd, 2017.

Third-party versions

  • RESTEasy: 3.1.0.Final
  • Spring Boot: 1.5.1.RELEASE

New features and enhancements

  1. 49 - Upgrade to RESTEasy version 3.1.0
  2. 50 - Upgrade to Spring Boot version 1.5.1

Bug fixes

  1. 56 - Warning messages during startup

2.2.2-RELEASE

Release date

February 1st, 2017.

Third-party versions

  • RESTEasy: 3.0.19.Final
  • Spring Boot: 1.4.2.RELEASE

New features and enhancements

  1. 13 - Add automated integration tests

Bug fixes

  1. 51 - Do not share ResteasyProviderFactory and Registry among applications
  2. 44 - Fix CI travis jpm usage

2.2.1-RELEASE

Release date

November 20th, 2016.

Third-party versions

  • RESTEasy: 3.0.19.Final
  • Spring Boot: 1.4.2.RELEASE

New features and enhancements

  1. 43 - Upgrade Spring Boot to version 1.4.2
  2. 40 - Spring 4.1 is not supported although it easily can be

Bug fixes

  1. 42 - Remove deprecated code

2.2.0-RELEASE

Release date

August 31st, 2016.

Third-party versions

  • RESTEasy: 3.0.19.Final
  • Spring Boot: 1.4.0.RELEASE

New features and enhancements

  1. 33 - Upgrade to the latest Spring Boot and the RESTEasy versions

Bug fixes

  1. 35 - Not possible to use application property in application.yml
  2. 34 - Mockito should be set to test scope
  3. 32 - Documentation has a contradiction about registering Application subclasses

2.1.1-RELEASE

Release date

July 22nd, 2016.

Third-party versions

  • RESTEasy: 3.0.18.Final
  • Spring Boot: 1.3.6.RELEASE

New features and enhancements

None

Bug fixes

  1. 23 - JAX-RS application fails to register after upgrade to 2.1.0

2.1.0-RELEASE

Release date

July 21st, 2016.

Third-party versions

  • RESTEasy: 3.0.18.Final
  • Spring Boot: 1.3.6.RELEASE

New features and enhancements

  1. 22 - Add configuration to turn OFF scanning for JAX-RS Application sub-classes
  2. 10 - Support RESTEasy configuration
  3. 20 - Add documentation
  4. 25 - Add Cobertura code coverage
  5. 24 - Automate Travis CI

Bug fixes

  1. 23 - Make sure section 2.3.2 in JAX-RS 2.0 spec is followed strictly in regard to the absence of JAX-RS Application classes

2.0.1-RELEASE

Release date

June 9th, 2016.

Third-party versions

  • RESTEasy: 3.0.17.Final
  • Spring Boot: 1.3.5.RELEASE

New features and enhancements

  1. 18 - Component annotation removal from ResteasyEmbeddedServletInitializer
  2. 17 - Upgrade Sprig Boot to version 1.3.5
  3. 16 - Upgrade RESTEasy to version 3.0.17.Final
  4. 7 - Remove custom RESTEasy classes as soon as RESTEasy 3.0.17.Final is released

Bug fixes

  1. 19 - JAX-RS resources resolution should be targeted towards Spring beans only

2.0.0-RELEASE

Important note

The starter artifact id is being renamed to resteasy-spring-boot-starter, due to issue 2.

Release date

April 27th, 2016.

Third-party versions

  • RESTEasy: 3.0.16.Final
  • Spring Boot: 1.3.3.RELEASE

New features and enhancements

  1. 2 - Renaming artifact id due to Spring team request
  2. 4 - Replace ComponentScan by Import annotations

Bug fixes

  1. 5 - Classpath scanner prints warning when a non jar file is scanned
  2. 6 - JAX-RS application and endpoints don't get registered when running mvn spring-boot:run
  3. 8 - Don't skip all applications if one has no path bug

1.0.0-RELEASE

Release date

February 26th, 2016.

Third-party versions

  • RESTEasy: 3.0.16.Final
  • Spring Boot: 1.3.2.RELEASE

New features and enhancements

  1. Enable RESTEasy and Spring integration for Spring Boot applications
  2. Support JAX-RS sub-resources
  3. Support automatic discovery of JAX-RS Application classes

Bug fixes

None