Skip to content

Conversation

@MatejNedic
Copy link
Member

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Since Parameter Store supports 4kb sometimes i want to have whole ConfigurationProperty class located in one parameter. Currently this was not possible

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated reference documentation to reflect the change
  • All tests passing
  • No breaking changes

🔮 Next steps

@github-actions github-actions bot added component: parameter-store Parameter Store integration related issue type: documentation Documentation or Samples related issue labels Oct 23, 2025
@MatejNedic MatejNedic added this to the 3.4.1 milestone Oct 29, 2025
Copy link
Contributor

@maciejwalkowiak maciejwalkowiak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall a great idea!


[source,properties]
----
spring.cloud.aws.region=eu-central-1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can use different example properties to not confuse readers that it has something to do with Spring Cloud AWS region and endpoint configuration?

private static Log LOG = LogFactory.getLog(ParameterStorePropertySource.class);
private static final String PREFIX_PART = "?prefix=";

private static final String PREFIX_PROPERTIES_LOAD = "?properties";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that a notation you came up with or other Spring projects follow it too?

@maciejwalkowiak maciejwalkowiak modified the milestones: 3.4.1, 4.0.0 Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: parameter-store Parameter Store integration related issue type: documentation Documentation or Samples related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants