Spring-framework: Make ResourceBundleMessageSource support more file formats [SPR-14419]

Created on 29 Jun 2016  路  9Comments  路  Source: spring-projects/spring-framework

Lo茂c Dreux opened SPR-14419 and commented

ResourceBundleMessageSource could store and load Properties with a custom implementation of the PropertiesPersister like YamlPropertiesPersister.java but the extensions ".properties" and ".xml" are hard coded in Java Source.

A good solution could be to had a property "customExtension" to support other file format like yaml.


Affects: 4.2.6

team-attention web enhancement

Most helpful comment

I would say it's relevant!

All 9 comments

Bulk closing outdated, unresolved issues. Please, reopen if still relevant.

I would say it's relevant!

I think this is relevant too. All my application is YAML configured (properties, liquibase..) excepted messages. It's really frustrating.
Without this support we must use two different markup language to maintain our projects.

Is it possible to reopen an issue?

i think it is relevant too

It's relevant!

any updates on this?

Really waiting for it!!! It's relevant!

At least tell us when will this be resolved.

Was this page helpful?
0 / 5 - 0 ratings