You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Myrna van Lunteren <m....@gmail.com> on 2014/02/17 23:47:43 UTC

candidates for backport to 10.8

Hi,

I was poking around and came across some past emails from Kathey regarding
backport efforts.

I thought I'd put this one out for whomever is interested - backports to
10.8;
https://issues.apache.org/jira/issues/?jql=project%20%3D%20DERBY%20AND%20type%20%3D%20Bug%20and%20resolution%20%3D%20Fixed%20and%20COMPONENT%20NOT%20IN%20%28%22Test%22%2C%20%22Documentation%22%2C%20%22Web%20Site%22%29%20AND%20%20fixVersion%20IN%20%28%2210.9.1.0%22%2C%2210.9.2.2%22%2C%2210.10.1.1%22%2C%2210.10.1.4%22%29%20AND%20%28NOT%20fixVersion%20IN%20%28%2210.8.1.2%22%2C%2210.8.2.2%22%2C%2210.8.3.0%22%2C%20%2210.8.3.3%22%29%29%20AND%20%28labels%20NOT%20IN%20%28derby_backport_reject_10_8%2C%20derby_backport_reject_10_9%29%20OR%20labels%20is%20null%29

I'm not planning to make another 10.8 version at this point but you never
know.

If you do look into this and find a backport not feasible, mark the issue
with the label 'derby_reject_backport_10.8' and
'derby_reject_backport_10.9' (etc.)

If you do backport, remember to add the Fix version.

Query:
project = DERBY AND type = Bug and resolution = Fixed and COMPONENT NOT IN
("Test", "Documentation", "Web Site") AND  fixVersion IN
("10.9.1.0","10.9.2.2","10.10.1.1","10.10.1.4") AND (NOT fixVersion IN
("10.8.1.2","10.8.2.2","10.8.3.0", "10.8.3.3")) AND (labels NOT IN
(derby_backport_reject_10_8, derby_backport_reject_10_9) OR labels is null)

Myrna