16
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
Mar 19, 2024 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DnsClient implementation relies on building multiple instances of DnsNameResolver which by default instantiate a FastThreadLocal query server address stream. As side effect this expand the FastThreadLocal entry size which can be considered as a leak. More... 4 days ago
Minor WebSocket API improvements More... 9 days ago
HTTP/1 server request does execute twice the delivery of the content to the handler. More... 22 days ago
Native image metadata should be in a vertx jar with the native-image classifier instead of the default jar artifact. More... 23 days ago
A Vertx uses cached reflection to build the virtual thread factory in order to remain compatible with Java 8. When running in a native image Vert.x will assume that the runtime might not have virtual thread incorrectly. More... 23 days ago
Fix a regression in HttpServerRequest#isExpectMultipart due to the cleanup of the form. More... 25 days ago
loadbalancing: add Random and Power of 2 choices policies (#5157) More... 27 days ago
Remove un-necessary code More... 28 days ago
Provide configuration for HTTP post request decoder limits rather than using the default limits. More... 29 days ago
The Http1xServerConnection synchronize itself to guard the internal state of the request/response in progress. More... about 1 month ago
Merge branch 'tsegismont-issue/2797' More... about 1 month ago
Merge branch 'issue/2797' of github.com:tsegismont/vert.x into tsegismont-issue/2797 More... about 1 month ago