Skip to content
Snippets Groups Projects
  1. Jun 18, 2019
  2. May 08, 2018
  3. Aug 31, 2017
    • Markus Thömmes's avatar
      Simplify Spi implementations. (#2663) · f9450364
      Markus Thömmes authored
      Using `object`s instead of a hollow class as the "factory" for an Spi makes them being singleton by default, which reduces boilerplate to implement an Spi.
      
      The `Dependencies` object is not used anywhere and there might be better alternatives which we can decide on once the need of them comes up. For now, the Spi's interfaces are relatively tightly coupled to their current default implementations anyway.
      
      Also updated documentation.
      f9450364
  4. Aug 04, 2017
    • tysonnorris's avatar
      SPI approach for pluggable implementations. (#2414) · 1e02bc67
      tysonnorris authored
      Adds the ability to add pluggable implementations for defined Service Provider Interfaces (SPI). The implementation to load is chosen via configuration.
      
      First set of plug-points are:
      - ArtifactStoreProvider
      - MessagingProvider
      1e02bc67
Loading