Skip to content

Releases: coherence-community/coherence-hibernate

v3.0.2

18 Mar 10:07
Compare
Choose a tag to compare

πŸ”¨ Dependency Upgrades

  • Upgrade Spring Boot version (sample) to 3.2.2 - 42d354c

🐞 Bug Fixes

  • Fix: Property "hibernate.cache.region_prefix" is not applied - 6f0ae40

πŸ€ Miscellaneous

  • CoherenceRegionFactory: Make the underlying Coherence Session public - be878c6

Full Changelog: v3.0.1...v3.0.2

v2.3.5

15 Mar 23:09
Compare
Choose a tag to compare

πŸ”¨ Dependency Upgrades

  • Upgrade Tomcat dependency version (sample) to 9.0.87 - 0504486

🐞 Bug Fixes

  • Fix: Property "hibernate.cache.region_prefix" is not applied - 25d0987
  • Fix slf4j/logback version issue - 6645a2c

πŸ€ Miscellaneous

  • CoherenceRegionFactory: Make the underlying Coherence Session public - 58e88c4

Full Changelog: v2.3.4...v2.3.5

v3.0.1

06 Feb 03:05
Compare
Choose a tag to compare

πŸ”¨ Dependency Upgrades

  • Upgrade Coherence to 23.09.2 - 35a9e48
  • Upgrade Spring Boot (example app) to 3.2.2 - 63d7404
  • Upgrade Hibernate to 5.6.15.Final + 6.4.2.Final - ee7f970
  • Upgrade slf4j to 2.0.11 - ee7f970
  • Upgrade mockito to 5.10.0 - ee7f970
  • Upgrade logback to 1.4.14 - ee7f970
  • Upgrade junit5 to 5.10.1 - ee7f970
  • Upgrade assertj to 3.25.2 - ee7f970
  • Upgrade dependency-check-maven plugin to 9.0.9 - 00fa48c
  • Upgrade exec-maven-plugin to 3.1.1 - e4781d5
  • Upgrade flatten-maven-plugin to 1.6.0 - e4781d5
  • Upgrade maven-checkstyle-plugin to 3.3.1 - e4781d5
  • Upgrade maven-compiler-plugin to 3.12.1 - e4781d5
  • Upgrade maven-deploy-plugin to 3.1.1 - e4781d5
  • Upgrade maven-enforcer-plugin to 3.4.1 - e4781d5
  • Upgrade maven-install-plugin to 3.1.1 - e4781d5
  • Upgrade maven-jacoco-plugin to 0.8.10 - e4781d5
  • Upgrade maven-jar-plugin to 3.3.0 - e4781d5
  • Upgrade maven-javadoc-plugin to 3.6.3 - e4781d5
  • Upgrade maven-release-plugin to 3.0.1 - e4781d5
  • Upgrade maven-resources-plugin to 3.3.1 - e4781d5
  • Upgrade maven-site-plugin to 3.12.1 - e4781d5
  • Upgrade maven-source-plugin to 3.3.0 - e4781d5
  • Upgrade spring-javaformat-checkstyle to 0.0.41 - e4781d5
  • Upgrade asciidoctor-diagram to 2.2.14 - 21e4fcf
  • Upgrade doxia to 1.11.1 - 21e4fcf

πŸ“” Documentation

  • Upgrade copyright year in JavaDoc footer - 1fea8db

πŸ€ Miscellaneous

  • Prepare README.adoc and project website for next release - b07d21d

Full Changelog: v3.0.0...v3.0.1

v2.3.4

06 Feb 03:18
Compare
Choose a tag to compare

πŸ”¨ Dependency Upgrades

  • Upgrade Coherence version to 22.06.7 - 1505b65
  • Upgrade Tomcat version to 9.0.85 - 1505b65
  • Upgrade versions-maven-plugin to 2.16.2 - 1505b65
  • Upgrade maven-surefire-plugin to 3.2.5 - 1505b65
  • Upgrade maven-source-plugin to 3.3.0 - 1505b65
  • Upgrade maven-javadoc-plugin to 3.6.3 - 1505b65
  • Upgrade maven-release-plugin to 3.0.1 - 1505b65
  • Upgrade maven-javadoc-plugin to 3.6.3 - 1505b65
  • Upgrade maven-install-plugin to 3.1.1 - 1505b65
  • Upgrade maven-enforcer-plugin to 3.4.1 - 1505b65
  • Upgrade maven-deploy-plugin to 3.1.1 - 1505b65
  • Upgrade flatten-maven-plugin to 1.6.0 - 1505b65
  • Upgrade dependency-check-maven plugin to 9.0.9 - 358339c
  • Upgrade Spring Boot version (samples) to 2.7.18 - f1794a0

πŸ“” Documentation

  • Update Change History for Website - b00b89b
  • Update JavaDoc copyright - b00b89b

Full Changelog: v2.3.3...v2.3.4

v3.0.0

07 Jul 11:05
Compare
Choose a tag to compare

⭐ New Features

  • Add coherence-hibernate-cache-6 module - f0c8ca1

🐞 Bug Fixes

  • Reduce deprecation warnings - c6a09b4
  • Fix Hibernate Group Id - 16f1ad1
  • CacheLoader loadAll by default uses Hibernate's session.byMultipleIds - 29ced40
  • Update breaking Hibernate 6 changes - c567b68

