[1.4.x] Document issue with akka-http (v10.0.15) missing property
See original GitHub issueRelates to #1652
The best and correct solution is to explicit depend on akka-http
(DSL package).
This won’t be an issue when using reactive-lib
v1.6.0, as it includes the akka-http dsl package by default (see https://github.com/lightbend/reactive-lib/blob/master/build.sbt#L157).
Users must be advised to upgrade to reactive-lib v1.6.0 or to explicitly add akka-http
as a dependency.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Missing akka-http property · Issue #1652 · lagom ... - GitHub
We got some users complaining that Lagom 1.4.9 can't be deployed ... [1.4.x] Document issue with akka-http (v10.0.15) missing property #1708.
Read more >10.1.x Release Notes • Akka HTTP - Documentation
When such a header is parsed, an Akka HTTP application may fail fatally with a StackOverflowError . Akka HTTP 10.2.7 mitigates this issue...
Read more >10.0.x Release Notes • Akka HTTP - Documentation
This release adds the long awaited akka-http-caching module inspired by spray-caching. It also features a new implementation of the client pool infrastructure.
Read more >10.2.x Release Notes • Akka HTTP - Documentation
This release is a maintenance release, mostly fixing a few smaller issues around HTTP/2 support. Akka HTTP now also supports graceful termination for...
Read more >Configuration • Akka HTTP - Documentation
These are the relevant default configuration values for the Akka HTTP modules. ... Set to a non-empty value to be used in lieu...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks. I’d also add that users on Lagom 1.4.0-1.4.9 should update to 1.4.10. 😄
@renatocaval I will close this.