WIP: Enable OpenAPI spec generation and integrate with frontend #21

Draft
Mark.TwoFive wants to merge 6 commits from feat/openApiIntegration into main
Owner
No description provided.
Mark.TwoFive self-assigned this 2025-06-19 21:08:36 +00:00
Mark.TwoFive added 5 commits 2025-06-19 21:08:36 +00:00
- Also pin the Springdoc version as Gradle would not properly resolve it otherwise.
wip: Generate and configure OpenAPI spec
Some checks failed
Build / build (pull_request) Successful in 1m59s
Check formatting / check-formatting (pull_request) Failing after 19s
8a843dc300
- Create two (non-functioning) demo endpoints to check the swagger UI with
- Configure Jackson to only serialize specific attributes
- Configure SpringDoc so that only attributes known to Jackson are shown
- Add some shortcut annotations for Json formatting
Mark.TwoFive added 1 commit 2025-06-20 22:42:23 +00:00
wip: Create demo endpoint for retrieving private keys
Some checks failed
Build / build (pull_request) Successful in 1m7s
Check formatting / check-formatting (pull_request) Failing after 17s
532d37ce81
Some checks failed
Build / build (pull_request) Successful in 1m7s
Check formatting / check-formatting (pull_request) Failing after 17s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/openApiIntegration:feat/openApiIntegration
git checkout feat/openApiIntegration
Sign in to join this conversation.
No description provided.