Olga Maciaszek-Sharma

Results 306 comments of Olga Maciaszek-Sharma

Possibly related issue: For the following configuration: ``` spring: cloud: discovery: client: simple: instances: proxy: - uri: http://localhost:9083/ fraud-verifier: - uri: http://localhost:9981/ user-service: - uri: http://localhost:9082/ ``` that should be...

Hello, @Anbazhagan04 , [this logging](https://github.com/spring-cloud/spring-cloud-config/blob/863285d4939b85d38a0f231fcb8a7f7050c0f4da/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/JGitEnvironmentRepository.java#L553-L554) should be modified in order to log even if no updates were fetched. [This comment](https://github.com/spring-cloud/spring-cloud-config/issues/1495#issue-512181073) has all the details. If you need any more help,...

@lgklein , unfortunately not. Support is being planned with Spring Cloud `2022.x`. Appropriate changes in upstream projects, such as Spring 6, have to be introduced first in order for us...

Have created a PR with the fix in Spring Cloud Config: https://github.com/spring-cloud/spring-cloud-config/pull/2065

Closing in favour of https://github.com/spring-cloud/spring-cloud-config/pull/2065

Right, @luidoc - had to [backport it to `3.1.x`](https://github.com/spring-cloud/spring-cloud-config/commit/7acfb68078a2bd005cb75dc9f4965aa4ab914be2) - thanks for bringing this up.

Had to remove the changes as they caused a regression. Further analysis is required and changes might be needed in AOT to provide bootstrap context beans support.

Hello @enderwsp , Spring Cloud LoadBalancer does not yet have native support.