You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReleaseInformation is a bit weird as it's first initialized partially and then augmented during the Prerequisites step with ReleaseInformation#setVersion().
Ideally, we should have two different immutable objects but... we need to make sure it doesn't make things overly complex elsewhere as it might not be a good trade-off if it does.
The text was updated successfully, but these errors were encountered:
ReleaseInformation
is a bit weird as it's first initialized partially and then augmented during thePrerequisites
step withReleaseInformation#setVersion()
.Ideally, we should have two different immutable objects but... we need to make sure it doesn't make things overly complex elsewhere as it might not be a good trade-off if it does.
The text was updated successfully, but these errors were encountered: