Julien Ponge

Results 47 issues of Julien Ponge

Collect all important changes in 2.0 and explain how to migrate existing code bases.

documentation

Is this something needed after all?

on-roadmap
api-deprecation

💡 While doing some explorations I realised that the different configurations of `Multi.broadcast()` can trigger a re-subscription. 🔬 We have the following test in `MultiReferenceCountSubscriberTest.java`: ```java Multi multi = Multi.createBy().concatenating().streams(...

help wanted

### Discussed in https://github.com/smallrye/smallrye-mutiny/discussions/742 Originally posted by **michalszynkiewicz** November 5, 2021 For me, `atLeast` suggests that the value will be memoized/cached for the specified amount of time or longer (I'd...

enhancement
good first issue

I have been able to deploy a Vert.x component with the following hand-crafted resource: ```yaml apiVersion: halkyon.io/v1beta1 kind: Component metadata: name: dekorate-and-vertx spec: runtime: vert.x version: 3.8.3 deploymentMode: dev port:...

Ok folks, we haven't had much development over the past few years, even if we managed to assemble a release in Fall 2021 😉 While we've all moved to other...

- [x] Building Golo - [x] First steps (quick start) - modules, functions, variables, control flow ... - [ ] Collections of data fields (Struct, Dynamic Objects) - [ ]...

in-progress
documentation

Document how to cut a release, upload artefacts to Maven Central, update the website, etc.

documentation