Skip to content
This repository was archived by the owner on Sep 13, 2021. It is now read-only.

Releases: alex-shpak/dropwizard-hk2bundle

0.9.0

Choose a tag to compare

@alex-shpak alex-shpak released this 13 Apr 11:03
  • Upgrade to Dropwizard 2.0.0

0.8.3

Choose a tag to compare

@alex-shpak alex-shpak released this 08 Nov 13:33
Keep validator injection for now (before dropwizard release)

0.8.2

Choose a tag to compare

@alex-shpak alex-shpak released this 08 Nov 12:32
  • Generate unique ID for ServiceLocator per bundle

0.8.1

Choose a tag to compare

@alex-shpak alex-shpak released this 07 Nov 22:32
  • Exclude hk2-metadata-generator from library

0.8.0

Choose a tag to compare

@alex-shpak alex-shpak released this 07 Nov 17:11
  • Library uses HK2Bridge instead of setting parent locator, this will resolve preboot lookup issues
  • Removed Validator injections, it is merged to Dropwizard dropwizard/dropwizard#2432
  • Removed support for JDBI 2
  • Added JDBI 3 support
  • Updated Gradle to 4.10

0.7.0

Choose a tag to compare

@alex-shpak alex-shpak released this 03 Aug 13:05
  • Library was almost fully rewritten, there are breaking changes in API and behaviour
  • Improved Validator injections
  • Improved JDBI injections
  • Update gradlew to 4.9

0.6.5

Choose a tag to compare

@alex-shpak alex-shpak released this 19 Feb 18:17
Added more dropwizard objects to CI container

0.6.4

Choose a tag to compare

@alex-shpak alex-shpak released this 12 Feb 08:35

Fixed configuration binding to contracts

0.6.3

Choose a tag to compare

@alex-shpak alex-shpak released this 06 Feb 16:20
Fixed wrong contract binding in configuration

0.6.0

Choose a tag to compare

@alex-shpak alex-shpak released this 30 Jan 17:53
  • API changes (breaking)
  • Binding order changed, application binded ASAP for other bundles
  • Added metrics registration