Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / eclipse-jkube/jkube issues and pull requests
#3298 - doc : Add documentation for native builds for Micronaut
Pull Request -
State: closed - Opened by rohanKanojia 4 months ago
- 2 comments
#3297 - feat : Support for Micronaut Framework Native Images
Pull Request -
State: closed - Opened by rohanKanojia 4 months ago
- 2 comments
#3296 - chore : replacing PluginServiceFactory line.length() > 0 with !line.i…
Pull Request -
State: closed - Opened by aizwal9 4 months ago
- 2 comments
#3295 - fix (jkube-kit-micronaut) : Add micronaut4 maven plugin's groupId to MicronautUtils.hasMicronautPlugin
Pull Request -
State: closed - Opened by rohanKanojia 4 months ago
- 2 comments
#3294 - MicronautGenerator not getting invoked for Micronaut4 Maven project
Issue -
State: closed - Opened by rohanKanojia 4 months ago
Labels: bug
#3293 - chore(refactor namesUsedByDockerTests): split namesUsedByDockerTests into separate test methods
Pull Request -
State: closed - Opened by arman-yekkehkhani 4 months ago
- 2 comments
#3292 - Fix #3285
Pull Request -
State: closed - Opened by yyd0 4 months ago
- 6 comments
#3291 - Issue 3286 replace deprecated aslist in web app generator test
Pull Request -
State: closed - Opened by ShivamChavan01 4 months ago
- 5 comments
#3290 - IngressEnricherTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 4 comments
Labels: good first issue, help wanted
#3289 - ControllerViaPluginConfigurationEnricherTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 7 comments
Labels: good first issue, help wanted
#3288 - ImageNameTest : refactor `namesUsedByDockerTests()` test into two separate tests
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 1 comment
Labels: good first issue, help wanted
#3287 - BuildRecreateMode: Remove unnecessary `private` modifier in enum constructor
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 1 comment
Labels: good first issue, first-timers-only
#3286 - WebAppGeneratorTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 1 comment
Labels: good first issue, help wanted
#3285 - PortForwardService : Anonymous `new Thread()` can be replaced with `new Thread(() -> {…}) `
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 3 comments
Labels: good first issue, help wanted
#3284 - Fix failing Eclipse JKube Dependencies Check Jenkins Pipeline
Issue -
State: closed - Opened by rohanKanojia 4 months ago
#3283 - test : Add wait for oci server to become ready in JibImageBuildServicePushTest
Pull Request -
State: closed - Opened by rohanKanojia 4 months ago
- 2 comments
#3282 - Fixes #3267: Replace deprecated AssertJ asList() with asInstanceOf(InstanceOfAssertFactories.list(type.class))
Pull Request -
State: closed - Opened by ShivamChavan01 4 months ago
- 7 comments
#3281 - chore(JibServiceUtilTest): replace deprecated asList method, issue #3242
Pull Request -
State: closed - Opened by arman-yekkehkhani 4 months ago
- 2 comments
#3280 - Issue 3267 fix assertj deprecation
Pull Request -
State: closed - Opened by ShivamChavan01 4 months ago
- 2 comments
#3279 - chore: replace deprecated asList() in DeploymentConfigHandlerTest with asInstanceOf()
Pull Request -
State: closed - Opened by jesslane94 4 months ago
- 2 comments
#3278 - issue-3268:ProbeHandlerTest deprecated method asList() replaced
Pull Request -
State: closed - Opened by vijaybhagwat24 4 months ago
- 3 comments
#3277 - issue-3265:-HelmServiceInstallIT test case failure fix
Pull Request -
State: closed - Opened by vijaybhagwat24 4 months ago
- 3 comments
#3276 - chore: replace AssertJ's deprecated asList() DSL method in DeploymentConfigHandlerTest, GroovyUtilTest, AssemblyManagerTest, JibServiceUtilTest
Pull Request -
State: closed - Opened by jesslane94 4 months ago
- 3 comments
#3275 - chore: Replace AssertJ's deprecated asList() DSL method in KubernetesResourceUtilsTest
Pull Request -
State: closed - Opened by jpcairesf 4 months ago
- 2 comments
#3274 - Refactor queryParams.size() > 0 to !queryParams.isEmpty()
Pull Request -
State: closed - Opened by ShivamChavan01 4 months ago
- 5 comments
#3273 - refactor: asList to asInstanceof for ServiceHandlerTest
Pull Request -
State: closed - Opened by raushan606 4 months ago
- 2 comments
#3272 - UrlBuilder 'queryParams.size() > 0' has been replaced with '!queryParams.isEmpty()'
Pull Request -
State: closed - Opened by Naman13112004 4 months ago
- 4 comments
#3271 - Replace AssertJ's deprecated asList() DSL method
Pull Request -
State: closed - Opened by ivamly 4 months ago
- 2 comments
#3270 - CronJobHandlerTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
Labels: good first issue, help wanted
#3269 - ServiceHandlerTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 1 comment
Labels: good first issue, help wanted
#3268 - ProbeHandlerTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 1 comment
Labels: good first issue, help wanted
#3267 - KubernetesResourceUtilTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 2 comments
Labels: good first issue, help wanted
#3266 - DeploymentConfigHandlerTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 1 comment
Labels: good first issue, help wanted
#3265 - HelmServiceInstallIT is failing on Windows
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 1 comment
Labels: good first issue, help wanted
#3264 - WebServerEventCollector 'evts.size() > 0' can be replaced with '!evts.isEmpty()'
Pull Request -
State: closed - Opened by jpcairesf 4 months ago
- 2 comments
#3263 - Remove unnecessary 'toString()' call in class KarafHealthCheckEnricher
Pull Request -
State: closed - Opened by ivamly 4 months ago
- 4 comments
#3262 - KarafHealthCheckEnricher: Unnecessary 'toString()' call
Issue -
State: closed - Opened by manusa 4 months ago
Labels: good first issue, first-timers-only
#3261 - ImageNameTest: Unnecessary 'toString()' call
Issue -
State: closed - Opened by manusa 4 months ago
- 2 comments
Labels: good first issue, first-timers-only
#3260 - WebServerEventCollector 'evts.size() > 0' can be replaced with '!evts.isEmpty()'
Issue -
State: closed - Opened by manusa 4 months ago
- 1 comment
Labels: good first issue, first-timers-only
#3259 - UrlBuilder 'queryParams.size() > 0' can be replaced with '!queryParams.isEmpty()'
Issue -
State: closed - Opened by manusa 4 months ago
- 1 comment
Labels: good first issue, first-timers-only
#3258 - RegistryAuthConfiguration 'content[i + 1].length() > 0' can be replaced with '!content[i + 1].isEmpty()'
Issue -
State: closed - Opened by manusa 4 months ago
- 1 comment
Labels: good first issue, first-timers-only
#3257 - PluginServiceFactory 'line.length() > 0' can be replaced with '!line.isEmpty()'
Issue -
State: closed - Opened by manusa 4 months ago
- 1 comment
Labels: good first issue, first-timers-only
#3256 - chore: replaced .length() with .isEmpty() for filenameTypes check in MappingConfig
Pull Request -
State: closed - Opened by jesslane94 4 months ago
- 4 comments
#3255 - refactor: change assertion of asList to asInstanceof in JKubeConfigurationTest
Pull Request -
State: closed - Opened by raushan606 4 months ago
- 2 comments
#3254 - issue-3240:-Replace assertJ Deprecate method
Pull Request -
State: closed - Opened by vijaybhagwat24 4 months ago
- 2 comments
#3253 - Replace call to String.length with isEmpty
Pull Request -
State: closed - Opened by eaknott 4 months ago
- 2 comments
#3252 - Issue 3203
Pull Request -
State: closed - Opened by vijaybhagwat24 4 months ago
- 4 comments
#3251 - chore: KubernetesResourceUtilTest refactor
Pull Request -
State: closed - Opened by Piotr-Filochowski 4 months ago
- 3 comments
#3250 - Replace string.length with isEmpty in OpenShiftBuildServiceUtils
Pull Request -
State: closed - Opened by Priya-753 4 months ago
- 2 comments
#3249 - fix: Failing Test in `KubernetesHelperTest` on windows machine
Pull Request -
State: closed - Opened by raushan606 4 months ago
- 3 comments
#3248 - replaced assertThat().asList() to .asInstanceOf()
Pull Request -
State: closed - Opened by rexrk 4 months ago
- 2 comments
#3246 - Replace String.length with isEmpty in ImageName.java
Pull Request -
State: closed - Opened by AhmedFaizanDev 4 months ago
- 4 comments
#3244 - refactor: improve assertion statements for RegistryConfigTest
Pull Request -
State: closed - Opened by raushan606 4 months ago
- 2 comments
#3242 - JibServiceUtilTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 2 comments
Labels: good first issue, help wanted
#3241 - KubernetesSshServiceForwarderTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 1 comment
Labels: good first issue, help wanted
#3240 - ControllerResourceConfigTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 4 comments
Labels: good first issue, help wanted
#3239 - JKubeConfigurationTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 3 comments
Labels: good first issue, help wanted
#3238 - RegistryConfigTest : Replace AssertJ's deprecated `asList()` DSL method with `asInstanceOf(InstanceOfAssertFactories.list(type.class))`
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 3 comments
Labels: good first issue, help wanted
#3235 - OpenShiftBuildServiceUtils 'nocache.length() == 0' can be replaced with 'nocache.isEmpty()'
Issue -
State: closed - Opened by manusa 4 months ago
- 3 comments
Labels: good first issue, first-timers-only
#3233 - MappingConfig 'filenameTypes.length() > 0' can be replaced with '!filenameTypes.isEmpty()'
Issue -
State: closed - Opened by manusa 4 months ago
- 3 comments
Labels: good first issue, first-timers-only
#3232 - KubernetesResourceUtilTest 'initContainersInSpec.size() == 0' can be replaced with 'initContainersInSpec.isEmpty()'
Issue -
State: closed - Opened by manusa 4 months ago
- 1 comment
Labels: good first issue, first-timers-only
#3231 - JKubeProjectUtil 'suffix.length() > 0' can be replaced with '!suffix.isEmpty()'
Issue -
State: closed - Opened by manusa 4 months ago
- 2 comments
Labels: good first issue, first-timers-only
#3230 - ImageName 'registry.length() > 0' can be replaced with '!registry.isEmpty()'
Issue -
State: closed - Opened by manusa 4 months ago
- 4 comments
Labels: good first issue, first-timers-only
#3228 - Springboot 3.3.1 breaks jkube openshift plugin
Issue -
State: closed - Opened by Farzad407 4 months ago
- 9 comments
Labels: bug
#3225 - `JibImageBuildServicePushTest` failing intermittently on Eclipse Jenkins
Issue -
State: closed - Opened by rohanKanojia 4 months ago
- 1 comment
Labels: technical-debt
#3208 - fix: openshift use pods/log to retrieve logs from build
Pull Request -
State: closed - Opened by arsenalzp 5 months ago
- 10 comments
#3205 - `KubernetesHelperTest.exportKubernetesClientConfigToFile_worksWithKubernetesMockServer` is failing on windows
Issue -
State: closed - Opened by rohanKanojia 5 months ago
- 5 comments
Labels: good first issue, help wanted
#3203 - ImageChangeTriggerEnricher 'containerToImageMap.size() != 0' can be replaced with '!containerToImageMap.isEmpty()'
Issue -
State: closed - Opened by manusa 5 months ago
- 5 comments
Labels: good first issue, first-timers-only
#3198 - BuildService 'nocache.length() == 0' can be replaced with 'nocache.isEmpty()'
Issue -
State: open - Opened by manusa 5 months ago
- 8 comments
Labels: good first issue, first-timers-only, Hacktoberfest
#3188 - Replace deprecated method from Updatable interface
Issue -
State: closed - Opened by arman-yekkehkhani 5 months ago
- 3 comments
Labels: bug
#3171 - chore(deps): Bump org.apache.maven:maven-core from 3.8.1 to 3.9.8
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 2 comments
Labels: dependencies, java
#3160 - [OpenShift Maven Plugin] : Move duplicated methods in Mojos to a common interface
Issue -
State: closed - Opened by rohanKanojia 5 months ago
- 5 comments
Labels: good first issue, help wanted
#3104 - BuildReferenceDateUtilTest.testGetBuildReferenceDateWhenFileDoesntExist The declared Exception exception is never thrown
Issue -
State: closed - Opened by manusa 6 months ago
- 2 comments
Labels: good first issue, first-timers-only, Hacktoberfest
#3053 - HelmLintMojoTest.setUp The declared Exception exception is never thrown
Issue -
State: closed - Opened by manusa 6 months ago
- 8 comments
Labels: good first issue, first-timers-only
#3024 - RegistryAuth Remove unused imports
Issue -
State: closed - Opened by manusa 6 months ago
- 4 comments
Labels: good first issue, first-timers-only
#3020 - OpenshiftBuildService Remove unused imports
Issue -
State: closed - Opened by manusa 6 months ago
- 9 comments
Labels: good first issue, first-timers-only, Hacktoberfest
#3015 - chore(deps): Bump org.codehaus.plexus:plexus-utils from 3.5.0 to 4.0.1
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
- 2 comments
Labels: dependencies, java
#3000 - Container image build args can be overridden following their order of precedence
Issue -
State: open - Opened by rohanKanojia 7 months ago
- 6 comments
#2982 - chore(deps): Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.4 to 3.0.0
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
- 3 comments
Labels: dependencies, java
#2968 - WatchServiceTest is failing on Windows
Issue -
State: open - Opened by rohanKanojia 7 months ago
- 10 comments
Labels: good first issue, help wanted
#2923 - HelmService Remove unused imports
Issue -
State: closed - Opened by manusa 7 months ago
- 3 comments
Labels: good first issue, first-timers-only, Hacktoberfest
#2880 - log application configuration file used in generators and health check enrichers
Pull Request -
State: closed - Opened by arsenalzp 7 months ago
- 14 comments
#2857 - OpenShift route generator: prefer port name over port number for Route's `targetPort` when it's possible
Pull Request -
State: closed - Opened by luigidemasi 8 months ago
- 6 comments
#2844 - oc:build on openshift use pods/log to retrieve logs from build
Issue -
State: closed - Opened by sbollwe 8 months ago
- 20 comments
Labels: bug
#2844 - oc:build on openshift use pods/log to retrieve logs from build
Issue -
State: closed - Opened by sbollwe 8 months ago
- 20 comments
Labels: bug
#2840 - ValidationUtil : Replace String concatenation arguments with `StringBuilder.append()` call
Issue -
State: closed - Opened by rohanKanojia 8 months ago
- 6 comments
Labels: good first issue, first-timers-only
#2832 - Changing the default port of the embedded server does not change the K8S probes default port
Issue -
State: closed - Opened by manusa 8 months ago
- 29 comments
Labels: bug
#2774 - Quickstarts : Update Micronaut version in `quickstarts/gradle/micronaut`
Issue -
State: open - Opened by rohanKanojia 9 months ago
- 5 comments
Labels: good first issue, help wanted
#2774 - Quickstarts : Update Micronaut version in `quickstarts/gradle/micronaut`
Issue -
State: open - Opened by rohanKanojia 9 months ago
- 6 comments
Labels: good first issue, help wanted
#2758 - Inconsistency when merging a route.yml fragment with two different profiles (commons, demo)
Issue -
State: open - Opened by vmarzal 9 months ago
- 8 comments
Labels: bug
#2749 - PortForwardServiceTest.setUp The declared Exception exception is never thrown
Issue -
State: closed - Opened by manusa 9 months ago
- 4 comments
Labels: good first issue, first-timers-only
#2749 - PortForwardServiceTest.setUp The declared Exception exception is never thrown
Issue -
State: closed - Opened by manusa 9 months ago
- 4 comments
Labels: good first issue, first-timers-only
#2746 - NpipeConnectionSocketFactory.createSocket The declared Exception exception is never thrown
Issue -
State: closed - Opened by manusa 9 months ago
- 3 comments
Labels: good first issue, first-timers-only, Hacktoberfest
#2667 - Helm: helm-test task/goal
Issue -
State: closed - Opened by manusa 9 months ago
- 3 comments
Labels: enhancement, component/helm ⎈
#2666 - Helm: helm-uninstall task/goal
Issue -
State: closed - Opened by manusa 9 months ago
- 3 comments
Labels: enhancement, component/helm ⎈
#2649 - Release Eclipse JKube 1.17.0
Issue -
State: closed - Opened by rohanKanojia 9 months ago
- 1 comment
#2632 - KubernetesBuildTaskTest.setUp The declared Exception exception is never thrown
Issue -
State: closed - Opened by manusa 9 months ago
- 6 comments
Labels: good first issue, first-timers-only, Hacktoberfest
#2591 - AssemblyFileSetUtilsExcludesTest.setUp The declared Exception exception is never thrown
Issue -
State: open - Opened by manusa 10 months ago
- 13 comments
Labels: good first issue, first-timers-only, Hacktoberfest
#2579 - Redundant supression in EnricherConfigTest
Issue -
State: closed - Opened by manusa 10 months ago
- 5 comments
Labels: good first issue, first-timers-only, Hacktoberfest
#2483 - [EPIC] Support from reading proxy configuration
Issue -
State: open - Opened by rohanKanojia 12 months ago
- 5 comments
Labels: enhancement