Roman Makeev
11/01/2024, 12:43 PMDatabaseConnectionAutoRegistration
, which is created by ServiceLoader
. In my case, with custom `ClassLoader`(e.g Forge Mod Loader) it can't find implementation for DatabaseConnectionAutoRegistration
. It's also related to multiple issues:
- https://github.com/JetBrains/Exposed/issues/1353
- https://github.com/JetBrains/Exposed/issues/971
- https://github.com/JetBrains/Exposed/issues/792
- https://github.com/JetBrains/Exposed/issues/748
It's actually not necessary to create connection registration via ServiceLoader. It can be passed into constructor/parameter
I've created small PR with this changes. Can someone from jetbrains team review it and publish with next release, please
https://github.com/JetBrains/Exposed/pull/2293Chantal Loncle
11/01/2024, 1:07 PMChantal Loncle
11/15/2024, 1:00 AMChantal Loncle
11/26/2024, 3:31 PM