davsclaus commented on code in PR #9648:
URL: https://github.com/apache/camel/pull/9648#discussion_r1148949655
##########
components/camel-groovy/src/main/java/org/apache/camel/language/groovy/GroovyShellFactory.java:
##########
@@ -27,4 +29,8 @@ default String getFileName(Exchange exchange) {
return null;
}
+ default Map<String, Object> getVariables(Exchange exchange) {
Review Comment:
Can you add javadoc with details what is the purpose of this new method
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]