Re: [PR] Implement the "len" part of contract for java.io.InputStream.read(byte[], int, int) [httpcomponents-core]

2024-08-16 Thread via GitHub
garydgregory merged PR #476: URL: https://github.com/apache/httpcomponents-core/pull/476 -- 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...

Re: [PR] Update PublicSuffixMatcher to use "formal algorithm" [httpcomponents-client]

2024-08-16 Thread via GitHub
ok2c commented on PR #566: URL: https://github.com/apache/httpcomponents-client/pull/566#issuecomment-2293438025 @massdosage I am fine with your changes to the `PublicSuffixMatcher` class. However I do think we must preserve the original behavior of `#matchIdentity` method of `DefaultHostn

[PR] Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 [httpcomponents-core]

2024-08-16 Thread via GitHub
dependabot[bot] opened a new pull request, #477: URL: https://github.com/apache/httpcomponents-core/pull/477 Bumps commons-cli:commons-cli from 1.8.0 to 1.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com

[PR] Bump org.junit:junit-bom from 5.10.3 to 5.11.0 [httpcomponents-core]

2024-08-16 Thread via GitHub
dependabot[bot] opened a new pull request, #478: URL: https://github.com/apache/httpcomponents-core/pull/478 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. Release notes Sourced from https://github.com/junit-team/junit5/releases";>org.junit

[PR] Bump io.reactivex.rxjava3:rxjava from 3.1.8 to 3.1.9 [httpcomponents-core]

2024-08-16 Thread via GitHub
dependabot[bot] opened a new pull request, #479: URL: https://github.com/apache/httpcomponents-core/pull/479 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.8 to 3.1.9. Release notes Sourced from https://github.com/ReactiveX/RxJava/releases";>io.re

[PR] Input streams returned by DecompressingEntity.getContent() should support mark(int) and reset() [httpcomponents-client]

2024-08-16 Thread via GitHub
garydgregory opened a new pull request, #567: URL: https://github.com/apache/httpcomponents-client/pull/567 support mark(int) and reset() if the underlying stream does - Pass calls to the underlying InputStream for mark(int) - Pass calls to the underlying InputStream for reset()

Re: [PR] Input streams returned by DecompressingEntity.getContent() should support mark(int) and reset() [httpcomponents-client]

2024-08-16 Thread via GitHub
arturobernalg commented on code in PR #567: URL: https://github.com/apache/httpcomponents-client/pull/567#discussion_r1720664106 ## httpclient5/src/main/java/org/apache/hc/client5/http/entity/LazyDecompressingInputStream.java: ## @@ -83,19 +83,29 @@ public boolean markSupported