Sergey Chernov
Sergey Chernov
In addition to #440 there is one more issue related to generic type support. Consider the test: ```java import static org.assertj.core.api.Assertions.assertThat; import java.io.Serializable; import org.junit.jupiter.api.Test; public class Generic2Test { @Test...
Thanks to #439, there is base generic type support for fields. But there are cases still not covered: e.g. if the generic type is inherited. The given test shows an...
Fix compilation issue ``` from components/lvgl_esp32_drivers/lvgl_helpers.h:18, from components/lvgl_esp32_drivers/lvgl_helpers.c:10: components/lvgl_esp32_drivers/lvgl_helpers.c: In function 'lvgl_spi_driver_init': components/lvgl_esp32_drivers/lvgl_helpers.c:157:28: error: 'SPI_HOST_MAX' undeclared (first use in this function); did you mean 'GPIO_PORT_MAX'? assert((0 host)); ^~~~~~~~~~~~ components/lvgl_esp32_drivers/lvgl_helpers.c:157:28: note:...
https://issues.apache.org/jira/browse/BEANUTILS-541 There is an issue in FluentPropertyBeanIntrospector (at line 144 for 1.9.3), it caches wrong writeMethod in the static cache of java.beans.Introspector when base class has at least two subclasses....
https://issues.apache.org/jira/browse/BEANUTILS-541 Backport #68 for 1.x
The Spring TestContext Framework (TCF) uses a pretty convenient and flexible approach to create and subsequently reuse the context by aggregate `MergedContextConfiguration`. However it has a drawback: in a large...
### Context This PR is a proof of concept, just for possible discussion, curious about opinions of Gradle maintainers as well. In the prototype the `BuildCacheKey` is exposed in the...
Solves #1114 (only `projectHealth`, but not `buildHealth`). Prints absolute path of according `build.gradle` of the project module. This can be pretty helpful in large multi-module projects, especially when there is...
## Problem statement We've observed an issue with our isolated (included) builds: the `projectHealth` was producing illegal advices to remove a dependency - and these advices were breaking the compilation....
Build locally twice: ``` ./mvnw clean install ``` The second time you'll see at the end of the build ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time:...