spring-boot/spring-boot-project
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
..
spring-boot Test compression with invalid content type for all webservers 2019-09-24 10:03:38 +01:00
spring-boot-actuator Polish 'Apply TTL invocation caching on reactor types' 2019-09-28 21:46:36 -07:00
spring-boot-actuator-autoconfigure Skip management context ResourceConfigCustomizers 2019-10-01 11:16:23 -07:00
spring-boot-autoconfigure Use ordered TaskExecutorCustomizers 2019-09-28 18:44:57 -07:00
spring-boot-cli Redirect stdout from cd to /dev/null in CLI's bash script 2019-09-01 20:20:32 +01:00
spring-boot-dependencies Upgrade to Spring Session Bom Bean-SR8 2019-10-01 15:29:45 +02:00
spring-boot-devtools Fix intermittent failure of inMemoryDerbyIsShutdown 2019-09-24 11:45:50 +01:00
spring-boot-docs Fix a broken Asciidoctor syntax 2019-10-01 18:32:01 +02:00
spring-boot-parent Promote dependency management plugin version to the bom 2019-08-13 17:21:32 +02:00
spring-boot-properties-migrator Merge '1.5.x' into 2.0.x 2019-07-24 11:39:58 +01:00
spring-boot-starters Force creation of sources jar 2019-09-16 14:22:26 +02:00
spring-boot-test Fix typo in ApplicationContextAssert 2019-09-27 16:32:32 +02:00
spring-boot-test-autoconfigure Merge branch '2.0.x' into 2.1.x 2019-07-24 11:41:32 +01:00
spring-boot-tools Fix comment position in ZipHeaderPeekInputStreamTests 2019-10-01 08:05:08 +02:00
pom.xml