Hi, I have some issues with Expoesd's `DatabaseCon...
# exposed
r
Hi, I have some issues with Expoesd's
DatabaseConnectionAutoRegistration
, 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/2293
c
Hi @Roman Makeev We've seen the PR and it's being discussed internally.
❤️ 1
Hey @Roman Makeev Just dropping in with an update about the inactivity on your PR. It's not been forgotten, there's just a lot of other discussions happening currently, but it will be addressed before the end-of-month. It, and the old issues you've brought up above, are being discussed with the original maintainer too.
👀 1
Thanks again for working on this solution @Roman Makeev Your fix will be included in the upcoming version 0.57.0. If there are any continued issues with your custom class loader, please don't hesitate to mention it here or on YouTrack.
❤️ 1