rob-valor

Results 11 comments of rob-valor

@odrotbohm, in querydsl (v5) I added the possibility to add a `@Generated` annotation with `CLASS` retention to allow Jacoco _see_ the querydsl *generated* code. **That change makes this issue obsolete**...

Facing the same issue use a more reusable and simple setup in a _parent_ pom, usable by all maven multi module projects and activated by a marker file in the...

@mpashka, with a multi-module project, the `${maven.multiModuleProjectDirectory}` property points to the projects' _root_ pom. The compiled _sources_ of all modules (not including generated or test sources) are copied by the...

I'm on _UltiMaker-Cura-5.6.0-linux-X64.AppImage_ and Ubuntu 23.10 and also have strange behavior of scrolling with the mouse. It seems like Cura is _counting_ the mouse wheel _ticks_ when scrolling and scrolls...

@ryanjbaxter , is it still an option to add it to this project? We also were stuck on this issue for several hours because of the assumption that _Spring Boot...

@joel-costigliola , any reason why the jakarta support doesn't get merged?

Just wondering, is there a specific reason why this change can't be release yet?

We also just faced an issue with the same class. When running `org.openrewrite.java.testing.assertj.Assertj` on a class that has both `org.assertj.core.api.Assertions.assertThatExceptionOfType(...).isThrownBy(()->...)` *and* `org.junit.jupiter.api.Assertions.assertThrows(...,()->...)` (both using imports) the recipe replaces the _junit_...

Also, in line of what @jeanjerome mentions, when bundling all the Spring (boot, framework, cloud...) PDF documentation into a single notebook (https://notebooklm.google.com) it's really easy to find an up-to-date and...

I just ran our tests with both _kafka-clients_ and _kafka-server-common_ excluded from _spring-kafka-test_. That also does the job 😁. We run our tests with a Confluent Kafka container 😉