The Wire · Showcase
ELASTICSEARCH INDEX NAMES NOW SUPPORT PROPERTY RESOLUTION
By RepoJournal · Filed · About Spring
Spring Data Elasticsearch shipped property resolution for index names, closing a long-standing configuration gap that forces teams to hardcode index references.
The implementation [1] lands a feature request that lets developers use property placeholders in index declarations, simplifying multi-environment deployments. Spring Tools continues its cleanup cycle with log statement removal [2] and the elimination of a temporary HtmlTooltip workaround [3], while also tackling performance on the Add starters zip download [4]. Logback patches roll across the ecosystem: both Security [5] and Session [6] bumped to 1.6.1 to fix TimeBasedRollingPolicy behavior during asynchronous compression. Integration Samples picked up minor documentation fixes [7] alongside dependency bumps to PostgreSQL 42.7.12 and c3p0 0.14.0 [8]. Across 6 PRs and 33 commits, the focus is on polish and the one feature that unblocks a real use case.
One email a day. Unsubscribe in one click.
Keep up with Spring in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review Elasticsearch index name property resolution for your configuration strategy spring-projects/spring-data-elasticsearch [plan]
- → Pull the Logback 1.6.1 upgrade in Security and Session when you next bump dependencies spring-projects/spring-security [monitor]
- → Test the Spring Tools HtmlTooltip workaround removal in your IDE plugins spring-projects/spring-tools [monitor]
References
- [1] Implement property resolution for index names ↗ spring-projects/spring-data-elasticsearch
- [2] Remove extra log statements spring-projects/spring-tools
- [3] Remove temp workaround from `HtmlTooltip` spring-projects/spring-tools
- [4] Improve Add starters zip download performance. Limit the zip size. spring-projects/spring-tools
- [5] Bump ch.qos.logback:logback-classic from 1.6.0 to 1.6.1 ↗ spring-projects/spring-security
- [6] Bump ch.qos.logback:logback-core from 1.6.0 to 1.6.1 ↗ spring-projects/spring-session
- [7] Remove duplicated "the" ↗ spring-projects/spring-integration-samples
- [8] Bump `postgresql` and `c3p0` versions spring-projects/spring-integration-samples