本周 Spring - 2019 年 7 月 2 日

工程 | Josh Long | 2019 年 7 月 3 日 | ...

各位 Spring 粉丝大家好!欢迎来到另一期本周 Spring!本周我在阳光明媚的夏日旧金山享受片刻休闲。上周真是忙碌!我去了佛罗里达州的坦帕、法国的巴黎,最后是多米尼加共和国的圣地亚哥。这周晚些时候,在美国的 7 月 4 日国庆假期之后,我将前往哥伦比亚的麦德林参加 JConf Columbia;去伊利诺伊州的芝加哥参加盛大的 SpringOne Tour Chicago 活动;然后是秘鲁的利马参加 JConf Peru 活动。

我非常期待接下来几周与世界各地杰出的开发者交流的乐趣。如果你在附近,像往常一样,请随时通过 @starbuxman 联系我…

Spring Boot for Apache Geode & Pivotal GemFire 1.1.0.M3 发布!

版本发布 | John Blum | 2019 年 7 月 3 日 | ...

我代表 Spring、Apache Geode 和 Pivotal 社区,很高兴宣布 Spring Boot for Apache Geode & Pivotal GemFire 1.1.0.M3 版本发布。

新特性

本次发布的主要主题是增加对混合云部署的支持。

例如,您可能希望在 Pivotal CloudFoundry (PCF) 上推送和运行您的 Spring Boot、Apache Geode 或 Pivotal GemFire 应用程序,但将这些应用程序连接到外部管理的独立 Apache Geode 或 Pivotal GemFire 集群。现在,SBDG 可以让您做到这一点。

技术上,SBDG 利用了 PCF 中的一个特性,称为 CUPS,即创建用户提供的服务。通过定义自己的服务描述符,您可以将 Spring Boot 应用程序连接到外部管理的服务,例如数据库、消息队列,甚至像 Apache GeodePivotal GemFire 这样的内存数据网格和缓存…

Spring Cloud Hoxton.M1 已发布。

版本发布 | Spencer Gibb | 2019 年 7 月 3 日 | ...

我代表社区宣布,Spring Cloud Hoxton 发布列车的里程碑 1 (M1) 今天已发布。该版本可在 Spring Milestone 仓库中找到。您可以查看 Hoxton 发布说明以获取更多信息。

Hoxton 发布列车中的重要变更

此里程碑版本与 Spring Boot 2.2.0.M4 兼容。

Spring Cloud Gateway

Spring Cloud Gateway 已添加对 RSocket 的支持。更多信息请关注即将发布的博客文章。

Spring Cloud Contract

Gradle 支持已更新到 5.5 版本,Groovy 更新到 2.5 版本。已经进行了重大重构…

使用 Spring Cloud Gateway 隐藏服务和运行时服务发现

工程 | Ben Wilcock | 2019 年 7 月 1 日 | ...

Ben Wilcock – Spring Marketing, Pivotal。Brian McClain – Technical Marketing, Pivotal。

公司很少希望所有 API 都能公开访问。大多数公司默认更倾向于保持其服务私密,仅在绝对必要时才公开 API。

Spring Cloud Gateway 可以提供帮助。Spring Cloud Gateway 允许您使用简单的 Java™ 指令(我们在上一篇文章中见过)或 YAML 配置文件(我们将在本文中演示)将流量路由到您的 API。要隐藏您的服务,您需要设置网络,使得唯一可以从外部访问的服务器是…

Spring Cloud Open Service Broker 3.0.3 发布

版本发布 | Roy Clarkson | 2019 年 7 月 1 日 | ...

我们很高兴宣布 Spring Cloud Open Service Broker 3.0.3 版本发布。此版本包含以下更新

  • 升级到 Spring Boot 2.1.6.RELEASE
  • 修复 Servlet API 和 Reactor 传递依赖问题
  • 在尝试请求不存在的服务实例的服务实例绑定时返回 404

包含以下 Spring Boot starter

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>3.0.3.RELEASE</version>
</dependency>

Spring Cloud Open Service Broker 是一个用于构建实现 Open Service Broker API 的 Spring Boot 应用程序的框架。Open Service Broker API 项目允许开发者…

Spring Cloud Open Service Broker 3.1.0.M1 发布

版本发布 | Roy Clarkson | 2019 年 7 月 1 日 | ...

我们很高兴宣布 Spring Cloud Open Service Broker 3.1.0.M1 版本发布。我们计划在 3.1.0 中包含对最近发布的 Open Service Broker API v2.15 的支持。此版本包括了 3.0.3.RELEASE 中的所有最新修复和改进,以及以下增强

  • 改进配置属性中服务元数据的支持
  • 添加了从类路径图像文件配置 Base64 metadata.imageUrl 数据的功能
  • 通过额外的 bean 和自动配置支持改进事件钩子的配置

包含以下 Spring Boot starter

Spring Cloud Greenwich.SR2 已发布。

版本发布 | Spencer Gibb | 2019 年 6 月 27 日 | ...

我代表社区宣布,Spring Cloud Greenwich 发布列车的服务版本 2 (SR2) 今天已发布。该版本可在 Maven Central 中找到。您可以查看 Greenwich 发布说明以获取更多信息。

Greenwich 发布列车中的重要变更

所有项目均与 Spring nohttp 工作协调更新。

Spring Cloud Gateway

通过 ReactorReactor Netty 包含了许多更新和修复。当启用 Retry 或使用 Read Body Predicate 时,Gateway 还会有效地缓存请求体。

Spring Cloud Config

Spring Cloud Data Flow 2.1.2 GA 和 2.0.3 GA 发布

工程 | Ilayaperumal Gopinathan | 2019 年 6 月 26 日 | ...

Spring Cloud Data Flow 团队很高兴宣布 Data Flow 2.1.2 GA 和 2.0.3 GA 版本发布。

这是一个次要版本,主要包含错误修复和文档增强。

以下是本次发布的重点内容

  • Spring Cloud Data Flow、Spring Cloud Data Flow UI 和 CloudFoundry 的 Spring Cloud Scheduler 的错误修复

  • Java Stream DSL 现在支持流更新操作

  • Spring Cloud Deployer 现在使用 Maven Resolver 而不是 Aether 来解析 Maven artifacts

除了本次发布之外,我们还对 Spring Cloud Data Flow 网站进行了增强,包括

  • 响应式设计

  • 更多实践方案和用例讨论

  • 文档修复

获取 Spring 新闻通讯

订阅 Spring 新闻通讯保持联系

订阅

提升技能

VMware 提供培训和认证,助您快速提升。

了解更多

获取支持

Tanzu Spring 通过一项简单的订阅,提供对 OpenJDK™、Spring 和 Apache Tomcat® 的支持和二进制文件。

了解更多

即将举办的活动

查看 Spring 社区中所有即将举办的活动。

查看全部