eduresende opened a new pull request, #439: URL: https://github.com/apache/qpid-proton/pull/439
On Ruby 3.4 the DEFAULT_URI_PARSER is throwing an error: ```ruby ❯ DEFAULT_URI_PARSER = URI::Parser.new(:HOSTNAME => /(?:#{URI::PATTERN::HOSTNAME})|/) 'Class#new': wrong number of arguments (given 1, expected 0) (ArgumentError) from (irb):438:in '<main>' ``` This PR aims to replace the parser with a custom version that works well with Ruby 3.4 -- 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