Ben Bader

Results 55 comments of Ben Bader
trafficstars

Thanks for letting us know! It's quite likely that the codec list is overkill - when I have time, I'll try to narrow it down. And thanks for your kind...

Uh oh, good catch. Off the top of my head, I can't say whether it's safe to exclude `jaxb-api` from `jooq`. If you get it working that way, let me...

Hi there. Any update here? Is this still an issue for you?

It isn't currently supported, but there's no deeper reason why not. I never had the need, and neither has anyone else (at least, nobody who wanted it enough to let...

When you're setting up your Guice modules, give one of them the pool object from your JedisBundle implementation, and have it bind the pool as a singleton instance. Lifecycle issues...

Basically, unless you can find a way to (for example) configure request-scoped injection such that a connection is obtained from the pool, then destroyed when the scope ends. I haven't...

Multidex is still subject to random failures on older devices, and slow/unreproducible builds in any case. We wrote a Gradle plugin to keep tabs on method counts as you build:...

No worries. Would it be better to defer work on this until after it is addressed in review?

Sure. The impetus for me was writing some Jersey `Injectable` implementations which, to be automatically registered with the runtime, must be annotated with `@Provider`. I think `assertThat(klass).isAnnotatedWith(Provider.class)` reads much more...

That works perfectly for us, as of rules_kotlin version 1.9.0. For those who code on macOS and build on Linux, I'd suggest perl over sed: ``` """perl -pi -e 's/javac_opts.append("-proc:none")/pass/g'...