Skip to content

Instantly share code, notes, and snippets.

@harawata
Created February 3, 2020 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harawata/f31f094222e9ad54bc9876bf179f62be to your computer and use it in GitHub Desktop.
Save harawata/f31f094222e9ad54bc9876bf179f62be to your computer and use it in GitHub Desktop.

MyBatis 3.5.4 の日本語版リリースノートです。

新機能・改善点:

  • @Results および @ConstructorArgs が省略可能になりました。 #1698

不具合修正:

  • 自動生成されたキーの設定時に hashCode() を呼び出さないように変更しました。 #1719
  • ネストされた SELECT 使用時に、条件次第で ResultMapException が発生する。 #1653
  • TypeVariable が正しく解決できない場合がある。 #1794
  • TypeHandler 解決時の競合状態が発生する。 #1819

3.5.3 から後方非互換の変更はありません。

変更内容の全リストは 3.5.4 milestone を参照してください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment