akka/akka-http

Fix marshalling docs for Java

Open

#1,367 opened on Aug 18, 2017

View on GitHub
 (10 comments) (0 reactions) (1 assignee)Scala (598 forks)batch import
1 - triagedhelp wantedt:docs

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

This one was very very embarrassing to find...

The marshalling page for JavaDSL is ScalaDSL 😭 "TODO overhaul for Java" We did not notice for quite some time it seems...

http://doc.akka.io/docs/akka-http/current/java/http/common/marshalling.html We've had this since 2.4: http://doc.akka.io/docs/akka/2.4.10/java/http/common/marshalling.html

We have to fix this soon.

Contributor guide