-
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#8 the default value of keepgenerated is false only in JDK 6. #26
Conversation
With the next version of Jakarta EE (Jakarta EE 10), there is a strong chance that it will have Java 11 as the minimum supported version of Java (it's being voted on right now). |
…JDK version. Signed-off-by: hs536 <sawamura.hiroki@fujitsu.com>
@joakime @arjantijms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@markt-asf you good with this change?
I have no objection but my opinion shouldn't count much as I'm not involved in the Jakarta implementation work at Eclipse. |
Yeah, that should be a new issue / pr IMO |
@markt-asf opened issue about package namespace as #29 |
@arjantijms you have any objections with this PR? |
@joakime it looks fine, indeed no need to keep anything JDK 6 around. A tiny remark, and that's here: private boolean keepGenerated = false;
|
Yes, I think the default values are defined clearly because they correspond to jasper options. wasp/src/main/java/org/apache/jasper/EmbeddedServletOptions.java Lines 59 to 72 in 4006669
|
@joakime Is there anything else I can do to merge this fix? |
It looks good, thanks! We may pretty soon indeed set the defaults to JDK 11. |
The default value for JSP keepgenerated should be false in JDK 6 or later, but only in JDK 6.
Signed-off-by: hs536 sawamura.hiroki@fujitsu.com
closes #8