今週のGrails 2017 6-8

この記事の内容は、Jacob氏による"Grails Diary"を、意訳した内容です。誤訳等有りましたら @tyama宛てに(DMで)優しく報告ください。
元記事:Grails Diary - Week 6-8

今回は昨年夏に行われたGR8Conf USの動画を大放出!

Grails 3.2.6リリース!バグフィックスなどです。 詳細はchangelogを確認!

GORM次期メジャー版。GORM 6.1マイルストーン2がリリース。 Groovyのインターフェイスを使用した実装補完(例:"Book find(Serializable id)")や、新たなデータサービス機能を含みます。 データサービス機能、マルチテナント変換、改善されたMapping DSLなどについては、マニュアルの"What’s New in GORM 6.1"を参照してください。

Grailsガイドのサイトが再構築され、カテゴリー別に分けられ必要なガイドが探しやすくなりました。 モバイルアプリのバックエンドで使用するGrailsの実装方法など新たなガイドも追加されています!

OCIチームがコンテストを開催です!Grailsで開発したプロジェクトを応募すると賞品がもらえます! コンテストの詳細は、OCIのサイトでご確認を!

ZeroturnaroundがJavaで人気なフレームワークインデックスを作成。Grailsは5位です。

Christopher J. Stehno氏が開発を進める、HTTPクライアントテストを行うためのHTTPサーバモック"Ersatz Server"。 最新版となるバージョン0.6.0をリリースしました。コンテント圧縮に対応しました。

Ratpack 1.4.5がリリースしました。 内容はヘルスチェック廻りのバグフィックス、RxRatpackエラーハンドラー追加、Netty 4.1.6へ更新などです。Ratpack 1.4系を使用しているユーザは1.4.5への更新推奨です。

Gradle 3.4がリリース。リリースノートによると、パフォーマンス改善、コアプラグインJacocoとCheckstyleの更新などです。

3月末までGreachのチケットは入手可能です。GR8Conf EUのチケットは5月末です。 今年のGR8Conf EUは、DevOpsにフォーカスしてます!近々スピーカーとセッションが公開されます!

GR8Conf USGradle Summitはスピーカー公募中ですよ!

 

プレゼン動画・ポッドキャスト

ブログ・記事など

Grails 3プラグイン更新情報

  • asynchronous-mail (2.0.0.RC7) The plugin realises asynchronous mail sending. It stores messages in a DB and sends them asynchronously by a quartz job..
  • org.grails.plugins:iCalendar (0.6.2) Grails iCalendar plugin.
  • aws-sdk-s3 (2.1.15) Grails AWS SDK S3 plugin.
  • aws-sdk-ses (2.1.15) Grails AWS SDK SES plugin.
  • aws-sdk-sns (2.1.15) Grails AWS SDK SNS plugin.
  • aws-sdk-sqs (2.1.15) Grails AWS SDK SQS plugin.
  • aws-sdk-dynamodb (2.1.15) Grails AWS SDK DynamoDB plugin.
  • aws-sdk-kinesis (2.1.15) Grails AWS SDK Kinesis plugin.
  • embedded-mongodb (1.0.2) Executes an embedded mongo database for integration or functional testing.
  • mailinglist (3.0.4) mailinglist is a Grails plugin which makes use of quartz to dynamically schedule either group or specific email address contact. You create html email templates with images etc, then define time and date for this to be sent. The job is then added to quartz and set to email at given time. The queue can easily be controlled via bootstrap so that nothing is ever lost. Do you want to email a person at 11:41 pm or maybe a group of people at 2.15am? then look no further. You can schedule an email to be scheduled and to run on a set date and time. Supports HTML emails with inline images as well as attachments has been tested on outlook and result appears to load fine..
  • neo4j (6.1.0.M2) GORM - Grails Data Access Framework.
  • rx-mongodb (6.1.0.M2) GORM - Grails Data Access Framework.
  • mongodb (6.1.0.M2) GORM for MongoDB.
  • hibernate4 (6.1.0.M2) GORM - Grails Data Access Framework.
  • hibernate5 (6.1.0.M2) GORM - Grails Data Access Framework.
  • recaptcha (3.1.0) Grails 3 ReCaptcha and MailHide plugin.
  • grails-java8 (1.1.1) Provides support for Java 8 specific features in Grails.
  • cassandra (6.0.7) GORM - Grails Data Access Framework.
  • grails-gscripting (1.0.7) Run Groovy scripts in Grails.

Grails 2プラグイン更新情報

  • Recaptcha Spring Security Plugin Using recaptcha with spring security core for brute force defender
  • recaptcha-springsecurity-plugin
  • Mailing List Plugin Schedule emails to a mailing group or to a person using dynamic quartz scheduling. Schedules stored within DB and upon application restart incomplete or future schedules are re-added to quartz queue.
  • Bower Asset-Pipeline Plugin Provides bower support for the asset-pipeline static asset management plugin.
  • action-logging Store detailed log of controller actions in database including controller name, action name, start-end time, total time (seconds), exceptions, custom messages and more.
  • Gitcheck Plugin Provides the ability to check Git respository status, e.g. uncommited files, missing updates, etc. while creating a war file.

興味深いつぶやき

 

カンファレンスとミートアップ

  • Greach, マドリッド - スペイン, 2017/3/30-2017/4/1
  • GR8conf Europe, コペンハーゲン - デンマーク, 2017/5/31-2017/6/2
  • Gradle Summit, Palo Alto - CA, 2017/6/22-23
  • GR8conf US, ミネアポリス - USA, 2017/7/26-2017/7/28


Topへ
インデックスへ
Grails公式サイト
ドキュメント
G*Magazine
日本Grails/Groovyユーザーグループ
ワークショップの告知等はこちらを参照してください。
Japan Grails/Groovy Users Group
Grails徹底入門サポートページ
『Grails 徹底入門』のサンプルコード等