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
@@ -78,15 +78,15 @@ See the License for the specific language governing permissions and
78
78
limitations under the License.
79
79
```
80
80
81
-
## v2.0.0-rc0 Notable Features:
81
+
## v2.0.0-rc1 Notable Features:
82
82
83
83
- First 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.
84
84
- Available on Maven central, and the sources are in the 2.0 branch. PRs should be submitted against the 2.0 branch.
85
85
- Swagger JAX-RS 2 support
86
86
- Java 8
87
87
- Consistent integration mechanism
88
88
89
-
## v2.0.0-rc0 Limitations
89
+
## v2.0.0-rc1 Limitations
90
90
91
91
- Resolve resource operations also when not annotated with `@Operation`_(swagger-jaxrs2)_
92
92
- Implement `subtypes` field in `Schema` annotation, with related resolver processing _(swagger-annotations / core)_
0 commit comments