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...
Gradle version: 8.13. Plugin version: 2.5.0. When `extProperty` setting is configured: ``` gitProperties { extProperty = 'gitProperties' } ``` and project is built with displaying warnings: `./gradlew build --warning-mode all`...
### Describe the bug Spock version: 2.3 ``` def "should compare lists"() { given: Consumer c = { [] ==~ [] } c.accept(1) expect: true } ``` It fails with...
Documents changes done at https://github.com/n0mer/gradle-git-properties/pull/243
I am using SpringFox 3.0.0. I encountered an exception when swagger-ui tried to call /v3/api-docs. After some time I found out that the reason is that I need to provide...