Credit for #251
This commit is contained in:
parent
c6dede1447
commit
45502ba5ff
4
pom.xml
4
pom.xml
|
@ -206,6 +206,10 @@
|
|||
<id>nrpeterson</id>
|
||||
<name>Nick Peterson</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>petervanhoute</id>
|
||||
<name>Peter Van Houte</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue