Сопровождающий Ivan Zakharyaschev в ветке c9f2: Информация
Имя сопровождающего: Ivan Zakharyaschev (imz)
Собрано source пакетов в данной ветке: 33
Последние изменения
21 августа 2025 г. 18:10
#391778 отправлено Ivan Zakharyaschev
Java_recursion_limit_CVE_fix
Protocol Buffers - Google's data interchange format
14 августа 2025 г. Ivan Zakharyaschev:
- Backported Java recursion limit fixes from p10 (Fixes: CVE-2024-7254), but with fixes in UnknownFieldSetLite instead of UnknownFieldSchema and without the fixes in ArrayDecoders. (Both things appeared in the source later than 3.6.1. However, the corresponding tests have been backported in LiteTest: they detect the problem/verify a fix.) - %check: also run conformance tests (only for C++).
8 июля 2025 г. 10:46
#386944 отправлено Ivan Zakharyaschev
for_protobuf_tests_to_be_backported_soon
Java regression test package
19 июня 2025 г. Ivan Zakharyaschev:
- Build this version from p10 (to have assertThrows for new protobuf tests) by just adapting build options in spec-file that aren't understood in the p9 environment: no -Dmaven.compiler.release, write 1.8 in -DjdkVersion=8.
An assertion framework for Java unit tests
21 марта 2025 г. Paul Wolneykien:
- Added hasCauseThat() method (patch). - Added actual() method (patch). - Added hasMessageThat() method (patch). - Added isSameInstance() method (patch).
A Java mocking framework
27 июня 2025 г. Ivan Zakharyaschev:
- Patched a little for junit-4.13: added the missing overrides for 2 new methods
Java library for testing code with mock objects
1 июля 2025 г. Ivan Zakharyaschev:
- Patched its tests (a tiny bit) for junit >= 4.13. (A slightly different message was expected in the test, and it failed.)