Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Play v2.9 support to aid Facia Tool upgrade #307

Merged
merged 2 commits into from
Feb 29, 2024

Commits on Feb 28, 2024

  1. Add Play v2.9 support to aid Facia Tool upgrade

    Whether you get benefit from going 2.8->2.9->3.0 (over just going 2.8->3.0) is probably a factor
    of how big and complicated the project being upgraded is - I'd guess Facia Tool is quite big, so
    breaking the changes down into smaller chunks might be worth it in terms of avoiding risk.
    
    Note also that Play 2.9 actually uses Play-Json *2.10*, which is a bit surprising!
    
    See also guardian/maintaining-scala-projects#4
    rtyley committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    34c196b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Disable artifact compatibility checking for next release

    As #307 introduces a
    new artifact, unfortunately artifact compatibility checking will crash
    out (reporting that it can't find the previous version of the brand new
    artifact to check compatibility against). So, we have to disable the
    check for now, and then revert this change after the new artifact is
    released.
    rtyley committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d17c968 View commit details
    Browse the repository at this point in the history