In the context of migration to spring boot, we realized that some old approaches and/or bad practices are used in optimize to set up spring. One of those is application context configuration via xml configs. We want to get rid of the XML configs and use the current approach, using java annotations (java based configuration)
AT:
- spring beans for the main application and all of the tests are configured using java based approach