Jochen Schalanda
Jochen Schalanda
Fixes https://issues.redhat.com/browse/DBZ-7797
The `BufferedReader` in `PreparedCommentHeader#update()` is initialized with a read-ahead limit of 2048 bytes. If a file is larger than that, the mark will be invalidated while the `update()` method skips...
When using the Gradle configuration cache, the tasks of the Licenser plugin (version 0.6.1) can only be executed once. The second time fails with an error message: Output with error...
The FortiOS syslog parser doesn't seem to handle key/value pairs with quotes correctly: https://community.graylog.org/t/2-2-3-fortigate-parsing/1034
This PR is an example of the bug listed in issue #272. Replaces #271
https://tip.golang.org/doc/go1.23
Run `mysql` tests with MySQL 8.0, 8.4, and 9.0.
Run postgres/pgx4/pgx5 tests with PostgreSQL 16.