Skip to content

Added compiler arguments support to JavaCompilerOptions#522

Open
sajeerzeji wants to merge 2 commits into
OpenLiberty:mainfrom
sajeerzeji:feature/MVNGH2044-compiler-args-support
Open

Added compiler arguments support to JavaCompilerOptions#522
sajeerzeji wants to merge 2 commits into
OpenLiberty:mainfrom
sajeerzeji:feature/MVNGH2044-compiler-args-support

Conversation

@sajeerzeji

Copy link
Copy Markdown
Contributor

Fixes OpenLiberty/ci.maven#2044

Added support for compiler arguments in JavaCompilerOptions by introducing a compilerArgs field with getter/setter methods and updating the getOptions() method to include these arguments in the returned list. This enables build tools to pass arbitrary/custom javac compiler arguments through to the Java compiler during hot reload compilation.

@sajeerzeji sajeerzeji requested a review from venmanyarun June 15, 2026 13:46
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.

Support compilerArgs from maven-compiler-plugin in dev mode hot reload

1 participant