From 024f1d096a23761fe2a3a06416dbe631a0bc57fc Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Tue, 15 Aug 2023 16:43:49 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/fix-plugins-go1.21.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/fix-plugins-go1.21.md diff --git a/changelog/unreleased/fix-plugins-go1.21.md b/changelog/unreleased/fix-plugins-go1.21.md new file mode 100644 index 0000000000..1af0fdb6a1 --- /dev/null +++ b/changelog/unreleased/fix-plugins-go1.21.md @@ -0,0 +1,7 @@ +Bugfix: Fix plugin's registration when reva is build with version 1.21 + +With go 1.21 the logic for package initialization has changed, +and the plugins were failing in the registration. +Now the registration of the plugins is deferred in the main. + +https://github.com/cs3org/reva/pull/4113 \ No newline at end of file