Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Breaking changes in Nextcloud 21 #1

Closed
ChristophWurst opened this issue Jan 12, 2021 · 1 comment
Closed

Breaking changes in Nextcloud 21 #1

ChristophWurst opened this issue Jan 12, 2021 · 1 comment

Comments

@ChristophWurst
Copy link
Member

ChristophWurst commented Jan 12, 2021

Hi there,

I found that your app uses some classes of Nextcloud's third party libraries. Since an upgrade of those for php8 compatibility, your app will have to be adjusted as well. See https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/upgrade-guide.html#doctrine-dbal for details. Your app uses Doctrine\DBAL\Types\Type which lost the old contants: https://github.com/doctrine/dbal/blob/3.0.x/UPGRADE.md#deprecated-type-constants.

Cheers

@ChristophWurst
Copy link
Member Author

Please note that we just merged a PR with our own constants for the types, so the app can be fully independent of any 3rdparty libraries: nextcloud/server#25089.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant