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

compile under eclipse-temurin-11 and up #10

Open
robkooper opened this issue Dec 5, 2022 · 0 comments
Open

compile under eclipse-temurin-11 and up #10

robkooper opened this issue Dec 5, 2022 · 0 comments

Comments

@robkooper
Copy link
Member

right now we compile using openjdk 8, this is deprecated. Trying to compile with eclipse temurin 11 shows the following error:

#16 7.593 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ncsa-common-domain: Compilation failure: Compilation failure:
#16 7.594 [ERROR] /src/ncsa-common-domain/src/main/java/edu/illinois/ncsa/domain/impl/FileStorageDisk.java:[14,23] error: package javax.activation does not exist
#16 7.594 [ERROR] /src/ncsa-common-domain/src/main/java/edu/illinois/ncsa/domain/impl/FileStorageDisk.java:[180,27] error: cannot find symbol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant