Skip to content

[ErrorHandler] Don't throw deprecations for HttplugClient #50036

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

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented Apr 17, 2023

Q A
Branch? 5.4
Bug fix? no
New feature? no
Deprecations? no
Tickets #50035
License MIT
Doc PR -

Follows php-http/httplug#171 and #47832

Required to make the CI green again.

@nicolas-grekas nicolas-grekas requested a review from yceruto as a code owner April 17, 2023 10:05
@carsonbot carsonbot added this to the 5.4 milestone Apr 17, 2023
@nicolas-grekas nicolas-grekas changed the title [Serializer] Fix denormalization of object with typed constructor arg… [ErrorHandler] Don't throw deprecations for HttplugClient Apr 17, 2023
@nicolas-grekas nicolas-grekas merged commit c0e26fc into symfony:5.4 Apr 17, 2023
@nicolas-grekas nicolas-grekas deleted the eh-httplug branch April 19, 2023 09:56
This was referenced Apr 28, 2023
@ruudk
Copy link
Contributor

ruudk commented May 1, 2023

For what it's worth, this still keeps on producing deprecations for me:

  • symfony/error-handler v6.2.10
  • symfony/http-client v6.2.10
1x: The "Symfony\Component\HttpClient\HttplugClient" class implements "Http\Client\HttpClient" that is deprecated since version 2.4, use Psr\Http\Client\ClientInterface instead; see [https://www.php-fig.org/psr/psr-18/.](https://www.php-fig.org/psr/psr-18/)

nicolas-grekas added a commit that referenced this pull request May 2, 2023
… (nicolas-grekas)

This PR was merged into the 5.4 branch.

Discussion
----------

[ErrorHandler] Skip Httplug deprecations for HttplugClient

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Follows #50036 and php-http/httplug#171

Commits
-------

159bf0b [ErrorHandler] Skip Httplug deprecations for HttplugClient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants