forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade the erlang-server dependency from cowboy1.x to cowboy2.x (Op…
…enAPITools#1364) * Upgrade the erlang-server dependency from cowboy1.x to cowboy2.x * Update erlang-server sample * Fix a bug for erlang-server test
- Loading branch information
1 parent
0b2c068
commit b02e914
Showing
19 changed files
with
140 additions
and
999 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
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
6 changes: 4 additions & 2 deletions
6
modules/openapi-generator/src/main/resources/erlang-server/rebar.config.mustache
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{deps, [ | ||
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.2"}}}, | ||
{jesse, {git, "https://github.com/for-GET/jesse.git", {tag, "1.4.0"}}} | ||
{cowboy, {git, "https://github.com/ninenines/cowboy.git", {tag, "2.5.0"}}}, | ||
{rfc3339, {git, "https://github.com/talentdeficit/rfc3339.git", {tag, "master"}}}, | ||
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.9.0"}}}, | ||
{jesse, {git, "https://github.com/for-GET/jesse.git", {tag, "1.5.2"}}} | ||
]}. |
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
2 changes: 1 addition & 1 deletion
2
samples/server/petstore/erlang-server/.openapi-generator/VERSION
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 |
---|---|---|
@@ -1 +1 @@ | ||
3.3.2-SNAPSHOT | ||
3.3.3-SNAPSHOT |
Oops, something went wrong.