Skip to content

v3.0.0-M2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ghillert ghillert released this 12 Jul 16:37

⭐ New Features

  • Add support for Spring Session
  • Add Spring Session demo
  • Add Coherence messaging and topics support
  • Several Spring Data improvements:
    • Add projection support
    • No longer need to use @Entity to map an entity
    • Add support for org.springframework.data.annotation.Id in addition to javax.persistence.Id annotations
    • Expose getMap() on repository interfaces to allow access to the underlying Coherence NamedMap
    • Add initial paging support
    • Add Initial async repository support
  • Add sample and docs for using Hibernate's Second Level Cache with Spring Boot and Coherence

📔 Documentation

  • Add documentation for Metrics support
  • Add Spring Data Projections documentation
  • Add Spring Session documentation

🔨 Dependency Upgrades

  • Update Spring Boot dependency version to 2.5.2
  • Update Coherence dependency version to 21.06

🍀 Miscellaneous

  • Replace GitHub Site Maven Plugin with Apache Maven SCM Publish Plugin to substantially reduce build times