Fix crash due to JSON parsing on "Finishing up" tab #132

Merged
niat8586 merged 2 commits from fix-finishing-up into develop 2025-03-11 08:49:17 +01:00
Owner

The seemingly unused library jersey-hk2 that got removed in is used, if present, internally by the Jersey client to find and register Jackson modules (such as those that provide java.time support).

How to test

  1. Turn on the DAISY-INTEGRATION Maven profile (alongside DEV)
  2. Configure some projects and their authors to have a Daisy connection
  3. Log in as the supervisor
  4. Go to the "Finishing up" tab in the project
  5. See that it works compared to develop branch
The seemingly unused library `jersey-hk2` that got removed in #118 is used, if present, internally by the Jersey client to find and register Jackson modules (such as those that provide `java.time` support). ## How to test 1. Turn on the `DAISY-INTEGRATION` Maven profile (alongside `DEV`) 2. Configure some projects and their authors to have a Daisy connection 3. Log in as the supervisor 4. Go to the "Finishing up" tab in the project 5. See that it works compared to `develop` branch
ansv7779 added 2 commits 2025-03-10 14:44:35 +01:00
jersey-hk2 library is used internally by Jersey and without it, it will not register Jackson modules that provide java.time support among others.
First-time contributor
Deployed to https://scipro-fix-finishing-up.branch.dsv.su.se
niat8586 approved these changes 2025-03-11 08:49:10 +01:00
niat8586 left a comment
Owner

👍

👍
niat8586 merged commit 9ede262e7b into develop 2025-03-11 08:49:17 +01:00
niat8586 deleted branch fix-finishing-up 2025-03-11 08:49:17 +01:00
Sign in to join this conversation.
No description provided.