users@jersey.java.net

Regression in 1.1.3-ea registering provider classed in the Application/ResourceConfig

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 19 Oct 2009 12:46:42 +0200

Hi

Juergen Zimmermann found a fairly serious regression in Jersey 1.1.3-
ea that will not result in the registration of any providers declared
as classes or singletons declared in an Application/ResourceConfig.

   https://jersey.dev.java.net/issues/show_bug.cgi?id=392

This regression was caused by fixing issue 336:

   https://jersey.dev.java.net/issues/show_bug.cgi?id=336

but also affects any declared ResourceConfigurator instances that add
providers.

This is fixed in 1.1.4-ea-SNAPSHOT branch and the trunk.

Paul.