lukas-krecan / ShedLock

Distributed lock for your scheduled tasks
Apache License 2.0
3.6k stars 510 forks source link

JetBrains/Exposed integration #1232

Open jainakash2108 opened 1 year ago

jainakash2108 commented 1 year ago

Many thanks for your great work and for providing and managing a super useful library.

Is there any plan of supporting a JetBrains/Exposed integration? Or an alternative way to use it in JetBrains/Exposed-based spring boot applications.

lukas-krecan commented 1 year ago

Hi, thanks for feedback. There is basic JDBC module you can use. It's not documented as I wanted to deprecate it, but it's not going to happen as people are finding new and new reasons to use it 🙂

I do not plan to add Exposed support. I like Exposed but I think it's still niche. I am planning to add jOOQ support as it's more powerful and may bring more value.

But if you want to, feel free to send a PR.

lukas-krecan commented 1 year ago

For inspiration, jOOQ support https://github.com/lukas-krecan/ShedLock/pull/1245