LoginSignup
23
25

More than 5 years have passed since last update.

Spring 4.3 GAがリリースされた!!

Last updated at Posted at 2016-06-11

Spring 4.3が昨日(2016/6/10)にリリースされました :tada: :tada: :tada:
このリリースはSpring 4系の最後のマイナーバージョンアップで、Spring 4.2系は基本的には今年中にメンテナンスが終了します。残すところ半年なので、Spring 4.3へのバージョンアップを計画することを強くオススメします。なお、Spring 4.3は、2019年までメンテナンスが続けられる予定のようです。

公式ブログのアナウンス

ブログに今回のリリース概要が紹介されています。(もちろん英語・・・ :sweat_smile:
https://spring.io/blog/2016/06/10/spring-framework-4-3-goes-ga

公式リファレンス

もちろんこちらも英語・・・ :sweat_smile:
http://docs.spring.io/spring/docs/4.3.0.RELEASE/spring-framework-reference/htmlsingle/

Download

Mavenリポジトリから必要なアーティファクトをダウンロードしてください。

Maven
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context</artifactId>
    <version>4.3.0.RELEASE</version>
</dependency>
Gradle
dependencies {
    compile 'org.springframework:spring-context:4.3.0.RELEASE'
}

Download (Spring Boot)

Spring Bootユーザーは、Starterを指定して必要なアーティファクトをダウンロードしてください。
Spring BootのSpring 4.3対応は、Spring Boot 1.4(投稿時点では未リリース)からになります。
ごちゃごちゃ説明するのは面倒なので・・・SPRING INITIALIZRからプロジェクトつくりましょう!!

Spring 4.3の変更点

Spring JIRA

Spring 4.3 主な変更点紹介シリーズ on Qiita

Spring 4系の書籍

Spring 4系の日本語書籍も出版されています。

その他関連サイト

TERASOLUNA Server Framework 5.xのガイドラインは必見です。この内容が無料でみれるなんてありえない!?なにより日本語なのがうれしいですね。残念ながら「Java Config」と「Spring Boot」には対応してませんが、エンタープライズWebアプリケーション開発におけるSpringの使い方などのノウハウがつまっています。

Spring 4.3やSpring Boot 1.4の変更点をコンパクトに紹介してくれている @making@github のスライドもオススメです。

まとめ

シンプルに・・・Let's try Spring 4.3 :blush:

23
25
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
23
25