- Updates Vertx core dependencies whose old versions had a security issue.
- Discards and breaks all the changes from 0.11.2. Sorry for the inconvenience. This is a version exactly equal to 0.11.1 to get a proper behaviour while 0.12.0 arrives.
- Enable automatic re-dispatching of lost events based on the last-event-id field (thanks to @arkanovicz)
- Improved multithread performance of event-broadcaster by using ConcurrentLinkedQueue.
- All fields of MessageEvent set as final to enforce immutability.
- Tested with Vert.x 3.4.2.
- Tested with servlet 4.0.0
EventBroadcast.getSubscribersCount()
andhasSubscribers()
methods.
- Support for Vert.x 3
- Deprecated
SseBroadcaster
andSseDispatcher
for Servlet 3.0 - Change project and artifacts structure to enforce modularity.
- Initial Release of JEaSSE with Servlet 3.0 support.