Michał Pachucki

Results 4 issues of Michał Pachucki

- [V] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [V] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting...

status: waiting-for-triage

Fixes https://github.com/spring-cloud/spring-cloud-commons/issues/1183

in progress

I am using 3.1.4. My spring cloud config server has a self signed cert. I did not want to add its certificate to java trust store, so I wanted to...

enhancement
help wanted

Hi, I am upgrading from H2 2.2.224 to 2.3.232 and CTE combined with delete stopped working: `WITH CTE([id], DuplicateCount) AS (SELECT [id], ROW_NUMBER() OVER(PARTITION BY [id] ORDER BY ID) AS...