Good catch! I have checked in code that makes this change, plus an associated test...
Ticket 12 - Pass minParallelism to getAggregate...
Invalid Parallelism results in array out of bounds exception
Checked in new files as part of Streams code.
Created branches directory.
Created this branch to provide a Java 8 API - p...
Latest Streams API code. 2 JUnit tests fail du...
Francois, Please supply your code that calls jAgg, along with the code for the object...
Very slow super aggregation
First, jAgg operates on Lists of Java objects. So you will need to extract the List...
jAgg-specific exceptions have been added. JaggException is the superclass of all...
jAgg-specific Exceptions
Add Analytic Functions
Concat aggregator parsing
Analytic Functions are now part of jAgg. AnalyticFunction interface AnalyticAggregator...
This is now resolved. It has been released as part of jAgg 0.9.0, on November 13,...
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag jagg-0.9.0
[maven-release-plugin] prepare release jagg-0.9.0
Start over with 0.9.0-SNAPSHOT.
Error in build; debugging statements outputted.
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag jagg-0.9.0
[maven-release-plugin] prepare release jagg-0.9.0
Misspelled snapshot.
Start with a snapshot version for release:prepare.
Changed scm element again for Release Plugin.
[maven-release-plugin] prepare release jagg-0.9.0
Changed scm tag in pom.xml back to using scm:sv...
Bump to 0.9.0. Bug fix for Ticket 7, ConcatAgg...
Aggregating values from a collection of maps
jAgg-specific Exceptions
Add Analytic Functions
This was included in jAgg 0.8.1, which was released on July 10, 2014.
Have a property name find a "get(String)" or "get(Object)" method if the bean method "getProperty()" is not found
The separator wasn't being processed properly from the aggregator specification string....
Concat aggregator parsing
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag jagg-0.8.1
[maven-release-plugin] prepare release jagg-0.8.1
Site changes for 0.8.1.
I have checked in code that supports finding get(String) or get(Object) if a getProperty()...
Bump to 0.8.1. Changes for Ticket 6 - Support "...
Have a property name find a "get(String)" or "get(Object)" method if the bean method "getProperty()" is not found
Unable to use nested bean properties.
Method Cache and multiple redeploy in tomcat
Nested properties are now part of jAgg, as of 0.8.0, which was deployed on May 2,...
This was deployed as part of jAgg 0.8.0 on May 2, 2014.
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag jagg-0.8.0
[maven-release-plugin] prepare release jagg-0.8.0
Site changes for 0.8.0.
I have added the capability of nested properties, so that jAgg will understand the...
Bump to 0.8.0. Code changes for ticket #4 - Cl...
I have added a clear() method to MethodCache. I have also changed the key of the...
Unable to use nested bean properties.
At the very least, jAgg could provide a method on MethodCache to clear itself. Going...