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

Update Vert.x to 4.5.4 #6666

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Update Vert.x to 4.5.4 #6666

merged 3 commits into from
Mar 7, 2024

Conversation

fab-10
Copy link
Contributor

@fab-10 fab-10 commented Mar 1, 2024

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Most advanced CI tests are deferred until PR approval, but you could:

  • locally run all unit tests via: ./gradlew build
  • locally run all acceptance tests via: ./gradlew acceptanceTest
  • locally run all integration tests via: ./gradlew integrationTest
  • locally run all reference tests via: ./gradlew ethereum:referenceTests:referenceTests

PR description

A small change was required to update Vert.x, since in the new version the CORS check have changed, and if using .* to match any origin, the origin must have as protocol one of: http, https or ftp, but since we also want to support browser extensions as origins, which have protocols like moz-extension:// , then the regex should be written has .*://.*

In the version websocket write handlers are disabled by default, and since we use them, we need to enable them.

Fixed Issue(s)

@fab-10 fab-10 force-pushed the update-vertx branch 2 times, most recently from 7c6bdfc to b4ccc81 Compare March 5, 2024 18:32
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
@fab-10 fab-10 marked this pull request as ready for review March 6, 2024 13:51
@fab-10 fab-10 enabled auto-merge (squash) March 6, 2024 13:52
Copy link
Contributor

@siladu siladu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shemnon
Copy link
Contributor

shemnon commented Mar 6, 2024

PR #6666? I always knew there was something unseemly about vertx ;)

@fab-10 fab-10 merged commit 854d35b into hyperledger:main Mar 7, 2024
84 of 87 checks passed
@fab-10 fab-10 deleted the update-vertx branch March 7, 2024 09:35
jflo pushed a commit to jflo/besu that referenced this pull request Mar 8, 2024
* Update Vert.x to 4.5.4

Signed-off-by: Fabio Di Fabio <[email protected]>

* Enable websocket write handlers

Signed-off-by: Fabio Di Fabio <[email protected]>

---------

Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Justin Florentine <[email protected]>
amsmota pushed a commit to Citi/besu that referenced this pull request Apr 16, 2024
* Update Vert.x to 4.5.4

Signed-off-by: Fabio Di Fabio <[email protected]>

* Enable websocket write handlers

Signed-off-by: Fabio Di Fabio <[email protected]>

---------

Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: amsmota <[email protected]>
amsmota pushed a commit to Citi/besu that referenced this pull request Apr 16, 2024
* Update Vert.x to 4.5.4

Signed-off-by: Fabio Di Fabio <[email protected]>

* Enable websocket write handlers

Signed-off-by: Fabio Di Fabio <[email protected]>

---------

Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: amsmota <[email protected]>
matthew1001 pushed a commit to kaleido-io/besu that referenced this pull request Jun 7, 2024
* Update Vert.x to 4.5.4

Signed-off-by: Fabio Di Fabio <[email protected]>

* Enable websocket write handlers

Signed-off-by: Fabio Di Fabio <[email protected]>

---------

Signed-off-by: Fabio Di Fabio <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants