转载

Spring Session Data Geode/GemFire 2.0.0.M2 发布

Spring Session Data Geode for Apache Geode 和 Spring Session Data GemFire for Pivotal GemFire 已发布 2.0.0.M2 版本。

第二个里程碑版本带来了许多受欢迎的改进,包括:

  • Upgrades to Spring Framework 5.0.0.RELEASE.

  • Upgrades to Spring Data Kay-RELEASE.

  • Upgrades to Spring Session 2.0.0.M4.

  • Upgrades to Spring Boot 2.0.0.M4.

  • Adds support for Pivotal GemFire and Apache Geode PDX Serialization .

  • Introduces a new Serialization framework and adapter for Pivotal GemFire/Apache Geode’s  Data Serialization and PDX frameworks.

使用

Maven

<dependency>
    <groupId>org.springframework.session</groupId>
    <artifactId>spring-session-data-geode</artifactId>
    <version>2.0.0.M2</version>
</dependency>

Gradle

compile 'org.springframework.session:spring-session-data-geode:2.0.0.M2

要使用 Spring Session with Pivotal GemFire,将 spring-session-data-geode 替换为 spring-session-data-gemfire ,版本号保持不变。

详细更新内容请参阅发布主页 。

原文  https://www.oschina.net/news/89356/spring-session-data-geode-gemfire-2-0-0-m2-available
正文到此结束
Loading...