You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./mvnw clean test
...
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in de.turing85.quarkus.camel.unmarshal.processor.MyUnmarshalProcessorTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
...
Furhter inforomation
I was not able to reproduce the bug with pure camel, only with camel-quarkus
The change in behaviour seems to only affect camel-quarkus in version 3.19.0 / camel 4.10.0, since it worked fine with camel-quarkus 3.18.0 / camel 4.9.0
The text was updated successfully, but these errors were encountered:
Bug description
Given the following processor (source (
github.com
)):and the following test (source (
github.com
)):This test succeeds with quarkus
3.18.4
(camel-quarkus3.18.0
, camel4.9.0
), but with quarkus3.19.1
(camel-quarkus3.19.0
, camel4.10.0
):Expected Behaviour
The test should succeed in quarkus
3.19.1
.Observed Behaviour
The test fails with the above error.
Reproducer
3.18.4
:3.19.1
by applying the follwing patch:github.com
) by applying the following patch:Furhter inforomation
3.19.0
/ camel4.10.0
, since it worked fine with camel-quarkus3.18.0
/ camel4.9.0
The text was updated successfully, but these errors were encountered: