Skip to content

Add resource hints for application properties #31311

@sdeleuze

Description

@sdeleuze

This issue is about adding resource hints for application properties files, including:

  • both .properties, .yml and yaml variants
  • supporting suffixed versions like application-profile.properties

The related generated configuration by Spring Native is:

      {
        "pattern": "^application.*.properties"
      },
      {
        "pattern": "^application.*.yaml"
      },
      {
        "pattern": "^application.*.yml"
      },

Metadata

Metadata

Assignees

Labels

theme: aotAn issue related to Ahead-of-time processingtype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions