Hi William,

You can find the exact dependency versions for each version of Dropwizard by 
looking into dropwizard-dependencies, for example Dropwizard 4.0.7 is using 
Eclipse Jersey 3.0.12.

https://github.com/dropwizard/dropwizard/blob/v4.0.7/dropwizard-dependencies/pom.xml#L51

Cheers
Jochen

> Am 10.03.2024 um 07:03 schrieb William Herbert <wmherb...@gmail.com>:
> 
> In this part of the documentation:
> https://www.dropwizard.io/en/stable/manual/auth.html#testing-protected-resources
> 
> It says to use ${jersey.version} for importing the Grizzly dependency.  I 
> tried using the latest version of the artifact available (3.1.5), but was met 
> with a host of error messages in my protected resource unit tests.
> 
> After some Googling, I learned at the Jersey website (direct quote):
> The latest stable release of Jersey is 2.41.
> The latest published release of Jakarta EE 9 Jersey is 3.0.12.
> The latest published release of Jakarta EE 10 Jersey is 3.1.5.
> I'm not intimately familiar with the Jersey/Jakarta relationship, so I 
> thought it would be helpful for a special note in the Dropwizard 
> documentation to note that Jersey 3.0.x is for Jakarta EE 9 and therefore for 
> Dropwizard 4.x and similarly that Jersey 3.1.x is for Jakarta EE 10 and 
> therefore for Dropwizard 5.x.
> 
> I just need someone to tell me I've got that right before I go updating 
> documentation.

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dropwizard-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dropwizard-dev/E20E4D63-9A2C-406B-8F24-46DD73B9D284%40schalanda.name.

Reply via email to