What's new in this release?
- Added Polyglot support to access data from Go, JavaScript and Python. See here for more information
- Added the ability to monitor prices using Server Sent Events, (SSE) via
Monitor Prices
menu option - Updated to support Latest version of Coherence CE 24.09
- Removed the dependancy on jandex
- Updates various dependencies, see notes below
Note: The application now requires JDK21 or later to run
Running the demo locally
See here for details
Running the Coherence Demo against older Coherence versions
You must checkout the tag of the version you wish to run. e.g.
git checkout v5.0.1
And then follow the instructions for that specific tag.
What's Changed
- Bump org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.2.0 by @dependabot in #76
- Bump com.google.cloud.tools:jib-maven-plugin from 3.4.0 to 3.4.2 by @dependabot in #81
- Add Polyglot support by @tmiddlet2666 in #82
- Update protobuf version by @tmiddlet2666 in #84
- Update readme link by @tmiddlet2666 in #85
- Fix minor error in Python script by @tmiddlet2666 in #86
- Add script for building polyglot docker images by @tmiddlet2666 in #87
- Add events example by @tmiddlet2666 in #90
- COH-29966 - Update 3rd Party Dependencies by @dhirupandey in #92
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /clients/go by @dependabot in #91
- Update github actions upload version by @tmiddlet2666 in #94
- Update Go client to v1.2.0 by @tmiddlet2666 in #95
- Bump kotlin.version from 1.9.23 to 1.9.24 by @dependabot in #98
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by @dependabot in #97
- Bump jackson.version from 2.17.0 to 2.17.1 by @dependabot in #96
- Update github actions by @tmiddlet2666 in #99
- Add tests to Coherence demo project by @tmiddlet2666 in #100
- Update coherence-go-client verison by @tmiddlet2666 in #101
- Update trivy version by @tmiddlet2666 in #102
- Update go client to v1.2.2 by @tmiddlet2666 in #103
- Update various deps by @tmiddlet2666 in #110
- Minor code updates by @tmiddlet2666 in #117
- Minor updates and revert netty to .110Final due to bug by @tmiddlet2666 in #118
- Define type id for PortableType classes by @tmiddlet2666 in #123
- Update various depdencies by @tmiddlet2666 in #125
- Allow specifying pof-maven-plugin version by @tmiddlet2666 in #126
- Bump com.oracle.bedrock.coherence:coherence-12.2.1 from 7.0.4 to 7.0.5 by @dependabot in #127
- Bump kotlin.version from 2.0.10 to 2.0.20 by @dependabot in #128
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #129
New Contributors
- @dhirupandey made their first contribution in #92
Full Changelog: v8.0.0...v8.1.0