I made a candidate list of bugs or features for possible inclusion in 0.4.0, not already marked as fixVersion = 0.4.0
https://issues.apache.org/jira/browse/NIFI-684 (Groovy processor, has patch awaiting review) https://issues.apache.org/jira/browse/NIFI-915 (whitespace handling bug?, not sure if this is a breaking change) https://issues.apache.org/jira/browse/NIFI-918 (validator change on putmetric) https://issues.apache.org/jira/browse/NIFI-1019 (Sounds like a nasty SQL bug, would be good to get in and determine severity, ease of fix) https://issues.apache.org/jira/browse/NIFI-1049 (Seems like some diagnosis was done, is fix easy?) https://issues.apache.org/jira/browse/NIFI-1114 (Documentation change) https://issues.apache.org/jira/browse/NIFI-740 (Seems like Toivo Adams made progress, not sure how close fix is or pressing this problem is) https://issues.apache.org/jira/browse/NIFI-26 (Oh man, easy kill on an old old bug!) On Fri, Nov 6, 2015 at 11:45 PM, Joe Witt <[email protected]> wrote: > adding to what Tony said I've just bumped the version in master to > 0.4.0-SNAPSHOT as appropriate to the range of commits. We have 22 > tickets remaining and fortunately nearly all have patches needing > review so that is great. If we can really focus on knocking these > existing ones down and put a concerted effort on testing a range of > cases that should give us a good view into release readiness. As soon > as the tickets for 0.4.0 are done i'll kick out an 0.4.0 RC1. > > Thanks > Joe > > On Fri, Nov 6, 2015 at 10:52 PM, Tony Kurc <[email protected]> wrote: > > All, > > For those not on the commits mailing list, in a push for 0.4.0 you may > have > > seen a flurry of changing fix versions and comments about readiness for > > 0.4.0 to assignees. Joe wrote an email about a target date a bit ago, and > > so Joe or I made some reasonable guesses about whether the ticket would > be > > ready for 0.4.0 or maybe could wait. Please, if you think this was done > in > > error, please re-add it. > > > > What is still unresolved for 0.4.0? I used the following JQL, but you may > > have a favorite Jira-fu that you prefer: > > > > project = NIFI and fixVersion = 0.4.0 and resolution = Unresolved order > by > > updatedDate asc > > > > Many of these have patches, so committers, reviews may be apropos! > > > > I may start going through unresolved tickets with no fix versions looking > > for important bugs that slipped through the cracks tomorrow. I encourage > > others to do so also. > > > > project = NIFI and fixVersion is EMPTY and resolution = Unresolved order > by > > updatedDate desc > > > > > > Tony >
