cshannon commented on PR #1567: URL: https://github.com/apache/activemq/pull/1567#issuecomment-3675027838
What is everyone's thoughts on back porting to older branches? The diff is large because of the cleanup but there should not be breaking changes, it's all just clean up and fixing issues. No public API or anything is effected so in terms of Semver it is fine. Back porting would be nice because if we don't then if we have to fix any future KahaDB bugs we would be more likely to run into some merge conflicts if trying to backport. There were some JDK 17 stuff that I didn't do such as switch to more modern switch statements and instanceof matching because i wasn't sure if we'd backport to 5.x or not. That stuff could be done if we are not. -- 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] For further information, visit: https://activemq.apache.org/contact
