Tommy Schmidt
Tommy Schmidt
hey @BernhardBehrendt, do you know anyworkaround that we could use while we wait for the PR to be merged? also: thanks for your work! i was happy to see that...
Hey @akkinoc, sorry for the delayed response, i was on vacation ^^ Spring Cloud allows you to retrieve the `TraceContext` from the `HttpServletRequest` via: ``` final ServletRequestAttributes requestAttributes = new...
Hello @akkinoc, thank you very much! I'll try the code you suggested next week, but I'm very sure this will work without any issues. Is there any chance that this...
I've updated the issue title and description as Spring Cloud Sleuth is no longer maintained and the tracing support has moved to [micrometer tracing](https://micrometer.io/docs/tracing). This is an updated version of...
> Hi, when I try to reproduce the issue, the build finishes successfully with `[WARNING] The requested profile "native-test" could not be activated because it does not exist.` I checked...
@oubidar-Abderrahim have you had a chance to look at this yet?
hey @oubidar-Abderrahim, is there any workaround for this issue that you could recommend for the time being? (besides sticking with an older version of graalvm)
hey @ribasco, any chance you could have a look at it?
> Never used Graal before but as the main guy of working on MPP here I am definitely interested in it. Great to hear that you're interested ^^ > What...
> I've created a test project and I can run using the following config > reflect-config.json > Main.kt > build.gradle.kts > > Could you share an example of what causes...