Skip to content

v4.5.6

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 01:16

Rust-Java REST 4.5.6

English | Turkish

4.5.6 is a dependency-alignment patch for applications using the platform parent and starters.
Java handlers, annotations, services, records, validation, and business logic remain unchanged.

What Users Get

  • rust-java-platform-parent, BOM, starters, examples, project generator, and build gates now use
    the same 4.5.6 version.
  • The aligned companion line is java-rust-cache:0.7.5, java-rust-dubbo:0.7.3,
    rust-sample-model:0.4.2, and rest-sample-utility:0.4.2.
  • Windows and Linux native files reuse the clean rust-spring v4.5.5 revision
    0498f282556d3f0778a92956b18eaaf96d5c0916. Their SHA-256 values are unchanged from REST
    4.5.5.
  • REST ABI 29, Dubbo ABI 7, Redis ABI 6, and Glowroot ABI 3 are unchanged.

Recommended Setup

<parent>
  <groupId>com.reactor</groupId>
  <artifactId>rust-java-platform-parent</artifactId>
  <version>4.5.6</version>
  <relativePath/>
</parent>

Select only the starters your process needs. The parent keeps code generators on the compiler path
and does not add unused Dubbo, Redis, scheduler, or WebSocket runtime surfaces.

Use the DLL/SO packaged with rust-java-rest:4.5.6. Do not copy native files between unrelated ABI
or provenance lines.