From bcc894a9a89019843f5974fea529a315ea3876d8 Mon Sep 17 00:00:00 2001 From: Nicolas Elie <40382614+n-elie@users.noreply.github.com> Date: Fri, 26 Mar 2021 10:31:41 +0100 Subject: [PATCH 1/2] Fix AuthentificationPlugin not declared in mergedModule --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 2fd4530253b..591de88ff1e 100644 --- a/build.gradle +++ b/build.gradle @@ -601,6 +601,7 @@ jlink { uses 'com.airhacks.afterburner.injection.PresenterFactory' uses 'org.apache.logging.log4j.spi.Provider' uses 'org.mariadb.jdbc.credential.CredentialPlugin' + uses 'org.mariadb.jdbc.authentication.AuthenticationPlugin' uses 'org.mariadb.jdbc.tls.TlsSocketPlugin' uses 'org.mariadb.jdbc.LocalInfileInterceptor' uses 'org.eclipse.jgit.transport.SshSessionFactory'; From 75e208b380a4f9512cdfb1db0fc53fbf4b760a4a Mon Sep 17 00:00:00 2001 From: Nicolas Elie <40382614+n-elie@users.noreply.github.com> Date: Fri, 26 Mar 2021 14:12:40 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7477ae6c58f..cd67967d3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve ### Fixed +- We fixed an issue preventing to connect to a shared database. [#7570](https://github.com/JabRef/jabref/pull/7570) - We fixed an issue preventing files from being dragged & dropped into an empty library. [#6851](https://github.com/JabRef/jabref/issues/6851) - We fixed an issue where double-click onto PDF in file list under the 'General' tab section should just open the file. [#7465](https://github.com/JabRef/jabref/issues/7465) - We fixed an issue where the dark theme did not extend to a group's custom color picker. [#7481](https://github.com/JabRef/jabref/issues/7481)