Spring native#8
Merged
Merged
Conversation
- Added IntelliJ specific files and directories to ignore - Included Maven build artifacts and generated files - Removed unnecessary entries to streamline the ignore list
- Set USER to 1000 for improved security and permissions
- Introduced Dockerfile.native for building a native image using GraalVM. - Updated CI/CD configuration to include native image build and push steps. - Added compose.native.yml for running the native service alongside the JVM version. - Created .dockerignore to exclude unnecessary files from Docker context. - Updated README with instructions for building and running the native image.
- Change JSON format mapper from jsonb to jackson in application.yml - Add RabbitMQ listener configuration to application-openapi.yml - Update CI/CD configurations for native image builds in cd-auditservice.yml and cd-trustservice.yml - Create Dockerfile.native for both auditservice and trustservice - Add docker-compose configuration for native services - Implement tests for RabbitEventPublisher to ensure correct user ID handling
Copilot stopped work on behalf of
PatrickZdarsky due to an error
July 3, 2026 11:43
- Removed the currentUser variable from the publishEvent_preservesExplicitActingUserId test method - Updated the test to streamline the setup process
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.
No description provided.