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

Update to OkHttp 4.10.0 #16383

Merged
merged 1 commit into from Jan 12, 2023
Merged

Update to OkHttp 4.10.0 #16383

merged 1 commit into from Jan 12, 2023

Conversation

stianst
Copy link
Contributor

@stianst stianst commented Jan 11, 2023

Closes #16380

pom.xml Outdated Show resolved Hide resolved
@stianst stianst changed the title Update to OkHttp 4.9.3 Update to OkHttp 4.10.0 Jan 11, 2023
@stianst stianst force-pushed the update-okhttp3 branch 3 times, most recently from 863dda8 to 38c3397 Compare January 11, 2023 11:09
@stianst stianst marked this pull request as ready for review January 11, 2023 14:03
vmuzikar
vmuzikar previously approved these changes Jan 12, 2023
Copy link
Contributor

@vmuzikar vmuzikar left a comment

Choose a reason for hiding this comment

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

LGTM but this comes with some caveats.

With okhttp4 we're dragging in kotlin dependencies. For that reason, Quarkus is pushing back on this which might cause issues in native (that is not relevant to us at the moment). Once they get rid of okhttp dependency, we can remove this override.

pom.xml Outdated
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we perhaps use a property instead of a hardcoded version?

@vmuzikar
Copy link
Contributor

jFYI – this also concerns the Operator. Related issue: quarkiverse/quarkus-operator-sdk#448

@stianst stianst merged commit 794e741 into keycloak:main Jan 12, 2023
@stianst stianst deleted the update-okhttp3 branch January 12, 2023 10:41
stianst added a commit to stianst/keycloak that referenced this pull request Jan 12, 2023
stianst added a commit to stianst/keycloak that referenced this pull request Jan 12, 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.

Set OkHttp to 4.10.0 in parent pom
2 participants