Dmitriy Popov
Dmitriy Popov
After playing with `openhtmltopdf-examples\src\main\resources\testcases\form-controls.html`, I've discovered what influences the non-working `checked` attribute on the `radio` inputs. It is the `value` of the `radio`: `checked` only works for the _consecutive_ values...
I tried to open the file in different editors, and it actually seems that it is an Acrobat Reader bug, since checked radio works in all other viewers: Freaking Acrobat...
I've posted a bug to Acrobat Reader forum [here](https://community.adobe.com/t5/acrobat-reader/radiobutton-checked-value-bug-works-in-all-pdf-viewers-except-acrobat-reader/m-p/11410025?page=1#M70272) and to Acrobat Bug Tracker [here](https://acrobat.uservoice.com/forums/926812-acrobat-reader-for-windows-and-mac/suggestions/41312218-radiobutton-checked-value-bug-works-in-all-pdf-vi).
https://github.com/algolia/algoliasearch-client-kotlin/pull/393 — please merge this MR that also includes te `ktor-*` updates from `2.2.3` to `2.3.7`.
Also [CVE-2022-1471](https://nvd.nist.gov/vuln/detail/CVE-2022-1471) is now failing on the `org.yaml:snakeyaml:jar:1.30:compile` dependency. It crashes our builds.
We are probably facing a similar issue — starting from today (the first fail was at `Jan 12, 2023, 11:30 AM GMT`), the GitLab pipelines started to fail. * Trivy...
What happens if we set `--offline-scan`? [The documentation](https://aquasecurity.github.io/trivy/v0.22.0/advanced/air-gap/#run-trivy-with-skip-update-and-offline-scan-option) is not very clear about it. If it stops to refresh the CVE database, this isn't the best constant solution.
I guess it's related to the upcoming Spring / Spring Boot 3.0 release that will use `Hibernate 6.1.5+` (see https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0-RC2). And there is still no 3.0.0 RC for `spring-hibernate-envers` (at...
Yes, this is very important, the tests are broken when migrating to Spring Boot 3 because of this annotation. Is there a new version of the plugin probably? Version `2.2.0`...