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

Update the migration guide for Helidon 4.x to include the maven coordinate changes for the various media artifacts #9493

Closed
rlubke opened this issue Nov 13, 2024 · 1 comment · Fixed by #9512
Assignees
Labels
4.x Version 4.x docs P3

Comments

@rlubke
Copy link
Contributor

rlubke commented Nov 13, 2024

For example in Helidon 3.x, the following artifacts were available:

      <groupId>io.helidon.media</groupId>
      <artifactId>helidon-media-jsonb</artifactId>
    
      <groupId>io.helidon.media</groupId>
      <artifactId>helidon-media-jsonp</artifactId>

were moved to in 4.x:

      <groupId>io.helidon.http.media</groupId>
      <artifactId>helidon-http-media-jsonb</artifactId>

      <groupId>io.helidon.http.media</groupId>
      <artifactId>helidon-http-media-jsonp</artifactId>

Environment Details

  • Helidon Version: 4.1.3
  • Helidon MP
  • JDK version: java version "21.0.5" 2024-10-15 LTS
  • OS: MacOS 14.7.1 (apple silicon)
@github-project-automation github-project-automation bot moved this to Triage in Backlog Nov 13, 2024
@m0mus m0mus added docs 4.x Version 4.x P3 labels Nov 18, 2024
@m0mus m0mus moved this from Triage to Normal priority in Backlog Nov 18, 2024
@github-project-automation github-project-automation bot moved this from Normal priority to Closed in Backlog Nov 20, 2024
@tvallin
Copy link
Member

tvallin commented Nov 21, 2024

The dependencies you mentioned are for Helidon SE, but the issue is reported against Helidon MP. Did you mean SE ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x docs P3
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants