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
2.x
User selector
All users
All time
Commit history
Commits on Nov 13, 2014
Inced release
purplefox
committed
139074a
View commit details
Copy full SHA for 139074a
Browse repository at this point
Released 2.1.5
purplefox
committed
1b21e5b
View commit details
Copy full SHA for 1b21e5b
Browse repository at this point
Resolve paths properly if space in path
purplefox
committed
a63c245
View commit details
Copy full SHA for a63c245
Browse repository at this point
Cleanup a bit after PR
purplefox
committed
f71fceb
View commit details
Copy full SHA for f71fceb
Browse repository at this point
Merge pull request #915 from zdanek/2.x
Show description for 5729032
purplefox
committed
5729032
View commit details
Copy full SHA for 5729032
Browse repository at this point
Merge pull request #957 from kiwigrid/correct-removal-from-async-multi-map
Show description for 4fe9587
purplefox
committed
4fe9587
View commit details
Copy full SHA for 4fe9587
Browse repository at this point
BZ444830 : JsonObject equals returns false when numeric values have different classes
vietj
committed
6951eca
View commit details
Copy full SHA for 6951eca
Browse repository at this point
Allow destination host to be used in Host header when proxying
purplefox
committed
5e70f51
View commit details
Copy full SHA for 5e70f51
Browse repository at this point
ServerId is wrapped also in the removeAllForValue method
Show description for 8a11976
vlad-oleniuk
committed
8a11976
View commit details
Copy full SHA for 8a11976
Browse repository at this point
Merge branch '2.x' of github.com:eclipse/vert.x into 2.x
purplefox
committed
e6a0eab
View commit details
Copy full SHA for e6a0eab
Browse repository at this point
Added a test for path adjuster
purplefox
committed
f64bc4b
View commit details
Copy full SHA for f64bc4b
Browse repository at this point
Merge pull request #961 from mgenereu/2.x
Show description for 417decb
purplefox
committed
417decb
View commit details
Copy full SHA for 417decb
Browse repository at this point
Commits on Nov 12, 2014
Backport of PR #836 from master to 2.x branch.
Show description for e7d6132
nscavell
authored and
mgenereu
committed
e7d6132
View commit details
Copy full SHA for e7d6132
Browse repository at this point
Fix to javadoc example
purplefox
committed
7e2caf0
View commit details
Copy full SHA for 7e2caf0
Browse repository at this point
Upgraded to groovy lang module 2.1.1
purplefox
committed
4d5b8cc
View commit details
Copy full SHA for 4d5b8cc
Browse repository at this point
Merge branch '2.x' of github.com:eclipse/vert.x into 2.x
purplefox
committed
fd3586f
View commit details
Copy full SHA for fd3586f
Browse repository at this point
Use CopyOnWriteArrayList to prevent ConcurrentModificationException if route is added while traversing
purplefox
committed
1095115
View commit details
Copy full SHA for 1095115
Browse repository at this point
Merge pull request #951 from tsuna/jsonarray-opt
Show description for f39663c
purplefox
committed
f39663c
View commit details
Copy full SHA for f39663c
Browse repository at this point
Merge pull request #954 from alexlehm/bz449637
Show description for fa3b305
purplefox
committed
fa3b305
View commit details
Copy full SHA for fa3b305
Browse repository at this point
Commits on Nov 10, 2014
Support SSLv2Hello protocol
purplefox
committed
649c28d
View commit details
Copy full SHA for 649c28d
Browse repository at this point
In order to remove a ServerId it must be wrapped in the same way as it was wrapped when it was put into the map
Show description for 8fb61b9
vlad-oleniuk
committed
8fb61b9
View commit details
Copy full SHA for 8fb61b9
Browse repository at this point
Commits on Nov 4, 2014
more whitespace changes
Show description for 0eb8047
alexlehm
committed
0eb8047
View commit details
Copy full SHA for 0eb8047
Browse repository at this point
Commits on Nov 3, 2014
whitespace fix
Show description for a22a658
alexlehm
committed
a22a658
View commit details
Copy full SHA for a22a658
Browse repository at this point
BZ449637: when a farjar is run with a java agent, it unzips the wrong jar giving a NPE
Show description for 8468288
alexlehm
committed
8468288
View commit details
Copy full SHA for 8468288
Browse repository at this point
Commits on Oct 31, 2014
Avoid an unnecessary extra copy when constructing JsonArray's.
Show description for 7a65651
tsuna
committed
7a65651
View commit details
Copy full SHA for 7a65651
Browse repository at this point
Commits on Oct 30, 2014
Small change to CaseInsensitiveMultiMap.toString()
purplefox
committed
188a6c2
View commit details
Copy full SHA for 188a6c2
Browse repository at this point
Merge pull request #944 from alexlehm/bz430965_v2.x
Show description for 610d41d
purplefox
committed
610d41d
View commit details
Copy full SHA for 610d41d
Browse repository at this point
Commits on Oct 29, 2014
changed iterator to for, added spaces
Show description for 83664c3
alexlehm
committed
83664c3
View commit details
Copy full SHA for 83664c3
Browse repository at this point
Commits on Oct 28, 2014
added toString() method for CaseInsensitiveMultiMap (version for 2.x)
Show description for e4a4c18
alexlehm
committed
e4a4c18
View commit details
Copy full SHA for e4a4c18
Browse repository at this point
Commits on Oct 23, 2014
inced release
purplefox
committed
8152afa
View commit details
Copy full SHA for 8152afa
Browse repository at this point
inced release
purplefox
committed
31bcaa7
View commit details
Copy full SHA for 31bcaa7
Browse repository at this point
Merge pull request #942 from vietj/2.x
Show description for 9282a13
purplefox
committed
9282a13
View commit details
Copy full SHA for 9282a13
Browse repository at this point
Added Ceylon to langs properties
Show description for 850ea57
vietj
committed
850ea57
View commit details
Copy full SHA for 850ea57
Browse repository at this point
Make sure http/net client/servers are using the same code to create ssl engines
purplefox
committed
01041ec
View commit details
Copy full SHA for 01041ec
Browse repository at this point
Commits on Oct 20, 2014
inced release
purplefox
committed
6dfc288
View commit details
Copy full SHA for 6dfc288
Browse repository at this point
Previous
Next
You can’t perform that action at this time.