Krzysztof Dębski
Krzysztof Dębski
Fixes #95
## Environment **Liquibase Version**: 3.4 **Liquibase Integration & Version**: CLI **Liquibase Extension(s) & Version**: **Database Vendor & Version**: **Operating System Type & Version**: ## Description There is no option to...
[r2dbc] OutboundRow class should not use deprecated class org.springframework.r2dbc.core.Parameter
`org.springframework.data.r2dbc.mapping.OutboundRow` class uses deprecated class `org.springframework.r2dbc.core.Parameter`. It was deprecated in Spring 6.0. Documentation for `org.springframework.r2dbc.core.Parameter` says to use `io.r2dbc.spi.Parameter` instead, so `OutboundRow` should be changed to use the class from...
Add support for Pub/Sub for static master/replica configuration and document that it supports publishing/subscribing only with one node. - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x]...
## Environment **Liquibase Version**: 4.3.5 **Liquibase Integration & Version**: liquibase.integration.commandline.Main ## Description I use `executeCommand` to execute some command. I pass parameters which are sensitive. For example: ```xml ``` The...
**Affects PMD Version:** 7.3.0 **Rule:** [UnusedPrivateMethod](https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#unusedprivatemethod) **Description:** `UnusedPrivateMethod` is reported when a private method is used in an argument of another method called on a reference o type `var` and...