Tobias Soloschenko
Tobias Soloschenko
Okay I got it! I only provided the header in this ticket which I thought to be relevant for this issue, but there were others which caused the problem: They...
Hi @cowwoc - it seems so yes. 👍
I was able to fix this by adding a configuration: ```java @Configuration @Order(1) public class S3Configuration { @Bean(name = "amazonS3Client") @Primary @Profile("!test") public AmazonS3 amazonS3Client(AWSCredentialsProvider credentialsProvider, RegionProvider regionProvider, @Value("${cloud.aws.s3.endpoint}") String...
Hey @maciejwalkowiak thanks for the answer - is there any roadmap when 3.x.x is going to be released?
Thanks a lot for the hints! 👍
Migrated to 3.0.0-M2 and it is working like expected! 👍 Thanks!
Even with UTF-8 as default it would be nice to be able to configure the client in a way that you can tell the server how the resource files should...
@cppwfs - we also need this feature as we need a custom definition for `JobParametersIncrementer` for the CTR to make our appications restartable with a custom batch parameter set. My...
Hey @onobc does this belongs to https://github.com/spring-cloud/spring-cloud-dataflow/issues/5405 - or do you mean the hierarchies in general?
Thanks for the clarification. 👍