tkobayas commented on issue #6462: URL: https://github.com/apache/incubator-kie-drools/issues/6462#issuecomment-3345631802
> When does 10.2.x release is planned? We started a discussion for 10.2.0 release, but the target date is not yet forecasted. > What branch should I target the PR to be included in 10.2.x release? If it will go smoothly, it will be merged into main, before cutting off 10.2.x branch. So probably yes, but not 100% sure. > Are there any minor builds for the fix to be included in 10.1.x? I Haven't seen any such published artifacts in maven central... Probably no. Micro version (e.g. 10.1.1) would happen only for exceptional cases (e.g. critical security issues). Sorry that it doesn't seem ideal for you. If you are not confortable with the situation, probably you can: A) Build your own patched version based on 10.1.0 source codes. B) Replace `matches` with a custom static utility method like `regexMatches(name, "J.*n")` in your DRL, then you would be able to implement your own cache logic. (e.g. `ConcurrentHashMap` as suggested in https://github.com/apache/incubator-kie-drools/pull/6469 , or `HashMap` on ThreadLocal to avoid concurrency etc.) I guess option B) would be easier. -- 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]
