terasolunaorg / terasoluna-tourreservation

Sample application (JPA version)
35 stars 29 forks source link

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

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

Remove CGLIB from pom.xml. It should be defined in terasoluna-gfw-mybatis3. Remove CGLIB from pom.xml if this application does not use lazy loading.

ikeyat commented 8 years ago

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