This commit is contained in:
jamesagnew 2015-11-27 15:03:05 -05:00
parent c6dede1447
commit 45502ba5ff
2 changed files with 10 additions and 0 deletions

View File

@ -206,6 +206,10 @@
<id>nrpeterson</id>
<name>Nick Peterson</name>
</developer>
<developer>
<id>petervanhoute</id>
<name>Peter Van Houte</name>
</developer>
</developers>
<licenses>

View File

@ -18,6 +18,12 @@
fixing an issue when trying to serialize model classes containing
bound codes. Thanks to Nick Peterson for the Pull Request!
</action>
<action type="add" issue="251">
Introduce a JAX-RS version of the REST server, which can be used
to deploy the same resource provider implementations which work
on the existing REST server into a JAX-RS (Jersey) environment.
Thanks to Peter Van Houte from Agfa for the amazing work!
</action>
</release>
<release version="1.3" date="2015-11-14">
<action type="add">