eduresende commented on PR #439: URL: https://github.com/apache/qpid-proton/pull/439#issuecomment-2685671378
> @eduresende Is there an initial version of rubby that this change works for? In other words how backwards compatible is this change? @astitcher Thank you for the answer. `URI::RFC2396_Parser` has existed since Ruby 2.2, but in Ruby 3.4 the default parser changed: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/  as the problem only happens after Ruby 3.4, I changed the PR to apply the fix only under this condition. This way, we won't have any risks of incompatibility with previous Ruby versions. What do you think? -- 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: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org