Results 14 issues of Daniel Frąk

**Is your feature request related to a problem? Please describe.** I'm trying to extend Faker to generate some domain-specific data using yml files. The only solution to this is proposed...

Given an example value in MongoDB: ``` ISODate("2020-01-22T09:45:04.613Z") ``` The retrieved field value is: ``` 2020-01-22 09:48.04 UTC ``` I'm not sure if something is wrong with my config but...

When a generic class is annotated with `@Schema` having a non-null `name`, the `TypeNameResolver` does not get called, resulting in every instance of this class having the same name (as...

### Expected behavior Given: - Object A contains a non-null iterable property - Object B's value of that property is `NULL` When: - Object A's (@MappingTarget) values are updated using...

bug

Assuming I have a class structure like this: ```java public class MyClass { public someMethod1() { MyInternalClass.someMethod2(); } private static class MyInternalClass { static void someMethod2() { // Do stuff...

Consider code like this (using `@Slf4j`): ```java if(log.isDebugEnabled()) { log.debug("Test log {}". performSomeComputation()); } ``` While pitest correctly ignores the `log.debug` statement, the conditional is still being mutated. The Pitest...

### Describe the bug AWS SDK `2.21.12+` causes our Gitlab CI runner (an AWS `t3.xlarge` instance) to time out on S3 operations. While the tests usually take 6-10 min, here...

bug
third-party
p3

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior S3 times out on CI when using AWS SDK 2.21.0+. Importantly,...

type: bug
status: response required
aws:s3
area: ci
area: integration/aws-sdk-java
status: stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Trying to download a large file (~1.5GB) from S3, where it...

type: bug
area: infrastructure
aws:s3
status: in progress

**Type**: Bug **Component**: S3 **Describe the bug** Running any version of `spring-cloud-aws-dependencies` higher than 3.0.2 (tested with 3.0.3 - 3.1.1) causes our Gitlab CI runner (an AWS `t3.xlarge` instance) to...

component: s3
status: waiting-for-feedback