Spring Boot 1.3.2 已發布

發布 | Phil Webb | 2016 年 1 月 22 日 | ...

Spring Boot 1.3.2 已發布,現在可從 repo.spring.ioMaven Central 取得。

此維護版本包含 多項修復 和第三方相依性更新。

如果您是從 1.3.1 升級,則有一個潛在的重大變更;我們現在只搜尋 messages.properties (而不是 messages*.properties) 以啟用訊息來源的自動設定。 如果您之前有 messages_en.properties 格式的訊息檔案,並且您沒有包含預設的 messages.properties 檔案,則現在需要新增一個。

專案頁面 | GitHub | 問題 | 文件

Spring Integration Zip 1.0.0.M1 和其他

發布 | Artem Bilan | 2016 年 1 月 12 日 | ...

親愛的 Spring 社群:

Spring Integration 團隊祝您新年快樂!

我們一直非常忙於開發新功能和改進。 以下概述了我們最近圍繞 Spring Integration 和 Spring AMQP 的活動

  • 我們發布了 Spring Integration 4.2.x 的幾個維護版本,最近的版本是 Spring Integration 4.2.4。 所有其他維護版本將僅根據 需求 發布。

  • Spring Integration 4.3 計劃於今年夏天發布。 此外,對於 5.0 版本,我們開始更仔細地研究將 Reactive Streams 納入 Framework 中。

  • 與 Spring AMQP 專案類似,目前的維護版本是 1.5.3,並且也已開始開發 1.6

  • Spring Integration Java DSL 1.1.1 也可用。 您可以在最新的 Spring Integration Manual 中找到幾個 Java DSL 範例。

Spring Cloud Stream 1.0 M3 和 Data Flow 1.0 M2 已發布

發布 | Mark Pollack | 2015 年 12 月 29 日 | ...

我謹代表團隊宣布 Spring Cloud Stream 和 Spring Cloud Data Flow 系列專案中的幾個版本。

Spring Cloud Stream 1.0 M3 引入了以下功能

  • 中間件綁定方面的許多改進。 特別是為了支援 多個綁定器,因此您現在可以將 RabbitMQ 作為輸入,將 Kafka 作為輸出,例如。
  • 分割改進

Spring Cloud Stream Modules 1.0 M2 新增了許多新模組,並更新了文件。

  • 來源:檔案、負載產生器、sftp 和 tcp
  • 處理器:httpclient、PMML 和 Splitter
  • 接收器:Cassandra、欄位值計數器、檔案、ftp、gemfire、HDFS Dataset、JDBC、tcp、吞吐量和 websocket

Spring for Apache Hadoop 2.3.0 GA 已發布

發布 | Thomas Risberg | 2015 年 12 月 22 日 | ...

我們很高興宣布 Spring for Apache Hadoop 2.3.0 GA 版本。

Spring for Apache Hadoop 2.3 新增了以下新功能和改進

  • 新增了對 Hive 1.x 的支援,並更新了 HiveTemplate 以使用 HiveServer2
  • 用於 Apache Spark 的新批次 tasklet,有關用法,請參閱 範例
  • 將 FlushTimeoutTrigger 新增至 StoreObjectSupport,以便在寫入期間刷新到磁碟
  • 使用新的 "spring-statemachine" 專案替換了內部狀態機實作
  • 將 jobHistoryAddress 新增至 SpringHadoopProperties 以進行 Boot 設定
  • 更新建置以使用 Spring Framework 4.2.4、Spring Batch 3.0.6.RELEASE、Spring Boot 1.3.1.RELEASE 和 Spring Integration 4.2.4.RELEASE。

Spring Data release train Gosling SR2 已發布

發布 | Oliver Drotbohm | 2015 年 12 月 18 日 | ...

我謹代表 Spring Data 團隊宣布 Spring Data Gosling release train 的第二個服務版本已發布。 此版本修正了 45 個問題,並且包含 Spring Data JPA 方法中繼資料偵測問題的重要錯誤修正。 因此,建議所有 Gosling 使用者以及先前 release train 的使用者升級。

