jkube
jkube copied to clipboard
Build and Deploy java applications on Kubernetes
### Component None ### Task description ### Component Gradle Plugin Integration Tests ### Task description ### Description Related to https://github.com/eclipse/jkube/issues/1338 ⚠️ A windows machine is required to reproduce and fix...
## Description Fixes #3477 Related #3406 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) -...
### Component None ### Task description ### Description Related to #3406 ⚠️ A windows machine is required to reproduce and fix problems in this issue TriggersAnnotationIT is failing on windows:...
Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.8.1 to 3.9.9. Release notes Sourced from org.apache.maven:maven-core's releases. 3.9.9 Release Notes - Maven - Version 3.9.9 What's Changed [MNG-8159] Fix search for topDirectory when using -f...
### Component None ### Task description ### Description Related to #3406 ⚠️ A windows machine is required to reproduce and fix problems in this issue FileSecretIT is failing on windows:...
### Component Gradle ITests ### Task description ### Description Related to #3406 ⚠️ A windows machine is required to reproduce and fix problems in this issue DependencyResourcesIT is failing on...
### Component JKube Kit ### Task description ### Description The class [DebugService](https://github.com/eclipse-jkube/jkube/blob/master/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/DebugService.java#L32) presents the issue: The following line: https://github.com/eclipse-jkube/jkube/blob/78e8631c9c101e52dc94f14fb97c16383396afc5/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:...
### Component JKube Kit ### Task description ### Description The class [AbstractNativeClientBuilder](https://github.com/eclipse-jkube/jkube/blob/78e8631c9c101e52dc94f14fb97c16383396afc5/jkube-kit/build/service/docker/src/main/java/org/eclipse/jkube/kit/build/service/docker/access/hc/util/AbstractNativeClientBuilder.java#L18) presents the issue: The following line: https://github.com/eclipse-jkube/jkube/blob/78e8631c9c101e52dc94f14fb97c16383396afc5/jkube-kit/build/service/docker/src/main/java/org/eclipse/jkube/kit/build/service/docker/access/hc/util/AbstractNativeClientBuilder.java#L18 should be removed. ### :red_circle: Before you start :red_circle: :point_down: :point_down:...
### Description The class [AbstractPortsExtractor](https://github.com/eclipse-jkube/jkube/blob/5da6068d7756784aef9569568ee80f98da97e296/jkube-kit/generator/api/src/main/java/org/eclipse/jkube/generator/api/support/AbstractPortsExtractor.java#L156) presents the issue: 'StringBuilder' can be replaced with 'String'. The following line: https://github.com/eclipse-jkube/jkube/blob/5da6068d7756784aef9569568ee80f98da97e296/jkube-kit/generator/api/src/main/java/org/eclipse/jkube/generator/api/support/AbstractPortsExtractor.java#L156 should be changed to: ```java flat.put(stringKey + DOT + entry.getKey(), ``` ###...
## Description This PR addresses issue #3376 regarding Dockerfile optimization in the `jkube/quickstarts` project. The changes include setting a clear working directory to improve readability and organization of the Dockerfile....