Skip to content

Conversation

@JiriOndrusek
Copy link
Contributor

@JiriOndrusek JiriOndrusek commented Jun 8, 2021

fixes #2693
fixes #2623

I'm not sure whether we want to pprovide solution for this issue, if it uses native configuration.

  • + this change makes sql component complete for use in JVM and native mode
  • + basic coverage of usecases should be complete
  • - Serialization support in quarkus (PR) is not merged. Once it is present, this solution should be refactored to use build items.

Copy link
Contributor

@ppalaga ppalaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A am +1 on this, two minor comments inline.

@ppalaga
Copy link
Contributor

ppalaga commented Jun 9, 2021

One more thing: could we please keep #2693 open so that we do not forget to revisit this once we get the serialization support from Quarkus? Also, it would be nice to add one or more comments in the code that would clearly mark this solution as a workaround for #2693 Well, I see that it is not possible to comment in json files; maybe we could add a README.adoc explaining the situation?

@JiriOndrusek
Copy link
Contributor Author

JiriOndrusek commented Jun 9, 2021

If I move automatic registrations of serialization into core, it would be probably better to create a new issue to replace this workaround once serialization is supported in quarkus. README.adoc expaining the details would be nice, I agree.

@JiriOndrusek JiriOndrusek marked this pull request as draft June 9, 2021 09:32
@JiriOndrusek JiriOndrusek force-pushed the sql-aggregator branch 3 times, most recently from f2a5c79 to 47ec399 Compare June 9, 2021 10:04
Copy link
Contributor

@ppalaga ppalaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks!

@JiriOndrusek JiriOndrusek marked this pull request as ready for review June 9, 2021 10:31
@ppalaga ppalaga merged commit fbef243 into apache:main Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sql aggregator does not work in native mode, solve DefaultExchangeHolder globally. Expand Sql test coverage

3 participants