vorburger commented on a change in pull request #642: FINERACT-724 Upgrade
Spring Boot, Spring and Spring Security to their latest stable version
URL: https://github.com/apache/fineract/pull/642#discussion_r334980157
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/boot/AbstractApplicationConfiguration.java
##########
@@ -48,7 +52,11 @@
@EnableAutoConfiguration(exclude = { DataSourceAutoConfiguration.class,
HibernateJpaAutoConfiguration.class,
DataSourceTransactionManagerAutoConfiguration.class,
- FlywayAutoConfiguration.class })
+ FlywayAutoConfiguration.class,
+ GsonAutoConfiguration.class,
+ JdbcTemplateAutoConfiguration.class})
+@EnableWebSecurity
+@EnableTransactionManagement
Review comment:
@ivan333m how come `@EnableWebSecurity` and `@EnableTransactionManagement`
are required here now? Were they implicit in older Spring versions, and need to
be made explicit in new versions?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services