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

[Cache] Fix irrelevant deprecation when connecting to Couchbase #54979

Merged
merged 1 commit into from
May 21, 2024

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented May 17, 2024

Q A
Branch? 7.1
Bug fix? yes
New feature? no
Deprecations? no
Issues Follows #53124
License MIT

When creating a connection for Couchbase, we currently always trigger a deprecation that we cannot opt out of. The reason is that AbstractAdapter calls the the isSupported() method of the deprecated CouchbaseBucketAdapter class before deciding in favor of its non-deprecated replacement CouchbaseCollectionAdapter.

@derrabus derrabus force-pushed the bugfix/couchbase-deprecation branch from 4978107 to 817420f Compare May 17, 2024 18:46
@derrabus derrabus changed the title [Cache] Fix CouchbaseCollectionAdapterTest [Cache] Fix irrelevant deprecation when connecting to Couchbase May 17, 2024
@derrabus
Copy link
Member Author

cc @alexandre-daubois

Copy link
Contributor

@alexandre-daubois alexandre-daubois left a comment

Choose a reason for hiding this comment

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

Thanks!

@fabpot
Copy link
Member

fabpot commented May 21, 2024

Thank you @derrabus.

@fabpot fabpot merged commit e38be3a into symfony:7.1 May 21, 2024
6 of 10 checks passed
@derrabus derrabus deleted the bugfix/couchbase-deprecation branch May 21, 2024 05:51
@fabpot fabpot mentioned this pull request May 31, 2024
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.

None yet

5 participants