Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 26, 2024
1 parent 582622e commit 56ec436
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ public class SecurityConfiguration {
}
<%_ } _%>
<%_ if (applicationTypeGateway) { _%>
<!-- Fix for Spring Boot 3.3.5: https://github.com/spring-cloud/spring-cloud-gateway/issues/3568 -->

// Fix for Spring Boot 3.3.5: https://github.com/spring-cloud/spring-cloud-gateway/issues/3568
@Bean
BeanPostProcessor beanPostProcessor() {
return new BeanPostProcessor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ public class SecurityConfiguration {
}
<%_ } _%>
<%_ if (applicationTypeGateway) { _%>
<!-- Fix for Spring Boot 3.3.5: https://github.com/spring-cloud/spring-cloud-gateway/issues/3568 -->

// Fix for Spring Boot 3.3.5: https://github.com/spring-cloud/spring-cloud-gateway/issues/3568
@Bean
BeanPostProcessor beanPostProcessor() {
return new BeanPostProcessor() {
Expand Down

0 comments on commit 56ec436

Please sign in to comment.