native-image.properties supports specifying a single --initialize-at-build-time parameter with multiple packages separated with ,. This issue intend to use this capability since:
- This is usually the recommended way to specify multiple packages.
- This is consistent with the generated configuration.
- It allows to group per module --initialize-at-build-time when passed to the native-image command.