Skip to content

Commit

Permalink
Merge pull request #7081 from Saravana-PS/patch-2
Browse files Browse the repository at this point in the history
Property has been removed
  • Loading branch information
pascalgrimaud authored Aug 2, 2023
2 parents ed5c88f + 69a1235 commit 4da0064
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public JHipsterModule buildModule(JHipsterModuleProperties properties) {
propertyValue("configprops", "env", "health", "info", "logfile", "loggers", "threaddump")
)
.set(propertyKey("management.endpoint.health.probes.enabled"), propertyValue("true"))
.set(propertyKey("spring.security.oauth2.client.registration.oidc.scope"), propertyValue("openid", "profile", "email"))
.set(propertyKey("management.endpoint.health.show-details"), propertyValue("always"))
.and()
.build();
Expand Down
1 change: 0 additions & 1 deletion src/test/features/springboot-actuator.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ Feature: Spring Boot Actuator modules
| management.endpoints.web.base-path |
| management.endpoints.web.exposure.include |
| management.endpoint.health.probes.enabled |
| spring.security.oauth2.client.registration.oidc.scope |
| management.endpoint.health.show-details |

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ void shouldCreateSpringBootActuatorModule() {
.containing("management.endpoints.web.base-path=/management")
.containing("management.endpoints.web.exposure.include=configprops,env,health,info,logfile,loggers,threaddump")
.containing("management.endpoint.health.probes.enabled=true")
.containing("spring.security.oauth2.client.registration.oidc.scope=openid,profile,email")
.containing("management.endpoint.health.show-details=always");
}
}

0 comments on commit 4da0064

Please sign in to comment.