Credit for #289
This commit is contained in:
parent
93d9011691
commit
715ab0e269
4
pom.xml
4
pom.xml
|
@ -208,6 +208,10 @@
|
||||||
<id>matt-blanchette</id>
|
<id>matt-blanchette</id>
|
||||||
<name>Matt Blanchette</name>
|
<name>Matt Blanchette</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>petromykhailysyn</id>
|
||||||
|
<name>Petro Mykhaylyshyn</name>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -166,6 +166,11 @@
|
||||||
manually, the the manual call led to a warning about
|
manually, the the manual call led to a warning about
|
||||||
the EntityManager being created twice.
|
the EntityManager being created twice.
|
||||||
</action>
|
</action>
|
||||||
|
<action type="add" issue="289">
|
||||||
|
Allow server to correctly figure out it's own address even if the container provides
|
||||||
|
a Servlet Context Path which does not include the root. Thanks to Petro Mykhaylyshyn
|
||||||
|
for the pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.3" date="2015-11-14">
|
<release version="1.3" date="2015-11-14">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue