Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes documentation errors and code errors for vertx-core example #444

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Conversation

linghengqian
Copy link

@linghengqian linghengqian commented Nov 19, 2022

Motivation:

Explain here the context, and why you're making that change, what is the problem you're trying to solve.

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

- 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 .
@linghengqian
Copy link
Author

CC @vietj .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Remove the adoc description of Groovy verticles from the vertx-core example
1 participant