Skip to content

feat(1463): Enhance DefaultDynamoDbTableNameResolver with caching and improved table name resolution - #1464

Merged
maciejwalkowiak merged 2 commits into
awspring:mainfrom
marcusvoltolim:gh-1463
Sep 14, 2025
Merged

feat(1463): Enhance DefaultDynamoDbTableNameResolver with caching and improved table name resolution#1464
maciejwalkowiak merged 2 commits into
awspring:mainfrom
marcusvoltolim:gh-1463

Conversation

@marcusvoltolim

@marcusvoltolim marcusvoltolim commented Sep 10, 2025

Copy link
Copy Markdown
Contributor

Resolves #1463

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Enhance DefaultDynamoDbTableNameResolver with caching and improved table name resolution.

💡 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 the component: dynamodb DynamoDB integration related issue label Sep 10, 2025
@marcusvoltolim marcusvoltolim changed the title qfeat(1463): enhance DefaultDynamoDbTableNameResolver with caching and improved table name resolution feat(1463): enhance DefaultDynamoDbTableNameResolver with caching and improved table name resolution Sep 10, 2025
@marcusvoltolim marcusvoltolim changed the title feat(1463): enhance DefaultDynamoDbTableNameResolver with caching and improved table name resolution feat(1463): DefaultDynamoDbTableNameResolver enhance with caching and improved table name resolution Sep 10, 2025
@marcusvoltolim marcusvoltolim changed the title feat(1463): DefaultDynamoDbTableNameResolver enhance with caching and improved table name resolution feat(1463): Enhance DefaultDynamoDbTableNameResolver with caching and improved table name resolution Sep 10, 2025

@maciejwalkowiak maciejwalkowiak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @marcusvoltolim!

@maciejwalkowiak maciejwalkowiak added this to the 4.0.0 milestone Sep 14, 2025
@maciejwalkowiak
maciejwalkowiak merged commit 211a798 into awspring:main Sep 14, 2025
6 of 9 checks passed
@marcusvoltolim
marcusvoltolim deleted the gh-1463 branch September 16, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: dynamodb DynamoDB integration related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DefaultDynamoDbTableNameResolver simplifying logic and using Map as cache

2 participants