-
Notifications
You must be signed in to change notification settings - Fork 20
chore: [DevOps] Update Apache httpclient5 to 5.4.2 #716
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
Changes from 8 commits
f0c8c80
d7e96d2
7f8aeb0
4b0a6f8
9ce22cf
62c8b9b
a5b278f
994d892
2baba2e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -759,6 +759,12 @@ | |
<arg>-Xlint:all</arg> | ||
<arg>-Xlint:-processing</arg> | ||
</compilerArgs> | ||
<annotationProcessorPaths> | ||
<annotationProcessorPath> | ||
<groupId>org.projectlombok</groupId> | ||
<artifactId>lombok</artifactId> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. I know, this is part of the "Drive-by Java 23 compatibility" |
||
</annotationProcessorPath> | ||
</annotationProcessorPaths> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. Is it better now? |
||
- `TlsUpgrade.DISABLED` no changes | ||
- `TlsUpgrade.ENABLED` will not send the `Upgrade` header for non-proxy connections anymore | ||
- `TlsUpgrade.AUTOMATIC` **Default behaviour** will not send the `Upgrade` header anymore | ||
- Except for `proxyType(ProxyType.INTERNET)` | ||
|
||
### ✨ New Functionality | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.
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"