Skip to content

Commit

Permalink
feat: implement module annotation processor (#1509)
Browse files Browse the repository at this point in the history
* 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
jimmarino and paullatzelsperger authored Jul 20, 2022
1 parent 492c8a1 commit d1d0943
Show file tree
Hide file tree
Showing 56 changed files with 3,575 additions and 1,148 deletions.
1 change: 0 additions & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
diff openapi-git-sorted.yaml openapi-ci-sorted.yaml
Unit-Tests:
runs-on: ubuntu-latest
env:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ in the detailed section referring to by linking pull requests or issues.
* Event Framework for PolicyDefinition entity (#1437)
* Event Framework for TransferProcess entity (#1439)
* SQL Translation layer (#1357, #1459)
* Tooling infrastructure and module processing (#1494)
* Permit API verbose error response (#1479)
* Fix TODO and document `:extensions:data-plane-transfer` (#1519)
* CloudEvents Http extension (#1160)
Expand Down
2 changes: 2 additions & 0 deletions docs/developer/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ org.eclipse.dataspaceconnector:transaction-spi:0.0.1-SNAPSHOT
org.eclipse.dataspaceconnector:transfer-spi:0.0.1-SNAPSHOT
org.eclipse.dataspaceconnector:transport-spi:0.0.1-SNAPSHOT
org.eclipse.dataspaceconnector:web-spi:0.0.1-SNAPSHOT
org.eclipse.dataspaceconnector:module-domain:0.0.1-SNAPSHOT
org.eclipse.dataspaceconnector:module-processor:0.0.1-SNAPSHOT
org.eclipse.dataspaceconnector:policy-engine:0.0.1-SNAPSHOT
org.eclipse.dataspaceconnector:policy-evaluator:0.0.1-SNAPSHOT
org.eclipse.dataspaceconnector:ids-api-configuration:0.0.1-SNAPSHOT
Expand Down
Loading

0 comments on commit d1d0943

Please sign in to comment.