16
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 17, 2025 — Oct 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5747 from eclipse-vertx/http2-simplification More... 2 days ago
Move Http2ClientPush to impl package More... 2 days ago
Move Http2Server(Request|Response) to impl package and rename them to HttpServer(Request|Response)Impl More... 2 days ago
NumberFormatException thrown when creating DNS Client with IPv6 address (#5753) More... 3 days ago
HostAndPortImpl#isDIGIT throws ArrayOtOfboundException (#5752) More... 3 days ago
Introduce HttpServerStream internal API akin HttpClientStream and decouple Http2ServerRequest/Http2ServerResponse from Http2Stream* API to use instead HttpStream internal API. More... 3 days ago
Fix incorrect padded buffer length method calculation. More... 3 days ago
Handle authority value computation in Http2ServerRequest instead of the headers implementation. More... 3 days ago
HttpClientStream contract should declare Buffer types over ByteBuf More... 3 days ago
Remove version field in HttpResponseHead as this is more inconvenient than convenient More... 4 days ago
Simplify HTTP/2 framework. More... 4 days ago
Remove HTTP options ALPN version field. More... 6 days ago
Mitigate HTTP/2 MYR test on CI More... 8 days ago
Remove event-bus write handler documentation. More... 15 days ago
Make quic module optional in test module-info More... 15 days ago
Cleanup quic test helpers More... 15 days ago
Make io.netty:netty-codec-classes-quic a runtime dependency More... 15 days ago
Merge pull request #5706 from eclipse-vertx/quic-refactoring More... 15 days ago
Improve Http1xSendFileTest.testSendFileFailsWhenClientClosesConnection More... 15 days ago
Clarify how to terminate an http response in the javadoc (#5737) More... 15 days ago
Fix racy FileSystemTest#testFileWithLock test that should perform retries to be correct More... 15 days ago
Make proxy pooling test consistent on all versions of Java that we support More... 16 days ago
Keep references on NetClient in socks proxies to avoid them being collected during tests More... 16 days ago
Move io.vertx.core.net.impl TCP code to io.vertx.core.net.impl.tcp More... 17 days ago
Import the code from vertx-auth-jwt for mac/ds signing/verificatio. More... 17 days ago
fix flaky JsonPOJOMapperTest More... 17 days ago
Use windows-2022 instead of windows-latest for 4.x nightly CI More... 18 days ago
Make Http1xTest#testPoolLIFOPolicy more reliable More... 19 days ago
Fix test race More... 19 days ago
- update CI to use Java 25 instead of Java 21 - use a cipher suites for testing that works on Java 25 - let FileResolver behave consistently on tested Java versions More... 19 days ago