NathanEckert

Results 18 issues of NathanEckert

**Describe the bug** Assertj has a type confusion and does not properly infer types when nesting `satisfiesAnyOf()` within `allSatisfy()` when one of the type involved extend `Future`. The code fails...

type: bug
status: pending investigation

I have read check documentation: - https://checkstyle.org/checks/blocks/leftcurly.html - https://checkstyle.org/checks/misc/indentation.html I have downloaded the latest checkstyle from: https://checkstyle.org/cmdline.html#Download_and_Run I have executed the cli and showed it below, as cli describes the...

approved
indentation
google style

Snowflake account identifier: `FZLBQHX.CW96174` (See ticket 00686664 for more data and context) Hello, We are having issues with the size of the jars, despite the use of the new experimental...

enhancement
status-triage_done

Hello, On the example property file provided in https://github.com/brettwooldridge/HikariCP?tab=readme-ov-file#rocket-initialization Most of the properties are prefixed with `dataSource.`. However, upon playing with the configuration, I noticed it is not true for...

Hello, Playing around with the configuration files of Hikari, I noticed it does not support environment variable: ```java package com.tests.hikari import static org.assertj.core.api.Assertions.assertThat; import com.zaxxer.hikari.HikariConfig; import com.zaxxer.hikari.HikariDataSource; import lombok.Cleanup; import...

### Problem: I am trying to migrate from the java sdk v1 to the sdk v2. I am trying to use the `EncryptionClient` with range query, but I cannot make...

### Describe the issue I am trying to migrate some code from the SDK v1 to the SDK v2 and one of the last hurdle is the following piece of...

documentation
needs-review
p2

I am looking to do the following assertion: ```java final ThreadTestEnv env = new ThreadTestEnv(); ... await() .atMost(10, TimeUnit.SECONDS) .onFailure(env::printErrors) .untilAsserted(() -> { final Set values = runQuery(); assertThat(values).containsExactlyInAnyOrder("notThere"); });...

## Driver version 2.1.0.29 ## Redshift version ## Client Operating System Linux Ubuntu 22.04.4 LTS ## JAVA/JVM version openjdk 21.0.3 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit...

### Problem: When using ranged queries with the encryption client, I get a different behavior than with the regular S3 client. It is not clear there which one is incorrect:...