Files
反编译工作区 717b9a9240 docs: remove decompilation-centric wording; rename *-decompiled-reactor to *-reactor
- Neutral titles (starRiverProperty); 源码归档 wording; paths unchanged
- Parent artifactIds: cloudwalk-cloud-reactor, cw-elevator-application-reactor, etc.
- cw.elevator.v1.lib.dir and deploy script use repo-relative paths
- package-info and module descriptions cleaned

Made-with: Cursor
2026-04-24 10:48:31 +08:00

21 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
原始运行包 / 官方构件体现的 Java 版本:Java 81.8
依据(摘录自本工作区内文件,便于审计):
1) cw-elevator-application-V1.0.0.20211103
- META-INF/MANIFEST.MFBuild-Jdk: 1.8.0_144
- META-INF/maven/.../cw-elevator-application-starter/pom.xml
maven.compiler.source=8maven.compiler.target=8
2) cw-elevator-application-V1.0.0.20211103/lib/cw-elevator-application-common-1.0-SNAPSHOT.jar
- META-INF/MANIFEST.MFBuild-Jdk: 1.8.0_144
3) cw-elevator-application-V1.0.0.20211103/lib/cloudwalk-common-event-3.7.2-Brussels-SRX.jar
- META-INF/MANIFEST.MFBuild-Jdk: 1.8.0_191
4) 源码归档路径 artifacts/decompiled/trees/ninca-crk-std-backend-V2.9.1_20210630.jar.src/META-INF/maven/.../pom.xml
- maven.compiler.source=1.8maven.compiler.target=1.8
结论:五个聚合 Maven 工程应与上述一致,使用 JDK 8 作为运行 Maven 的 JVMJAVA_HOME 指向 1.8.x),
字节码目标为 1.8。各聚合父 POM 已配置 maven-enforcer-plugin,要求 [1.8,1.9),避免误用 JDK 11+ 仅当“编译目标 8”导致注解处理器等问题。