CarTh
CarTh
Hi, I made an experiment with [swagger-jsdoc](https://www.npmjs.com/package/swagger-jsdoc) and [swagger-ui-express](https://www.npmjs.com/package/swagger-ui-express). Fork available [here](https://github.com/c4rth/DummyJSON/tree/feature/openapi) I only did it for the products API (and without descriptions, examples, ...) - add new Swagger routes...
Sure. I just would like to know when I start an application if a configmap is loaded, to validate that the deployments in k8s are ok. Sometimes, the configmap definition...
Thanks for this possible solution. With `spring.config.import: 'kubernetes:'`, I can find a `CompositePropertySource` named composite-configmap containing a `Fabric8ConfigMapPropertySource` containing all the properties of the configmap and if no configmap, the...
Indeed, sorry. ``` 2024-08-06T16:16:50.748+01:00 WARN 1 --- [ main] [ ] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'configMapPropertySourceLocator' defined...
Here is a sample repository [https://github.com/c4rth/spring-k8s](https://github.com/c4rth/spring-k8s) The 'configDataConfigMapConfigProperties' is defined in method registerProperties of [KubernetesConfigDataLocationResolver](https://github.com/spring-cloud/spring-cloud-kubernetes/blob/main/spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/KubernetesConfigDataLocationResolver.java) For the other, I'm still looking.
So `spring.config.import=kubernetes:` and Cloud Bootstrap are mutually exclusive. OK, it's was not clear for me. Maybe mentioning it in the documentation would be useful for others. Thanks for your support...
Hi @hkarthik7, I have the kind of issues by using version 6.0.2 with a different API call: `client.git().repositories().git(repository)` The raw response is an HTML with: title (redacted) = `The controller...
After more tests for repositories and repository: No issues with `AzDClientApi`. The errors occur with `AzDServiceClient`.
Not yet announced, I guess here it is: https://central.sonatype.com/artifact/com.azure.spring/spring-cloud-azure-dependencies/5.23.0 https://github.com/Azure/azure-sdk-for-java/releases/tag/spring-cloud-azure-dependencies_5.23.0