Skip to content

Releases: kiwiproject/dropwizard-config-providers

v0.4.2

23 Oct 21:20
Compare
Choose a tag to compare

Improvements

  • None

Bugs

  • TlsConfigProvider can always provide even though generated config won't work (#54)

Dependency updates

  • None

See the individual dependency update PRs to see all the dependencies that were updated.

v0.4.1

23 Oct 18:05
Compare
Choose a tag to compare

Improvements

  • None

Dependency updates

  • Bump dropwizard.version from 2.0.13 to 2.0.14 (#53)

See the individual dependency update PRs to see all the dependencies that were updated.

v0.4.0

19 Oct 19:13
Compare
Choose a tag to compare

Improvements

  • None

Assorted

  • Use kiwi-parent as parent POM (#45)

Dependency updates

  • Add dependabot config (#129)
  • Bump kiwi to 0.12.0 (#51)
  • Bump kiwi-test to 0.7.0 (#50)
  • Bump dropwizard to 2.0.13 (#49)

v0.3.0

28 Sep 16:49
Compare
Choose a tag to compare

New Features

  • Add ActiveMQConfigProvider (#35)
  • Add DropwizardDataSourceConfigProvider (#39)
  • Add ElkLoggerConfigProvider (#40)
  • Add ElucidationConfigProvider (#41)
  • Add HibernateConfigProvider (#42)
  • Add MongoConfigProvider (#43)
  • Add SharedStorageConfigProvider (#44)

Improvements

  • Add an override so that the ExternalConfigProvider can return a ResolverResult (#38)

Bugs

  • Fix the order of resolution so that external resolution comes before explicit value (#36)

Assorted

  • None

Dependency updates

  • Add kiwi-test 0.5.0 (test scope)
  • Add dropwizard-db (provided scope)
  • Add dropwizard-jackson (provided scope)

v0.2.0

20 Sep 22:00
Compare
Choose a tag to compare

Improvements

  • None

Assorted

  • Rename base package from org.kiwiproject.config to org.kiwiproject.config.provider (#24)

Dependency updates

  • Update to kiwi 0.10.0 (#25)

v0.1.0

18 Sep 12:04
Compare
Choose a tag to compare

Initial release that includes the following ConfigProvider implementation:

  • NetworkIdentityConfigProvider - Used to resolve a named network
  • ServiceIdentityConfigProvider - Used to resolve identity information for a service to include Name, Version, and environment
  • TlsConfigProvider - Used to resolve properties needed for TLS contexts
  • ZooKeeperConfigProvider - Used to resolve a ZooKeeper connection string