Skip to content

Commit

Permalink
prepare rc 2.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Jan 19, 2018
1 parent a963b6d commit 3d5cdee
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 15 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The OpenAPI Specification has undergone several revisions since initial creation

Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
------------------------- | ------------ | -------------------------- | ----- | ----
2.0.0-rc4 | 2018-01-22 | 3.0 | [tag v2.0.0-rc4](https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc4) | Supported
2.0.0-rc3 | 2017-11-21 | 3.0 | [tag v2.0.0-rc3](https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc3) | Supported
2.0.0-rc2 | 2017-09-29 | 3.0 | [tag v2.0.0-rc2](https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc2) | Supported
2.0.0-rc1 | 2017-08-17 | 3.0 | [tag v2.0.0-rc1](https://github.com/swagger-api/swagger-core/tree/v2.0.0-rc1) | Supported
Expand Down Expand Up @@ -87,6 +88,30 @@ See the License for the specific language governing permissions and
limitations under the License.
```

## v2.0.0-rc4

### Notable Features:

* See also rc1, r2, and rc3 release notes ([v2.0.0-rc1](https://github.com/swagger-api/swagger-core/releases/tag/v2.0.0-rc1), [v2.0.0-rc2](https://github.com/swagger-api/swagger-core/releases/tag/v2.0.0-rc2), [v2.0.0-rc3](https://github.com/swagger-api/swagger-core/releases/tag/v2.0.0-rc3))
* Fourth official release candidate of OpenAPI 3.0 support. Swagger-core now produces OpenAPI 3.0 specs only. swagger-core 2.0 version is not backward compatible with previous 1.x versions.
* Available on Maven central, and the sources are in the 2.0 branch. PRs should be submitted against the 2.0 branch.
* Enhanced polymorphic schemas resolving (#2620)
* Remove guava dependency from core code (#2618)
* Subresource resolving (#2607)
* Additional properties as `Boolean` or `Schema` (#2461)
* Versions updates
* Enhanced `RequestBody` and other annotations support (#2562)
* Extended set of [samples](https://github.com/swagger-api/swagger-samples/tree/2.0/java)
* Various bug fixes and improvements

### Limitations

- Reader extensions full support _(swagger-jaxrs2)_
- Integration layer enhancements:config file location enhanced loading, additional loaders, etc. _(swagger-integration, swagger-jaxrs)_
- JsonIdentity support _(swagger-core)_
- `MatrixParam` annotation support


## v2.0.0-rc3

### Notable Features:
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc4</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc4</version>
<packaging>bundle</packaging>
<name>swagger-annotations</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc4</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions modules/swagger-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc4</version>
<relativePath>../..</relativePath>
</parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-integration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc4</version>
<packaging>bundle</packaging>
<name>swagger-integration</name>
<dependencies>
Expand Down Expand Up @@ -53,6 +53,6 @@
</plugins>
</build>
<properties>
<swagger.version>2.0.0-SNAPSHOT</swagger.version>
<swagger.version>2.0.0-rc4</swagger.version>
</properties>
</project>
4 changes: 2 additions & 2 deletions modules/swagger-jaxrs2-servlet-initializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>swagger-project</artifactId>
<groupId>io.swagger.core.v3</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc4</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -174,6 +174,6 @@
</dependency>
</dependencies>
<properties>
<swagger.version>2.0.0-SNAPSHOT</swagger.version>
<swagger.version>2.0.0-rc4</swagger.version>
</properties>
</project>
10 changes: 5 additions & 5 deletions modules/swagger-jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>swagger-project</artifactId>
<groupId>io.swagger.core.v3</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc4</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -186,9 +186,9 @@
</dependency>
</dependencies>
<properties>
<models.version>2.0.0-SNAPSHOT</models.version>
<annotations.version>2.0.0-SNAPSHOT</annotations.version>
<core.version>2.0.0-SNAPSHOT</core.version>
<integration.version>2.0.0-SNAPSHOT</integration.version>
<models.version>2.0.0-rc4</models.version>
<annotations.version>2.0.0-rc4</annotations.version>
<core.version>2.0.0-rc4</core.version>
<integration.version>2.0.0-rc4</integration.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion modules/swagger-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc4</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>swagger-project</artifactId>
<packaging>pom</packaging>
<name>swagger-project</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-rc4</version>
<url>https://github.com/swagger-api/swagger-core</url>
<scm>
<connection>scm:git:[email protected]:swagger-api/swagger-core.git</connection>
Expand Down

0 comments on commit 3d5cdee

Please sign in to comment.