Generate configuration parameters overview - #5932
Draft
mpkorstanje wants to merge 13 commits into
Draft
Conversation
mpkorstanje
force-pushed
the
feature/generate-configuration-parameters-overview
branch
from
July 30, 2026 21:38
c73e0df to
14ffed5
Compare
mpkorstanje
commented
Jul 30, 2026
mpkorstanje
force-pushed
the
feature/generate-configuration-parameters-overview
branch
from
July 30, 2026 22:58
f02ff2f to
3295a99
Compare
marcphilipp
reviewed
Jul 31, 2026
Member
There was a problem hiding this comment.
I think we should build this as a fat/shadowed jar to make it easy to put it on the annotation processor classpath. No need to do that now, but let's discuss it.
|
|
||
| dependencies { | ||
| api(platform(projects.junitBom)) | ||
| api(projects.junitPlatformCommons) |
Member
Author
There was a problem hiding this comment.
No, but the way OSGI is setup makes it a requirement for every module.
| tasks { | ||
| compileJava { | ||
| options.compilerArgs.add("-Xlint:-module") // due to qualified exports | ||
| options.compilerArgs.add("-Xlint:-module,-processing") // -module: due to qualified exports, -processing: not all annotations need to be processed |
Member
There was a problem hiding this comment.
What warnings does this emit without -processing?
Member
Author
There was a problem hiding this comment.
Complain about all present annotations that weren't claimed by a processor.
Similar too:
https://stackoverflow.com/questions/69439506/no-processor-claimed-any-of-these-annotations
mpkorstanje
force-pushed
the
feature/generate-configuration-parameters-overview
branch
2 times, most recently
from
July 31, 2026 08:52
6c063a1 to
e6ab635
Compare
mpkorstanje
force-pushed
the
feature/generate-configuration-parameters-overview
branch
from
July 31, 2026 09:57
e6ab635 to
314e8fd
Compare
✅ All tests passed ✅🏷️ Commit: 314e8fd Learn more about TestLens at testlens.app. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See: https://docs.spring.io/spring-boot/specification/configuration-metadata/format.html
Closes: #4330
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@APIannotations