Ubaid

Results 10 comments of Ubaid

masterchop, can you please share the code of sending sms (of your work)..

Not working with Spring Boot 2.6.0

> I find this in the Spring Boot Release-Notes, But it seems not works for me. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#pathpattern-based-path-matching-strategy-for-spring-mvc yeah it didn't work

Hi @deepu105 Can you please assign this issue to me. I'd like to spend my weekend on this issue as I recently fixed similar type of issue. Thanks

Hi @vishal423 ## Quick Fix The quickest and smallest fix is to change `prometheus-simpleclient.version` from 0.16.0 to 0.15.0 in [jhipster-dependencies](https://github.com/jhipster/jhipster-bom/blob/main/jhipster-dependencies/pom.xml). The resultant dependency tree is following on changing `prometheus-simpleclient.version` from...

Hi [donbeave](https://github.com/donbeave), I got the same error while having the following stack: ``` OS: Ubuntu 22.10 5.19.0-23-generic Docker (Linux Native): Client: Docker Engine - Community Cloud integration: v1.0.29 Version: 20.10.14...

Just tested this branch in my local machine. It worked like a charm. Thanks for this amazing work. More power to you. ![image](https://user-images.githubusercontent.com/22958594/156937737-6a6c810f-9693-4b2a-9f64-602a1de93e1d.png)

Worth to read: https://fullstackdeveloper.guru/2022/04/20/how-to-do-server-side-load-balancing-using-spring-cloud-gateway-and-netflix-eureka/

When our Web Client creates a GET request, first it does an option request. In my understanding, due to option request, the subsequent GET request span becomes noop which means...