virajjasani commented on PR #8192: URL: https://github.com/apache/hbase/pull/8192#issuecomment-4674996271
We have different profiles on master and branch-2 (JDK versions, different compatibility) so for any non-trivial PRs, even if it can be merged directly, it is preferred to have master, branch-2 and branch-2.6 (at least one active 2.x branch) PRs to ensure we are not breaking build for any profile. e.g. we can't use JDK 17 semantics on branch-2 because 2.x versions need to support JDK 8. Once you create branch-2 and branch-2.6 PRs and we have clean builds, will merge all PRs together. -- 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]
