16
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more fixes for windows fatjars More... over 10 years ago
use proper file separator for OS More... over 10 years ago
fatjar fix for windows More... over 10 years ago
Javadoc for fatjar More... over 10 years ago
fat jar More... over 10 years ago
message replies with timeout, also better type parameterization in DefaultEventBus More... over 10 years ago
added reply method with timeout to Message More... over 10 years ago
implemented timeouts for sends on the eventbus More... over 10 years ago
use diamond operator More... over 10 years ago
Added asynchronous way of creating a Vertx which allows the clustered event bus to startup properly More... over 10 years ago
upgraded to hazelcast 2.6.3 + fixed a few concurrent issues in ha + move hazelcast dep outside core build More... over 10 years ago
Default config in vertx-platform.jar is now named default-<> to avoid classpath ordering issues when users specify their own config on the classpath More... over 10 years ago
changing timers for CI More... over 10 years ago
some fixes to get hatests running on CI More... over 10 years ago
prevent NPE if context is used during shutdown More... over 10 years ago
Merge pull request #731 from megesdal/master
normanmaurer
as Norman Maurer
More... over 10 years ago
Re-order classpath declaration in batch file to be consistent with equivalent shell script. Fixes an issue where the default cluster.xml in %VERTX_HOME%\lib\vertx-platform.jar was taking precedence over a custom cluster.xml in %VERTX_HOME%\conf. More... over 10 years ago
Support toString for JsonArray More... over 10 years ago
Add support for HTTP compression
normanmaurer
as Norman Maurer
More... over 10 years ago
Merge pull request #728 from eclipse/dns_support More... almost 11 years ago
Format
normanmaurer
as Norman Maurer
More... almost 11 years ago
Clearify javadocs
normanmaurer
as Norman Maurer
More... almost 11 years ago
Make sure the correct Context is used
normanmaurer
as Norman Maurer
More... almost 11 years ago
Allow to access localAddress() and remoteAddress() via WebSockets and SockJs
normanmaurer
as Norman Maurer
More... almost 11 years ago
Reuse TestDnsServer from testtools
normanmaurer
as Norman Maurer
More... almost 11 years ago
Make cluster manager pluggable so Vert.x core now no longer has any dependency on Hazelcast. This allows you to write your own cluster manager implementations using a different cluster provider. Also implemented high availability (HA) which includes failover of modules from one node to another and includes quorums. More... almost 11 years ago
Upgrade to netty 4.0.8.Final
normanmaurer
as Norman Maurer
More... almost 11 years ago
Factor out TestDnsServer into an other class so we can re-use it from other lang tests
normanmaurer
as Norman Maurer
More... almost 11 years ago
Replace LinkedList with ArrayDeque for constant time size() operation
normanmaurer
as Norman Maurer
More... almost 11 years ago
Fix up a test
normanmaurer
as Norman Maurer
More... almost 11 years ago