MicronautHealthCheckEnricher should also consider Micronaut Gradle Plugin in isApplicable
#1634
Closed
2 tasks done
Labels
Milestone
Component
JKube Kit
Task description
Description
MicronautHealthCheckEnricher has
isApplicable
method to check whether we should apply this enricher or not based on project dependencies:https://github.com/eclipse/jkube/blob/61345823be63c73cf334649e33e9c5146f9d5f7a/jkube-kit/jkube-kit-micronaut/src/main/java/org/eclipse/jkube/micronaut/enricher/MicronautHealthCheckEnricher.java#L75-L79
It is not considering Micronaut Gradle Plugin. We should refactor this to use
MicronautUtils.hasMicronautPlugin
method which considers both cases:Expected Behavior
Acceptance Criteria
isApplicable
method to consider Micronaut Gradle PluginThe text was updated successfully, but these errors were encountered: