clj-commons / durable-queue

a disk-backed queue for clojure
Eclipse Public License 1.0
384 stars 31 forks source link

Fix for Java 13 compatibility #23 #24

Open markbastian opened 4 years ago

markbastian commented 4 years ago

Fix entailed added type hints to resolve breaking code. All unit tests pass. No reflection errors in core ns. I did not update project dependencies to minimize project changes but this might be a good idea as well.

slipset commented 2 years ago

@markbastian would you be interested in following up on this work now? I can release a new version once this is approved, perhaps by @ztellman ?

markbastian commented 2 years ago

Absolutely! I haven't looked at this in ages but it should still be good to go.

boxxxie commented 2 years ago

i tested these changes, i'm not sure what the process is for merging, but for the few people who use this lib, i think merging and making a release would be welcome.