-
Notifications
You must be signed in to change notification settings - Fork 519
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
Support for Helidon framework #1475
Comments
…eclipse-jkube#1475) + Add documentation for HelidonGenerator + Add documentation for HelidonHealthCheckEnricher Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#1475) + Add Helidon SE maven quickstart + Add Helidon Microprofile maven quickstart Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#1475) + Add Helidon SE maven quickstart + Add Helidon Microprofile maven quickstart Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…eclipse-jkube#1475) + Add documentation for HelidonGenerator + Add documentation for HelidonHealthCheckEnricher Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…jkube#1475) + Add Helidon SE maven quickstart + Add Helidon Microprofile maven quickstart Signed-off-by: Rohan Kumar <rohaan@redhat.com>
+ Add Helidon SE maven quickstart + Add Helidon Microprofile maven quickstart Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…eclipse-jkube#1475) + Add documentation for HelidonGenerator + Add documentation for HelidonHealthCheckEnricher Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…#1475) + Add documentation for HelidonGenerator + Add documentation for HelidonHealthCheckEnricher Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Shall we close this? |
Is it complete? |
Yes, we have added generator, enricher, docs and quick starts |
Then, if |
Are we talking about HelidonGenerator here or both HelidonGenrator + HelidonHealthCheckEnricher? I see that HelidonGenerator does pick up port from However, I don't see HelidonHealthCheckEnricher picking up port from configuration files. If we change port in configuration files, we also need to provide enricher configuration to override default port for health checks. I also see QuarkusHealthCheckEnricher is suffering from same issue. |
That looks like a bug, open a new issue so we can take care of this for Quarkus. For Helidon, since it hasn't been released yet, we can do it in scope of this issue. |
Description
Create Generator and Enricher support for Helidon framework
Generator should detect Helidon Maven Plugin. I couldn't find any equivalent gradle plugin in the repository.
The text was updated successfully, but these errors were encountered: