Spring Session Data Geode/GemFire 2.0.0.M2 发布

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Spring Session Data Geode for Apache Geode 和 Spring Session Data GemFire for Pivotal GemFire 已发布 2.0.0.M2 版本。 第二个里程碑版本带来了许多受欢迎的改进,包括: Upgrades to Spring Framework 5...

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,版本号保持不变。

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


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Spring Session Data Geode/GemFire 2.0.0.M2 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Programming Concurrency on the JVM

Programming Concurrency on the JVM

Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00

Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

SHA 加密
SHA 加密

SHA 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具