vertx-web
vertx-web copied to clipboard
HTTP web applications for Vert.x
### Version 4.5.8 ### Context We are using the `SessionHandler` together with an `AuthenticationHandler`. #### Expected If `destroy()` is called on a `Session`, we'd expect a session to be deleted...
### Questions Upon sending an HttpRequest while DropWizardMetrics is enabled. The following NPE is thrown, and the send Future is never completed ``` SEVERE: Unhandled exception java.lang.NullPointerException: Cannot invoke "io.vertx.ext.dropwizard.impl.Matcher.matches(String)"...
### Version I am using vert.x version 4.5.13 ### Context I am attempting to stream a large HTTP request between my Vert.x services. For this purpose, I am using io.vertx.reactivex.ext.web.client.WebClient...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.3. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.5.3 🐛 Bug Fixes [SUREFIRE-1737] - Fix disable in statelessTestsetReporter (#816) @slawekjaranowski [SUREFIRE-1643] - surefire junit5 parallel tests...
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.13.1. Release notes Sourced from com.google.code.gson:gson's releases. Gson 2.13.1 What's Changed Give FieldNamingStrategy the ability to return multiple String names by @mfriesen in google/gson#2776 Remove...
Bumps `rocker.version` from 1.3.0 to 2.2.1. Updates `com.fizzed:rocker-runtime` from 1.3.0 to 2.2.1 Changelog Sourced from com.fizzed:rocker-runtime's changelog. 2.2.1 - 2025-01-22 Same as v2.2.0, but issue deploying to maven central so...
Bumps org.apache.commons:commons-lang3 from 3.7 to 3.17.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### Version 4.5.13 ### Context I am using vertx-auth + vertx-web 4.5.13 to integrate with our enterprise OIDC provided by Azure. What I noticed is that if I include the...
IMHO the structure for the type of error messages should be consistent. The following illustrates inconsistency https://github.com/vert-x3/vertx-web/blob/1cd9a5cd2f98ffc59ea600326b34e8a696ef460d/vertx-web/src/main/java/io/vertx/ext/web/handler/sockjs/impl/EventBusBridgeImpl.java#L339 https://github.com/vert-x3/vertx-web/blob/1cd9a5cd2f98ffc59ea600326b34e8a696ef460d/vertx-web/src/main/java/io/vertx/ext/web/handler/sockjs/impl/EventBusBridgeImpl.java#L494 https://github.com/vert-x3/vertx-web/blob/1cd9a5cd2f98ffc59ea600326b34e8a696ef460d/vertx-web/src/main/java/io/vertx/ext/web/handler/sockjs/impl/EventBusBridgeImpl.java#L594 Currently, sometimes the content of the error message inside "body" and...
Motivation: The message structure should be consistent to all error messages in `EventBusBridge`. The following is a list of a consistent error types with descriptive messages: ``` Type : INVALID_JSON...