Credit for #649
This commit is contained in:
parent
52a5fcce17
commit
e03549daae
6
pom.xml
6
pom.xml
|
@ -329,6 +329,10 @@
|
||||||
<id>dangerousben</id>
|
<id>dangerousben</id>
|
||||||
<name>Ben Spencer</name>
|
<name>Ben Spencer</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>maclema</id>
|
||||||
|
<name>maclema</name>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
@ -351,7 +355,7 @@
|
||||||
<!-- Dependency Versions -->
|
<!-- Dependency Versions -->
|
||||||
<derby_version>10.13.1.1</derby_version>
|
<derby_version>10.13.1.1</derby_version>
|
||||||
<jersey_version>2.25.1</jersey_version>
|
<jersey_version>2.25.1</jersey_version>
|
||||||
<jetty_version>9.4.3.v20170317</jetty_version>
|
<jetty_version>9.4.5.v20170502</jetty_version>
|
||||||
<hibernate_version>5.2.9.Final</hibernate_version>
|
<hibernate_version>5.2.9.Final</hibernate_version>
|
||||||
<hibernate_validator_version>5.4.1.Final</hibernate_validator_version>
|
<hibernate_validator_version>5.4.1.Final</hibernate_validator_version>
|
||||||
<!-- Update lucene version when you update hibernate-search version -->
|
<!-- Update lucene version when you update hibernate-search version -->
|
||||||
|
|
|
@ -149,6 +149,11 @@
|
||||||
<action type="fix">
|
<action type="fix">
|
||||||
Validator incorrectly rejected references where only an identifier was populated
|
Validator incorrectly rejected references where only an identifier was populated
|
||||||
</action>
|
</action>
|
||||||
|
<action type="fix" issue="649">
|
||||||
|
Make error handler in the client more tolerant of errors where no response has
|
||||||
|
been received by the client when the error happens. Thanks to GitHub
|
||||||
|
user maclema for the pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="2.4" date="2017-04-19">
|
<release version="2.4" date="2017-04-19">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue