You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-4Lines changed: 44 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,30 @@ Swagger-core is the Java implementation of Swagger. Current version supports *JA
8
8
9
9
Check out the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) for additional information about the Swagger project.
10
10
11
+
## See the Wiki!
12
+
The [github wiki](https://github.com/swagger-api/swagger-core/wiki) contains documentation, samples, contributions, etc. Start there.
13
+
11
14
## Support
12
15
The following methods are available to obtain support for Swagger:
13
16
14
17
-[The Swagger Google Group](https://groups.google.com/forum/#!forum/swagger-swaggersocket) - This would normally be your first stop to get support for Swagger. Here you can find previously asked question, and ask new ones. When asking a question, please provide as much information as you can regarding the environment you use (development language, library, versions.
15
18
- The [Issues tab](https://github.com/swagger-api/swagger-core/issues?state=open) - Please open feature requests and bugs here. If you're not sure you encountered a bug, or if it's a general usage question, please use the Google Group mentioned above.
16
19
- IRC! you can find us on [freenode](http://webchat.freenode.net/?channels=swagger) in the channel #Swagger. You can talk with us directly there.
17
20
21
+
## Get started with Swagger!
22
+
See the guide on [getting started with swagger](https://github.com/swagger-api/swagger-core/wiki/Swagger-Core-JAX-RS-Project-Setup-2.0.X) to get started with adding swagger to your API.
23
+
18
24
## Compatibility
19
25
The OpenAPI Specification has undergone several revisions since initial creation in 2010. The swagger-core project has the following compatibilities with the OpenAPI Specification:
20
26
21
27
Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
@@ -79,6 +87,38 @@ See the License for the specific language governing permissions and
79
87
limitations under the License.
80
88
```
81
89
90
+
## v2.0.0-rc3
91
+
92
+
### Notable Features:
93
+
94
+
- See also [rc1 and rc2 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))
95
+
- Third 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.
96
+
- Available on Maven central, and the sources are in the 2.0 branch. PRs should be submitted against the 2.0 branch.
97
+
-**Project `groupId` and package naming change! (#2485, see also above)**
98
+
- Enhanced and stable annotations (#2481)
99
+
- Repeatable annotations support (#2481)
100
+
- Swagger `ServletContainerInitializer` based startup scanning (#2504, see related samples in [samples](https://github.com/swagger-api/swagger-samples/tree/2.0/java), [jersey sample](https://github.com/swagger-api/swagger-samples/tree/2.0/java/java-jersey2-initializer-configfile), [RESTEasy sample](https://github.com/swagger-api/swagger-samples/tree/2.0/java/java-resteasy-initializer-configfile))
101
+
-`@OpenAPIDefinition` support (#2517)
102
+
-`@ApplicationPath` support (#2489)
103
+
- Full `@Schema` elements resolving (#2476)
104
+
-`@Hidden` support (#2528)
105
+
-`@Schema.subTypes` support (#2511)
106
+
- Better generics support in schema resolution (#2483)
107
+
- Enhanced `@ArraySchema` support (#2501)
108
+
- Enhanced Response schema resolving (#2513)
109
+
- Extended set of [samples](https://github.com/swagger-api/swagger-samples/tree/2.0/java)
0 commit comments