The issue has been solved
Kustvakt has been developed using Java 8 and Jersey 1.19.x. Since Jersey 1.19.x isn't compatible with Java 11, we also need to migrate Kustvakt to Jersey 2.29 at least.

Jersey 1->2 migration seems to be some work, in the case of Kustvakt. The latest guide seems to be here.
posted by kupietz almost 3 years ago
@kupietz has funded $20.00 to this issue.
posted by issuehunt-app[bot] over 2 years ago
A fix should upgrade the jersey-version in core/pom.xml
, lite/pom.xml
, and full/pom.xml
from 1.19.4 to >=2.37 and java-version from 1.8 to 11, migrate the sources as necessary and pass all tests (see ci_test.yml
).
To collect the bounty, in addition, a bogus self-employment verification questionnaire will have to be completed.
IDS employees are not eligible for the bounty.
posted by kupietz over 2 years ago
@kupietz has funded $535.00 to this issue.
posted by issuehunt-app[bot] over 2 years ago
Hi. I would like to work on this issue. Can you please assign me?
posted by abcpro1 over 2 years ago
Yes, great! However, before starting with the work, you'd first have to complete the first three pages of our bogus self-employment verification questionnaire and send it to me. Unfortunately, we only have the official German version, but I guess you can translate it.
posted by kupietz over 2 years ago
Give me an email address to which I will send the filled in form.
posted by abcpro1 over 2 years ago
posted by kupietz over 2 years ago 
posted by abcpro1 over 2 years ago 
Is this issue still open? Would like to work on it. @kupietz
posted by sarthakkathpalia over 2 years ago
Is this issue still open? Would like to work on it. @kupietz
Thanks for the offer, bot @abcpro1 is already working on it, and is apparently almost done.
posted by kupietz over 2 years ago
I opened a pull request with the complete work ready for review at #471.
posted by abcpro1 over 2 years ago
posted by kupietz over 2 years ago 
posted by issuehunt-app[bot] over 2 years ago 
As an additional note, if an upgrade to jersey 3.1.0 is needed in the future, Spring 6 is required which in turn requires Java 17 at minimum. Ref1, Ref2.
posted by abcpro1 over 2 years ago