Stanislav U.
Stanislav U.
### Steps to reproduce JaCoCo 0.8.7 (maven plugin). Windows 10, JDK 17 (Liberica), Maven 3.8.3. Project is located in `D:\Воспроизведение-issue\` Globally set environment variable JAVA_TOOL_OPTIONS: `-Dfile.encoding=UTF8 -Djansi.passthrough=true -XX:+UnlockExperimentalVMOptions`. Output of...
The first part is an ability to set several shape points (like WG's poly selection) in CW or CCW order. The second is to create shape by defining several subshapes...
There are a lot of useful methods already: - StreamEx#mapPartial - EntryStream#mapToKeyPartial - EntryStream#mapToValuePartial - EntryStream#mapKeyValuePartial Hovewer to exclude some cases to write sequential mapKeys().nonNullKeys() is should be great to...
**Describe the bug** In a Spring Boot (2.7.4 and several previous versions like 2.6.x) with actuator endpoint we have a problem. Several classes with `@Scheduled` methods are also marked with...
... permissions in my permissions plugin =\
Added @Override annotations where they are needed. Metrics code removed from source and added as a dependency. Other minor updates.
Spring Boot 3.3.3 (hibernate 6.5.2). PostgreSQL 14.2, hypersistence-utils 3.8.2. ```sql SELECT e FROM SomeEntity AS e WHERE s.textField LIKE :search ``` ```java @Entity @Table(name = "table_name") // ... SomeEntity {...