Spring Boot 2.7 to 3 – java.lang.ClassNotFoundException: Could not load requested class : org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor
I am trying to migrate Spring Boot in my project’s application, from version 2.7 to version 3. I’ve upgraded already bunch of dependencies and changed javax libraries to jakarta.
Currently I have problem with loading Application Context while running some unit tests.
There is a call stack as below: