Julien Ponge

Results 260 comments of Julien Ponge

This shades and relocates JCTools and Smallrye Common Annotations. The JCTools `.atomic.` queue variants are removed as well as counters and maps. On the sizes front the benefit isn't spectacular:...

I did a more agressive pruning: ``` 972K no-deps/target/mutiny-no-deps-999-SNAPSHOT.jar ``` The best we can do. /cc @franz1981

I'm merging this, but this won't be much advertised. Consuming the main `mutiny` artefact should be the norm, the shaded variant is to be used only if you know what...

It looks quite easy thanks!

Also see https://github.com/smallrye/smallrye/wiki/Release-Process

@tomaszklucha-stla can you please create a public repository instead?

I did see `CANCELLATION` and `TERMINATION` in the logs while running the tests: ```patch diff --git a/src/main/java/grpc/example/HelloGrpcService.java b/src/main/java/grpc/example/HelloGrpcService.java index 91ab995..401b7a3 100644 --- a/src/main/java/grpc/example/HelloGrpcService.java +++ b/src/main/java/grpc/example/HelloGrpcService.java @@ -21,10 +21,10 @@ public...