Spring Boot Upgrade from 3.2.x to 3.3.x Causing NoSuchMethodException in AspectJ
I have a legacy application that started as a core Java project, later incorporated Spring, and was eventually converted to a Spring Boot application. We are currently running on Spring Boot 3.2.12, and I am in the process of upgrading it to 3.3.5. However, after this upgrade, my application fails to start with the following exception:
Spring Boot Upgrade from 3.2.x to 3.3.x Causing NoSuchMethodException in AspectJ
I have a legacy application that started as a core Java project, later incorporated Spring, and was eventually converted to a Spring Boot application. We are currently running on Spring Boot 3.2.12, and I am in the process of upgrading it to 3.3.5. However, after this upgrade, my application fails to start with the following exception: