Skip to content

Commit

Permalink
build(xxl-job-admin): 升级 Docker 镜像至 JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Jan 11, 2025
1 parent a9c0c25 commit ed28f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/XXL-JOB官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -2439,8 +2439,9 @@ public void execute() {
- b、计划下个大版本升级 v3.0,将会基于 jdk17 与 springboot3.x 构建;版本v2.5.x将会继续维护,问题及漏洞将会及时跟进修复。
### 7.37 版本 v3.0.0 Release Notes[规划中]
- 1、调度中心升级 SpringBoot3 + JDK17。
- 2、[规划中]登陆态Token生成逻辑优化,混淆登陆时间属性,降低token泄漏风险;
- 1、调度中心升级至 SpringBoot3 + JDK17;
- 2、Docker镜像升级,镜像构建基于JDK17(openjdk:17-jdk-slim);
- 3、[规划中]登陆态Token生成逻辑优化,混淆登陆时间属性,降低token泄漏风险;
### TODO LIST
Expand Down
3 changes: 2 additions & 1 deletion xxl-job-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM openjdk:8-jre-slim
FROM openjdk:17-jdk-slim

MAINTAINER xuxueli

ENV PARAMS=""
Expand Down

0 comments on commit ed28f5b

Please sign in to comment.