vidakovic opened a new pull request #2012: URL: https://github.com/apache/fineract/pull/2012
## Description The current process of selecting the authentication strategy for Fineract is unnecessarily complicated. Spring profiles are not the best way to enable/disable these features. By using "@ConditionalOnProperty" we only need one build and can enable the required authentication scheme with environment variables. This makes maintenance of the application.properties file also easier (just one instead of 4 different variants), and in turn makes the build script simpler. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
