Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Java API: creating Encoder #19882

Closed
ktoso opened this issue Feb 25, 2016 · 5 comments
Closed

New Java API: creating Encoder #19882

ktoso opened this issue Feb 25, 2016 · 5 comments
Labels
help wanted Issues that the core team will likely not have time to work on t:http:java t:http
Milestone

Comments

@ktoso
Copy link
Member

ktoso commented Feb 25, 2016

The old JavaDSL does not allow creating Encoder instances in javadsl.
The new one will be able to, we just need to add it ;-)

@ktoso
Copy link
Member Author

ktoso commented Feb 25, 2016

@ktoso ktoso added this to the 2.4.3 milestone Feb 25, 2016
@ktoso ktoso added t:http t:http:java 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted 2 - pick next Used to mark issues which are next up in the queue to be worked on. The tag is non-binding help wanted Issues that the core team will likely not have time to work on and removed 2 - pick next Used to mark issues which are next up in the queue to be worked on. The tag is non-binding labels Feb 25, 2016
@jypma
Copy link
Member

jypma commented Feb 29, 2016

Same holds for Decoder as well.

@ktoso
Copy link
Member Author

ktoso commented Feb 29, 2016

Right, thanks :)

@rkuhn rkuhn removed the 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted label Mar 9, 2016
@agolubev
Copy link
Contributor

@ktoso, as far as I understand enum akka.http.javadsl.server.Coder should be changed to be able to create custom Coder like described in https://blogs.oracle.com/darcy/entry/enums_and_mixins ?
Also can Java 8 create instance of trait akka.http.scaladsl.coding.Coder (that extends Encoder with Decoder)? If the anser is -no-, than need to look to another approach with splitting encoder and decoder in Java API

@ktoso ktoso modified the milestones: 2.4.3, 2.4.4 Apr 1, 2016
@patriknw patriknw modified the milestones: 2.4.4, 2.4.5 Apr 14, 2016
@johanandren johanandren modified the milestones: 2.4.5, 2.4.6 May 17, 2016
@ktoso ktoso added the 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted label May 18, 2016
@johanandren johanandren modified the milestones: 2.4.6, 2.4.7 May 19, 2016
@johanandren johanandren modified the milestones: 2.4.7, 2.4.8 Jun 3, 2016
@ktoso ktoso modified the milestones: 2.4.8, 2.4.9 Jul 8, 2016
@ktoso ktoso modified the milestones: 2.4.9-RC1, 2.4.9, 2.4.9-RC2 Aug 2, 2016
@johanandren johanandren modified the milestones: 2.4.9, 2.4.10 Aug 19, 2016
@2m 2m modified the milestones: 2.4.10, 2.4.11 Sep 7, 2016
@ktoso ktoso removed 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted labels Sep 8, 2016
@ktoso
Copy link
Member Author

ktoso commented Sep 12, 2016

Ticket moved to github.com/akka/akka-http
 (direct link to new issue visible on github just above this comment). Rationale for the move discussed here: akka/akka-meta#27

If you are interested in contributing or tracking this issue, please comment in akka-http instead from now on :-)

@ktoso ktoso closed this as completed Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Issues that the core team will likely not have time to work on t:http:java t:http
Projects
None yet
Development

No branches or pull requests

7 participants