-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixes HTTP/2 Custom Frames example in vertx-core.
- Fixes Net Echo SSL example in vertx-core. - Fixes HTTP/2 Push example error in vertx-core. - Fixes HTTP/2 Simple example bug in vertx-core. - Fixes HTTP HTTPs example bug in vertx-core. - Addes error handling to the HTTP/2 Custom Frames example in vertx-core. - Addes main function for HTTP/2 Simple example in vertx-core. - Removes useless handling for Safari browser for HTTP/2 Push example in vertx-core. - Removes io.vertx.example.core.net.greeter package which is not described in README. - Updates all dependencies of example of vertx-core. - Removes introduction to Groovy verticles. - Remove useless io.netty:netty-tcnative-boringssl-static .
- Loading branch information
1 parent
c264d64
commit 17bb16b
Showing
11 changed files
with
36 additions
and
198 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
33 changes: 0 additions & 33 deletions
33
core-examples/src/main/java/io/vertx/example/core/http/simpleformupload/people.json
This file was deleted.
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
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
66 changes: 0 additions & 66 deletions
66
core-examples/src/main/java/io/vertx/example/core/net/greeter/Client.java
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
core-examples/src/main/java/io/vertx/example/core/net/greeter/Server.java
This file was deleted.
Oops, something went wrong.