Skip to content

Releases: oracle/coherence-spring-sockshop-sample

v1.5.0

01 Apr 21:51
Compare
Choose a tag to compare

What's Changed

  • Set version to 1.4.1-SNAPSHOT by @ghillert in #67
  • Bump com.oracle.bedrock:bedrock-testing-support from 7.0.2 to 7.0.3 by @dependabot in #68
  • Bump version.lib.spring-boot from 3.2.2 to 3.2.3 by @dependabot in #69
  • Bump actions/setup-java from 4.0.0 to 4.1.0 by @dependabot in #70
  • Bump actions/cache from 4.0.0 to 4.0.1 by @dependabot in #71
  • Bump com.google.cloud.tools:jib-maven-plugin from 3.4.0 to 3.4.1 by @dependabot in #72
  • Fix for template check by @dhirupandey in #73
  • Bump actions/setup-java from 4.1.0 to 4.2.1 by @dependabot in #75
  • Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.3.0 to 2.4.0 by @dependabot in #76
  • Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by @dependabot in #77
  • Bump org.owasp:dependency-check-maven from 9.0.9 to 9.0.10 by @dependabot in #78
  • Coh-29462 Update Spring Coherence Sock Shop documentation related to Kubernetes deployment by @vasac in #74
  • Upgrade Coherence Spring to 4.1.3 by @ghillert in #83
  • Bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in #81
  • Bump com.oracle.coherence.ce:coherence from 23.09.2 to 24.03 by @dependabot in #80
  • Bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.0 to 2023.0.1 by @dependabot in #86
  • Bump org.owasp:dependency-check-maven from 9.0.10 to 9.1.0 by @dependabot in #84
  • Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.4.0 to 2.5.0 by @dependabot in #85

Full Changelog: v1.4.0...v1.5.0

v1.4.0

13 Feb 08:08
Compare
Choose a tag to compare

This release of the Coherence Spring Sock Shop Sample contains the following changes:

  • Integrate Coherence Spring 4.1.2
  • Integrate Coherence CE 23.09.2

Full Changelog: v1.3.0...v1.4.0

Release v.1.3.0

21 Jul 05:38
Compare
Choose a tag to compare

This release of the Coherence Spring Sock Shop Sample contains the following changes:

  • Integrate Coherence Spring 4.0.0
  • Integrate Coherence CE 23.03.1

Release v1.2.3

05 Oct 22:03
Compare
Choose a tag to compare

This release bumps Coherence CE version to 22.06.2.

Release v1.2.2

16 Aug 23:44
Compare
Choose a tag to compare

This release of the Coherence Spring Sock Shop Sample contains the following changes:

  • Refactor HATEOAS support in the user module to ensure Java 17 compatibility
  • Improve testing for users module
  • Add build matrix to GitHub CI workflow to also build using Java 17

Release v1.2.1

03 Aug 08:14
Compare
Choose a tag to compare

This release bumps Coherence CE version to 22.06.1.

Release v1.2.0

15 Jul 13:54
Compare
Choose a tag to compare

This release of the Coherence Spring Sockshop Sample contains the following changes:

  • Update Coherence to 22.06
  • Update Spring Boot to 2.7.1
  • Update Coherence Spring to 3.3.0
  • Update springdoc-openapi to 1.6.9
  • Update Spring Cloud to 2021.0.3

Release v1.0.3

28 Apr 22:04
Compare
Choose a tag to compare

This minor release of the Coherence Spring Sockshop Sample contains the following changes:

  • Update to Coherence CE 21.12.4 - 06b4a11
  • Update to Coherence Spring 3.2.0 - 06b4a11
  • Update to Spring Boot 2.6.7 - 06b4a11
  • Update to Spring Cloud 2021.0.2 - 06b4a11
  • Migrate from springfox to springdoc-openapi due to a breaking change between Spring Boot 1.5.x and 1.6.x - 06b4a11

Release v1.0.2

13 Apr 21:38
Compare
Choose a tag to compare

This minor release of the Coherence Spring Sockshop Sample contains several notable improvements:

  • Add the ability to log the payload of spans/traces 7aa9932
  • Disable the Zipkin "span joining" feature for better interoperability 6d1cba2
  • Document integration with OCI APM 30ee652
  • Use the latest Java 11 image by default 51038e6

Release v1.0.1

08 Dec 01:47
Compare
Choose a tag to compare

This minor release of the Coherence Spring Sockshop Sample contains several notable improvements:

  • Tracing improvement: Now using Spring Cloud Sleuth. Provides support for:
  • Refactor the various modules (Package structure) to fulfill the expectations of Spring developers (still ongoing)
  • Add Metrics tests
  • Add Tracing tests
  • Add CURL examples for interacting with REST API
  • Polish documentation
  • Fix: By default increase the Coherence startup to 5 minutes for Kubernetes deployments
  • Fix: Remove unneeded @EnableCoherence annotation