RFR: 8362598: [macos] Add tests for custom info plist files [v5]

Alexey Semenyuk asemenyuk at openjdk.org
Mon Oct 6 18:33:22 UTC 2025


On Sat, 4 Oct 2025 01:01:37 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

>> - Added test for custom info plist to cover app image including embedded runtime and runtime installer.
>> - Fixed bug in `writePList`. It was missing `writeStartDocument()/writeEndDocument()` and `DOCTYPE` should be full xml string.
>
> Alexander Matveev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8362598: [macos] Add tests for custom info plist files [v5]

I took the liberty of using your patch as a baseline to improve testing of plist properties, including file associations. Here - https://github.com/openjdk/jdk/pull/27658. Would you consider pulling it into your PR?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27509#issuecomment-3373279398


More information about the core-libs-dev mailing list