Skip to content

Added compiler arguments support to JavaCompilerOptions - #522

Merged
venmanyarun merged 2 commits into
OpenLiberty:mainfrom
sajeerzeji:feature/MVNGH2044-compiler-args-support
Jun 17, 2026
Merged

Added compiler arguments support to JavaCompilerOptions#522
venmanyarun merged 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
@venmanyarun
venmanyarun merged commit 818c484 into OpenLiberty:main Jun 17, 2026
10 checks passed
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

3 participants