All Versions
27
Latest Version
Avg Release Cycle
131 days
Latest Release
-

Changelog History
Page 3

  • v0.14 Changes

    • ✅ #32 A test module to write Bootique apps for unit tests
    • #34 BQRuntime.getInstance(..) must throw on missing bindings
  • v0.13 Changes

    • 👍 #14 Support for configs polymorphism
    • #31 Rename Bootique.runtime() to Bootique.createRuntime()
  • v0.12 Changes

    • #17 Wrap CLI Options API to avoid direct dependency on JOpt lib in commands
    • #18 Separate a concept of DI-bound option from Command
    • #19 Command dispatch mechanism based on Cli state
    • 🔧 #20 Allow configuration of available commands in main()
    • 🚚 #21 Move contribution API into static methods on BQCoreModule
    • 👍 #22 Better Module override API
    • 0️⃣ #24 Allow creation of DefaultBootLogger with non-System stdin/out
    • 👍 #28 --config option should support both files and URLs
  • v0.11 Changes

    • 🚚 #8 Remove API's deprecated since 0.10
    • #10 Service shutdown functionality
  • v0.10 Changes

    • 🔨 #5 FactoryConfigurationService refactoring
    • 👍 #6 Service/Module override support
    • #7 Start publishing Bootique to Maven central repo
  • v0.9 Changes

    • 👍 #4 FactoryConfigurationService - support for loading parameterized types
  • v0.8 Changes

    • 🔀 #1 Merge bundles and modules into a single concept
    • #2 Auto-load extensions
    • 🌲 #3 Create BootLogger outside DI, add "trace" logging