yesamer commented on code in PR #6704: URL: https://github.com/apache/incubator-kie-drools/pull/6704#discussion_r3411825611
########## kie-api/src/main/java/org/kie/api/runtime/StatelessKieSession.java: ########## @@ -29,6 +29,10 @@ * shot method that will internally instantiate a KieSession, add all the user data and execute user commands, call fireAllRules, and then * call dispose(). While the main way to work with this class is via the BatchExecution Command as supported by the CommandExecutor interface, * two convenience methods are provided for when simple object insertion is all that's required. + * Extends RuntimeSession for common session operations. + * @since 10.1.0 Review Comment: @gitgabrio Thank you, I guess the mistake was this interface was refactored in 10.1.0 (the extended interfaces where different). I double checked, and despite the change, the API contract didn't change - so I'll remove the since parameter which was misleading. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
