-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(type-safe-api): remove dependency on openapi generator and java …
…for all code/docs generation (#870) Remove the dependency on openapi generator and java for code generation for all Type Safe API projects. BREAKING CHANGE: Remove the HTML2 documentation format. Please use HTML_REDOC for HTML documentation.
- Loading branch information
Showing
49 changed files
with
1,690 additions
and
13,472 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,15 +181,19 @@ git config --global user.email "[email protected]" | |
git config --global user.name "username" | ||
``` | ||
|
||
### JDK + Maven (If using Type Safe API) | ||
### JDK + Maven (If using Type Safe API with Smithy) | ||
|
||
The Type Safe API requires JDK >= 11 and Maven >= 3.8 in order to perform the required code generation. | ||
If you intend to use Type Safe API with [Smithy](https://smithy.io/2.0/), JDK >= 11 and Maven >= 3.8 are required in order to build and validate the Smithy model. | ||
|
||
To install these, follow the below links: | ||
|
||
- JDK: We recommend installing any Coretto version >= 11 https://docs.aws.amazon.com/corretto/ | ||
- Maven: You can any version of Maven >= 3.8: https://maven.apache.org/install.html | ||
|
||
!!!note | ||
|
||
If you are using another modelling language (for example OpenAPI), these are not required. | ||
|
||
### Language specific | ||
|
||
Other prerequisites depend on the language in which you develop AWS PDK projects and are as follows. | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
packages/type-safe-api/scripts/type-safe-api/common/.pnpmfile
This file was deleted.
Oops, something went wrong.
122 changes: 0 additions & 122 deletions
122
packages/type-safe-api/scripts/type-safe-api/common/common.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.