jkube icon indicating copy to clipboard operation
jkube copied to clipboard

Build and Deploy java applications on Kubernetes

Results 358 jkube issues
Sort by recently updated
recently updated
newest added

### Description The class [MicronautGenerator](https://github.com/eclipse-jkube/jkube/blob/239ef826edd3f894191b728e460877e25d924c08/jkube-kit/jkube-kit-micronaut/src/main/java/org/eclipse/jkube/micronaut/generator/MicronautGenerator.java#L46) presents the issue: Lambda can be replaced with method reference. The following line: https://github.com/eclipse-jkube/jkube/blob/239ef826edd3f894191b728e460877e25d924c08/jkube-kit/jkube-kit-micronaut/src/main/java/org/eclipse/jkube/micronaut/generator/MicronautGenerator.java#L46 should be changed to: ```java return nestedGenerator.getEnv(super::getEnv, prePackagePhase); ``` ### :red_circle:...

good first issue
first-timers-only

### Description The class [KubernetesWatchTaskTest](https://github.com/eclipse-jkube/jkube/blob/1868f35aafb872aae337b5b09d81878f2cce655a/gradle-plugin/kubernetes/src/test/java/org/eclipse/jkube/gradle/plugin/task/KubernetesWatchTaskTest.java#L62-L64) presents the issue: Statement lambda can be replaced with expression lambda. The following line: https://github.com/eclipse-jkube/jkube/blob/1868f35aafb872aae337b5b09d81878f2cce655a/gradle-plugin/kubernetes/src/test/java/org/eclipse/jkube/gradle/plugin/task/KubernetesWatchTaskTest.java#L62-L64 should be changed to: ```java dockerBuildServiceMockedConstruction = mockConstruction(DockerBuildService.class, (mock, ctx)...

good first issue
first-timers-only

Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.0 to 4.0.2. Release notes Sourced from org.codehaus.plexus:plexus-utils's releases. 4.0.2 🐛 Bug Fixes Specify /D for cmd.exe to bypass the Command Processor Autorun folder (#272) @​sebthom 📦...

dependencies
java

### Component Kubernetes Maven Plugin ### Task description ### Description Hey team, apologies if this is not the right type. This seems to be a docs issue potentially rather than...

documentation

### Component JKube Kit ### Task description ### Description The build is faling for jdk 21 and jdk 22.0.2 when tried to build the project. The issue is shown that...

### Description Issue to track the required tasks to release Eclipse JKube 1.18.0. - [ ] https://github.com/eclipse-jkube/jkube/milestone/31 - [ ] Prepare release - [ ] Create issue for next release...

## Description Jolokia 2.1.0 was released: https://jolokia.org/#jolokia_2_1_0_released We need to update the Jolokia dependency used in our container images (https://github.com/eclipse-jkube/jkube-images/) to use the latest version. ## Tasks - Create a...

### Component JKube Kit ### Task description ### Description We seem to have two fields in ResourceConfig for configuring ServiceAccounts: - `serviceAccount` - accepts ServiceAccount name only - `serviceAccounts` -...

## Description We currently have a `KubernetesHelper.printLogsAsync`: https://github.com/eclipse/jkube/blob/16020273d0dd0065249b0079b68b16aba53134e9/jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/KubernetesHelper.java#L384-L410 That uses additional threads that aren't even managed by a thread scheduler to take care of printing a `Container` log asynchronously. This...

technical-debt

### Describe the bug Since 1.10.0, generating the service resource when a discovered service.yml is provided as base, fails when this resource has metadata.name in it. The error manifests in...

Waiting on feedback