-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete operations with a failure if deserializing response fails #27
Conversation
"Typesafe repository releases" at "https://repo.typesafe.com/typesafe/releases/" | ||
"Typesafe repository releases" at "https://repo.typesafe.com/typesafe/releases/", | ||
// using staging artifact until 2.13 release is ready: https://github.com/apache/logging-log4j-scala/pull/3 | ||
"Apache staging repository" at "https://repository.apache.org/content/repositories/staging" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure how you want to handle this, but vimalaguti/logging-log4j-scala
is gone so it can no longer pull in the log4jScala
project above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change seems fine, thanks!
Can you please take a look at the test failure (cannot reproduce it when running sbt clean coverage +test
locally multiple times).
Otherwise I may take a look at it this weekend :)
Right, I don't think the failure is related to my change? Any way you can retrigger the build on travis? |
Already tried it this afternoon (in European time), a new build is running now, let's see if it helps this time :) |
Looks like the rebuild passed? But the status on the PR still says failed... |
You're right 🤦♂️ |
@dontgitit thanks! Will hopefully be able to publish a release this weekend (in case I forget about it, feel free to ping me :)) |
Sorry for the delay, just published 1.9.1. It should be available on Maven central pretty soon, already released the artifacts in Sonatype's Nexus :) |
Fixes #26
Requests would previously never complete if an exception was thrown by the deserializer