Navid Mitchell

Results 10 comments of Navid Mitchell

After a ton of searching to resolve this same problem this worked for me as well. `docker plugin install rexray/s3fs:latest S3FS_REGION=${aws_region} S3FS_OPTIONS="allow_other,iam_role=auto,umask=000" --grant-all-permissions`

In regards to this. I have been wondering about running complete Camel routes within Kafka Connect. It seems that this idea is great for the source and sink sides of...

Without this inheritance does not allow for DRY. I am completely dumb founded that this is not supported 4 years later. What's the barrier to implementing this? I would gladly...

Found a temporary fix here that worked for me. It is not the marked answer but works nicely. https://stackoverflow.com/questions/49627750/vuetify-closing-snackbar-without-closing-dialog "For anyone still looking for a good solution: add `` as...

Interestingly if you use this as a base image the AWS cli will install and work properly. FROM adoptopenjdk/openjdk11:alpine I was able to do this using the following Dockerfile ```...

I do like the reactor framework in terms of ease of use. I would caution the use of it exclusively for the elastic client. Since this is the data access...

> I have the same problem, have you found a workaround for this bug? > > (my openapi.json is automatically generated and I have no choice but to use openapi...

I had the same problem using the Liquibase Gradle plugin with, spring boot 3.3.1, hibernate 6, and liquibase 4.28. I resolved this by adding to my gradle.build ``` liquibaseRuntime sourceSets.main.runtimeClasspath...

Thank you for the response. I will probably not use the Proxy client then. Maybe the bookkeeper docs need to be updated to reflect the current direction. :)