Simon Kågedal Reimer

Results 28 comments of Simon Kågedal Reimer

Found this looking for the same thing – this would be very useful indeed!

This would be wonderful.

Shows up for me as well with Gradle 8.1.1 and a simple `gradle init` project. Not sure what is meant with "newer Java platform plugins" – if you use the...

Ahh, I see what you're saying now. However, it seems to happen also with the `application` plugin – this Gradle file reproduces it: ``` plugins { id 'application' id 'com.github.ben-manes.versions'...

I'd like to mention here that the "getting started" documentation page [Node.js with Typescript](https://nodejs.org/en/learn/getting-started/nodejs-with-typescript) simply says: > Since Node.js v19.0.0, you can use a [custom loader](https://nodejs.org/api/cli.html#--importmodule). Download a loader such...

@t1 I think this assumption is correct. My efforts so far about implementing support for Docker contexts have been well received by the maintainers. I am working on a pull...

Oh cool, I missed that – indeed [3.3.0](https://github.com/docker-java/docker-java/releases/tag/3.3.0) seems to include it. And the dependency in testcontainers-java [was also bumped](https://github.com/testcontainers/testcontainers-java/commit/2c4caadc3d88bea2e75f9b83cbfe122995ca9bb5). So yeah, I guess that's what we need!

@piotrwielgolaski-tomtom Could you provide some details on what you tried and in what you saw?

@piotrwielgolaski-tomtom Right, there is a `SkipTLSVerify` boolean property in the context that also should have been taken into account. I missed/forgot that. When you say "all TLS", do you mean...