1
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 6 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed indentation so example is shown properly More... 6 months ago
4982 Backport of the test merged in 4.5.1 More... 6 months ago
Merge pull request #5007 from eclipse-vertx/http-server-protocol-versions More... 6 months ago
Add a boolean on HttpServerOptions to enable/disable h2c, the ALPN selector is modified to fail the SSL handshake when no compatible HTTP version can be agreed. More... 6 months ago
Rename and clarify the various HTTP server pipeline internal configuration methods More... 6 months ago
Add more cases for HostAndPort testing More... 6 months ago
Provide a timer task that extends a vertx future and can be used as a starting point in future chain or can be used within future compositions. This task is also more suitable for being awaited by a virtual thread. More... 6 months ago
Fix flaky testSetAll (#4998) More... 6 months ago
Update README.md on running test with property key vertx.httpPort More... 6 months ago
Change property key to vertx.httpPort More... 6 months ago
sortByLine mmap output - fixes 4 flaky unit tests (#4975) More... 6 months ago
Configurable server port for the vertx test using HttpTestBase DEFAULT_HTTP_PORT More... 6 months ago
Actually we don't need the new ConnectOptions to be convertible from/to JSON More... 6 months ago
SocketAddress and HostAndPort are actually data objects and shall rather annotated with @DataObject than @VertxGen More... 6 months ago
io.vertx.core.buffer.Buffer has historically been part of the API as an async generated type, annotated by @VertxGen. It it has always been wrapped/unwrapped with reactive stream based like generators. More... 6 months ago
Use @JsonGen annotation More... 7 months ago
Expose the high level EndpointResolver as SPI as it is more convenient for some integration levels. More... 7 months ago
improving inlinability due to recursive calls and big methods More... 7 months ago
introduced tiny benchmark More... 7 months ago
Fix microbenchmark More... 7 months ago
Reduce garbage with small jackson encoded data (Fixes #4977) More... 7 months ago
latin1StringToBytes: use standard method More... 7 months ago
The Future await method should rethrow the ThreadInterruptedException without an NPE when it happens. More... 7 months ago
Improve the new client shutdown mechanism More... 7 months ago
Internal small refactoring of the load balancer SPI that improves the state management of the endpoint and avoids to create an endpoint list duplicating the actual one. More... 7 months ago
Fix incorrect example for virtual threads More... 7 months ago
RecordParser may grow the initial buffer until the first event is emitted (#4960) More... 7 months ago
Implement client SSL options setting per HTTP request / WebSocket connect options. More... 7 months ago
- allows for local only codec lookup when in clustered mode (#4952) More... 7 months ago
Use original options in the vertx builder since the copy will not preserve the metrics options subclasses More... 7 months ago