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

chore: [DevOps] Update Apache httpclient5 to 5.4.2 #716

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

CharlesDuboisSAP
Copy link
Contributor

Context

SAP/cloud-sdk-java-backlog#448.

Apache httpclient5 has a behaviour change with the TLS Upgrade header in 5.4.2

The new behaviour is hard coded in Apache:

Feature scope:

Definition of Done

  • Functionality scope stated & covered
  • Tests cover the scope above
  • Error handling created / updated & covered by the tests above
  • Documentation updated
  • Release notes updated

@CharlesDuboisSAP CharlesDuboisSAP added please merge Request to merge a pull request please review Request to review a pull request labels Feb 11, 2025
@CharlesDuboisSAP CharlesDuboisSAP self-assigned this Feb 11, 2025
@CharlesDuboisSAP CharlesDuboisSAP enabled auto-merge (squash) February 11, 2025 14:28
@@ -23,27 +23,6 @@ final class PreparedEntityBluePrint
@Nonnull
private final JDefinedClass entityClass;

/**
Copy link
Contributor

@newtork newtork Feb 13, 2025

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

Copy link
Contributor Author

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>
Copy link
Contributor

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

Copy link
Contributor Author

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)
Copy link
Contributor

Choose a reason for hiding this comment

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

(Minor)

Please rephrase ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is it better now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please merge Request to merge a pull request please review Request to review a pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants