Ruslan Ibrahimau (Ibragimov)

Results 97 comments of Ruslan Ibrahimau (Ibragimov)

Thanks for submitting issue. Fix for this issue will be shipped in Bootique 0.26.

https://github.com/bootique/bootique/commit/5156bb502dd03411f872e60735d41b6beec60959#commitcomment-29516653 Travis is green, @andrus what tests exactly breaks this PR?

I believe this is good thing, maybe this app has few configs under single path.

Maybe we can compare content of resources, and fail only if content differs.

We rethink this implementation, and I going to change `BQModuleProvider` API. New approach is to change `dependencies` method, so it will return list of `BQModuleProvider` Classes. I'll experiment with this...

Multiple lambdas works well for me: ``` interface IA { } interface IB { } class A implements IA { } class B implements IB { } ``` ``` final...

How it will works with serialization? I see possible problems of transferring hashCode between JVMs.

It's corner case, but on my jvm for 4294967297 number hashCode is 0, so your code will compute it every time) Please add this case to tests too.

I use undertow without servlets, and https://github.com/micrometer-metrics/micrometer/pull/1575 only cover servlets part (which more specific), but not the undertow server itself, which based on handlers. Example of built-in metric handler: https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/server/handlers/MetricsHandler.java

Maybe use gradle as first-class build system, and add task to generate basel config from it?