users@jersey.java.net

[Jersey] JERSEY-3225 (_at_Immediate binding fail after Container#reload)

From: Fabrizio Cucci <fabrizio.cucci_at_gmail.com>
Date: Fri, 17 Mar 2017 10:19:55 +0000

Hi Jersey team,

is there anyone looking into https://java.net/jira/browse/JERSEY-3225 ?

Also, after re-reading my own report, I realized something else. In my
case, the ImmediateScopeFeature is removed from the
CommonConfig#newFeatureRegistrations and this is the reason why it's not
re-configured on Container#reload. But this means that, potentially, any
other custom feature won't be re-configured upon Container#reload.

Is it by design?

Thanks,
Fabrizio