Zbynek Vyskovsky
Zbynek Vyskovsky
### Describe the bug The `delete_item` is supposed to return `Attributes` field containing original content of item when `ReturnValuesOnConditionCheckFailure` is set to `ALL_OLD` and condition fails, or in general, when...
Based on PR for commons-lang3 https://github.com/apache/commons-lang/pull/1270 There is `Collections.binarySearch()` in Java core. However, it searches for exact element which is often not usable, as the elements are typically sorted by...
There is `Collections.binarySearch()` in Java core. However, it searches for exact element which is often not usable, as the elements are typically sorted by particular field. These methods introduce `binarySearch()`...
### Version 5.0.5 ### Context OS: Linux 6.17.0-6-generic #6-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 7 13:34:17 UTC 2025 x86_64 GNU/Linux (Kubuntu 25.10) JVM: openjdk 21.0.9 2025-10-21 project link: https://github.com/kvr000/zbynek-java-exp/tree/master/http-exp/http-benchmark In HttpClient...