12urenloop / Telraam

New and hopefully improved application to count laps of the 12urenloop event
MIT License
6 stars 2 forks source link

feat: update dependencies #116

Closed NuttyShrimp closed 6 months ago

NuttyShrimp commented 6 months ago

Swagger went BRRR

NuttyShrimp commented 6 months ago

I take a look at the swagger endpoint group but can't promise anything, the docs are pretty shit.

The sourceCompatibility definitely does something, it is used by the java plugin. See what happens when I try to run the tests with compatibility set to 19 on a 17 sdk image

We can upgrade to 21, but there are no new exciting features and 17 is backwards compatible with 21 so the peeps in their first year do not really need to download 17 (and I don't need to upgrade my SDK)

NuttyShrimp commented 6 months ago
FKD13 commented 6 months ago

My migrations are currently failing with error:

No database found to handle jdbc:postgresql://localhost:5432/telraam_dev

Probably linked to https://github.com/flyway/flyway/issues/3722