ok2c commented on PR #557:
URL:
https://github.com/apache/httpcomponents-client/pull/557#issuecomment-2008965636
@wangkaish There will be no more changes to 4.5.x. Please port the proposed
change-set to `master`.
--
This is an automated message from the Apache Git Service.
To respond to
wangkaish closed pull request #557: Update the method parameter from String to
CharSequence.
URL: https://github.com/apache/httpcomponents-client/pull/557
--
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 g
wangkaish commented on PR #557:
URL:
https://github.com/apache/httpcomponents-client/pull/557#issuecomment-2009032435
@ok2c ok, InetAddressUtils moved to httpcomponents-core, I will create a new
pr to httpcomponents-core and close this pr.
--
This is an automated message from the Apache
wangkaish opened a new pull request, #462:
URL: https://github.com/apache/httpcomponents-core/pull/462
Update the method parameter of InetAddressUtils from String to CharSequence.
Sometimes I need to pass parts of a String(create a String slice) to this
method instead of splitting the
wangkaish commented on PR #462:
URL:
https://github.com/apache/httpcomponents-core/pull/462#issuecomment-2009107247
Hi, @ok2c CI indicates that version compatibility check failed, but in fact
the API is compatible, what do I do in this case?
--
This is an automated message from the Apac
ok2c commented on PR #462:
URL:
https://github.com/apache/httpcomponents-core/pull/462#issuecomment-2009196175
> but in fact the API is compatible
@wangkaish No, it is not. It is compile compatible but binary incompatible.
--
This is an automated message from the Apache Git Service.
To
ok2c commented on PR #462:
URL:
https://github.com/apache/httpcomponents-core/pull/462#issuecomment-2009194371
@wangkaish You do something like that
https://github.com/ok2c/httpcomponents-core/commit/96ca1afe17af5e7e4973b21579adf9ebd5a10a69
--
This is an automated message from the Apache
wangkaish commented on PR #462:
URL:
https://github.com/apache/httpcomponents-core/pull/462#issuecomment-2011021839
@ok2c There is a method named `isIPv4MappedIPv64Address` in
InetAddressUtils, is that mean `isIPv4MappedIPv6Address`?
--
This is an automated message from the Apache Git Se