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 Issue to track the required tasks to release Eclipse JKube 1.17.0. - [ ] https://github.com/eclipse/jkube/milestone/28 - [ ] Prepare release - [ ] Create issue for next release...

### Component JKube Kit ### Is your enhancement related to a problem? Please describe >**As A USER,** > who is using JKube behind some proxy environment that requires authentication >...

enhancement

### Component None ### Task description ### Description ![image](https://github.com/eclipse/jkube/assets/35092323/1410f371-60a3-45c0-bf5c-e151c98ff3f0) Currently, in BaseGeneratorTest, JavaExecGeneratorTest, WebAppGeneratorTest, etc. we use mockito to mock the generator which we want to test. We can replace...

### Description The method [AssemblyFileSetUtilsExcludesTest.setUp](https://github.com/eclipse-jkube/jkube/blob/5da6068d7756784aef9569568ee80f98da97e296/jkube-kit/common/src/test/java/org/eclipse/jkube/kit/common/archive/AssemblyFileSetUtilsExcludesTest.java#L33) declares an Exception that is never thrown. The following line https://github.com/eclipse-jkube/jkube/blob/5da6068d7756784aef9569568ee80f98da97e296/jkube-kit/common/src/test/java/org/eclipse/jkube/kit/common/archive/AssemblyFileSetUtilsExcludesTest.java#L33 - [ ] should be changed to: ```java public void setUp() { ``` ###...

good first issue
first-timers-only
Hacktoberfest

### Description The method [ITGradleRunnerExtension.afterEach](https://github.com/eclipse/jkube/blob/c60614f26ccb1a857521f06a8e8a836bedfbc32d/gradle-plugin/it/src/test/java/org/eclipse/jkube/gradle/plugin/tests/ITGradleRunnerExtension.java#L41) declares an Exception that is never thrown. The following line https://github.com/eclipse/jkube/blob/c60614f26ccb1a857521f06a8e8a836bedfbc32d/gradle-plugin/it/src/test/java/org/eclipse/jkube/gradle/plugin/tests/ITGradleRunnerExtension.java#L41 - [ ] should be changed to: ```java public void afterEach(ExtensionContext context) { ```...

good first issue
first-timers-only

Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=maven&previous-version=1.7.36&new-version=2.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

### Component JKube Kit ### Task description `JKubeServiceHub` should be used as the central place to host, instantiate, and access services used by JKube components. Currently, `PodLogService` is instantiated at...

technical-debt

## Description The following `@SuppressWarnings("ResultOfMethodCallIgnored")` annotation is no longer needed: https://github.com/eclipse-jkube/jkube/blob/5da6068d7756784aef9569568ee80f98da97e296/jkube-kit/enricher/api/src/test/java/org/eclipse/jkube/kit/enricher/api/EnricherConfigTest.java#L36 We should remove this line. ### Before you start :red_circle: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down:...

good first issue
first-timers-only

## Description We should switch OpenShift Maven|Gradle plugins to create Deployments instead of `DeploymentConfigs` (DC) by default. The application should behave as if the `jkube.build.switchToDeployment` was defaulted to `true`. Users...

### Description Taken from https://github.com/eclipse/jkube/issues/2500#issuecomment-1862477948 When using S2I build strategy OpenShift Maven Plugin creates BuildConfig and ImageStream, enrichs them via existing set of enrichers and then applies them on OpenShift...

Waiting on feedback