You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/01/01 04:50:48 UTC

[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on pull request #4312: [Fix-3233][api-server] Fix the bug when compile the code in Java9 env

CalvinKirs commented on pull request #4312:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/4312#issuecomment-753254519


   Great job. The root cause of this problem is that we have introduced jsp-2.1, but jsp-2.1 is not compatible with Java 9 (it is no longer maintained), so we must remove jsp-2.1. This work is necessary. After this PR is merged, we need to test again to see whether the api-server log can be started normally after debugging is turned on. (It was for this reason that jsp-2.1 was introduced) @lgcareer 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org