openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
M
meanwhile-java
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
1 day
ago.
Jun 28, 2025 — Jun 28, 2026
Showing page 2 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed issue with chains not executing correctly in an asynchronous scenario
Jonathan Griggs
More...
over 14 years ago
Stage / BaseChain no longer call onSubmit() of staged and chained tasks. This was causing onSubmit() to be called twice.
Jonathan Griggs
More...
over 14 years ago
Removed unused imports
Jonathan Griggs
More...
over 14 years ago
Added package-info javadoc to all packages
Jonathan Griggs
More...
over 14 years ago
Fixed javadoc @see tags after packaging refactor
Jonathan Griggs
More...
over 14 years ago
Moved version to 0.2
Jonathan Griggs
More...
over 14 years ago
Clean-ups and unit tests into the nooks and crannies to maximize coverage
Jonathan Griggs
More...
over 14 years ago
Updated the Javadoc for version 0.2
Jonathan Griggs
More...
over 14 years ago
Queue management methods satisfy unit tests
Jonathan Griggs
More...
over 14 years ago
Chain and Stage cancellation implementations complete. Still need to work on TaskManager queue management functionality.
Jonathan Griggs
More...
over 14 years ago
Got stages working with MeanwhileRunner
Jonathan Griggs
More...
over 14 years ago
Finally got Chains working - Stage still broken.
Jonathan Griggs
More...
over 14 years ago
Refactor task chains
Jonathan Griggs
More...
over 14 years ago
MeanwhileFuture delegates to MeanwhileRunnable's equals/hash/uuid methods
Jonathan Griggs
More...
over 14 years ago
Organized imports
Jonathan Griggs
More...
over 14 years ago
Initial implementation of Chain interface and SimpleChain default implementation
Jonathan Griggs
More...
over 14 years ago
Bumped version to 0.2
Jonathan Griggs
More...
over 14 years ago
Implemented Task and Chain interfaces, SimpleTask (abstract implementation of Task and Chain interfaces) and refactored MeanwhileFuture, MeanwhileRunnable and TaskManger to handle it
Jonathan Griggs
More...
over 14 years ago
Moved onSubmit and status transitions to MeanwhileRunnable
Jonathan Griggs
More...
over 14 years ago
Created exploratory ClaimCheck branch - Implemented MeanwhileRunnable
Jonathan Griggs
More...
over 14 years ago
Changed access modifiers on Lifecycle methods
Jonathan Griggs
More...
over 14 years ago
Merge branch 'master' of https://bitbucket.org/boatmeme/meanwhile
Jonathan Griggs
More...
over 14 years ago
Revert "Changed the access modifier of all Lifecycle methods to public"
Jonathan Griggs
More...
over 14 years ago
Changed the access modifier of all Lifecycle methods to public
Jonathan Griggs
More...
over 14 years ago
Changed the access modifier of all Lifecycle methods to public
Jonathan Griggs
More...
over 14 years ago
Renamed "nextTasks" and all related methods to "chainedTasks"
Jonathan Griggs
More...
over 14 years ago
Moved onCancel of chained tasks to the onComplete() method - also implemented clearNextTasks
Jonathan Griggs
More...
over 14 years ago
added protected method getNextTasks()
Jonathan Griggs
More...
over 14 years ago
Fixed issues with Cancel - Now, if any stagedTasks is cancelled in a queued stage, it should cancel that entire stage.
Jonathan Griggs
More...
over 14 years ago
Initial implementation of MeanwhileThreadPoolExecutor
Jonathan Griggs
More...
over 14 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree