-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement module annotation processor (#1509)
* feat(doc): implement the module annotation processor Pulls out version Updates changelog Updates headers changes @SPI to @SPI Adds supressions file for package-info headers fixes spelling force annotation processor to run on test module Removes checkstyle supressions Revert "Removes checkstyle supressions" This reverts commit 2b5e6a8. Reverts rebase error Move edc.json into the root of the build directory removed flexmark removed maven publication of test modules added readme * add newlines Co-authored-by: Paul Latzelsperger <paul.latzelsperger@beardyinc.com>
- Loading branch information
1 parent
492c8a1
commit d1d0943
Showing
56 changed files
with
3,575 additions
and
1,148 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,6 @@ jobs: | |
diff openapi-git-sorted.yaml openapi-ci-sorted.yaml | ||
Unit-Tests: | ||
runs-on: ubuntu-latest | ||
env: | ||
|
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
Oops, something went wrong.