Jesper Josefsson

Results 6 issues of Jesper Josefsson

This solves #25 and similar cases by using lookahead. I also made it possible to pull in this project using Gradle's composite builds.

Right now we trigger save, create and commit hooks. The create hooks might be ill-advised, since we don't know if there is an extant record.

Currently, as far as I understand, if a Producer publishes a message and no Consumer is available to consume it, that message is dropped without trace. This is because no...

I've been struggling to upgrade to version 5.1 of this package. When compiling my maven project I get an error like this: ``` Failed to read artifact descriptor for org.zalando:spring-cloud-config-aws-kms:jar:5.1:...

I've been looking into providing JRuby support to this gem. There are a couple of hurdles: 1. Dependency upon `bson_ext`, which uses C extensions - This could be solved quite...