jkube
jkube copied to clipboard
Build and Deploy java applications on Kubernetes
### Component JKube Kit ### Task description ### Description Child of https://github.com/eclipse/jkube/issues/857 Migrate the following tests to use [Mockito](https://site.mockito.org/) instead of [JMockit](https://jmockit.github.io/): - AssemblyConfigurationUtilsTest - AssemblyManagerCreateDockerTarArchiveTest - AssemblyManagerTest - FromConfigRegistryAuthHandlerTest...
### Description Blocked on #957 #857 #31 I was writing some tests related to System properties in #957 where SystemMock could be used for mocking System properties. Unfortunately, it's based...
### Description Right now we're using [JMockit](https://jmockit.github.io/) in our tests for mocking the behavior of classes. We're discussed this in past as well but never got any chance to create...
### Component jkube-kit-enricher-api ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests
### Component jkube-kit-build-service-docker ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests
### Component jkube-kit-build-api ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests
### Description Our current test suites are based on JUnit4. The goal of this epic is to migrate all of them to JUnit5. ### Goals - Remove JUnit4 dependency -...
### Component org.eclipse.jkube.openshift.gradle.plugin ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests
### Component org.eclipse.jkube.kubernetes.gradle.plugin ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests
### Component openshift-maven-plugin-it ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests