Skip to content

Commit

Permalink
Credit for #649
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Jun 8, 2017
1 parent 52a5fcc commit e03549d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -329,6 +329,10 @@
<id>dangerousben</id>
<name>Ben Spencer</name>
</developer>
<developer>
<id>maclema</id>
<name>maclema</name>
</developer>
</developers>

<licenses>
Expand All @@ -351,7 +355,7 @@
<!-- Dependency Versions -->
<derby_version>10.13.1.1</derby_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_validator_version>5.4.1.Final</hibernate_validator_version>
<!-- Update lucene version when you update hibernate-search version -->
Expand Down
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -149,6 +149,11 @@
<action type="fix">
Validator incorrectly rejected references where only an identifier was populated
</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 version="2.4" date="2017-04-19">
<action type="add">
Expand Down

0 comments on commit e03549d

Please sign in to comment.