Skip to content

Releases: dilaverdemirel/spring-cloud-stream-outbox-extension

Release v1.0.4

Choose a tag to compare

@dilaverdemirel dilaverdemirel released this 05 Feb 08:35

Changes in this release

JDK 11 to 17

Dependencies:

javax packages changed as jakarta
spring.version
hibernate.version
spring-cloud-stream.version
spring-data-jpa.version
lombok.version
mockito.version

Release v1.0.3

Choose a tag to compare

@github-actions github-actions released this 04 Jul 12:31

Changes in this Release;
dependency versions that;

  • spring.version
  • hibernate.version
  • spring-cloud-stream.version
  • spring-data-jpa.version

Adds cloud-stream functional support with new parameter;
Parameter is "dilaverdemirel.spring.outbox.stream.function.active = true/false"
If you are using stream functional style, you must should set this parameter as true.

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 08:55

Some bugs is fiexed releated to dead letter support utils.

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:41

This release contained dead letter management support.

You can use the extension with dependency below

<dependency>
  <groupId>com.dilaverdemirel.spring</groupId>
  <artifactId>spring-cloud-stream-outbox-extension</artifactId>
  <version>1.0.1</version>
</dependency>

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 May 15:58

This is the first release.

You can use the extension with dependency below

<dependency>
  <groupId>com.dilaverdemirel.spring</groupId>
  <artifactId>spring-cloud-stream-outbox-extension</artifactId>
  <version>1.0.0</version>
</dependency>