owncloud / search_elastic

Elasticsearch based full text search
https://github.com/owncloud/search_elastic
GNU General Public License v2.0
8 stars 1 forks source link

Use new doctrine/dbal methods #207

Open phil-davis opened 3 years ago

phil-davis commented 3 years ago

After doctrine/dbal was updated in core https://github.com/owncloud/core/pull/38647 some methods have been deprecated. The deprecation messages have been suppressed in #206 to get CI passing again.

Investigate these and adjust the code to use the appropriate new methods.