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

Added Mustache extension #803 #866

Closed
wants to merge 1 commit into from

Conversation

aldettinger
Copy link
Contributor

No description provided.

import org.apache.camel.builder.RouteBuilder;

@RegisterForReflection(fields = true, methods = false)
public class MustacheRoute extends RouteBuilder {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

As I get it, all route classes containing @BindToRegistry would need to register fields for reflection in order to work in native mode. This behavior is linked to this code. Would it make sense to open a ticket to improve this ? like finding a way to make @BindToRegistry registering classes for reflection or customizing bean post processing for camel-quarkus ?

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

@aldettinger
Copy link
Contributor Author

Ok, thanks. Build issue seems unrelated so I'm gonna rebase and push.
RegisterForReflection follow up issue #867 .

@aldettinger aldettinger deleted the camel-quarkus-803 branch March 10, 2020 15:07
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.

None yet

2 participants