[DUPLICATE] Update to support latest versions of ktor, exposed, kotlin, etc #89
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: This is a duplicate PR of #85 with the only difference being that this is created directly from a branch pushed to this repo instead of from a local forked repo branch on my end, thanks!
Hi there,
I'm a new user of ktor and attempted to use the Ktor project generator (https://start.ktor.io/) to start a new project and included a few of your plugins into my project template.
When I went to run the sample, I got some build errors due to the fact that the generated project runs with Exposed 0.60.0 while the latest supported here currently is 0.44.0.
I went down the rabbit hole of checking out this repo and attempted to update to support the latest ktor (3.1.1), exposed (0.60.0) and kotlin (2.1.10) to hopefully be compatible with the project that is generated from the start.ktor.io site.
Through the process, I had to update several other dependencies and make several modifications to the task scheduling related implementations for postgres, mongo and redis implementations.
Some notes:
Thank you!