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
Following a code commit (#3281) these are the following Backport PRs that need to be fixed. They stem from code divergence from using HTTPHeaders that previous branches are unfamiliar with.
The backport to 2.x : [REVIEWED] backport/backport-3281-to-2.x
The backport to 2.18: [REVIEWED] backport/backport-3281-to-2.18
The backport to 2.17: [TBA] backport/backport-3281-to-2.17
The backport to 2.15 : [TBA] backport/backport-3281-to-2.15
The backport to 2.16: [TBA] backport/backport-3281-to-2.16
Next Steps:
[] Investigate how we can avoid tedious backports like these
Different branches have different implementations of spotless apply. e.g main will add new lines for a method with many arguments, while 2.x will flatten it to one line
Dependencies are different such as HTTPHeaders not being supported.
Consider future steps we can take to make this less tedious
- In the backport conflict message add a apply spotless to reduce a commit to the backport PR
The text was updated successfully, but these errors were encountered:
I would suggest fixing it for 2.18 and then adding backport labels for that fix itself, maybe that will reduce some manual effort and repeat that if you have to fix another conflict
Following a code commit (#3281) these are the following Backport PRs that need to be fixed. They stem from code divergence from using HTTPHeaders that previous branches are unfamiliar with.
The backport to 2.x : [REVIEWED] backport/backport-3281-to-2.x
The backport to 2.18: [REVIEWED] backport/backport-3281-to-2.18
The backport to 2.17: [TBA] backport/backport-3281-to-2.17
The backport to 2.15 : [TBA] backport/backport-3281-to-2.15
The backport to 2.16: [TBA] backport/backport-3281-to-2.16
Next Steps:
- In the backport conflict message add a apply spotless to reduce a commit to the backport PR
The text was updated successfully, but these errors were encountered: