jep511: add the star-import clash demo, java.base export count and a java.time jshell check

TwoStarImports.java, the java.base export count in output/04, the extra LocalDate line in src/imports.jsh and regenerated transcripts. Additive commit.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01TF9JWFvJSNm6HVzswzZU5a
This commit is contained in:
Claude
2026-09-24 11:42:45 +00:00
parent 385cc25233
commit 96b25c8fc4
6 changed files with 47 additions and 4 deletions
@@ -1,11 +1,14 @@
$ java --describe-module java.base | grep -c '^exports' (25.0.4.1+1-LTS)
58
$ java --describe-module java.sql (25.0.4.1+1-LTS)
[email protected]
exports java.sql
exports javax.sql
requires java.xml transitive
requires java.logging transitive
requires java.transaction.xa transitive
requires java.base mandated
requires java.xml transitive
requires java.logging transitive
uses java.sql.Driver
$ java --describe-module java.se | grep -c 'requires' (25.0.4.1+1-LTS)