leftovers...

about grails groovy

Grails 2.0.0.RC3リリース!! 致命的なをバグ修正!?

なんとまー、Grails 2.0.0.RC3リリース きましたよ!

Grails 2.0.0.RC2 の内容を、あわせて参照してください。
Grails 2.0.0.RC2リリースだよ。Springの遅れに。 - leftovers...


JIRAをみると、以下のような内容。
http://jira.grails.org/secure/ReleaseNote.jspa?projectId=10020&version=13019

  • [GRAILS-8365] - totalCount creates additional order by statement
  • [GRAILS-8381] - Integration tests failing with strange hibernate exception
  • [GRAILS-8382] - Error with unit testing extended controllers
  • [GRAILS-8385] - JVM doesn't like null being passed to a Field instance
  • [GRAILS-8386] - Errors while launching application
  • [GRAILS-8388] - create-app command fails with missing dependency "org.springframework:spring-test:3.1.0.RC1"
  • [GRAILS-8389] - UniqueConstraint cast error when test with integration
  • [GRAILS-8391] - Error with embedded Domain class if both of them are defined in the same file
  • [GRAILS-8393] - Builds failing on Windows with "javac: target release 1.6 conflicts with default source release 1.7"
  • [GRAILS-8399] - Unit Tests with in-memory GORM implementation fails with NPE if you use sequence as a generator for id
  • [GRAILS-8403] - Using DomainClassUnitTestMixin causing unknown error in Controller test
  • [GRAILS-8407] - @TestFor(UrlMappings) requires mocked controllers but @Mock cannot be used with controller classes
  • [GRAILS-8409] - ConcurrentModificationException after upgrade from 2.0 RC1 to RC2 on start
  • [GRAILS-8414] - save() returns instance even if valitade() is false when you use unique constraint


公式リリースノートはこちら!
http://grails.org/2.0.0.RC3+Release+Notes
JIRA http://jira.grails.org/secure/ReleaseNote.jspa?projectId=10020&version=13019

ダウンロード http://grails.org/Download
直リン http://dist.springframework.org.s3.amazonaws.com/milestone/GRAILS/grails-2.0.0.RC3.zip
ドキュメント http://grails.org/doc/2.0.0.RC3/
日本語版ドキュメント http://grails.jp/doc/2.0.x/

詳細はドキュメントで確認してください!
Grails 2.0で更新内容の意訳。
こちら→ Grails 2.0の新機能 (Grails 2.0 ドキュメントより)
原文 http://grails.org/doc/2.0.0.RC3/guide/introduction.html#whatsNew

Grails 1.3.xからのアップグレードの意訳。
Grails 1.3.xからのアップグレード (Grails 2.0 ドキュメントより)
原文 http://grails.org/doc/2.0.0.RC3/guide/gettingStarted.html#upgradingFromPreviousVersionsOfGrails




ではでは。