Conversation
Ref https://discuss.lightbend.com/t/no-configuration-setting-found-for-key-decode-max-size/2738 Fixes #103 Fixes lagom/lagom#1652 explicitly depend on Akka HTTP to bring in 10.1.5 to avoid No configuration setting found for key 'decode-max-size'.
|
So I guess this means that it breaks compatibility with Lagom 1.4.x, but it didn't actually change the Lagom dependency. I'm not sure that this is actually the best solution. Wasn't the problem fixed upstream in Akka HTTP? |
|
Here's where that was fixed: akka/akka-http#2307 AFAIK |
|
Lagom 1.4.9 is using akka-http 10.0.14 and is affected by the We need a reactive-lib version tailored for Lagom 1.4.x, depending on akka-http 10.0.14 and akka-management 0.20. Then, for Lagom 1.5.x, we need it depending on akka-management 0.50 and transitively on akka-http 10.1.6. |
|
I tested with online auction 1.4.x branch and looked ok, but I'd be happy to bump Akka Management when 0.21.0 is available. |
|
For now should I depend on Akka HTTP 10.0.14 so it's aligned with Lagom 1.4.x at least? |
Ref #104, #103 Ref https://discuss.lightbend.com/t/no-configuration-setting-found-for-key-decode-max-size/2738 Ref lagom/lagom#1652 As per recommendation by Play/Lagom team, I am downgrading the Akka HTTP to 10.0.15, which aligns with Lagom 1.4.x, as opposed to 10.1.5 that's compatible with Lagom 1.5.x.
Ref https://discuss.lightbend.com/t/no-configuration-setting-found-for-key-decode-max-size/2738
Fixes #103
Fixes lagom/lagom#1652
explicitly depend on Akka HTTP to bring in 10.1.5 to avoid No configuration setting found for key 'decode-max-size'.