Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
alexlehm
/
vert.x
Public
forked from
eclipse-vertx/vert.x
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
vietj
All time
Commit history
Commits on Aug 3, 2023
The pool asynchronously removes connection slots when they are identified as removable. This create races, e.g a connection can be evicted from the pool and then acquired before the removal happens.
Show description for 77a4aec
vietj
committed
77a4aec
View commit details
Copy full SHA for 77a4aec
Browse repository at this point
Commits on Aug 1, 2023
Minor cleanup
vietj
committed
0857e6c
View commit details
Copy full SHA for 0857e6c
Browse repository at this point
Add a version static method that retrieves the Vert.x version from the vertx-version file
vietj
committed
ce7e573
View commit details
Copy full SHA for ce7e573
Browse repository at this point
Commits on Jul 26, 2023
Remove Netty specific API from Vert.x public API
vietj
committed
a4d85b9
View commit details
Copy full SHA for a4d85b9
Browse repository at this point
Commits on Jul 25, 2023
Added a test for server sharing updating a SSL options on all servers
vietj
committed
c5b29b1
View commit details
Copy full SHA for c5b29b1
Browse repository at this point
Commits on Jul 18, 2023
Merge pull request #4782 from eclipse-vertx/execute-blocking-uses-callable
Show description for 032f2de
vietj
authored
032f2de
View commit details
Copy full SHA for 032f2de
Browse repository at this point
Commits on Jul 17, 2023
Remove useless code
vietj
committed
2663120
View commit details
Copy full SHA for 2663120
Browse repository at this point
Commits on Jul 13, 2023
Update tests
vietj
committed
9e41a1d
View commit details
Copy full SHA for 9e41a1d
Browse repository at this point
Merge pull request #4781 from eclipse-vertx/http2-fixes
Show description for 4ad9fa0
vietj
authored
4ad9fa0
View commit details
Copy full SHA for 4ad9fa0
Browse repository at this point
Remove execute blocking with handler of promise from API
vietj
committed
0e7f251
View commit details
Copy full SHA for 0e7f251
Browse repository at this point
Remove usage of execute blocking with handler of promise
vietj
committed
281892b
View commit details
Copy full SHA for 281892b
Browse repository at this point
Implement execute blocking with callable
vietj
committed
2045ed3
View commit details
Copy full SHA for 2045ed3
Browse repository at this point
Remove a few un-necessaries flushes in Http2ServerResponse
vietj
committed
535d6da
View commit details
Copy full SHA for 535d6da
Browse repository at this point
When the HTTP/2 server sends a complete response (HttpServerResponse#end) when there is no read in progress, the server will flush two times instead of one.
Show description for 8396d05
vietj
committed
8396d05
View commit details
Copy full SHA for 8396d05
Browse repository at this point
Commits on Jul 12, 2023
A few HTTP stream writeXXX API are fluent and instead should return a future signaling the success or failure of the write operation.
Show description for 54dafb6
vietj
committed
54dafb6
View commit details
Copy full SHA for 54dafb6
Browse repository at this point
Fix port computation regressions
vietj
committed
4b43eb6
View commit details
Copy full SHA for 4b43eb6
Browse repository at this point
Make the HTTP authority more precise and allow to use a negative port to indicate the scheme default port should be used.
Show description for 403d122
vietj
committed
403d122
View commit details
Copy full SHA for 403d122
Browse repository at this point
An HTTP/2 server must consider a request with a host header different from request authority as malformed.
Show description for d999427
vietj
committed
d999427
View commit details
Copy full SHA for d999427
Browse repository at this point
The HttpClientRequest/HttpServerRequest expose the HTTP request authority using a host/port combination for the client request and a single host header for the server. In addition this terminology …
Show description for 4492d5c
vietj
committed
4492d5c
View commit details
Copy full SHA for 4492d5c
Browse repository at this point
Commits on Jul 4, 2023
The DeliveryContextBase does not properly dispatch the event to its interceptors when the delivery happens from a non vertx thread, as it assumes that the delivery is synchronous.
Show description for 44dca58
vietj
committed
44dca58
View commit details
Copy full SHA for 44dca58
Browse repository at this point
Commits on Jun 29, 2023
Update SLF4J to 2.0.7
vietj
committed
7bc5211
View commit details
Copy full SHA for 7bc5211
Browse repository at this point
Commits on Jun 27, 2023
Some resolver implementations obtain expirining results, the endpoint resolver can verify the validity of the results on behalf of the client.
Show description for 1b7aa15
vietj
committed
1b7aa15
View commit details
Copy full SHA for 1b7aa15
Browse repository at this point
Commits on Jun 23, 2023
Expose DnsClient TTL in MxRecord and SrvRecord responses.
vietj
committed
6c80b1e
View commit details
Copy full SHA for 6c80b1e
Browse repository at this point
Commits on Jun 22, 2023
Merge pull request #4751 from eclipse-vertx/upgrade-to-netty-4.94.Final
Show description for 6a8aefb
vietj
authored
6a8aefb
View commit details
Copy full SHA for 6a8aefb
Browse repository at this point
Remove null domain socket address workaround after upgrade to Netty 4.1.94.Final
vietj
committed
4ec24fe
View commit details
Copy full SHA for 4ec24fe
Browse repository at this point
Update to brotli4j 1.12.0 for Netty 4.1.94.Final
vietj
committed
7bf7b3c
View commit details
Copy full SHA for 7bf7b3c
Browse repository at this point
Commits on Jun 14, 2023
Updating a TCP server SSL options only affects the actual server (the first started) and other scaled servers will not see the SSL options update.
Show description for b92d91c
vietj
committed
b92d91c
View commit details
Copy full SHA for b92d91c
Browse repository at this point
Commits on Jun 6, 2023
Improve server/client SSL options reloading by memoizing the SslContextProvider and serializing the updates.
Show description for 279fbc2
vietj
committed
279fbc2
View commit details
Copy full SHA for 279fbc2
Browse repository at this point
Try to make endpoint an instance of the connection manager instead of passed each time
vietj
committed
72f037e
View commit details
Copy full SHA for 72f037e
Browse repository at this point
Commits on Jun 5, 2023
Improve documentation about Mac native dependencies.
vietj
committed
adfd40e
View commit details
Copy full SHA for adfd40e
Browse repository at this point
Commits on Jun 1, 2023
Allow empty path for unix socket addresses to represent unnamed addresses and work around the null domain socket address returned by Netty client channels.
vietj
committed
983c21f
View commit details
Copy full SHA for 983c21f
Browse repository at this point
Commits on May 31, 2023
The vertx test suite forbids failures to be reported from any thread after the test is considered as completed. While this is a good behavior, it seems too restrictive from the main thread (thus co…
Show description for f121d2d
vietj
committed
f121d2d
View commit details
Copy full SHA for f121d2d
Browse repository at this point
Minor test improvement
vietj
committed
0cd7f36
View commit details
Copy full SHA for 0cd7f36
Browse repository at this point
The switch to Java cleaners has made HttpClient collection close request in progress aggressively. In some tests this can lead to closing the request because the test method is async and the HTTP c…
Show description for 0f3f2a2
vietj
committed
0f3f2a2
View commit details
Copy full SHA for 0f3f2a2
Browse repository at this point
Native transport test profiles should work on aarch64 architectures (#4714)
Show description for 1a55236
vietj
authored
1a55236
View commit details
Copy full SHA for 1a55236
Browse repository at this point
Previous
Next
You can’t perform that action at this time.