πŸ“” Documentation

πŸ”¨ Dependency Upgrades

  • Upgrade Coherence dependency version to 23.03 and set Java 17 as baseline - 7e1b9be

  • Upgrade assertj version to 3.24.2 - 27d805c

  • Upgrade hibernate6 version to 6.2.6.Final - 27d805c

  • Upgrade hsqldb version to 2.7.2 - 27d805c

  • Upgrade junit5 version to 5.9.3 - 27d805c

  • Upgrade logback version to 1.4.8 - 27d805c

  • Upgrade slf4j version to 2.0.7 - 27d805c

  • Upgrade nexus-staging-maven-plugin to 1.6.13 - 27d805c

  • Upgrade Spring Javaformat Checkstyle version to 0.0.39 - e413fcf

  • Upgrade Spring Boot (samples) to 3.1.1 - d57bb36

πŸ€ Miscellaneous

  • Improve GitHub CI process - c854b1d
  • Fix Checkstyle warnings - e3d8651
  • Address Sonar warnings + add Checkstyle - c8cdced
  • Add SonarCloud reports - aa927db
  • Add Trivy security scans to GitHub CI - 0caa2d7
  • Update and improve Coherence Hibernate Sample application - 312bfe2
  • Add Maven profiles for Hibernate 6.0.x and Hibernate 6.1.x - 4ba4179
  • Remove modules coherence-hibernate-cache 4, 5, 52 - c09b25c

v2.3.3

06 Jul 21:33
Compare
Choose a tag to compare

πŸ”¨ Dependency Upgrades

  • Upgrade Nexus-staging-maven plugin to 1.6.13 - 75cfe46
  • Upgrade Coherence to 22.06.4 - 75cfe46
  • Upgrade Hibernate 5.x to 5.6.15.Final - 75cfe46
  • Upgrade Hsqldb to 2.7.2 - 75cfe46
  • Upgrade Junit5 to 5.9.3 - 75cfe46
  • Upgrade Logback from to 1.4.8 - 75cfe46
  • Upgrade Hibernate-micrometer to 5.6.15.Final - 75cfe46
  • Upgrade Tomcat to 9.0.76 - 75cfe46
  • Upgrade Jackson to 2.15.2 - 75cfe46
  • Upgrade Spring Boot (Sample) to 2.7.13 - b30d4f0
  • Update dependency-check-maven plugin version 8.1.2 - e9db1a4

v2.3.2-12.2.1-3-19

27 Jan 03:30
Compare
Choose a tag to compare

This release is identical to the 2.3.2 release. However this version was compiled against Oracle Coherence 12.2.1-3-19 to ensure binary compatibility with Oracle Coherence versions older than <20.06.

Which version shall I use?

In Coherence <20.06, NamedCache had an inner interface Option . Starting with Coherence CE 20.06 NamedCache is extending the new NamedMap and Option was moved there. While this is a source code compatible change, it causes a byte-code issue. Therefore, if you have an older version of Oracle Coherence, use this release.

v2.3.2

27 Jan 03:17
Compare
Choose a tag to compare

πŸ”¨ Dependency Upgrades

  • Upgrade Dependency Check Maven Plugin version to 7.4.4 - f50e2a4
  • Upgrade Spring Boot dependency version (sample) from 2.7.5 to 2.7.7 - f50e2a4
  • Upgrade Tomcat dependency version (sample) from 9.0.68 to 9.0.70 - bd33671

πŸ€ Miscellaneous

  • Polish Coherence groupId in samples - 23ccef4
  • Polish coherence-cache-config.xml of Hibernate demo - 175b3cf

v2.3.1

04 Nov 08:11
Compare
Choose a tag to compare

⭐ New Features

  • Sample: Allow remote sample to work with TCMP being disabled - bb5e4d1
  • Re-add SessionType - 0b2efe5
  • Add the ability to bootstrap a full Coherence Node with all default services - d66d010
  • Sample: Allow for running HSQLDB in Server Mode
  • Sample: Add basic integration tests to sample - 9994170
  • For improved backwards compatibility: Refactor CoherenceHibernateSystemPropertyResolver - b5e7a4a

πŸ”¨ Dependency Upgrades

  • Upgrade Coherence version to 22.06.2 - 1dc174d
  • Update assertj version to 3.23.1 - c18895f
  • Update hibernate53 version to 5.6.12.Final - c18895f
  • Update hsqldb version to 2.7.1` - c18895f
  • Update junit5 version to 5.9.1 - c18895f
  • Update logback version to 1.4.4 - c18895f
  • Update mockito version to 4.8.1 - c18895f
  • Update slf4j version to 1.7.36 - c18895f
  • Update spring-boot version to 2.7.5 - c18895f
  • Update tomcat version to 9.0.68 - c18895f
  • Update jackson-bom version to 2.14.0-rc3 - c18895f

πŸ“” Documentation

  • Slightly reorganize documentation structure for Hibernate Cache section - c31d58a
  • Add documentation for Hibernate Cache properties Session Type, Start full Cache Server - c31d58a

πŸ€ Miscellaneous

  • Clean up dependency check suppressions in dependency-check-suppression.xml - c18895f
  • Make Coherence Group Id configurable in Maven POM - 5f98803

v2.3.0

04 Nov 07:18
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v2.3.0