Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What should I do to backport a fix?

backport Fix
0
Posted

What should I do to backport a fix?

0

When a bug is fixed in HEAD, it is sometimes interesting (or necessary) to backport the fix to the maintenance branch. The fix needs first to be modified in order to be applied on top of the maintenance branch’s code. It may be easy or tricky depending on how the patch’s code area has been touched in the branch. The bug is either in RESOLVED/FIXED or VERIFIED/FIXED state, which means respectively either in State 2 or in State 2.1 according to the JDT/Core bug life cycle. So depending of that state, when the fix is ready, you have to: • Set the target of the bug and all its duplicates to the corresponding maintenance target (e.g. 3.4.2) • Release the fix in the maintenance branch (e.g. R3_4_maintenance branch) • Add the corresponding comment (e.g. Released for 3.4.2) • Set the Status Whiteboard to: • if the bug is in State 2.1: “To be verified for ” (e.g. To be verified for 3.4.2) Note that in this case, the bug might need to be reopened if the maintenance stream was

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123