Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner #392

Merged
merged 3 commits into from Nov 11, 2019

Conversation

lburgazzoli
Copy link
Contributor

Fixes #389

@lburgazzoli
Copy link
Contributor Author

ok to test

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.

Could you please explain, what problem is this solving?

@lburgazzoli
Copy link
Contributor Author

The default type registry does it's own class-path scanning and does not offer an hook for quarkus idiomatic injection of a custom type converter loaders, this PR aims to leverage Quarkus facilities to discover resource files at build time and add an option to inject custom type converter using a build item.

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.

Sounds good, thanks.

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.

Wanted to approve, sorry.

@lburgazzoli
Copy link
Contributor Author

ok to test

@asf-ci
Copy link

asf-ci commented Nov 11, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/386/

@asf-ci
Copy link

asf-ci commented Nov 11, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/387/

@lburgazzoli lburgazzoli merged commit 391348d into apache:master Nov 11, 2019
@lburgazzoli lburgazzoli deleted the type-converters branch November 11, 2019 16:00
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.

[code formatter] multi line TODOs are not supported
4 participants