Feature/security keycloak solution#43
Open
Copilot-Group2023 wants to merge 105 commits into
Open
Conversation
Added new endpoint which adds a random activity as a task item to a specified task list. Added two types of tests for the added use case: - one which mocks the service which calls the API - one which stubs the external API on network level via WireMock
added Timeout and Fallback support when retrieving a random activity.
…ng/java-quarkus into solution/complete
Running WireMock on a random port fixes issues with port clashes that can occur when running tests while the server is running in parallel.
According to documentation from MapStruct ( https://mapstruct.org/documentation/ide-support/#eclipse ) adding this option will make Eclipse activate annotation processing on importing a Maven project. This has sometimes not worked in the past.
# Conflicts: # backend/pom.xml
Main, Solution/dataaccess, Solution/logic & Solution/service merge into Solution/complete
(Do not merge until decision made, which Auth to use!) Keycloak interceptor for main
…security-keycloak-solution # Conflicts: # backend/src/main/java/org/example/app/task/service/TaskService.java # backend/src/test/java/org/example/app/task/service/TaskServiceIT.java
… in frontend logic
Copilot-Group2023
requested review from
hohwille and
magail
and removed request for
magail
July 20, 2026 06:16
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.
fixed keycloak setup for loign and logout and corrected smaller issue in frontend logic