Grails 3.2.0 GAリリース!!
Grails 3.2 GAリリースです!
新時代到来です。
Grails 3.2の更新内容:
- GORM 6 Suite
- RxJavaサポート
- AngularJS 1.0 Scaffolding
- JSON Views 1.1
- Hibernate 5.1.1 (※新規作成時のデフォルトとなります)
- Spring Framework 4.3.1
- Spring Boot 1.4.0
- Gradle 3.0
- run-scriptコマンド
- RESTプロファイル改良
- システムプロパティでBootstrapプロセスを省く指定
- リクエストのボディでデータバインディングの仕様変更
- プロファイル機能の向上
詳細は以下にまとめてあります。
http://d.hatena.ne.jp/mottsnite/20160902/1472781893
公式の"What's new"はコチラです!
- What's new in Grails 3.2? http://docs.grails.org/3.2.x/guide/introduction.html#whatsNew
- What’s New in GORM 6? http://gorm.grails.org/6.0.x/whatsNew/manual/
- JSON Views 1.1 http://views.grails.org/1.1.x/
そして公式ドキュメントもAsciidoctorベースでリニューアル
http://docs.grails.org/latest/
公式アナウンスブログ
http://grailsblog.ociweb.com/announcements/2016/09/28/grails-3.2-and-gorm-6-released.html
追記: 3.1.x,3.0.xからアップデートする場合は、一応こちらも確認した方がよい
- spring-boot 1.4 リリースノート
- Deprecations in Spring Boot 1.4
- Spring Boot 1.4 Property Renames
- Spring Framework 4.3 更新内容
サクッと更新しましょう!
Grails 3.2 GA 公式リリースノート
https://github.com/grails/grails-core/releases/tag/v3.2.0
http://docs.grails.org/3.2.x/guide/introduction.html#whatsNew
チェンジログ https://github.com/grails/grails-core/issues?q=milestone%3Agrails-3.2.0-ga
コミット https://github.com/grails/grails-core/compare/v3.2.0.M1...v3.2.0?w=1
ダウンロード https://github.com/grails/grails-core/releases/download/v3.2.0/grails-3.2.0.zip
ドキュメント http://grails.github.io/grails-doc/3.2.x/