-
Notifications
You must be signed in to change notification settings - Fork 15
[Conjure Java Runtime] Part 16: Revising Project Paths, Fix FastFailoverProxy #4360
Conversation
Generate changelog in
|
This reverts commit 27e3b17.
e04f06f
to
8bdf0e2
Compare
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.
Sadness is sad
versions.props
Outdated
@@ -73,6 +73,7 @@ org.hdrhistogram:HdrHistogram = 2.1.10 | |||
org.hibernate:hibernate-validator = 5.1.3.Final | |||
org.immutables:* = 2.7.3 | |||
org.javassist:javassist = 3.18.2-GA | |||
org.jmock:jmock = 2.8.2 |
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.
Remove from gradle/versions.gradle and update timestamp-impl?
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.
Will do
Released 0.169.0 |
IMPORTANT NOTE TO REVIEWERS: Unlike in many other PRs, in this PR the movement of files is a considerable part of the PR. Please read carefully and check that those movements make sense. Thanks!
a.k.a. Fix FastFailoverProxy from fogging fanciness and fragment Feign folder for favorable future functioning.
Goals (and why):
atlasdb-conjure
code expects a shadedfeign.RetryableException
but receives an unshaded one.Implementation Description (bullets):
atlasdb-remoting-api
andatlasdb-conjure
.Testing (What was existing testing like? What have you done to improve it?):
Concerns (what feedback would you like?):
PollingRefreshable
intoatlasdb-remoting-api
, which is a bit sad because it requires a dependency oncommons-executors
. Not a perfect fit but I felt making anotheratlasdb-remoting-impl-shared
project was a bit overkill.Where should we start reviewing?:
build.gradle
s of the two projects.Priority (whenever / two weeks / yesterday): today or tomorrow?