Ensure Jersey is initialised before AAA-Shiro 71/70971/2
authorStephen Kitt <skitt@redhat.com>
Mon, 16 Apr 2018 09:16:32 +0000 (11:16 +0200)
committerStephen Kitt <skitt@redhat.com>
Mon, 16 Apr 2018 12:09:10 +0000 (14:09 +0200)
commit8d6293258dba49846729c201389dacfcf07e6b59
tree1bc719e6c770225f958792e88deae65281f8b155
parentc0ec187d399f5015d6ee40a0ca6bd1520e38a0e3
Ensure Jersey is initialised before AAA-Shiro

When we group the Jersey bundles with bundles using them, we run into
initialisation races where AAA-Shiro ends up trying to use Jersey
before the latter’s activators have run.

All credit to Robert Varga for figuring out that we need an ordering
constraint between Jersey as a whole and the rest of AAA-Shiro. The
new odl-aaa-jersey-1 feature will eventually be replaced by ODL
Parent’s odl-jersey-1 feature, once we’ve added jersey-client to
that.

Issue: RELENG-85
Change-Id: I3d87dc28c8067bbeb0ca32be96ccdb4f6d359573
Signed-off-by: Stephen Kitt <skitt@redhat.com>
features/odl-aaa-jersey-1/pom.xml [new file with mode: 0644]
features/odl-aaa-shiro/pom.xml
features/pom.xml