terasolunaorg / terasoluna-gfw-web-blank

Blank project for web application using TERASOLUNA Server Framework for Java (5.x)
21 stars 18 forks source link

Keep back compability in 5.0.x from updating MyBatis3.3 #171

Closed ikeyat closed 8 years ago

ikeyat commented 8 years ago

Description

We update MyBatis3.3 on 5.0.x. https://github.com/terasolunaorg/guideline/issues/1384 For back compatibility, it is necessary to configure to use CGLIB explicitly instead of JAVASSIST (default).

Possible Solutions

See https://github.com/terasolunaorg/guideline/pull/1388/files to know how to use CGLIB on MyBatis3.

Affects Version/s

https://github.com/terasolunaorg/terasoluna-gfw-web-multi-blank/issues/220

ikeyat commented 8 years ago

See https://github.com/terasolunaorg/terasoluna-gfw-web-multi-blank/issues/220#issuecomment-173774275