Skip to content

Rename deprecated CdsService to CqnService #23061

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

Merged
merged 5 commits into from
May 24, 2023

Conversation

eugene-andreev
Copy link
Contributor

@eugene-andreev eugene-andreev commented May 23, 2023

  1. Rename deprecated CdsService to CqnService
    As per cds-services 1.31.0 changelog:

CdsService is now marked as deprecated in favor of class CqnService. CdsService is planned to be removed in the next major release to avoid import conflicts with a class with the same name from the Reflection API.

  1. Container JDK is 11, however the latest cds-services uses JDK 17. Need to explicitly define JDK version 11 when generating archetype.

@CLAassistant
Copy link

CLAassistant commented May 23, 2023

CLA assistant check
All committers have signed the CLA.

@renejeglinsky renejeglinsky requested a review from jmmargo May 23, 2023 13:13
@@ -41,7 +41,7 @@ From the products service that you created in the previous tutorial, we just wan

```Shell/Bash
mvn -B archetype:generate -DarchetypeArtifactId=cds-services-archetype -DarchetypeGroupId=com.sap.cds \
-DarchetypeVersion=RELEASE \
-DarchetypeVersion=RELEASE -DjdkVersion=11 \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thank you :)

@eugene-andreev
Copy link
Contributor Author

Ready to be merged, imho

@jmmargo jmmargo merged commit 46be70f into sap-tutorials:master May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants