Skip to content

[GR-42823] Add native-image API for defining built-in system-properties for image-runtime #5557

@olpaw

Description

@olpaw

Based on @kristofdho's suggestion we should add an API method that allows users to define system-property key-value pairs that are automatically available at image runtime. This already exists internally as ImageSingletons.lookup(SystemPropertiesSupport.class).initializeProperty("property.name", "value") and should be made available though public API.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions