reset password
Author Message
cysun
Posts: 2935
Posted 00:38 Mar 18, 2017 |

. Replaced the Criteria Query in getUsersByIds() with an HQL query using IN operator. Creating a criteria query turned out to be quite expensive - it caused a StackOverflowException when there were 100+ ids.

. Library and configuration updates.