Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.2.3
    3ea143f7 · Version 1.2.3 ·
    \* Fixed release.
  • v1.2.2
    3c06f15d · Version 1.2.2 ·
    \+ Added `remove` and `deny` methods to `DependencyList` for more flexibility.
    \+ Added AuraDev maven repo.
  • v1.2.1
    f4d17e2c · Version 1.2.1 ·
    \+ Added utility class `DependencyList`.
  • v1.2.0
    7866fb08 · Version 1.2.0 ·
    \* Fixed class loading issue by forcing to pass a `Class` instance of the base plugin class along the bootstrapper constructor.
    \* Several small fixes and better handling of rare edge cases.
    \* Pretty much full test coverage.
    \* Full Javadocs documentation.
  • v1.1.1
    bdc1b59e · Version 1.1.1 ·
    \* Renaming Bootstrapper class names. From `...Bootstrap` to `...Bootstrapper`.
    \* Bootstrappers now return the actual plugin instance instead of hacking around with reflections.
  • v1.1.0
    54691bee · Version 1.1.0 ·
    \+ Added `MultiProjectBootstrap` class to allow easier bootstrapping.
    \+ Added `MultiProjectSLF4JBootstrap` class to allow bootstrapping with SLF4J support.
  • v1.0.0
    d974bb8c · Version 1.0.0 ·
    \+ Added `DependencyClassLoader` to allow isolating the runtime.
    \+ Added `DependencyDownloader` to allow downloading dependencies at runtime. Dependencies can be declared to resolved their dependencies, which are
       downloaded as well.
    \+ Added `RuntimeDependency` as a way to declare dependencies to download at runtime.
  • v0.0.0
    c42e3696 · Initial commit! ·
    Project starts!