spring-boot/spring-boot-samples/spring-boot-sample-jersey
Madhura Bhave ecf393461e Skip management context ResourceConfigCustomizers
Update `JerseyManagementContextConfiguration` so that customizer beans
are not longer applied. The endpoint resource endpoints are now added
with a registrar bean `@PostConstruct` method.

Prior to this commit, when running the management server on a different
port a `Resource` added by a customizer could be added two different
`ResourceConfig` instance. This breaks the singleton contract expected
by Jersey.

Fixes gh-17801

Co-authored-by: Phillip Webb <pwebb@pivotal.io>
2019-10-01 11:16:23 -07:00
..
src Skip management context ResourceConfigCustomizers 2019-10-01 11:16:23 -07:00
pom.xml Remove war packaging from Jersey sample 2019-09-25 09:28:26 -07:00