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

[REQ] Add support for Helidon 4.x MP #18261

Closed
tjquinno opened this issue Mar 30, 2024 · 0 comments · Fixed by #18627
Closed

[REQ] Add support for Helidon 4.x MP #18261

tjquinno opened this issue Mar 30, 2024 · 0 comments · Fixed by #18627

Comments

@tjquinno
Copy link
Contributor

Helidon has released version 4.x. The Helidon-specific generators should support it.

Helidon has two "flavors"--SE (which does not rely on CDI or injection or MicroProfile) and MP (which does).

This issue captures the need to support Helidon MP 4.x (in addition to the existing support for earlier releases).

Describe the solution you'd like

The Helidon-specific generators for client and server--specifically, the mp libraries within each need--to be updated.

Describe alternatives you've considered

None available.

Additional Information

Helidon 4 MP implements the MicroProfile specs which have evolved but not radically since the Helidon 3.x timeframe. The incremental changes to support Helidon 4 MP are more limited than those for Helidon SE (which has quite significantly changed the APIs as compared to Helidon SE 3.x).

As a result, it seemed wise to update the MP library within the Helidon server and client generators separately from the SE library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant