Conversation
Signed-off-by: Nicolas Trangosi <nicolas.trangosi@dcbrain.com>
Signed-off-by: Nicolas Trangosi <nicolas.trangosi@dcbrain.com>
|
Thanks a lot. Do you see any way to reuse the existing code? For example, if we merge #639 the jakarta servlet will not have that change. |
|
I currently see no easy way to reuse the existing code. Changes from src dir are easy to report as the only changes are on import but for test directory it is not the case. |
… profile updateSource Signed-off-by: Nicolas Trangosi <nicolas.trangosi@dcbrain.com>
|
I have found a solution: This solution is not perfect as it may requires some adpations on test evolution and requires to modify first simpleclient_servlet, but it should do the job in a first time. |
|
Are there plans to merge this PR? Without this kinda change, we cannot upgrade to Jakarta and drop the old javax servlet API. |
|
Hey, I just pushed a commit that replaces this one, so I'm closing it. The next release will have Jakarta support. The reason why I pushed my own commit is that I played with re-using code across both implementations (javax and jakarta), and I ended up having a quite complete solution. Thanks a lot for bringing this up, jakarta support is now on its way. |
|
Did this get released yet, @fstab ? |
|
never
|
The module simpleclient_servlet_jakarta is a copy of simpleclient_servlet where javax.servlet is replaced by jakarta.servlet (real changes can be seen in the second commit)