Chris Cooper

Results 10 comments of Chris Cooper

Isn't this more of a bug? The javadoc states that close is async.

+1 for me on this issue, it is preventing a multiple deployer use case for me as well. I would advocate for not using qualifiers or profiles and leave that...

/remove-lifecycle stale

/remove-lifecycle stale

this affects jax-rs spec as well, so I'm guessing the problem is not limited to kotlin, so please don't just fix it there

I did some debugging, I've traced the issue down to the `InvokedParameterisedMethod` class, in the constructor if the value of `params` is a string, then it is passed through the...

I'm using the wrapper class workaround. I get the 2d array works, my largest issue is that it's easy to do it wrong and you won't even know.