-
Notifications
You must be signed in to change notification settings - Fork 5
bump cds and spring-boot versions #698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Schmarvinius
wants to merge
17
commits into
main
Choose a base branch
from
chore/cds-version-4.5.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Collaborator
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No new issues identified beyond existing review comments.
PR Bot Information
Version: 1.16.24
- Correlation ID:
5bf2c7b0-d8f5-11f0-96bb-700ae530e83d - LLM:
anthropic--claude-4.5-sonnet - Event Trigger:
issue_comment.created
...ttachments/integrationtests/draftservice/DraftOdataRequestValidationWithTestHandlerTest.java
Outdated
Show resolved
Hide resolved
b8f6080 to
ff3b5b4
Compare
e066049 to
efe8f1e
Compare
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.
Bump CDS and Spring Boot Versions
✨ New Features
Added comprehensive CI/CD improvements and documentation for local development with cloud storage testing capabilities.
🔄 Changes
Dependency Updates:
pom.xml: Updated CAP Java SDK from 3.10.5 to 4.5.1integration-tests/pom.xml: Bumped Spring Boot from 3.5.7 to 3.5.8samples/bookshop/pom.xml: Updated CAP Java SDK to 4.5.1 and Spring Boot to 3.5.8.github/workflows/ci.yml: Upgraded Maven version from 3.6.3 to 3.9.9CI/CD Pipeline Optimization (
.github/workflows/ci.yml):Code Quality:
.mvn/maven.config: Added Maven configuration file for consistent behavior (batch mode, UTF-8 encoding, Spotless checks enabled by default)pom.xml: Changedspotless.check.skipdefault fromtruetofalsepom.xml: Addedlocal-testingprofile for development without cloud storage credentialspom.xml: Updated minimum Maven version requirement from 3.6.3 to 3.9.0Documentation:
README.md: Updated CI/CD badges to reflect new workflow namesREADME.md: Fixed Table of Contents formattingdoc/CONTRIBUTING.md: Added comprehensive development environment setup guide with prerequisites, build commands, testing instructions, and CI/CD pipeline overviewdoc/Design.md: Restructured GitHub Actions documentation with detailed CI pipeline descriptionTest Stability:
integration-tests/srv/src/test/java/.../DraftOdataRequestValidationWithTestHandlerTest.java: Increased test timeout from 20 to 30 seconds and added polling delay with improved logging for event verification