Skip to content

feat(jdk-codemodel): add classpath and module-path support to JdkInitializer#20

Merged
deer merged 1 commit intomainfrom
classpath_modulepath_support
Apr 10, 2026
Merged

feat(jdk-codemodel): add classpath and module-path support to JdkInitializer#20
deer merged 1 commit intomainfrom
classpath_modulepath_support

Conversation

@deer
Copy link
Copy Markdown
Collaborator

@deer deer commented Apr 10, 2026

Adds List<Path> classpath and List<Path> modulePath parameters to JdkInitializer via a new 5-argument constructor. The existing 3-argument constructor delegates to it with empty lists, preserving all call sites. Options are passed to compiler.getTask() as --class-path and --module-path. Callers are responsible for assembling the path lists; no jar classification or module resolution logic lives here.

@deer deer merged commit 0d8fc8e into main Apr 10, 2026
1 check passed
@deer deer deleted the classpath_modulepath_support branch April 10, 2026 08:47
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

Successfully merging this pull request may close these issues.

1 participant