Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Update dependencies #70

Merged
merged 3 commits into from
Feb 14, 2019
Merged

Conversation

JannikArndt
Copy link
Contributor

@JannikArndt JannikArndt commented Jan 20, 2019

This updates

  • sbt 1.1.1 -> 1.2.8
  • scala 2.12.5 -> 2.12.8
  • jackson 2.9.4 -> 2.9.8
  • akka 2.5.11 -> 2.5.19
  • amazon-kinesis-client 1.8.10 -> 1.9.3 (broke, reverted)
  • amazon-kinesis-producer 0.12.8 -> 0.12.11
  • scala-logging 3.8.0 -> 3.9.0

Note: KCL has two new fields:

  • listShardsBackoffTimeInMillis
  • maxListShardsRetryAttempts

@JannikArndt
Copy link
Contributor Author

Damn, I guess I'll have to take a closer look at the integration tests…

@JannikArndt
Copy link
Contributor Author

Okay, without the upgrade of amazon-kinesis-client they work, so I'll tackle that in another PR some time later…

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 89.981% when pulling 48cac3f on JannikArndt:dependency-update into c9b3713 on WW-Digital:master.

@coveralls
Copy link

coveralls commented Jan 20, 2019

Coverage Status

Coverage increased (+0.4%) to 90.154% when pulling ba3b6cd on JannikArndt:dependency-update into c9b3713 on WW-Digital:master.

@JannikArndt
Copy link
Contributor Author

@markglh would you take a look?

@@ -216,6 +216,15 @@ class ConsumerConfSpec
| # Default: not set
| logWarningForTaskAfterMillis = 100
|
| # The sleep time between two listShards calls from the proxy when throttled.
| # Default: 1500
| listShardsBackoffTimeInMillis = 1500
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably add these to the reference.conf in main for visibility

@markglh
Copy link
Contributor

markglh commented Feb 14, 2019

Hey @JannikArndt - apologies for the delay, I didn't get notified about the PR.

The KCL upgrade includes the new 2.x Core DK which conflicts with the KPL. So we need to split it into modules to get around that. The KPL team are really slow to update.

Would you mind addressing @agaro1121's comment then I'll merge this in?

@markglh
Copy link
Contributor

markglh commented Feb 14, 2019

Got a request to merge this from @etspaceman - so I'll do that and we can push the fix in a new PR

@markglh markglh merged commit 91ebe33 into WW-Digital:master Feb 14, 2019
@JannikArndt JannikArndt deleted the dependency-update branch March 20, 2019 11:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants