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

Improve camel-quarkus-velocity test coverage #3790 #3793

Merged
merged 1 commit into from May 19, 2022

Conversation

JiriOndrusek
Copy link
Contributor

fixes #3790

Copy link
Contributor

@aldettinger aldettinger left a comment

Choose a reason for hiding this comment

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

I agree with previous comments. Once clarified, I think it will be ok to merge this PR.

Further, I wonder if more tests would be needed ? More details in the ticket.

Map<String, Object> variableMap = new HashMap<>();
variableMap.put("headers", CollectionHelper.mapOf("name", name));
variableMap.put("body", "Monday");
variableMap.put("properties", exchange.getProperties());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

(Just pointing to the place, where exchange was originally put into context, I switched it for the properties map, therefore now there is no problem)

@jamesnetherton jamesnetherton merged commit 8a159df into apache:main May 19, 2022
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.

Improve camel-quarkus-velocity test coverage
5 participants