Fix raw types error
This commit is contained in:
parent
c05cb21ab7
commit
301e80be8c
|
@ -52,7 +52,7 @@ class JerseyEndpointIntegrationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void linksPageIsNotAvailableWhenDisabled() {
|
void linksPageIsNotAvailableWhenDisabled() {
|
||||||
getContextRunner(new Class[] { EndpointsConfiguration.class, ResourceConfigConfiguration.class })
|
getContextRunner(new Class<?>[] { EndpointsConfiguration.class, ResourceConfigConfiguration.class })
|
||||||
.withPropertyValues("management.endpoints.web.discovery.enabled:false").run((context) -> {
|
.withPropertyValues("management.endpoints.web.discovery.enabled:false").run((context) -> {
|
||||||
int port = context
|
int port = context
|
||||||
.getSourceApplicationContext(AnnotationConfigServletWebServerApplicationContext.class)
|
.getSourceApplicationContext(AnnotationConfigServletWebServerApplicationContext.class)
|
||||||
|
|
Loading…
Reference in New Issue