Skip to content

add -proc:full to handout Makefile#89

Merged
wilcoxjay merged 1 commit intomasterfrom
jrw/pass-proc-full
Apr 1, 2026
Merged

add -proc:full to handout Makefile#89
wilcoxjay merged 1 commit intomasterfrom
jrw/pass-proc-full

Conversation

@wilcoxjay
Copy link
Copy Markdown
Collaborator

see https://inside.java/2024/06/18/quality-heads-up/

JDK 23 changes the behavior of annotation processing, and they backported a warning to recent security updates to the JDK 21 line, and this warning if visible to students. the fix is to pass another command line flag to the JVM to restore the previous default behavior. they state that this flag is not expected to be deprecated or removed any time soon.

see https://inside.java/2024/06/18/quality-heads-up/

JDK 23 changes the behavior of annotation processing, and they
backported a warning to recent security updates to the JDK 21 line,
and this warning if visible to students. the fix is to pass another
command line flag to the JVM to restore the previous default behavior.
they state that this flag is not expected to be deprecated or removed
any time soon.
@emichael
Copy link
Copy Markdown
Owner

emichael commented Apr 1, 2026

LGTM

Just run make format to fix the formatting.

And just checking, does the warning appear when building from the main Makefile or does gradle do the right thing?

@wilcoxjay wilcoxjay merged commit d846589 into master Apr 1, 2026
6 of 8 checks passed
@wilcoxjay
Copy link
Copy Markdown
Collaborator Author

oops, I accidentally pushed this branch to master while fixing the formatting.

but to answer your question, no, I don't see a similar warning from gradle.

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.

2 participants