Skip to content

Support additional file formats in ReloadableResourceBundleMessageSource #18990

Closed
@spring-projects-issues

Description

@spring-projects-issues
Collaborator

Loïc Dreux opened SPR-14419 and commented

ReloadableResourceBundleMessageSource 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 add a property "customExtension" to support other file format like yaml.


Affects: 4.2.6

Activity

added
status: bulk-closedAn outdated, unresolved issue that's closed in bulk as part of a cleaning process
and removed on Jan 11, 2019
spring-projects-issues

spring-projects-issues commented on Jan 12, 2019

@spring-projects-issues
CollaboratorAuthor

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

62mkv

62mkv commented on Mar 15, 2019

@62mkv

I would say it's relevant!

pierrickrouxel

pierrickrouxel commented on Jul 19, 2019

@pierrickrouxel

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.

Gorynych

Gorynych commented on Dec 29, 2019

@Gorynych

Is it possible to reopen an issue?

added and removed
status: bulk-closedAn outdated, unresolved issue that's closed in bulk as part of a cleaning process
on Jan 2, 2020

58 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

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

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @bclozel@sbrannen@sdeleuze@poutsma@rstoyanchev

      Issue actions

        Support additional file formats in `ReloadableResourceBundleMessageSource` · Issue #18990 · spring-projects/spring-framework