Spring Cloud Finchley.RC1 已发布
我代表社区很高兴地宣布 Spring Cloud Finchley 发布列车的第一个候选版本 (RC1) 今天可用。该版本可在 Spring Milestone 仓库中找到。你可以查看 Finchley 的发布说明以获取更多信息。
Finchley 发布列车中的显著变化
Finchley.RC1 基于 Spring Boot 2.0.1。
Spring Cloud Task
Spring Cloud Config
Spring Cloud Bus
Spring Cloud Netflix
Spring Cloud Cloudfoundry
Spring Cloud Contract
- 支持 Pact v3
- 与 Pact Broker 集成
- 从 Git 仓库上传和获取存根的选项
- Bug 修复 …
Dependency Management Plugin 1.0.5.RELEASE
我很高兴地宣布 Gradle 依赖管理插件 1.0.5.RELEASE 现已从 Maven Central、Bintray 和 Gradle Plugin Portal 可用。此维护版本修复了少量问题。它包含在最近发布的 Spring Boot 1.5.12 和 2.0.1 中,也是建议所有其他插件用户升级的版本。
Spring Cloud Data Flow 1.5 M1 发布
Spring Cloud Data Flow 团队很高兴地宣布发布 1.5.0 M1
。请按照以下入门指南操作:本地服务器、Cloud Foundry 和 Kubernetes。
以下是重点内容
-
UI 改进
-
支持 Spring Boot & Spring Cloud Stream 2.0
-
组合任务的嵌套拆分
-
Metrics Collector 2.0 M1
-
Stream Application Starters Darwin M1 发布列车
-
支持部署到多个 Kubernetes 集群
UI 改进
我们继续改进了仪表板的 UI/UX。你会立即注意到整体上更轻量化的设计。任务选项卡已重写为…
Spring Integration for AWS 2.0.0.M2 和 Spring Cloud Stream Kinesis Binder 1.0.0.M2
亲爱的 Spring 社区!
我很高兴地宣布支持 Amazon Web Services 的 Spring 项目的里程碑版本:Spring Integration for AWS 2.0.0.M2
和 Spring Cloud Stream Binder for AWS Kinesis 1.0.0.M2
。
这两个里程碑版本都可以在 Spring Milestone 仓库中找到,并且可以作为 maven 依赖项使用
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-aws</artifactId>
<version>2.0.0.M2</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder…
Spring Cloud GCP 1.0.0 Milestone 3 的新特性
亲爱的 Spring 社区!
Spring Cloud GCP 是一组 Spring Boot starter,旨在帮助你直接从 Spring Boot 利用 Google Cloud Platform 托管服务,允许你将 Spring Messaging 用于 Cloud Pub/Sub,将 Spring Resource 用于 Cloud Storage,将 Spring Cloud Sleuth 用于 Stackdriver Trace,将 Spring Data 与 Cloud SQL 集成等。
我们刚刚发布了 Spring Cloud GCP 1.0.0.M3
。看看自上一个 Milestone 2 以来的新特性!
Spring Boot 2.0 GA 支持
Spring Cloud GCP 1.0.0.M3
现已更新,可与 Spring Boot 2.0.1.RELEASE
和 Spring Cloud Finchley.M9
一起使用。
要使用 Spring Cloud GCP 1.0.0.M3
,只需在你的 Spring Boot 2.0
…中导入 BOM
Spring Tool Suite 3.9.4 发布
亲爱的 Spring 社区,
我很高兴地宣布我们基于 Eclipse 的工具 Spring Tool Suite 3.9.4 发布。
本次发布的重点包括
- 更新至 Eclipse Oxygen.3a 版本,包括对 JDK 10 的支持
- Pivotal tc Server 更新至 4.0.0
要下载分发版本,请访问
- Spring Tool Suite: https://springjava.cn/tools/sts/all
STS 3.9.5 计划于 2018 年 6 月下旬在 Eclipse Photon (4.8.0) 的基础上发布。
祝您使用愉快!
Spring Cloud Task 2.0.0.RC1 现已可用
我们很高兴地宣布 Spring Cloud Task 2.0.0.RC1 现已在 Github 和 Pivotal 下载仓库中可用。衷心感谢为本次发布做出贡献的所有人。
新特性
本次发布包括对现有依赖项的升级以及一些不错的新功能。让我们看看本次发布中有哪些新特性。
与 Spring Cloud Stream 2.0 的兼容性
Spring Cloud Stream 2.0 已于几天前发布,并提供了一系列令人印象深刻的增强功能。Spring Cloud Task 已更新并支持 Spring Cloud Stream 2.0
多数据源示例
对于 Spring Cloud Task,一个常见的困惑点是如何在使用多个 DataSource bean 时配置任务应用。在此版本中,我们提供了一个示例来演示应该如何操作。你可以在此处找到该示例…
Spring Data Lovelace M2 发布
我代表 Spring Data 团队宣布 Lovelace 发布列车的第二个里程碑版本现已可用。
本次发布包含所有存储模块的更新,其中包括新功能、改进和错误修复。值得注意的变化包括
- MongoDB 3.6 支持 Change Streams、$jsonSchema 和 Client Sessions(为 MongoDB Transactions 做准备)。
- Apache Cassandra 对 Map 和 Tuple 类型映射的改进,以及新增的 Lifecycle Callbacks。
- 升级到 Apache Solr 7。
- 改进了响应式 Redis 和静态 Master/Slave 使用的连接处理。
- 支持 Redis 集群的 SCAN 命令。
- Spring Data JDBC 支持 List 类型。
- 通过 CDI 支持组合式仓库。 …