Credit for #693
This commit is contained in:
parent
274e218494
commit
e7aaca32d8
|
@ -58,10 +58,14 @@
|
||||||
generated. This should not affect most users.
|
generated. This should not affect most users.
|
||||||
</action>
|
</action>
|
||||||
<action type="fix" issue="678">
|
<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
|
actually notify listeners of the first 10 subscriptions. Thanks to Jeff Chung
|
||||||
for the pull request!
|
for the pull request!
|
||||||
</action>
|
</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">
|
<action type="add">
|
||||||
JPA search now uses hibernate ScrollableResults instead of plain JPA List. This
|
JPA search now uses hibernate ScrollableResults instead of plain JPA List. This
|
||||||
should improve performance over large search results.
|
should improve performance over large search results.
|
||||||
|
|
Loading…
Reference in New Issue