Closed rtyley closed 9 months ago
This is a pre-requisite for the upcoming Play 2.9 upgrade in PR https://github.com/guardian/media-atom-maker/pull/1140 - Play 2.9 requires Java 11, 17, or 21 (and actually recommends Java 17).
Upgrading from Java 8 to Java 11 has also been a DevX recommendation since 2022!
See also:
We also needed to update https://github.com/guardian/editorial-tools-platform/blob/main/cloudformation/media-service-account/media-atom-maker/media-atom-maker.yaml - not doing so led to media-atom-expirer-error-alarm & media-atom-scheduler-error-alarm going off 💥 , this was fixed in https://github.com/guardian/editorial-tools-platform/pull/760.
media-atom-expirer-error-alarm
media-atom-scheduler-error-alarm
Seen on PROD (created by @rtyley and merged by @rhystmills 6 minutes and 1 second ago) Please check your changes!
This is a pre-requisite for the upcoming Play 2.9 upgrade in PR https://github.com/guardian/media-atom-maker/pull/1140 - Play 2.9 requires Java 11, 17, or 21 (and actually recommends Java 17).
Upgrading from Java 8 to Java 11 has also been a DevX recommendation since 2022!
See also:
Things we learned after merging
We also needed to update https://github.com/guardian/editorial-tools-platform/blob/main/cloudformation/media-service-account/media-atom-maker/media-atom-maker.yaml - not doing so led to
media-atom-expirer-error-alarm
&media-atom-scheduler-error-alarm
going off 💥 , this was fixed in https://github.com/guardian/editorial-tools-platform/pull/760.