Credit for #1010
This commit is contained in:
parent
a1181dcd7c
commit
47633214e0
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue