4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changelog for 3.3.3 More... over 9 years ago
Update version to 3.3.3. More... over 9 years ago
Fix issue with Gradle and Eclipse. Upgrade to Gradle 2.8. Fixes #128. More... over 9 years ago
Merge pull request #125 from LMAX-Exchange/default-exception-handler More... over 9 years ago
More accurate exception message when attempting to use setDefaultExceptionHandler after handleExceptionsWith. More... over 9 years ago
More descriptive method name in ExceptionHandlerWrapper when changing the actual handler. More... over 9 years ago
Add Disruptor.setDefaultExceptionHandler API that changes the exception handler for all event processors and worker pools created by Disruptor regardless of whether they were created before or after the call to setDefaultExceptionHandler. This fixes #122 More... over 9 years ago
Provide a default exceptionHandler in Disruptor DSL to avoid creating WorkerPools with a null exceptionHandler. Default is FatalExceptionHandler which matches the default BatchEventProcessor provides. More... over 9 years ago
Fix #121, use thread factory in Disruptor DSL. Deprecate uses of Executor to create threads. More... over 9 years ago
Fix idea.module configuration in the gradle build. More... over 9 years ago
Merge pull request #123 from Spikhalskiy/javadoc-fix More... over 9 years ago
Fix javadoc for com.lmax.disruptor.util.getMinimumSequence(Sequence[], long) More... over 9 years ago
Update to grade 2.5 More... over 9 years ago
Update to gradle 2.5 More... over 9 years ago
Remove warnings from RingBufferEventMatcher. More... over 9 years ago
Comment out line giving generics grief. More... over 9 years ago
Add example show dynamic addition of processors. More... over 9 years ago
Mass reformating. More... over 9 years ago
Merge branch 'brimzi-master' More... almost 10 years ago
Small formatting changes. More... almost 10 years ago
alternative usage of event poller More... almost 10 years ago
Merge pull request #114 from itugs/master More... almost 10 years ago
Add missing DaemonThreadFactory parameter to executor to finish test case More... almost 10 years ago
Simple multi-producer with translator example. More... almost 10 years ago
README.md updates. More... almost 10 years ago
Update version to 3.3.2. More... almost 10 years ago
Merge pull request #108 from hsrinara/master More... almost 10 years ago
More generics around usages of ExceptionHandler.java More... almost 10 years ago
Update version number in build. More... almost 10 years ago
Update wrapper properties. More... almost 10 years ago