Task: Fix Spring Service Document API#158
Open
ladu-tu wants to merge 8 commits into
Open
Conversation
BjarneHa
requested changes
Jun 19, 2026
5bbc99a to
eae1fb3
Compare
… user creation by oidc claims
…nged user oidcSubject on duplicate email
…d specialized download endpoint.
eae1fb3 to
1a7ca2f
Compare
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.
What does this PR do?
This PR is related to issues reported by @BjarneHa regarding file uploads failing. This PR splits up bidirectional references in the JPA schema, which previously lead to an error due to unbounded recursion. Additionally this PR includes some improvements for text extraction (remove null bytes which can't be stored by PostgreSQL), user lookup (overwrite oicdSubject if it changed, e.g. because of a different keycloak session) and the GenAI interaction (explicit content type) that were made during debug.
Furthermore, documentation for the spring service was added under
services/spring/README.mdand additional test cases for the KnowledgeBase related classes have been added.Type of change
Definition of Done
api/openapi.yamlis updated and lint passesdocker compose up)Notes for the reviewer