From ozizka at redhat.com Tue Feb 16 07:42:10 2016 From: ozizka at redhat.com (Ondrej Zizka) Date: Tue, 16 Feb 2016 13:42:10 +0100 Subject: [windup-dev] ProblemSummaryService#getProblemSummaries() called twice - cache? Message-ID: <56C31922.4060103@redhat.com> Hi, I noticed that ProblemSummaryService#getProblemSummaries() is called twice, CreateIssueSummaryDataRuleProvider and RenderReportRuleProvider. Maybe it could speed things up if we serialized the result and read it in the 2nd rule? Just an idea. Ondra From ozizka at redhat.com Thu Feb 25 07:45:23 2016 From: ozizka at redhat.com (Ondrej Zizka) Date: Thu, 25 Feb 2016 13:45:23 +0100 Subject: [windup-dev] Jira versions Message-ID: <56CEF763.6080806@redhat.com> Hi, we have released the 2.5.0.CR2, but it doesn't exist in Jira. It's not super important, but having it correctly improves orientation in the project. I and Marek volunteer for keeping these Jira metadata up to date :) Rodney, could you please give us the privileges in Jira? Thanks, Ondra From ozizka at redhat.com Thu Feb 25 08:14:04 2016 From: ozizka at redhat.com (Ondrej Zizka) Date: Thu, 25 Feb 2016 14:14:04 +0100 Subject: [windup-dev] ProblemSummaryService#getProblemSummaries() called twice - cache? In-Reply-To: <56C31922.4060103@redhat.com> References: <56C31922.4060103@redhat.com> Message-ID: <56CEFE1C.4000005@redhat.com> I've put that to https://issues.jboss.org/browse/WINDUP-947 . On 16.2.2016 13:42, Ondrej Zizka wrote: > I noticed that ProblemSummaryService#getProblemSummaries() is called twice, > CreateIssueSummaryDataRuleProvider and RenderReportRuleProvider. > Maybe it could speed things up if we serialized the result and read it > in the 2nd rule? > Just an idea.