-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore: [DevOps] Update Apache httpclient5 to 5.4.2 #716
base: main
Are you sure you want to change the base?
Conversation
@@ -23,27 +23,6 @@ final class PreparedEntityBluePrint | |||
@Nonnull | |||
private final JDefinedClass entityClass; | |||
|
|||
/** |
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.
(Minor)
Drive-by / Unrelated change
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.
I know, this is part of the "Drive-by Java 23 compatibility"
<annotationProcessorPaths> | ||
<annotationProcessorPath> | ||
<groupId>org.projectlombok</groupId> | ||
<artifactId>lombok</artifactId> |
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.
(Minor)
Drive-by / Unrelated change
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.
I know, this is part of the "Drive-by Java 23 compatibility"
release_notes.md
Outdated
@@ -8,7 +8,11 @@ | |||
|
|||
### 🔧 Compatibility Notes | |||
|
|||
- | |||
- The TLS `Upgrade` header changes thanks to [Apache httpclient5 5.4.2](https://github.com/apache/httpcomponents-client/commit/5ab09ea39fed1c39ea35905532ba1567c785330a) |
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.
(Minor)
Please rephrase ;)
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.
Is it better now?
Context
SAP/cloud-sdk-java-backlog#448.
Apache httpclient5 has a behaviour change with the TLS
Upgrade
header in 5.4.2The new behaviour is hard coded in Apache:
Upgrade
header if Connection header already presentFeature scope:
Upgrade
header, which is now default (new test case)Definition of Done
Error handling created / updated & covered by the tests aboveDocumentation updated