I am upgrading my application from springboot 2.** to springboot 3.07. I am aware that we have to jakarta package instead of javax but not sure what to do about javax.net.* and javax.sql.datasource imports. what is the replacement for these with respect to jakarta ee
not able to find the libraries for javax.net and javax.sql in jakarta ee