Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Fix OkHttp dependency issue #223

Merged

Conversation

gciavarrini
Copy link
Contributor

auth0-java library uses OkHttp version 4 as the networking client used to make requests to the Auth0 Authentication and Management APIs. When using Spring's depdendency management, java.lang.NoSuchMethodError exception is thrown when making requests, related to Spring's dependency management using OkHttp 3.

See auth0-java readme and auth0-java issue

`auth0-java` library uses `OkHttp` version 4 as the networking client used to make requests to the Auth0 Authentication and Management APIs. When using Spring's depdendency management, `java.lang.NoSuchMethodError` exception is thrown when making requests, related to Spring's dependency management using OkHttp 3.

See https://github.com/auth0/auth0-java/pull/342/files and auth0/auth0-java#324

Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
@openshift-ci openshift-ci bot requested review from masayag and ydayagi April 7, 2023 14:13
@eloycoto
Copy link
Collaborator

/approve

@openshift-ci
Copy link

openshift-ci bot commented Apr 11, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: eloycoto, pkliczewski

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [eloycoto,pkliczewski]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@eloycoto
Copy link
Collaborator

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Apr 11, 2023
@openshift-merge-robot openshift-merge-robot merged commit 76f7a6f into parodos-dev:main Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants