Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix #31 JSP compilation error on JDK 9 or higher #32

Merged
merged 1 commit into from
Nov 27, 2021
Merged

Fix #31 JSP compilation error on JDK 9 or higher #32

merged 1 commit into from
Nov 27, 2021

Conversation

kosakak
Copy link
Contributor

@kosakak kosakak commented Nov 19, 2021

Fixes #31

I propose to set the default value of compilerSourceVM and compilerTargetVM to 1.8 and remove the code that detects those values.
The reason is that wasp-3.0.1.jar is built with JDK 8 and cannot run on JDK 7 or earlier version.

Signed-off-by: kosakak kosaka.koki@fujitsu.com

Signed-off-by: kosakak <kosaka.koki@fujitsu.com>
@arjantijms
Copy link
Contributor

Thanks! Looks good. For WaSP we can probably set the default to JDK 11, but this will work for now.

@arjantijms arjantijms added this to the 3.0.2 milestone Nov 27, 2021
@arjantijms arjantijms merged commit 8d916bb into eclipse-ee4j:master Nov 27, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSP compilation error on JDK 9 or higher
2 participants