Arnaldo Piccinelli
Arnaldo Piccinelli
Anyone who cares about this product, make your voice heard HERE: https://issuetracker.google.com/issues/136079176 Thanks, @malversan, for getting the ball rolling. If we can do any more to salvage this amazing app,...
Sorry for the non-communication. I have been swamped, but I do want to update this project. I'm currently updating every library version, and working on updating out of date code....
In my current application, I have noticed that certain tests fail after the 28th of the month. This is because date math becomes wonky at that point. For example, if...
I can confirm the following behavior: - File type: XLSX - File size: 163,768 bytes Localstack: - 1.2.0 - fails - 1.1.0 - fails - 0.14.5 - passes
This is totally possible. Just get an `InputStream` from AWS libraries and use it. Get InputStream ```java public InputStream getS3FileInputStream(@NonNull final String key,@NonNull final String bucket) { log.debug("Reading file with...
Might be related to https://github.com/ff4j/ff4j-spring-boot-starter-parent/issues/339. I cannot migrate to v2.0.0 due to Spring Boot versions, so the solution would be to backport the changes found [here](https://github.com/ff4j/ff4j-spring-boot-starter-parent/blob/9f300bd12ddec240c2eeeaa011f88ed3c9604e2c/ff4j-spring-boot-autoconfigure-common/src/main/kotlin/org/ff4j/spring/boot/autoconfigure/common/FF4JOpenApiConfiguration.kt#L50).
Great to hear, but for some reason it's not working. Partial dump of my credentials file: ``` 16:44:07 › head -n 12 ~/.aws/credentials [default] aws_access_key_id = access_key aws_secret_access_key = secret_key...
Thanks, @ottokruse! All things being equal, I would say the profile flag is the cleaner, more standard way to accomplish this. But either way, documenting it would be great. Thanks...
@simube, can you provide at least 1 data sample (pre and post sorting)?
@jzheaux, as far as my code sample above, the uncommented version is how it worked in Spring Boot 2.7. The methods in `ReportController` had the additional `hasRole('ROLE_REGULAR')` clause. But now,...