Skip to content

Commit 95630f9

Browse files
committed
Add deprecation note in the docs
1 parent 1db126e commit 95630f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/site/es/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
496496
Permite especificar qué herramienta de generación de proxys se usará para crear los objetos con capacidad de carga lazy.
497497
</td>
498498
<td>
499-
CGLIB | JAVASSIST
499+
CGLIB (deprecated since 3.5.10) | JAVASSIST
500500
</td>
501501
<td>
502502
JAVASSIST (MyBatis 3.3 or above)

src/site/ja/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
522522
Lazy Loading(遅延読み込み)に対応したオブジェクトを生成する際に使用するプロクシツールを指定します。
523523
</td>
524524
<td>
525-
CGLIB | JAVASSIST
525+
CGLIB (3.5.10 以降非推奨) | JAVASSIST
526526
</td>
527527
<td>
528528
JAVASSIST (MyBatis 3.3 以上)

src/site/ko/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
507507
마이바티스가 지연로딩을 처리할 객체를 생성할 때 사용할 프록시 툴을 명시
508508
</td>
509509
<td>
510-
CGLIB | JAVASSIST
510+
CGLIB (deprecated since 3.5.10) | JAVASSIST
511511
</td>
512512
<td>
513513
JAVASSIST (마이바티스 3.3과 이상의 버전)

src/site/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ SqlSessionFactory factory =
583583
Specifies the proxy tool that MyBatis will use for creating lazy loading capable objects.
584584
</td>
585585
<td>
586-
CGLIB | JAVASSIST
586+
CGLIB (deprecated since 3.5.10) | JAVASSIST
587587
</td>
588588
<td>
589589
JAVASSIST (MyBatis 3.3 or above)

src/site/zh/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
514514
指定 Mybatis 创建可延迟加载对象所用到的代理工具。
515515
</td>
516516
<td>
517-
CGLIB | JAVASSIST
517+
CGLIB (deprecated since 3.5.10) | JAVASSIST
518518
</td>
519519
<td>
520520
JAVASSIST (MyBatis 3.3 以上)

0 commit comments

Comments
 (0)