Tim te Beek
Tim te Beek
**Describe the bug** The [documentation lists a property](https://github.com/spring-cloud/spring-cloud-kubernetes/blob/797ead29785c2a50c9ebb188577e3a7cdea3723c/docs/src/main/asciidoc/_configprops.adoc) `spring.cloud.kubernetes.discovery.filter`: > SpEL expression to filter services AFTER they have been retrieved from the Kubernetes API server. This property is [declared in...
[MNG-7404] Will drop support for prefixless expressions in POM https://github.com/apache/maven/pull/696 Although it's been deprecated for quite some time already, it will only be removed in Maven 4. It seems like...
Applied using `./mvnw -U org.openrewrite.maven:rewrite-maven-plugin:4.31.3:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:1.26.1 -DactiveRecipes=org.openrewrite.java.testing.cleanup.RemoveTestPrefix`. Inspired by https://twitter.com/maciejwalkowiak/status/1549332873219657730 Nearly all changes made automatically; only had to adjust some tests calling other test methods such as the super calls...
Adopt Apache Maven wrapper over legacy Takari Maven wrapper. Through `./mvnw wrapper:wrapper -Dmaven=3.8.6`. Colorize output for Regular Build to more easily spot issues.
Closes #1626
Via: https://docs.openrewrite.org/reference/recipes/java/cleanup/commonstaticanalysis Disabled: org.openrewrite.java.cleanup.AddSerialVersionUidToSerializable org.openrewrite.java.cleanup.ControlFlowIndentation org.openrewrite.java.cleanup.EqualsAvoidsNull org.openrewrite.java.cleanup.ExplicitInitialization org.openrewrite.java.cleanup.HiddenField org.openrewrite.java.cleanup.HideUtilityClassConstructor org.openrewrite.java.cleanup.MethodNameCasing org.openrewrite.java.cleanup.NeedBraces org.openrewrite.java.cleanup.UnnecessaryThrows
Hope this is helpful; can possibly still be improved as we now list junit-bom twice. Do you have a special way of running the client integration tests? Via https://docs.openrewrite.org/tutorials/migrate-from-junit-4-to-junit-5
## Problem Postgres partitioned tables are not supported [after this change in the driver](https://github.com/pgjdbc/pgjdbc/commit/25eb32c8681eaa4aaac801808b6028e9f5dfbea8#diff-0571f8ac3385a7f7bb34e5c77f8afd24810311506989379c2e85c6c16eea6ce4L1287). #1092 ## Solution Map `PARTITIONED TABLE` as a valid value; not yet enabled by default, although...
_Hi! Had posted this in Slack, but thought to report it here as well pending response there_ In short: I have a Spring Boot 2.2.5 application with `spring-boot-starter-actuator` and `micrometer-registry-elastic`;...
Related to https://github.com/openrewrite/rewrite-spring/issues/203