Grails 3.3.8 リリース!!!
やはり直ぐ出たか!
Grails 3.3.8リリース
Grails 3.3.x系メンテナンスリリースです。
Grails 3.3.7 で新規作成アプリケーションでgradle.propertiesがおかしい件!早速Fixリリースです。
詳しくはコチラ
https://github.com/grails/grails-core/issues/11060
https://github.com/grails/grails-core/commit/fce515fb4e6e0f7d53d3c3e5b25125f0846629cf
Grails 3.3.8 公式リリースノート
https://github.com/grails/grails-core/releases/tag/v3.3.8
http://docs.grails.org/3.3.x/guide/introduction.html#whatsNew
Issues fixed
コミット https://github.com/grails/grails-core/compare/v3.3.7...v3.3.8
ダウンロード https://github.com/grails/grails-core/releases/download/v3.3.8/grails-3.3.8.zip
ドキュメント http://docs.grails.org/3.3.x/
Grails 3.3.7 リリース!!
Grails 3.3.7リリース
Grails 3.3.x系メンテナンスリリースです。
ライブラリ更新
- Spring Boot 1.5.15.RELEASE
注意点
プラグインのマルチプロジェクトビルドの場合において設定が必要となります。
プラグインマルチプロジェクトビルド設定の全工程はドキュメントを参照。
今回から必要になった内容: プラグインの gradle.properties に exploded=true を追記。
あと、新規作成したアプリケーションのGORMバージョン指定が間違っているようなので、
gradle.properties でのバージョン指定を gormVersion=6.1.10.RELEASE に変更しましょう!
Grails 3.3.7 公式リリースノート
https://github.com/grails/grails-core/releases/tag/v3.3.7
http://docs.grails.org/3.3.x/guide/introduction.html#whatsNew
Issues fixed
コミット https://github.com/grails/grails-core/compare/v3.3.6...v3.3.7
ダウンロード https://github.com/grails/grails-core/releases/download/v3.3.7/grails-3.3.7.zip
ドキュメント http://docs.grails.org/3.3.x/
Grails 3.3.6 リリース!!
Grails 3.3.6リリース
Grails 3.3.x系メンテナンスリリースです。
ライブラリ更新
- Groovy 2.4.14
- GORM 6.1.10
- Spring Boot 1.5.14.RELEASE
- Spring Framework 4.3.18.RELEASE
プラグイン更新
- Fields 2.2.8
- Views 1.2.8
プロファイル更新
- React-webpack 1.0.6
Grails 3.3.6 公式リリースノート
https://github.com/grails/grails-core/releases/tag/v3.3.6
http://docs.grails.org/3.3.x/guide/introduction.html#whatsNew
Issues fixed
- Grails-core: https://github.com/grails/grails-core/milestone/204?closed=1
- Grails-data-mapping: https://github.com/grails/grails-data-mapping/milestone/78?closed=1
コミット https://github.com/grails/grails-core/compare/v3.3.5...v3.3.6
ダウンロード https://github.com/grails/grails-core/releases/download/v3.3.6/grails-3.3.6.zip
ドキュメント http://docs.grails.org/3.3.x/