Migrate OLFS code from JavaEE 8 to Jakarta EE 9 for Tomcat 11#223
Migrate OLFS code from JavaEE 8 to Jakarta EE 9 for Tomcat 11#223ndp-opendap wants to merge 53 commits intomasterfrom
Conversation
decided to change all the package names in the servlet-api. Nice. Thanks for that. With this branch we move to catalina-11.0.7 and servlet-api-6.1
dh-opendap
left a comment
There was a problem hiding this comment.
Looks good. Need to determine if memcached session manager works with catalian-11.0.7 before merging.
|
I think we should try it with a Tomcat 11 deployment! I have no idea if t works, just that it compiles. |
|
Agreed, let's try this with memcached. |
dh-opendap
left a comment
There was a problem hiding this comment.
Woth trying with memcached session manager
|
…ext and not json. Dropped unused getEchoTokenValue() method
…aining the Gson serialized UserProfile is now added/retrieved to/from the Session object.
|
# Conflicts: # src/opendap/hai/BesControlApi.java # src/opendap/hai/DispatchServlet.java # src/opendap/hai/OlfsControlApi.java # src/opendap/hai/Util.java
|



Here is a potential solution for HYRAX-1754
With this PR we move to Tomcat-11 and the java
servlet-api-6.1In migrating our code to use the java
servlet-api-6.x(Where some group of deciders decided to change all the package names in the servlet-api. Nice, thanks for that.) we find there is a surprising amount of phaphphing about to do.Update: This is working on RHEL-9 with Tomcat-11, and the Redis session manager.
We have to decide if it's "time to migrate", which is not insignificant because we have to bring
libdap4, the newbes-deps, and thebesalong for the ride to RHEL-9.