Skip to content

Provide utility for writing Properties to a file in a repeatable manner #23018

Closed
@vpavic

Description

@vpavic

Instances of java.util.Properties are typically written to file using Properties#store. Since this method also writes a timestamp in a comment, its use is problematic in projects that need to have reproducible builds.

If Spring Framework could provide utility for writing Properties to a file in a repeatable manner, this would IMO be of great benefit to all Spring projects. There are already several issues/PRs that are blocked due to the shortcomings of Properties#store:

/cc @dsyer @wilkinsona

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions