Nils Breunese
Nils Breunese
> In order to identify them in a multi-instance setup you would have to keep track of which instance is currently active. Does this mean you assume that only one...
> I still think the current document needs expanding with more information about how events work and the limitations and potential pitfalls. Without that, I think the reference documentation is...
And don't forget Maven users. :) I would also prefer to just import `mockk-bom` and then depend on any MockK module without having to specify a version.
Hm, I guess these annotations weren't added to `kmolecules-ddd`, because Kotlin doesn't provide a way to define package-level annotations and that's where these annotations will typically be used?
For update automation tools need a reliable way to determine the current version of Maven Wrapper. The `wrapperVersion` property was a way, although admittedly flawed, because I encounter a lot...
> @breun please comments in open linked issue Ok, comment reposted here: https://github.com/apache/maven-wrapper/issues/364#issuecomment-3244006409
It wouldn't break the ability to use another Maven repository if there were two separate properties, like this: ``` distributionRepositoryUrl=https://repo.maven.apache.org/maven2 distributionVersion=3.9.11 ``` This would assume that the URL to the...
I guess it makes sense to keep `distributionUrl` around as an override to get the distribution from anywhere (and for backwards compatibility). But if `distributionRepositoryUrl` would default to `https://repo.maven.apache.org/maven2`, then...
@oPromessa Thanks for your reply. The source library is on my girlfriend's computer and still available. Our use case is that every now and then we want to share specific...
I also ran into this problem today. `com.google.cloud.tools.jib.maven.extension.JibMavenPluginExtension#extendContainerBuildPlan` receives a `ContainerBuildPlan`, and its `getPlatforms()` method can tell you the set of platforms that will be targeted, but this doesn't allow...