Andrus Adamchik

Results 91 comments of Andrus Adamchik

Thanks for the link. It looks like much more than just a property validator.

Thanks for the pointer. In fact we considered replacing jopt with our own CLI parser as a part of the general effort to remove 3rd party dependencies. Will certainly take...

Maybe a better idea would be to internalize https://github.com/docopt/docopt.java and allow to specify styles as docopt?

Done. Now we may start eating our own dog food, i.e. review our standard modules to add dependency metadata to all of those that have dependencies

(perhaps an alternative would be to run an embedded app with its own ClassLoader)

Some brainstorming on how the console might look like 1. Start interactive console, but not the app ``` $ java -jar myapp.jar --console > /tmp/out.txt 2>/tmp/err.txt > help > start...

Committed a hack that fixes the issue for smaller configs (array.length

Re: bootique-metrics-demo.. The demo is using a [custom DataSourceFactory](https://github.com/bootique-examples/bootique-metrics-demo/tree/master/src/main/java/io/bootique/metrics/demo/ds). It should use one of the standard instrumented DataSource factories, either Tomcat or Hikari. Perhaps we can also build a visual...

Also see #111. `Commands` may need to support all those config bindings...

Lambdas as modules work in modern Bootique.