josdk-spring-boot-starter
josdk-spring-boot-starter copied to clipboard
Bumps `fabric8-client.version` from 6.11.0 to 6.12.1. Updates `io.fabric8:kubernetes-client-bom` from 6.11.0 to 6.12.1 Release notes Sourced from io.fabric8:kubernetes-client-bom's releases. 6.12.1 (2024-04-18) Bugs Fix #5880: OpenID Connect token refreshed in loaded Config...
I'm want to compile and run my operator as a native image in a setup with Kotlin/Java 21 + Spring Boot 3 + GraalVM. So far Native Build is currently...
I have heard that this project is unfortunatly in maintenance mode. I also have made the experience to use an own base instead of this project if an operator based...
Bumps `fabric8-client.version` from 6.10.0 to 6.11.0. Updates `io.fabric8:kubernetes-client-bom` from 6.10.0 to 6.11.0 Release notes Sourced from io.fabric8:kubernetes-client-bom's releases. 6.11.0 (2024-03-25) Bugs Fix #5729: ensure that kind is set for generic...
With these dependencies: ``` dependencies { implementation 'org.springframework.boot:spring-boot-starter:3.2.3' // developmentOnly 'org.springframework.boot:spring-boot-devtools:3.2.0' implementation 'org.springframework.boot:spring-boot-starter-actuator:3.2.3' implementation 'org.springframework.boot:spring-boot-starter-web:3.2.3' implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.4.1' implementation 'org.bouncycastle:bcpkix-jdk15on:1.70' // required for the fabric8 k8s client to grok k3d certificates...
Running a simple test using `@EnableMockOperator` annotation: ``` @SpringBootTest @ActiveProfiles("test") @EnableMockOperator public class MyReconcilerSpringBootIT { @Test void contextLoads() { } } ``` At the beginning of the execution, my reconciler...
I had some problems with my test related to security and because of that I wanted to ue the KubernetesMockServer started in non secure mode. Unfortunatelly this is not configurable...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.8.0. Commits 621cba6 [maven-release-plugin] prepare release maven-javadoc-plugin-3.8.0 eab964c [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundException... 0a26a7e Update since tags 08205b1 Add compile step for MJAVADOC-365 IT...
Bumps `spring-boot.version` from 3.3.1 to 3.3.2. Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.1 to 3.3.2 Release notes Sourced from org.springframework.boot:spring-boot-dependencies's releases. v3.3.2 :lady_beetle: Bug Fixes No configuration property for defaultTimeout setting that was...
Bumps `fabric8-client.version` from 6.12.1 to 6.13.1. Updates `io.fabric8:kubernetes-client-bom` from 6.12.1 to 6.13.1 Release notes Sourced from io.fabric8:kubernetes-client-bom's releases. 6.13.1 (2024-07-02) Bugs Fix #6059: Swallow rejected execution from internal usage of...