-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of all the old annotation processor code
Also port some of the tests to the new infrastructure.
- Loading branch information
Showing
38 changed files
with
515 additions
and
4,704 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
.../io/quarkus/annotation/processor/documentation/config/discovery/ParsedJavadocSection.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkus.annotation.processor.documentation.config.discovery; | ||
|
||
public record ParsedJavadocSection(String title, String description) { | ||
public record ParsedJavadocSection(String title, String details) { | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
20 changes: 0 additions & 20 deletions
20
core/processor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDoc.java
This file was deleted.
Oops, something went wrong.
89 changes: 0 additions & 89 deletions
89
...rocessor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDocBuilder.java
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...rocessor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDocElement.java
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
.../src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDocGeneratedOutput.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.