research-software-directory / RSD-as-a-service

This repo contains the new RSD-as-a-service implementation
https://research.software
23 stars 15 forks source link

fix: disable Loom to fix unresponsive auth container #1075

Closed ewan-escience closed 8 months ago

ewan-escience commented 8 months ago

Fix unresponsive auth container by disabling Loom

After finding this issue on the Javalin project's GitHub page and after some discussion on this pull request, it seems that project Loom, which is enabled in Java 21, is the cause of the bug in #1073. Hopefully, this change fixes it.

@cmeessen or @fembau, can one of you test this?

Changes proposed in this pull request:

How to test:

Closes #1073

PR Checklist:

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed for 'authentication'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

ewan-escience commented 8 months ago

@jstaerk this might also fix the issues you had on your VM.