Bootique v0.25 Release Notes

Release Date: 2018-03-21 // about 6 years ago
    • #131 Complex command invocation structures
    • #178 Config CLI options order
    • ๐Ÿ“œ #193 JsonNodeConfigurationFactory - proper parser initialization
    • ๐Ÿ”จ #194 Refactor JoptCliProvider to CliFactory and generic Cli provider
    • #195 CommandManager: allow lookup of commands by name and by type
    • #196 CommandManager: track command attributes and private commands
    • #197 Commands starting background processes should unblock invoker threads
    • ๐Ÿ”ง #198 DI config binding API to facilitate configuration reuse
    • โœ… #199 Tests: swallowed BQDaemonTestFactory startup errors
    • โœ… #201 Speed up BQDaemonTestFactory
    • #211 BQRuntimeChecker - static helper for runtime assertions
    • โœ… #212 Rename "BQModuleProviderChecker.testPresentInJar" to "testAutoLoadable"