rob-valor
rob-valor
When setting `jgitver.resolve-project-version` to `true` the properties in the pom file are _rewritten_ but these are stored in a `java.util.Properties` which in turn is a `java.util.Hashtable`. So when these properties...
The tests jar of [kakfa-clients](https://github.com/spring-projects/spring-kafka/blob/v3.3.4/build.gradle#L351) and [kafka-server-commons](https://github.com/spring-projects/spring-kafka/blob/v3.3.4/build.gradle#L355) are included in spring-kafka-test. Both include a _junit-platform.properties_ configuration file which results in `WARNING: Discovered 2 'junit-platform.properties' configuration files in the classpath; only...
#### Feature summary Provide a way to control the [TypeComparators.defaultTypeComparators()](https://github.com/assertj/assertj/blob/assertj-build-3.27.3/assertj-core/src/main/java/org/assertj/core/internal/TypeComparators.java#L40). Now, when comparing BigDecimal (compareTo) for _equality_, we need to configure that for each assertion. That's a lot of repetitive...
Spring Boot 3 requires more _auto-configuration imports_ files for test (slice) auto-configuration. Issue [2729](https://github.com/spring-cloud/spring-cloud-gateway/issues/2729) was incomplete. Currently [spring-cloud-gateway-mvc](https://github.com/spring-cloud/spring-cloud-gateway/blob/v4.2.0/spring-cloud-gateway-mvc/src/main/resources/META-INF/spring.factories) and [spring-cloud-gateway-webflux](https://github.com/spring-cloud/spring-cloud-gateway/blob/v4.2.0/spring-cloud-gateway-webflux/src/main/resources/META-INF/spring.factories) still use the legacy auto-configuration which is not supported anymore....