Arnout Engelen
Arnout Engelen
Looks like with #4376 this can now be closed, right?
I guess we could record it, but it'd have to be optional, as caches typically don't appear to expose that information either (e.g. https://cache.nixos.org/c8fmjixgr2i38841xd26z63pmwn5dpg0.narinfo) > signature should contain the build...
Sorry, my Gradle knowledge isn't really sufficient to meaningfully review this change. It looks fairly low-risk, though...
seems like this was a temporary problem on the nix side, seems to work fine again on the latest.
Hrm I'm seeing it again now
(the patch upstream works, let's keep this open until it's made it to a released version though)
I wonder if we shouldn't go a step further, and instead of adding a `asJavaPublisher`, actually changing the existing `asPublisher` to use the Java classes instead of the old `org.reactivestreams`...
> It just seems like we shouldn't treat the Java Flow API as a 2nd class citizen. Much agreed. Perhaps we could make `asPublisher` the Java Flow one and rename...
looks like this was indeed fixed with [#2475](https://github.com/apache/pekko/pull/2475)
I don't find the name very clear - I had to google it and found https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/map-not-null.html (I didn't find it in Spring AI). Couldn't you achieve this with a single...