Marc Nuri
Marc Nuri
### Description The class [BuildConfigurationTest](https://github.com/eclipse/jkube/blob/275dc11e9bd0a268aac94f112ac2c443960d957b/jkube-kit/config/image/src/test/java/org/eclipse/jkube/kit/config/image/build/BuildConfigurationTest.java) uses a deprecated method. The following lines should be changed to (updating imports if necessary): https://github.com/eclipse/jkube/blob/275dc11e9bd0a268aac94f112ac2c443960d957b/jkube-kit/config/image/src/test/java/org/eclipse/jkube/kit/config/image/build/BuildConfigurationTest.java#L237-L238 - [ ] should be changed to: ```java final...
### Description The class [IngressConfigTest](https://github.com/eclipse/jkube/blob/5da6068d7756784aef9569568ee80f98da97e296/jkube-kit/config/resource/src/test/java/org/eclipse/jkube/kit/config/resource/IngressConfigTest.java) uses a deprecated method. The following lines should be changed to (updating imports if necessary): https://github.com/eclipse/jkube/blob/5da6068d7756784aef9569568ee80f98da97e296/jkube-kit/config/resource/src/test/java/org/eclipse/jkube/kit/config/resource/IngressConfigTest.java#L31-L32 - [ ] should be changed to: ```java final...
## Description Java 21 has been released on the 19th of September 2023. Update our base images to be Java 21 compatible. - https://github.com/jkubeio/jkube-images/pull/26 - https://github.com/jkubeio/jkube-images/pull/25 - https://github.com/jkubeio/jkube-images/pull/36 - [x]...
### Component JKube Kit ### Task description ### Description After #2163 / #2155 the `ClusterAccess` class is just a wrapper around the `ClusterConfiguration` class. We should remove `ClusterAccess` altogether.
## Description Part of #439 As a user, when I run an unsupported goal/task with the buildpacks strategy in my Maven/Gradle project I expect to receive a warning, so that...
### Description As a user, I want to be able to use Eclipse JKube to build container images and deploy them to a Kubernets-compatible cluster for my Java application leveraging...
## Description We recently fixed #2444 with #2455 to resolve placeholders in Spring Boot application.properties in order to infer a proper Spring Boot configuration. Similar features exist for other of...
## Description Members of the community have requested multiple times (#865, #2112) for JKube to support performing Helm operations on Charts and templates they already maintain (as opposed to letting...
## Description Relates to #2436 We need an E2E to ensure that the debug goal works as expected.
## Description The snap installation in Fedora doesn't work very well and provides a terrible user experience. Alternatives such as our current Appimage aren't a great replacement since it doesn't...