Releases: dragonzone/dropwizard-hk2
Releases · dragonzone/dropwizard-hk2
3.0.0
Changes
- Backport to Dropwizard 3.X
How to use this release
Add the following dependency to your pom.xml:
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-hk2</artifactId>
<version>3.0.0</version>
</dependency>
4.0.1
4.0.0
2.1.1
2.1.0
Features
- Upgrade to new version of base-pom, which includes release management changes. Commit hashes will no longer appear in version numbers
- Several warnings were cleaned up
How to use this release
Add the following dependency to your pom.xml:
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-hk2</artifactId>
<version>2.1.0</version>
</dependency>
2.0.7-13cb6d
Features
- Switch to use Jakarta dependencies instead of Javax dependencies (#21)
How to use this release
Add the following dependency to your pom.xml:
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-hk2</artifactId>
<version>2.0.7-13cb6d</version>
</dependency>
2.0.6-09b602
Features
- Upgrade to dropwizard 2.0.1 (#20)
How to use this release
Add the following dependency to your pom.xml:
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-hk2</artifactId>
<version>2.0.6-09b602</version>
</dependency>
2.0.5-07239e
Features
- Removed
*ConfiguredBundlemethods inBootstrapExtensionsand updated the*Bundlemethods to operate onConfiguredBundleinstead. (#19)
How to use this release
Add the following dependency to your pom.xml:
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-hk2</artifactId>
<version>2.0.5-07239e</version>
</dependency>
2.0.4-2044fe
Features
- This updates the bundle to reference Dropwizard 2.0.0 (#18)
How to use this release
Add the following dependency to your pom.xml:
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-hk2</artifactId>
<version>2.0.4-2044fe</version>
</dependency>
1.3.3-93e0d6
Features
- This updates the bundle to reference Dropwizard 1.3.7
How to use this release
Add the following dependency to your pom.xml:
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-hk2</artifactId>
<version>1.3.3-93e0d6</version>
</dependency>