This commit is contained in:
jamesagnew 2016-05-22 14:56:27 -04:00
parent 61ce6021d6
commit 1b58aa33fa
2 changed files with 16 additions and 0 deletions

View File

@ -200,6 +200,10 @@
<id>petervanhoute</id>
<name>Peter Van Houte</name>
</developer>
<developer>
<id>SRiviere</id>
<name>Sébastien Rivière</name>
</developer>
<developer>
<id>karlmdavis</id>
<name>Karl M. Davis</name>

View File

@ -217,6 +217,18 @@
JSON parser was incorrectly encoding resource language attribute in JSON as an
array instead of a string. Thanks to David Hay for reporting!
</action>
<action type="add" issue="367">
Sébastien Rivière contributed an excellent pull request which adds a
number of enhancements to JAX-RS module:
<![CDATA[
<ul>
<li>Enable the conditional update and delete</li>
<li>Creation of a bundle provider, and support of the @Transaction</li>
<li>Bug fix on the exceptions handling as some exceptions throw outside bean context were not intercept.</li>
<li>Add the possibility to have the stacktrace in the jaxrsException</li>
</ul>
]]>
</action>
</release>
<release version="1.5" date="2016-04-20">
<action type="fix" issue="339">