File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/org/mybatis/spring Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 105105 <osgi .import>org.springframework.batch.*;resolution:=optional,*</osgi .import>
106106 <osgi .dynamicImport>*</osgi .dynamicImport>
107107
108- <mybatis .version>3.5.9 </mybatis .version>
108+ <mybatis .version>3.5.10 </mybatis .version>
109109 <spring .version>5.3.20</spring .version>
110110 <spring-batch .version>4.3.6</spring-batch .version>
111111 <module .name>org.mybatis.spring</module .name>
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2010-2021 the original author or authors.
2+ * Copyright 2010-2022 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -360,7 +360,7 @@ void testSearchATypeAliasPackage() throws Exception {
360360
361361 TypeAliasRegistry typeAliasRegistry = factoryBean .getObject ().getConfiguration ().getTypeAliasRegistry ();
362362 System .out .println (typeAliasRegistry .getTypeAliases ().keySet ());
363- assertThat (typeAliasRegistry .getTypeAliases ().size ()).isEqualTo (81 );
363+ assertThat (typeAliasRegistry .getTypeAliases ().size ()).isEqualTo (89 );
364364 typeAliasRegistry .resolveAlias ("testAlias" );
365365 typeAliasRegistry .resolveAlias ("testAlias2" );
366366 typeAliasRegistry .resolveAlias ("dummyTypeHandler" );
You can’t perform that action at this time.
0 commit comments