Migrate axon framework to Java 17

183 Views Asked by At

I am migrating to Spring Boot 3 and Java 17 and using Axon framework 4.8.0. When I try to startup the project I get:

java.lang.NoClassDefFoundError: javax/servlet/http/HttpServletRequest

Afaik, javax is no longer used and jakarta.* must be used. How can I migrate axon then?

Regards

1

There are 1 best solutions below

1
Bernat Mir On

Turned out to be some old legacy library which was using javax.