This commit is contained in:
James Agnew 2017-11-13 13:22:17 -05:00
parent 32a4a081d9
commit bb31e11d9a
2 changed files with 8 additions and 0 deletions

View File

@ -370,6 +370,10 @@
<id>malcolmm83</id> <id>malcolmm83</id>
<name>Malcolm McRoberts</name> <name>Malcolm McRoberts</name>
</developer> </developer>
<developer>
<id>mouellet</id>
<name>Mathieu Ouellet</name>
</developer>
</developers> </developers>
<licenses> <licenses>

View File

@ -195,6 +195,10 @@
explicitly listed, e.g. <![CDATA[<code>_include=Bundle.total</code>]]>. explicitly listed, e.g. <![CDATA[<code>_include=Bundle.total</code>]]>.
Thanks to @parisni for reporting! Thanks to @parisni for reporting!
</action> </action>
<action type="add" issue="743">
Add an example which uses Spring Boot to stand up a complete JPA server implementation.
Thanks to Mathieu Ouellet for the contribution!
</action>
</release> </release>
<release version="3.0.0" date="2017-09-27"> <release version="3.0.0" date="2017-09-27">
<action type="add"> <action type="add">