Colin Aygalinc

Results 10 issues of Colin Aygalinc

Hi, I have a project that use the flatten maven plugin with this configuration : ```` true resolveCiFriendliesOnly ```` and replace central maven repository by a cutom configuration in order...

Hi, I notice in the generated JsonObjectConverter that convertion generation is done by using only public getter and setter. if i want a design where my data Object are close...

enhancement

Hi, Is there any plan to support DbDataSource directly with dapper ?

Hello , On a rabbit 3.9.26, we use a straightforward setting to test message depuplication with pica : ```python connection = pika.BlockingConnection(pika.ConnectionParameters( 'localhost', 5672, '/', credentials, channel_max=3, client_properties={ 'connection_name': 'producer_dedup'...

bug

A PR to add the extension method in the same way as its available for the Tracing part

**Is your feature request related to a problem? Please describe.** Hello ! Is there a way to do a level decomposition algorithm ? I try to solve some ordering problem...

enhancement

I have the following schema : ```` CommonNetworkType: description: All the network types available type: string enum: - electrical - modbus-sl CommonNetwork: type: object properties: id: $ref: '#/components/schemas/DefaultId' type: $ref:...

Hi, I have a Router socket that send many message to some dealer. I have used setSendTimeOut(0) , to avoid blocking send. I constat that Jeromq Router Socket is blocking...

needs assessment

Does the shopping API provide some async method ? (asyn insertion of product for example) How do we use them ?

Is it in the roadmap to enable Graal as JIT in ARMv7 32 bits Architecture or as native image generator ?

feature