Vyacheslav Rusakov

Results 86 comments of Vyacheslav Rusakov

Checked: everything is good. Just a few packages renamed (for example, `org.eclipse.jetty.servlet.FilterHolder` become `org.eclipse.jetty.ee10.servlet.FilterHolder`). Plus, `ServerPushFilterFactory` was removed with related configuration (it was already deprecated). There is a problem with...

Can you please show a simple use case? I read the docs about locators, but I'm not sure it's possible to support them. At least, with h2 involved. Maybe, if...

Thank you for the example. I will look what I can do

Diagnostic report shows internal guice timers: ```java GuiceBundle.builder() ... .printDiagnosticInfo() ``` Output will contain something like this: ``` ├── [47%] INJECTOR created in 204.2 ms │ ├── Module execution: 124...

> First off, great work. Love generics-resolver. Thank you! > It's worth mentioning that the documentation is confusing. Every time we expose a new programmer to the project it takes...

Hi! Indeed seems to be misleading. My point was not to use for android projects, but check java projects apis for compatibility with android (for dual targeted libs). I never...

I'm almost sure that it's caused by [old asm version](https://github.com/mojohaus/animal-sniffer/blob/master/pom.xml#L204) (7.0). The latest asm is 7.2. Asm is shaded inside ant tasks jar and so it could be updated only...