summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Christian Schneider [Fri, 4 Jan 2019 14:08:03 +0000 (15:08 +0100)]
ARIES-1880 - Use builder in subscribe
Christian Schneider [Thu, 3 Jan 2019 21:37:06 +0000 (22:37 +0100)]
Test exception in handler
Christian Schneider [Thu, 3 Jan 2019 16:35:18 +0000 (17:35 +0100)]
Merge pull request #9 from tmaret/document-position-comparison
Document the Position comparison order
tmaret [Thu, 3 Jan 2019 16:25:59 +0000 (17:25 +0100)]
Document the Position comparison order
* Add JavaDoc
* Reverse ordering
* Add unit test
Christian Schneider [Thu, 3 Jan 2019 15:02:59 +0000 (16:02 +0100)]
Remove prerequisite as this should only be used for maven plugins
Christian Schneider [Thu, 3 Jan 2019 15:00:06 +0000 (16:00 +0100)]
Fix merge error
Christian Schneider [Thu, 3 Jan 2019 14:56:02 +0000 (15:56 +0100)]
Merge pull request #5 from tmaret/comparable-position
Abstract the offset from the API
Christian Schneider [Thu, 3 Jan 2019 14:55:49 +0000 (15:55 +0100)]
Merge branch 'master' into comparable-position
Christian Schneider [Thu, 3 Jan 2019 14:53:14 +0000 (15:53 +0100)]
Merge pull request #6 from tmaret/explicit-position-to-string
Define the positionToString signature explicitly in the API
Christian Schneider [Thu, 3 Jan 2019 14:52:32 +0000 (15:52 +0100)]
Merge branch 'master' into explicit-position-to-string
Christian Schneider [Thu, 3 Jan 2019 14:50:25 +0000 (15:50 +0100)]
Merge pull request #8 from tmaret/send-without-returning-position
Do not return a Postition from send signature in the API
tmaret [Thu, 3 Jan 2019 14:38:36 +0000 (15:38 +0100)]
Do not return a Postition from send signature in the API
tmaret [Thu, 3 Jan 2019 14:33:22 +0000 (15:33 +0100)]
Define the positionToString signature explicitly in the API
tmaret [Thu, 3 Jan 2019 12:30:40 +0000 (13:30 +0100)]
Define the positionToString signature explicitly in the API
tmaret [Thu, 3 Jan 2019 12:18:57 +0000 (13:18 +0100)]
Abstract the offset from the API
Christian Schneider [Thu, 3 Jan 2019 10:51:50 +0000 (11:51 +0100)]
Merge pull request #3 from tmaret/in-memory-implementation
Cleanup code
tmaret [Wed, 2 Jan 2019 18:22:27 +0000 (19:22 +0100)]
Cleanup code
Christian Schneider [Wed, 2 Jan 2019 16:29:26 +0000 (17:29 +0100)]
Add build indicator
Christian Schneider [Wed, 2 Jan 2019 16:02:49 +0000 (17:02 +0100)]
Added license headers
Christian Schneider [Wed, 2 Jan 2019 15:58:40 +0000 (16:58 +0100)]
ARIES-1878 - In memory implementation
Christian Schneider [Wed, 2 Jan 2019 15:58:08 +0000 (16:58 +0100)]
ARIES-1879 - Create Received to avoid null Position. Move positionToString to Position. Add Position.getOffset
Christian Schneider [Mon, 31 Dec 2018 08:45:15 +0000 (09:45 +0100)]
Remove TopicPosition as we do not support partitions
Christian Schneider [Mon, 31 Dec 2018 08:38:50 +0000 (09:38 +0100)]
Some ideas for goals and requirements
Christian Schneider [Sun, 30 Dec 2018 13:29:35 +0000 (14:29 +0100)]
Add Readme
Christian Schneider [Sun, 30 Dec 2018 13:27:10 +0000 (14:27 +0100)]
Add initial API