Alexandre Gallice
Alexandre Gallice
And a more tricky case described here: https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus/topic/MethodNotFoundException.20using.20YAML.20DSL.20with.20native-image Executing the simple expression below would need to register the `String` class as reflective: ``` simple: expression: '${body.replaceAll("^data: *", "")}' resultType: java.lang.String...
Whao, well done remembering that. It's been such a long time that the rationale behind this is totally forgotten :) The only tangible element would be that the [quarkus native...
This commit mentions this is what is recommended by quarkus: https://github.com/quarkusio/quarkus/commit/0b8a4f087979ca1e9cc3c4f951aaff300e87d51e
There is another linked issue in quarkus https://github.com/quarkusio/quarkus/issues/5244.