-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement][Seatunnel-web] Upgrade spring-boot version to 3.3.3 #213
base: main
Are you sure you want to change the base?
Conversation
Do we have plans to support jdk17? Spring-boot 3.3.3 needs jdk17 or later. Internally i was working on implementing ldap/sso with seatunnel-web and found the incompatibilites with current spring boot and security jars which support the javax. Hence planned to upgrade the spring version. |
Not for now. We should support jdk 17 on seatunnel first. Please trace apache/seatunnel#7086 |
We plan to add hive3 e2e test case first. Then upgrade hadoop version and jdk version. apache/seatunnel#7474
No. Depends on community progress |
1a6de29
to
9d4f2e7
Compare
@arshadmohammad @Hisoka-X I have verified seatunnel-web compiled with jdk17 and seatunnel compiled with jdk8. It works fine. Can we first upgrade seatunnel-web to jdk17? |
If this is done, doesn't it mean that users need to deploy two JDKs at the same time? |
Yes. we need to deploy two JDKs at the same time. Otherwise we can add those hive e2e testcases and upgrade seatunnel's jdk version to 17. |
yes, we already had add hive e2e testcase in apache/seatunnel#8003, waiting apache/seatunnel#7086. cc @liugddx |
9d4f2e7
to
3769e4d
Compare
3769e4d
to
35e0d5f
Compare
we should waiting apache/seatunnel#7086 be merged, then merge this. |
Purpose of this pull request
Check list
New License Guide