Jaroslav Brtis

Results 12 comments of Jaroslav Brtis

**EDIT**: this solution doesn't work if you need to use any extended functionality, such as request interceptors I managed to figure out a workaround to use the solution from @ramzes3333...

I have created a [fork](https://github.com/Jardo-51/feign-reactive) of @ramzes3333's fix and published a new version to Maven Central, to make it available for everyone. Just replace the starter dependency in your `pom.xml`...

> I think the project is abandoned. That's the reason why I decided to fork it and publish a new version.

I have created a [fork](https://github.com/Jardo-51/feign-reactive) that fixes the Spring Boot 3.2 issue and I published a new version to Maven Central. Just replace the starter dependency in your `pom.xml` with...

This bug just cost me half of a work day. Why isn't anyone addressing this?

I also have this problem on Linux (Ubuntu).

Perhaps the issue is caused not only by switching time zones but also by switching to/from daylight savings time.

I have a similar issue with my Eclipse with Maven projects. Upon import, for some projects it uses the project name from pom.xml (either by `artifactId` or `name`, I'm not...

Hi, what does "subset of tests" mean? Can you provide a more detailed description of how the tests should be divided into subsets? Perhaps by modules, or unit/integration tests, or...

As a workaround, I configured Ubuntu to disable breaks when the screen is locked, and to enable them again on unlock. Here is how to do it: ### Create the...