Skip to content
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

Build error with openjdk 8 #1855

Open
3 tasks done
zhanghaiyang9999 opened this issue Dec 13, 2023 · 0 comments
Open
3 tasks done

Build error with openjdk 8 #1855

zhanghaiyang9999 opened this issue Dec 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@zhanghaiyang9999
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

java -version
openjdk version "1.8.0_162"
OpenJDK Runtime Environment (build 1.8.0_162-8u162-b12-1-b12)
OpenJDK 64-Bit Server VM (build 25.162-b12, mixed mode)

build error:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2023-12-13T20:18:17+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project chunjun-core: Compilation failure
[ERROR] /root/work/chunjun/chunjun-core/src/main/java/com/dtstack/chunjun/metrics/RowSizeCalculator.java:[28,37] cannot find symbol
[ERROR] symbol: class ObjectSizeCalculator
[ERROR] location: package jdk.nashorn.internal.ir.debug
[ERROR]

What you expected to happen

build successfully

How to reproduce

./mvnw clean package

Anything else

No response

Version

master

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@zhanghaiyang9999 zhanghaiyang9999 added the bug Something isn't working label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant