107 wires and counting
$ status: archived — this briefing has stopped; the archive stays readable. browse live briefings →

$ status

wire 2026-07-26
stories 19

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SPRING DATA ELASTICSEARCH GOES SERVERLESS, BOOT FIXES OTLP TYPE BUG

By RepoJournal · Filed · About Spring · Composed from the cited sources · methodology

Spring Data Elasticsearch now supports serverless deployments with a new ElasticsearchServerType enum, while Spring Boot patches a stale metadata reference that broke OTLP logging transport configuration.

Spring Data Elasticsearch shipped support for Elasticsearch Serverless [1], replacing a boolean flag with an ElasticsearchServerType enum and refreshing the default refreshInterval configuration. The same project also landed custom index options for @Field/@InnerField annotations [2], unlocking K-NN indexing and other vendor-specific features that the predefined attribute set couldn't reach. Over in Spring Boot, maintainers fixed a stale type reference for OTLP logging transport metadata [3] that pointed to a nonexistent class; the correct package lives in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp, and this fix aligns 4.1.x with the correction already applied to 4.0.x [4]. Spring Data Elasticsearch also bumped to Elasticsearch 9.4.4 [5], and Spring Framework updated Javadoc to clarify that active profile registration order is now preserved in test contexts [6]. The integration layer picked up routine dependency updates: JRuby to 10.1.1.0 [7] and GraalVM to 25.0.4 [8].

Action items

References

  1. [1] Support Elasticsearch Serverless ↗ spring-projects/spring-data-elasticsearch
  2. [2] Allow to provide non-standard (custom) index options for @Field / @InnerField ↗ spring-projects/spring-data-elasticsearch
  3. [3] Fix stale type reference for OTLP logging transport metadata ↗ spring-projects/spring-boot
  4. [4] Merge branch '4.1.x' ↗ spring-projects/spring-boot
  5. [5] Upgrade Elasticsearch to 9.4.4 ↗ spring-projects/spring-data-elasticsearch
  6. [6] Update Javadoc for active profile ordering ↗ spring-projects/spring-framework
  7. [7] Bump org.jruby:jruby-complete from 10.1.0.0 to 10.1.1.0 ↗ spring-projects/spring-integration
  8. [8] Bump graalvmVersion from 25.0.3 to 25.0.4 ↗ spring-projects/spring-integration

Quick answers

What shipped in Spring on July 26, 2026?
Spring Data Elasticsearch now supports serverless deployments with a new ElasticsearchServerType enum, while Spring Boot patches a stale metadata reference that broke OTLP logging transport configuration. In total, 12 commits and 7 pull requests landed.
Who contributed to Spring on July 26, 2026?
9 developers shipped this update, including dependabot, Stéphane Nicoll, wantaek, Stexxen, reta, Sanghyuk Jung, sothawo, and Sam Brannen, and 1 more.
What were the notable Spring updates?
Support Elasticsearch Serverless, Allow to provide non-standard (custom) index options for @Field / @InnerField, and Fix stale type reference for OTLP logging transport metadata.