Skip to content

0.489.0

Choose a tag to compare

@hmrc-web-operations hmrc-web-operations released this 05 Mar 10:41
· 9 commits to main since this release
bae88d2

Release : pillar2-frontend 0.489.0

Last commit sha : bae88d2
Last commit author : Joshua Lamptey
Last commit time : 2026-03-05T10:24:42Z

Nojira fix btn (#645)

This PR fixes a mac only 'bug' where our filesystem would treat
identically named files (except casing) as the same file which would
cause a myriad of errors upon running our service locally when
submitting a BTN. This is because we had both BtnSuccess and
BTNSuccess in our codebase and they both did the same thing. This
confused the JVM heavily.

Changes:

  • Unified the new changes and our existing functionality under one file
    with no duplication.
  • Slight refactor of the method that used these case classes