opentargets / issues

Issue tracker for Open Targets Platform and Open Targets Genetics Portal
https://platform.opentargets.org https://genetics.opentargets.org
Apache License 2.0
12 stars 2 forks source link

Upgrade Play Framework to it's latest version #3329

Closed remo87 closed 2 weeks ago

remo87 commented 3 months ago

As a developer I want update the Play Framework version because current version no longer has support

Background

The current version of Play Framework used in the API is 2.8 and this version stopped receiving updates 31st of May 2024. The latest version is 3.0. We need to be specially careful with the move from Akka Http to Apache Pekko, this is detailed in the migration guide.

Tasks

Acceptance tests

How do we know the task is complete?

  1. When the sbt file points to version 3.x and the API runs correctly.
  2. When we use the API and the resulting data is the same as it was before the update.
prashantuniyal02 commented 2 weeks ago

Duplicate of #3419