Hi, Thanks for open sourcing this AB testing library. With ``` import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; ``` superseded ``` import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; ``` https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes https://stackoverflow.com/questions/71179660/spring-boot-3-jakarta-and-javax Will there be any plan on switching the import over to jakarta? Thank you.
Hi,
Thanks for open sourcing this AB testing library.
With
superseded
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes
https://stackoverflow.com/questions/71179660/spring-boot-3-jakarta-and-javax
Will there be any plan on switching the import over to jakarta?
Thank you.