-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13589 from msmiths/smallRyeOpenAPI
Small rye open api
- Loading branch information
Showing
201 changed files
with
19,603 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...r.features/visibility/private/io.openliberty.org.eclipse.microprofile.openapi-2.0.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
symbolicName=io.openliberty.org.eclipse.microprofile.openapi-2.0 | ||
singleton=true | ||
-bundles=io.openliberty.org.eclipse.microprofile.openapi.2.0; location:="dev/api/stable/,lib/"; mavenCoordinates="org.eclipse.microprofile.openapi:microprofile-openapi-api:2.0-RC2" | ||
kind=noship | ||
edition=full | ||
WLP-Activation-Type: parallel |
53 changes: 53 additions & 0 deletions
53
...e.appserver.features/visibility/public/mpOpenAPI-2.0/io.openliberty.mpOpenAPI-2.0.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
symbolicName=io.openliberty.mpOpenAPI-2.0 | ||
visibility=public | ||
singleton=true | ||
IBM-App-ForceRestart: install, \ | ||
uninstall | ||
IBM-ShortName: mpOpenAPI-2.0 | ||
Subsystem-Name: MicroProfile OpenAPI 2.0 | ||
IBM-API-Package: \ | ||
org.eclipse.microprofile.openapi.annotations; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.callbacks; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.enums; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.extensions; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.headers; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.info; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.links; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.media; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.parameters; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.responses; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.security; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.servers; type="stable",\ | ||
org.eclipse.microprofile.openapi.annotations.tags; type="stable",\ | ||
org.eclipse.microprofile.openapi; type="stable",\ | ||
org.eclipse.microprofile.openapi.models; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.callbacks; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.examples; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.headers; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.info; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.links; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.media; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.parameters; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.responses; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.security; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.servers; type="stable",\ | ||
org.eclipse.microprofile.openapi.models.tags; type="stable" | ||
IBM-SPI-Package: \ | ||
org.eclipse.microprofile.openapi.spi; type="stable" | ||
-features=\ | ||
io.openliberty.org.eclipse.microprofile.openapi-2.0, \ | ||
com.ibm.websphere.appserver.mpConfig-1.3; ibm.tolerates:="1.4", \ | ||
com.ibm.websphere.appserver.servlet-4.0, \ | ||
com.ibm.wsspi.appserver.webBundle-1.0, \ | ||
com.ibm.websphere.appserver.jaxrs-2.1 | ||
-bundles=\ | ||
io.openliberty.io.smallrye.openapi.core, \ | ||
io.openliberty.io.smallrye.openapi.jaxrs, \ | ||
io.openliberty.microprofile.openapi.2.0.internal, \ | ||
com.ibm.ws.microprofile.openapi.ui, \ | ||
com.ibm.ws.com.fasterxml.jackson.2.9.1, \ | ||
com.ibm.ws.org.jboss.logging | ||
kind=noship | ||
edition=full | ||
WLP-Activation-Type: parallel |
17 changes: 17 additions & 0 deletions
17
...es/visibility/public/mpOpenAPI-2.0/resources/l10n/io.openliberty.mpOpenAPI-2.0.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
############################################################################### | ||
# Copyright (c) 2020 IBM Corporation and others. | ||
# All rights reserved. This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License v1.0 | ||
# which accompanies this distribution, and is available at | ||
# http://www.eclipse.org/legal/epl-v10.html | ||
# | ||
# Contributors: | ||
# IBM Corporation - initial API and implementation | ||
############################################################################### | ||
# | ||
#ISMESSAGEFILE FALSE | ||
#NLS_ENCODING=UNICODE | ||
#NLS_MESSAGEFORMAT_NONE | ||
# | ||
|
||
description=This feature provides support for the Eclipse MicroProfile OpenAPI specification for enterprise Java. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.