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

psr update #12

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

Conversation

Nemo64
Copy link

@Nemo64 Nemo64 commented Sep 5, 2024

These are the same changes as in netresearch/dhl-sdk-api-bcs#11

The psr standards have progressed and the logging interface now contains typing information.
Since this is not implemented but just used here, there is no harm in allowing newer version.

There is also the issue of the HttpClientDiscovery class, which is deprecated and searches for the depcrecated HttpClient interface that no modern http client implements. The HttpServiceFactory was already hinting to the more modern ClientInterface so using the more modern Psr18ClientDiscovery should bring no harm and the HttpClient interface extends the ClientInterface so there should be no compatibility issue.

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.

1 participant