Anastasiia Smirnova
Anastasiia Smirnova
I would say that this is an issue of naming things correctly. spring-cloud-loadbalancer states in it's name and properties names that it does only load-balancing and thus we are having...
I think, that I wasn't quite obvious with what I was trying to say. My idea is that whole chain of feign+loadbalancer is quite strange in terms of retries, but...
For automatic dependency updates you can use: https://github.com/apps/renovate For publishing releases you can use Github actions: https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-maven And for the changelog automation you can use: https://github.com/release-drafter/release-drafter Hope, this helps :)
Wow, that was super fast :) Thanks a lot, I will check that on Monday 👍
Hi @mrin9. I've checked and it looks like the following method also requires a change. ``` async afterSpecParsedAndValidated(spec) { .... // On first time Spec load, try to navigate to...
I've created a short demo that demonstrates that it looks like some more changes are needed: ``` Set spec url pets ``` Steps to reproduce: 1. Open demo html page....
Thanks. I've had an idea that this was some kind of race condition, because when I was debugging `read` render style -- everything worked as expected, without debugging -- it...
Hi. Sorry, I forgot to post an update. I have found that in CouchbaseMock jar exists gson, that was conflicting with gson on my application's test classpath. So I had...
JFYI We are using shedlock in production without @Scheduled annotation, because we have dynamic jobs. Works amazing.
Okay. Thank you for the response. I will look into it.