This commit is contained in:
James Agnew 2017-07-26 17:09:22 -04:00
parent 274e218494
commit e7aaca32d8
1 changed files with 5 additions and 1 deletions

View File

@ -58,10 +58,14 @@
generated. This should not affect most users.
</action>
<action type="fix" issue="678">
FIx issue in SubscriptionInterceptor that caused interceptor to only
Fix issue in SubscriptionInterceptor that caused interceptor to only
actually notify listeners of the first 10 subscriptions. Thanks to Jeff Chung
for the pull request!
</action>
<action type="fix" issue="693">
Fix potential ConcurrentModificationException when adding subscriptions while
running under heavy load. Thanks to Jeff Chung for the pull request!
</action>
<action type="add">
JPA search now uses hibernate ScrollableResults instead of plain JPA List. This
should improve performance over large search results.