Skip to content

Releases: dragonzone/dropwizard-hk2

3.0.0

19 Aug 15:43

Choose a tag to compare

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

11 Apr 06:11
ce126c2

Choose a tag to compare

Changes

  • Update to Dropwizard 4.0 release (#24)

How to use this release

Add the following dependency to your pom.xml:

<dependency>
    <groupId>zone.dragon.dropwizard</groupId>
    <artifactId>dropwizard-hk2</artifactId>
    <version>4.0.1</version>
</dependency>

4.0.0

21 Sep 16:33
8bde1b5

Choose a tag to compare

Breaking

  • Update for Dropwizard 4.x beta (#23)

How to use this release

Add the following dependency to your pom.xml:

<dependency>
    <groupId>zone.dragon.dropwizard</groupId>
    <artifactId>dropwizard-hk2</artifactId>
    <version>4.0.0</version>
</dependency>

2.1.1

18 Jan 16:53
bfa5ee7

Choose a tag to compare

Fixes

  • Exclude javax.servlet-api from dependencies (#22)

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.1</version>
</dependency>

2.1.0

18 Jan 16:51

Choose a tag to compare

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

18 Jan 16:39

Choose a tag to compare

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

03 Feb 08:07

Choose a tag to compare

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

13 Dec 16:33

Choose a tag to compare

Features

  • Removed *ConfiguredBundle methods in BootstrapExtensions and updated the *Bundle methods to operate on ConfiguredBundle instead. (#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

12 Dec 16:26

Choose a tag to compare

2.0.4-2044fe Pre-release
Pre-release

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

13 Dec 04:07

Choose a tag to compare

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>