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

4.x MediaContext single operator support #7205

Closed
Tracked by #7219
romain-grecourt opened this issue Jul 16, 2023 · 1 comment
Closed
Tracked by #7219

4.x MediaContext single operator support #7205

romain-grecourt opened this issue Jul 16, 2023 · 1 comment
Assignees
Labels
4.x Version 4.x media-support Media type processing in SE Níma Helidon Níma
Milestone

Comments

@romain-grecourt
Copy link
Contributor

  • Helidon Version: 4.0.0-ALPHA6

In 3.x we had this:

WebClient client = WebClient.builder()
        .addReader(JsonpSupport.reader())
        .build();
@romain-grecourt romain-grecourt added media-support Media type processing in SE 4.x Version 4.x Níma Helidon Níma labels Jul 16, 2023
@romain-grecourt romain-grecourt added this to the 4.0.0-M2 milestone Jul 16, 2023
@tomas-langer
Copy link
Member

This seems to be a feature that is not required - it can be easily worked around using a custom media support if needed
(disable discover services, add custom support, or add a support through service loader wiht higher weight than other registered ones).

@tomas-langer tomas-langer self-assigned this Jul 20, 2023
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x media-support Media type processing in SE Níma Helidon Níma
Projects
Archived in project
Development

No branches or pull requests

2 participants