Pushed, seems tck don't break anymore with it so we are good.

Side note: that I added a testng listener to fix system properties since
some tests are leaking a few breaking tests executed later (since order is
random I let you imagine what I faced ;)) so don't be too surprise if you
see a weird listener added in our testng xml descriptor now.

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le sam. 13 févr. 2021 à 11:03, Jean-Baptiste Onofre <j...@nanthrax.net> a
écrit :

> Agree for "clean interpolation" and add a flag to be spec compliant.
>
> Regards
> JB
>
> Le 13 févr. 2021 à 10:07, Romain Manni-Bucau <rmannibu...@gmail.com> a
> écrit :
>
> Hi all,
>
> Seems our list injection supports interpolation of values whereas plain
> value (String, primitives, ...) don't until you use a converter.
> I suspect it is not intended because both should support or not injection
> for consistency.
> I'm tempted to make interpolation supported properly and have a global
> flag to disable it to make it spec compliant if needed - it never makes
> sense to not support it in real apps to be honest, in particular in k8s
> world which is what targets MP, no? ;)
>
> Wdyt?
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://rmannibucau.metawerx.net/> | Old Blog
> <http://rmannibucau.wordpress.com/> | Github
> <https://github.com/rmannibucau> | LinkedIn
> <https://www.linkedin.com/in/rmannibucau> | Book
> <https://www.packtpub.com/application-development/java-ee-8-high-performance>
>
>
>

Reply via email to