Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project to release version 4.4.0, upgrading the SAP Commerce Suite version from 2211.24 to 2211.43 and Gradle from 7.4 to 9.1.0. The changes include configuration refactoring to streamline cloud deployment settings and support for a new SSO Auth0 extension.
- Upgraded SAP Commerce Suite to version 2211.43
- Updated Gradle to 9.1.0 and related build plugins to 4.0.0
- Refactored configuration structure by consolidating cloud persona settings and removing local development files
Reviewed changes
Copilot reviewed 19 out of 94 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| sonar-project.properties | Updated project version to 4.3.1-SNAPSHOT |
| gradle/wrapper/gradle-wrapper.properties | Upgraded Gradle distribution from 7.4 to 9.1.0 |
| core-customize/manifest.json | Updated commerceSuiteVersion to 2211.43 and reorganized JSON structure |
| core-customize/hybris/config/localextensions.xml | Added sapcxssoauth0 extension |
| core-customize/hybris/config/cloud/persona/staging.properties | New staging persona configuration file |
| core-customize/hybris/config/cloud/persona/production.properties | New production persona configuration file |
| core-customize/hybris/config/cloud/persona/development.properties | Reorganized development settings with email and testing configuration |
| core-customize/hybris/config/cloud/local-sso.properties | Removed local SSO configuration file |
| core-customize/hybris/config/cloud/local-dev.properties | Removed local development configuration file |
| core-customize/hybris/config/cloud/common.properties | Streamlined common properties and moved XSS filter settings here |
| core-customize/hybris/config/cloud/aspect/backoffice.properties | Added blank line |
| core-customize/hybris/config/cloud/aspect/backgroundprocessing.properties | Reordered comment placement |
| core-customize/hybris/config/cloud/aspect/api.properties | Removed XSS filter settings (moved to common) |
| core-customize/hybris/config/cloud/aspect/admin.properties | Removed admin-specific overrides |
| core-customize/build.gradle.kts | Updated build plugins and improved symlink configuration logic |
| .github/workflows/dependency-check.yml | Added manifest.json to trigger paths |
| .github/workflows/buildandtest.yml | Added manifest.json to trigger paths |
| .github/workflows/backwards-compatibility-java17.yml | Updated test version to 2211.43 and added manifest.json to trigger paths |
| .github/workflows/backwards-compatibility-java11.yml | Removed Java 11 backwards compatibility workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
core-customize/hybris/config/cloud/persona/production.properties
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.