This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
[BUG] Native build backend wipes out the expression content in verbose dialect #617
Labels
bug
Something isn't working
Comments
apupier
added a commit
to apupier/kaoto-backend
that referenced
this issue
Apr 7, 2023
part of KaotoIO#617 Signed-off-by: Aurélien Pupier <[email protected]>
apupier
added a commit
to apupier/kaoto-backend
that referenced
this issue
Apr 7, 2023
fixes KaotoIO#617 Signed-off-by: Aurélien Pupier <[email protected]>
apupier
added a commit
to apupier/kaoto-backend
that referenced
this issue
Apr 7, 2023
- it allows to have a non-regression test for KaotoIO#617 issue with expressions - extracted a single test from IntegrationsResourceTest which cannot be launch in Native mode because it is using @Inject to access internal services directly. it allows to inherit the native test class from IntegrationsResourceTest and play all of the existing tests in native part of KaotoIO#617 part of KaotoIO#437 Signed-off-by: Aurélien Pupier <[email protected]>
apupier
added a commit
to apupier/kaoto-backend
that referenced
this issue
Apr 7, 2023
the Expression related classes were missing from native build; Registered all of them for reflection. It might be possible to be more specific and register a single one. to be investigated and potentially improved in another iteration fixes KaotoIO#617 Signed-off-by: Aurélien Pupier <[email protected]>
Delawen
pushed a commit
that referenced
this issue
Apr 10, 2023
- it allows to have a non-regression test for #617 issue with expressions - extracted a single test from IntegrationsResourceTest which cannot be launch in Native mode because it is using @Inject to access internal services directly. it allows to inherit the native test class from IntegrationsResourceTest and play all of the existing tests in native part of #617 part of #437 Signed-off-by: Aurélien Pupier <[email protected]>
Delawen
pushed a commit
that referenced
this issue
Apr 10, 2023
the Expression related classes were missing from native build; Registered all of them for reflection. It might be possible to be more specific and register a single one. to be investigated and potentially improved in another iteration fixes #617 Signed-off-by: Aurélien Pupier <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
While it's preserved with
quarkus:dev
, with native build, the expression content is wiped out with the/expression/simple/expression
version of a dialect.To Reproduce
Steps to reproduce the behavior:
quarkus:dev
quarkus:dev
2023-04-05_12-20-16.mp4
native
2023-04-05_12-11-17.mp4
Expected behavior
Native build should also preserve it
Logs
If applicable, add logs to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: