Nikolay Metchev
Nikolay Metchev
When will we see this feature is unclear but it is filed in the issue tracker: https://youtrack.jetbrains.com/issue/KT-16604
It looks as though an attempt was made to create arm64 images but those images are still running x64 JRE. I am referring to this commit: https://github.com/wurstmeister/kafka-docker/commit/c4e8f17fc9bbfe713b31bd9969babbb59523147b ``` docker run...
Hi Nelson, In its current form the message is not very helpful and requires a lot of investigation in order to determine if it’s even worth doing something about it....
Here is a log. Unfortunately gradle doesn't provide timestamps unless they are debug logs but those leak too much information. This log is from my local mac which is less...
Can somebody tell me if this is still blocked by gradle or is there a way forward? If it is waiting on Gradle has an issue been filed with them?...
Thanks @jjohannes Just curious if payment for one feature is an option and what would that cost?
Should this issue be closed? It seems to have started working at some point. Gradle 7.6 works for me.
What would be even more useful is to make it easy to create a smaller image using jlink and jdeps
I have a working solution with the following Dockerfile: ``` FROM debian:stable-slim AS jre-build WORKDIR /app # copy the dependencies into the docker image COPY ./build/dockerRuntimeLibs/* build/lib/ COPY ./build/classes/kotlin/main/ build/classes/...
> > Our solution was defining a [`CustomAccessorNamingStrategy`](https://mapstruct.org/documentation/dev/reference/html/#using-spi) and forgetting that fluent setters ever existed :) > > We already using [a spi-impl](https://github.com/entur/mapstruct-spi-protobuf), so I can't implement a custom Strategy....