This commit is contained in:
jamesagnew 2018-06-24 15:12:04 -04:00
parent a1181dcd7c
commit 47633214e0
2 changed files with 12 additions and 0 deletions

View File

@ -459,6 +459,11 @@
<id>Romanow88</id>
<name>Roman Doboni</name>
</developer>
<developer>
<id>franktao2008</id>
<name>Frank Tao</name>
<organization>Smile CDR</organization>
</developer>
</developers>
<licenses>

View File

@ -82,6 +82,13 @@
<![CDATA[<code>resolve()</code>]]> function in its path to descend into
contained resources and index fields within them.
</action>
<action type="fix" issue="1010">
Resource loading logic for the JPA server has been optimized to
reduce the number of database round trips required when loading
search results where many of the entries have a "forced ID" (an alphanumeric
client-assigned reosurce ID). Thanks to Frank Tao for the pull
request!
</action>
</release>
<release version="3.4.0" date="2018-05-28">
<action type="add">