-
Notifications
You must be signed in to change notification settings - Fork 9
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 #38 JSPC compile fails on JDK11 without compilerSourceVM and compilerTargetVM options. #39
Conversation
…eVM and compilerTargetVM options. Signed-off-by: kaido207 <kaido.hiroki@fujitsu.com>
Skip all of the minimum jvm checks, they are wrong for Java 11+. Best to just let javac fail. Food for thought. If you are on Java 11 runtime, which this version of wasp has set as a minimum support level, then you only have Java source/target of I'd be more curious as to what would happen if we instead had NO predefined or hard-coded source/target defined. |
… java spec version as default value Signed-off-by: kaido207 <kaido.hiroki@fujitsu.com>
@joakime Completely agree with you. I'd changed my proposal. |
…getVM. Signed-off-by: kaido207 <kaido.hiroki@fujitsu.com>
@joakime Is there anything else I can do? |
It looks good to me, if @joakime doesn't reply we can merge it by lazy consensus. |
I'm in a mental fog (covid). Do what you want here. |
Are there any other suggestions to merge this patch? |
There's a merge conflict now. Sorry, can you reapply the patch? |
Signed-off-by: kaido207 <kaido.hiroki@fujitsu.com>
@arjantijms Sure, I done. |
@kaido207 thanks! |
Signed-off-by: kaido207 kaido.hiroki@fujitsu.com