此版本將包含在 剛發布的 Spring Boot 1.3.1 版本 中,這應該不會造成升級問題。 如果您使用的是 BOM,請確保升級到 Gosling-SR2A (請注意後面的 A)。 在...

Spring IO Platform 1.1.5.RELEASE

發布 | Andy Wilkinson | 2015 年 12 月 18 日 | ...

Spring IO Platform 1.1.5.RELEASE 現在可從 repo.spring.ioMaven Central 取得。

此維護版本升級了 Platform 中許多專案的版本,以獲取其最新的維護版本

  • Spring Batch 3.0.6.RELEASE
  • Spring Boot 1.2.8.RELEASE
  • Spring Framework 4.1.9.RELEASE
  • Spring Integration 4.1.8.RELEASE
  • Spring Security 3.2.9.RELEASE
  • Spring Security OAuth 2.0.8.RELEASE
  • Spring Social 1.1.4.RELEASE
  • Spring Social Facebook 2.0.3.RELEASE
  • Spring Web Services 2.2.3.RELEASE

許多第三方相依性的版本也已更新。

專案頁面 | GitHub | 問題 |

Spring Boot 1.3.1 和 1.2.8 現在可用

發布 | Stéphane Nicoll | 2015 年 12 月 18 日 | ...

Spring Boot 1.2.8 和 1.3.1 已發布,現在可從 repo.spring.ioMaven Central 取得。

如果您尚未嘗試 Spring Boot 1.3,現在可能是時候這樣做了:1.3.1 是一個維護版本,它帶來了 126 個修復和改進,其中將近一半是 pull request。 再次感謝我們了不起的貢獻者!

Spring Boot 1.2.8 是一個維護版本,具有 一系列修復和改進

由於我們已修復了 安全性漏洞,因此強烈建議所有 Spring Boot 使用者立即升級。

專案頁面 | GitHub | 問題 | 文件

Spring IO Platform 2.0.1.RELEASE

發布 | Andy Wilkinson | 2015 年 12 月 18 日 | ...

Spring IO Platform 2.0.1.RELEASE 現在可從 repo.spring.ioMaven Central 取得。

此維護版本升級了 Platform 中許多專案的版本,以獲取其最新的維護版本

  • Reactor 2.0.7.RELEASE
  • Spring Batch 3.0.6.RELEASE
  • Spring Boot 1.3.1.RELEASE
  • Spring Cloud Connectors 1.2.1.RELEASE
  • Spring Framework 4.2.4.RELEASE
  • Spring Data Gosling SR2A
  • Spring Integration 4.2.4.RELEASE
  • Spring Integration Kafka 1.2.1.RELEASE
  • Spring REST Docs 1.0.1.RELEASE
  • Spring Social 1.1.4.RELEASE
  • Spring Social Facebook 2.0.3.RELEASE

許多第三方的版本…

Spring Framework 4.2.4 和 4.1.9 已發布

發布 | Juergen Hoeller | 2015 年 12 月 17 日 | ...

親愛的 Spring 社群:

我很榮幸地宣布 Spring Framework 4.2.44.1.9 可從 repo.spring.ioMaven Central 取得!

4.2.4 解決了 4.2.x 系列中的一些回歸問題,並包含了許多修復和增強功能,沒有任何立即存在的問題。 現在建議所有 4.x 使用者升級到 4.2.4。 請注意,4.2.x 系列現在進入維護模式,低量的 4.2.5 維護版本 計劃於 2 月中旬發布。

4.1.9 被設計為 4.1.x 系列中的最後一個版本,回溯移植了適用的錯誤修復以及從 4.2.3 / 4.2.4 中選擇的最新增強功能。 請注意,這是最終的 4.1.x 版本:即使存在相容性問題,您在 4.1.9 之後的下一個升級步驟是上述 2 月份的 4.2.5…

取得 Spring 電子報

透過 Spring 電子報保持連線

訂閱

領先一步

VMware 提供培訓和認證,以加速您的進度。

了解更多

取得支援

Tanzu Spring 在一個簡單的訂閱中提供 OpenJDK™、Spring 和 Apache Tomcat® 的支援和二進位檔案。

了解更多

即將舉行的活動

查看 Spring 社群中所有即將舉行的活動。

查看全部