You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have received this notification sent Thursday, June 27, 2024 4:01 AM.
We tried updating the DropBox Java SDK version from v3.1.0 to v6.0.0 as specified in the email and it resulted to these exceptions.
The project was not built since its build path is incomplete. Cannot find the class file for jakarta.servlet.http.HttpSession. Fix the build path then try building this project web Unknown Java Problem
The type jakarta.servlet.http.HttpSession cannot be resolved. It is indirectly referenced from required .class files
Environment:
Java 11- Open Jdk-11.0.15.10-hotspot
SpringBoot - 2.3.0.RELEASE
We tried migrating javax.servlet.http.HttpSession; to jakarta.servlet.http.HttpSession as mentioned on this release below:
Doing the changes above escalate to more complicated issues.
All methods that uses javax.servlet.http.* are affected ex. HttpServletRequest, HttpServletResponse.
Other integration services that uses javax.servlet.http.* were also affected e.g. Google Drive, One Drive and other Cloud Storage Integration Services.
Mixing javax.servlet with jakarta.servlet can cause such issues.
Suggestion to release a version that supports the above mentioned environment and still supports javax.servlet.http.*.
Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for sharing this context! I'll send this along to the team to request support for this. I can't promise if or when that might be implemented though.
We have received this notification sent Thursday, June 27, 2024 4:01 AM.
We tried updating the DropBox Java SDK version from v3.1.0 to v6.0.0 as specified in the email and it resulted to these exceptions.
Environment:
Java 11- Open Jdk-11.0.15.10-hotspot
SpringBoot - 2.3.0.RELEASE
We tried migrating javax.servlet.http.HttpSession; to jakarta.servlet.http.HttpSession as mentioned on this release below:
#495
https://github.com/dropbox/dropbox-sdk-java/blob/main/core/src/main/java/com/dropbox/core/DbxStandardSessionStore.java
Doing the changes above escalate to more complicated issues.
Suggestion to release a version that supports the above mentioned environment and still supports javax.servlet.http.*.
Thank you.
The text was updated successfully, but these errors were encountered: