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

Commit

Permalink
Revving up to version 2.3.2-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarvalho777 committed Jun 5, 2017
1 parent 29336bc commit 4a3a6b5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add the Maven dependency below to your Spring Boot application pom file.<br>
<dependency>
<groupId>com.paypal.springboot</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.2-RELEASE</version>
<scope>runtime</scope>
</dependency>
```
Expand Down
10 changes: 6 additions & 4 deletions mds/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@
## 2.3.2-RELEASE

#### Release date
TBD
June 5th, 2017.

#### Third-party versions
- RESTEasy: 3.1.3.Final
- Spring Boot: TBD
- Spring Boot: 1.5.3.RELEASE

#### New features and enhancements
TBD
1. [61 - Adding support for RESTEasy Asynchronous Job Service](https://github.com/paypal/resteasy-spring-boot/issues/61)
1. [65 - Use Spring Framework scanning facility in JaxrsApplicationScanner](https://github.com/paypal/resteasy-spring-boot/issues/65)
1. [72 - Upgrade RESTEasy to version 3.1.3.Final](https://github.com/paypal/resteasy-spring-boot/issues/72)

#### Bug fixes
TBD
None

#### Important notes
1. 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 than `scanning`. Or, if using `scanning`, 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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.paypal.springboot</groupId>
<artifactId>resteasy-spring-boot-starter-parent</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.2-RELEASE</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-boot-starter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.paypal.springboot</groupId>
<artifactId>resteasy-spring-boot-starter-test</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.2-RELEASE</version>
<name>${project.artifactId}</name>

<description>Integration test project for RESTEasy Spring Boot starter</description>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.paypal.springboot</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.2-RELEASE</version>
<name>${project.artifactId}</name>

<description>A Spring Boot starter for RESTEasy</description>
Expand Down
2 changes: 1 addition & 1 deletion sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.test</groupId>
<artifactId>sample-app</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.2-RELEASE</version>
<packaging>jar</packaging>

<description>Simple test application for the Resteasy Spring Boot starter</description>
Expand Down

0 comments on commit 4a3a6b5

Please sign in to comment.