Skip to content
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

Removed mentions of Java 8 #1614

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Removed mentions of Java 8 #1614

merged 3 commits into from
Nov 30, 2023

Conversation

CharlesDuboisSAP
Copy link
Contributor

@CharlesDuboisSAP CharlesDuboisSAP commented Nov 29, 2023

What Has Changed?

I updated all mentions of Java 8 to Java 17 in the v5 docs
This is part of Update Major Dependency Versions#351
Note to reviewer: Double check the changes in the linux guide

@CharlesDuboisSAP CharlesDuboisSAP self-assigned this Nov 29, 2023
<TabItem value="spring5">

For a **Spring 5** based project please ensure that the application is annotated to scan for components of the SAP Cloud SDK:
Please ensure that the application is annotated to scan for components of the SAP Cloud SDK:

```java
@ComponentScan({"com.sap.cloud.sdk", <your.own.package>})
Copy link
Member

Choose a reason for hiding this comment

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

this needs the Jakarta annotation instead

Copy link
Contributor Author

@CharlesDuboisSAP CharlesDuboisSAP Nov 29, 2023

Choose a reason for hiding this comment

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

Isn't this the workaround:

@ServletComponentScan({"com.sap.cloud.sdk.cloudplatform.servletjakarta", <your.own.package>})

Meaning that applications can go back to:

@ServletComponentScan({"com.sap.cloud.sdk", <your.own.package>})

Because it will find the only servlet which is jakarta-servlet

Copy link
Member

@MatKuhr MatKuhr left a comment

Choose a reason for hiding this comment

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

I think openapi docs may also need an update

@CharlesDuboisSAP CharlesDuboisSAP changed the base branch from main to 356-rename-archetype November 29, 2023 15:10
Base automatically changed from 356-rename-archetype to main November 29, 2023 15:40
@CharlesDuboisSAP CharlesDuboisSAP merged commit e61d9a6 into main Nov 30, 2023
7 checks passed
@CharlesDuboisSAP CharlesDuboisSAP deleted the 351-java17 branch November 30, 2023 07:39
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.

2 participants