jkube
jkube copied to clipboard
Build and Deploy java applications on Kubernetes
### Description The class [BaseGenerator](https://github.com/eclipse-jkube/jkube/blob/36a35f6851bb2aa025f6d03c89a179590761ddd6/jkube-kit/generator/api/src/main/java/org/eclipse/jkube/generator/api/support/BaseGenerator.java#L19) presents the issue: Unused import 'import java.util.Collections;'. The following line: https://github.com/eclipse-jkube/jkube/blob/36a35f6851bb2aa025f6d03c89a179590761ddd6/jkube-kit/generator/api/src/main/java/org/eclipse/jkube/generator/api/support/BaseGenerator.java#L19 should be removed. ### :red_circle: Before you start :red_circle: :point_down: :point_down: :point_down: :point_down: :point_down:...
## Description Fixes https://github.com/eclipse-jkube/jkube/issues/3405 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [ ]...
### Component OpenShift Maven Plugin ### Is your enhancement related to a problem? Please describe It's not possible as of today to do something like https://quarkus.io/guides/deploying-to-openshift#environment-variables-from-secret ### Describe the solution...
### Description The class [GradleUtil](https://github.com/eclipse-jkube/jkube/blob/edd44d90d52a013f33d22cd38f682b59facef53b/gradle-plugin/kubernetes/src/main/java/org/eclipse/jkube/gradle/plugin/GradleUtil.java#L117) presents the issue: Explicit type argument Configuration can be replaced with . The following line: https://github.com/eclipse-jkube/jkube/blob/edd44d90d52a013f33d22cd38f682b59facef53b/gradle-plugin/kubernetes/src/main/java/org/eclipse/jkube/gradle/plugin/GradleUtil.java#L117 should be changed to: ```java return new ArrayList(gradleProject.getConfigurations()).stream() ```...
### Component quickstarts ### Task description ### Description Set environment variable and don't use it Lack of clear working directory setting: Not setting a clear working directory can reduce readability....
### Description The class [DebugService](https://github.com/eclipse-jkube/jkube/blob/f5bfbe963d9d77fc89ddfddcb4a803351430ad35/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/DebugService.java#L32) presents the issue: Unused import 'import org.eclipse.jkube.kit.config.image.build.JKubeBuildStrategy;'. The following line: https://github.com/eclipse-jkube/jkube/blob/f5bfbe963d9d77fc89ddfddcb4a803351430ad35/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/DebugService.java#L32 should be removed. ### :red_circle: Before you start :red_circle: :point_down: :point_down: :point_down: :point_down: :point_down:...
### Component JKube Kit ### Is your enhancement related to a problem? Please describe Jkube containers don't support OpenTelemetry. ### Describe the solution you'd like Add an OpenTeletry module in...
## Description Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) -...
## Description Fixes #3372 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [...
### Component JKube Kit ### Task description ### Component JKube Kit ### Task description Related to https://github.com/eclipse/jkube/issues/2316 VertxGeneratorIsApplicableTest seems to be using mock here : https://github.com/eclipse-jkube/jkube/blob/dad4cc61149c435dbf91a5700a2c7f7cfe7d9a99/jkube-kit/jkube-kit-vertx/src/test/java/org/eclipse/jkube/vertx/generator/VertxGeneratorIsApplicableTest.java#L41 This can easily be...