Rohan Kumar
Rohan Kumar
We seem to be losing quotes since Jackson has been configured to do so. This setting seems to have been added in https://github.com/eclipse/jkube/pull/1124 https://github.com/eclipse/jkube/blob/dd105def19fc641a920d3af4b75779caa01212be/jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/ResourceUtil.java#L56 If I comment this setting, I...
Are you facing issues with losing quotes or date string getting converted into timestamp? I tried configuring Jackson to not convert dates to timestamps: ``` Serialization.jsonMapper().configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, false); ``` This results...
Since Kubernetes Client has been upgraded, I think this issue can be closed
@pmbsa : Hello, Could you please try out v1.9.0 and provide us some feedback on whether your issue got fixed or not?
I don't think istio client dependency comes from jkube. Istio Client is now available via Fabric8 https://search.maven.org/artifact/io.fabric8/istio-client/6.1.1/jar
@Celebrate-future : Welcome, Thanks a lot for contributing to Eclipse JKube :+1:, In order to contribute to Eclipse, you would need to create an [Eclipse Account](https://accounts.eclipse.org/) and Sign [Eclipse Contributor...
@Celebrate-future : I'm facing this error when trying to run generated fat jar. ```sh thorntail : $ java -jar target/thorntail-sample-thorntail.jar 2022-05-23 21:49:40,729 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: JAX-RS -...
@burads : polite ping, Did you get any chance to revisit this? Does it work for you when you set ` kubernetes.backwardsCompatibilityInterceptor.disable` ?
I'm not sure what action to take here. We have upgraded to Fabric8 Kubernetes Client v6.0.0 in https://github.com/eclipse/jkube/pull/1464 . BackwardsCompatibilityInterceptor should be disabled by default now.
@baruKreddy : I've cherry-picked your commit onto one of my pull requests https://github.com/eclipse/jkube/pull/1705 (I needed to make some changes to those tests). I would close this pull request once I...