From 543d464d93efa273eb5f2c76f049420f0d33716c Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Tue, 12 Apr 2016 21:57:50 -0400 Subject: [PATCH] Update parent to 27-snapshot and let it update licenses (#632) * [license] Add inception year, update to parent 27-SNAPSHOT, and add git setting * [license] Updated all licenses to ensure we are updating all of them --- license.txt | 2 +- pom.xml | 26 +++++++++++-------- .../org/apache/ibatis/annotations/Arg.java | 2 +- .../ibatis/annotations/CacheNamespace.java | 2 +- .../ibatis/annotations/CacheNamespaceRef.java | 2 +- .../org/apache/ibatis/annotations/Case.java | 2 +- .../ibatis/annotations/ConstructorArgs.java | 2 +- .../org/apache/ibatis/annotations/Delete.java | 2 +- .../ibatis/annotations/DeleteProvider.java | 2 +- .../org/apache/ibatis/annotations/Flush.java | 2 +- .../org/apache/ibatis/annotations/Insert.java | 2 +- .../ibatis/annotations/InsertProvider.java | 2 +- .../org/apache/ibatis/annotations/Lang.java | 2 +- .../org/apache/ibatis/annotations/Many.java | 2 +- .../org/apache/ibatis/annotations/MapKey.java | 2 +- .../org/apache/ibatis/annotations/One.java | 2 +- .../apache/ibatis/annotations/Options.java | 2 +- .../org/apache/ibatis/annotations/Param.java | 2 +- .../org/apache/ibatis/annotations/Result.java | 2 +- .../apache/ibatis/annotations/ResultMap.java | 2 +- .../apache/ibatis/annotations/ResultType.java | 2 +- .../apache/ibatis/annotations/Results.java | 2 +- .../org/apache/ibatis/annotations/Select.java | 2 +- .../apache/ibatis/annotations/SelectKey.java | 2 +- .../ibatis/annotations/SelectProvider.java | 2 +- .../ibatis/annotations/TypeDiscriminator.java | 2 +- .../org/apache/ibatis/annotations/Update.java | 2 +- .../ibatis/annotations/UpdateProvider.java | 2 +- .../apache/ibatis/binding/MapperMethod.java | 2 +- .../builder/MapperBuilderAssistant.java | 2 +- .../annotation/MapperAnnotationBuilder.java | 2 +- .../ibatis/builder/xml/XMLConfigBuilder.java | 2 +- .../ibatis/builder/xml/XMLMapperBuilder.java | 2 +- .../ibatis/builder/xml/mybatis-3-config.dtd | 3 +-- .../ibatis/builder/xml/mybatis-3-mapper.dtd | 3 +-- .../apache/ibatis/executor/BaseExecutor.java | 2 +- .../apache/ibatis/executor/BatchExecutor.java | 2 +- .../apache/ibatis/executor/ReuseExecutor.java | 2 +- .../ibatis/executor/SimpleExecutor.java | 2 +- .../executor/keygen/Jdbc3KeyGenerator.java | 2 +- .../resultset/DefaultResultSetHandler.java | 2 +- .../executor/resultset/ResultSetWrapper.java | 2 +- .../statement/BaseStatementHandler.java | 2 +- .../statement/RoutingStatementHandler.java | 2 +- .../executor/statement/StatementHandler.java | 2 +- .../executor/statement/StatementUtil.java | 2 +- .../ibatis/logging/jdbc/BaseJdbcLogger.java | 2 +- .../ibatis/logging/jdbc/StatementLogger.java | 2 +- .../ibatis/mapping/MappedStatement.java | 2 +- .../ibatis/mapping/ParameterMapping.java | 2 +- .../org/apache/ibatis/plugin/Intercepts.java | 2 +- .../org/apache/ibatis/plugin/Signature.java | 2 +- .../apache/ibatis/reflection/Reflector.java | 2 +- .../reflection/TypeParameterResolver.java | 2 +- .../AutoMappingUnknownColumnBehavior.java | 2 +- .../apache/ibatis/session/Configuration.java | 2 +- .../ibatis/session/SqlSessionFactory.java | 2 +- .../ibatis/transaction/Transaction.java | 2 +- .../transaction/jdbc/JdbcTransaction.java | 2 +- .../managed/ManagedTransaction.java | 2 +- .../java/org/apache/ibatis/type/Alias.java | 2 +- .../type/BlobInputStreamTypeHandler.java | 2 +- .../ibatis/type/ClobReaderTypeHandler.java | 2 +- .../apache/ibatis/type/MappedJdbcTypes.java | 2 +- .../org/apache/ibatis/type/MappedTypes.java | 2 +- .../ibatis/type/TypeHandlerRegistry.java | 2 +- src/site/es/xdoc/configuration.xml | 23 ++++++++-------- src/site/es/xdoc/dynamic-sql.xml | 23 ++++++++-------- src/site/es/xdoc/getting-started.xml | 23 ++++++++-------- src/site/es/xdoc/index.xml | 23 ++++++++-------- src/site/es/xdoc/java-api.xml | 23 ++++++++-------- src/site/es/xdoc/logging.xml | 23 ++++++++-------- src/site/es/xdoc/sqlmap-xml.xml | 23 ++++++++-------- src/site/es/xdoc/statement-builders.xml | 23 ++++++++-------- src/site/fr/xdoc/getting-started.xml | 23 ++++++++-------- src/site/ja/xdoc/configuration.xml | 23 ++++++++-------- src/site/ja/xdoc/dynamic-sql.xml | 23 ++++++++-------- src/site/ja/xdoc/getting-started.xml | 23 ++++++++-------- src/site/ja/xdoc/index.xml | 23 ++++++++-------- src/site/ja/xdoc/java-api.xml | 23 ++++++++-------- src/site/ja/xdoc/logging.xml | 23 ++++++++-------- src/site/ja/xdoc/sqlmap-xml.xml | 23 ++++++++-------- src/site/ja/xdoc/statement-builders.xml | 23 ++++++++-------- src/site/ko/xdoc/configuration.xml | 23 ++++++++-------- src/site/ko/xdoc/dynamic-sql.xml | 23 ++++++++-------- src/site/ko/xdoc/getting-started.xml | 23 ++++++++-------- src/site/ko/xdoc/index.xml | 23 ++++++++-------- src/site/ko/xdoc/java-api.xml | 23 ++++++++-------- src/site/ko/xdoc/logging.xml | 23 ++++++++-------- src/site/ko/xdoc/sqlmap-xml.xml | 23 ++++++++-------- src/site/ko/xdoc/statement-builders.xml | 23 ++++++++-------- src/site/pdf.xml | 22 +++++++++------- src/site/resources/css/site.css | 15 +++++++++++ src/site/site.xml | 22 +++++++++------- src/site/site_es.xml | 23 ++++++++-------- src/site/site_fr.xml | 22 +++++++++------- src/site/site_ja.xml | 23 ++++++++-------- src/site/site_ko.xml | 23 ++++++++-------- src/site/site_zh.xml | 22 +++++++++------- src/site/xdoc/configuration.xml | 23 ++++++++-------- src/site/xdoc/dynamic-sql.xml | 23 ++++++++-------- src/site/xdoc/getting-started.xml | 23 ++++++++-------- src/site/xdoc/index.xml | 23 ++++++++-------- src/site/xdoc/java-api.xml | 23 ++++++++-------- src/site/xdoc/logging.xml | 23 ++++++++-------- src/site/xdoc/sqlmap-xml.xml | 23 ++++++++-------- src/site/xdoc/statement-builders.xml | 23 ++++++++-------- src/site/zh/xdoc/configuration.xml | 23 ++++++++-------- src/site/zh/xdoc/dynamic-sql.xml | 23 ++++++++-------- src/site/zh/xdoc/getting-started.xml | 23 ++++++++-------- src/site/zh/xdoc/index.xml | 23 ++++++++-------- src/site/zh/xdoc/java-api.xml | 23 ++++++++-------- src/site/zh/xdoc/logging.xml | 23 ++++++++-------- src/site/zh/xdoc/sqlmap-xml.xml | 23 ++++++++-------- src/site/zh/xdoc/statement-builders.xml | 23 ++++++++-------- src/test/java/log4j.properties | 2 +- .../ibatis/binding/BoundAuthorMapper.xml | 3 +-- .../apache/ibatis/binding/BoundBlogMapper.xml | 3 +-- .../ibatis/binding/MissingNamespaceMapper.xml | 3 +-- .../ibatis/binding/WrongNamespaceMapper.xml | 3 +-- .../apache/ibatis/builder/AuthorMapper.xml | 4 ++- .../org/apache/ibatis/builder/BlogMapper.xml | 3 +-- .../ibatis/builder/CachedAuthorMapper.xml | 3 +-- .../CustomizedSettingsMapperConfig.xml | 3 +-- .../apache/ibatis/builder/MapperConfig.xml | 3 +-- .../ibatis/builder/MinimalMapperConfig.xml | 3 +-- .../ibatis/builder/NestedBlogMapper.xml | 3 +-- .../org/apache/ibatis/builder/PostMapper.xml | 3 +-- .../ibatis/builder/XmlConfigBuilderTest.java | 2 +- .../databases/blog/blog-derby-dataload.sql | 2 +- .../databases/blog/blog-derby-schema.sql | 2 +- .../databases/blog/blog-derby.properties | 2 +- .../jpetstore/jpetstore-hsqldb-dataload.sql | 2 +- .../jpetstore/jpetstore-hsqldb-schema.sql | 2 +- .../jpetstore/jpetstore-hsqldb.properties | 2 +- .../statement/BaseStatementHandlerTest.java | 2 +- .../ibatis/jdbc/ScriptChangingDelimiter.sql | 2 +- ...criptChangingDelimiterMissingDelimiter.sql | 2 +- .../jdbc/ScriptCommentAfterEOLTerminator.sql | 2 +- .../jdbc/ScriptMissingEOLTerminator.sql | 2 +- .../apache/ibatis/logging/mybatis-config.xml | 4 ++- .../parsing/GenericTokenParserTest.java | 2 +- .../ibatis/reflection/ReflectorTest.java | 2 +- .../reflection/TypeParameterResolverTest.java | 2 +- .../reflection/typeparam/Calculator.java | 2 +- .../reflection/typeparam/Level0Mapper.java | 2 +- .../reflection/typeparam/Level1Mapper.java | 2 +- .../reflection/typeparam/Level2Mapper.java | 2 +- .../AutoMappingUnknownColumnBehaviorTest.java | 2 +- .../association_nested/FolderMapper.xml | 4 ++- .../association_nested/mybatis-config.xml | 4 ++- .../submitted/associationtest/CreateDB.sql | 2 +- .../submitted/associationtest/Mapper.xml | 4 ++- .../associationtest/mybatis-config.xml | 4 ++- .../submitted/associationtype/CreateDB.sql | 2 +- .../submitted/associationtype/Mapper.xml | 4 ++- .../associationtype/mybatis-config.xml | 4 ++- .../submitted/autodiscover/MapperConfig.xml | 3 +-- .../ibatis/submitted/automapping/CreateDB.sql | 2 +- .../ibatis/submitted/automapping/Mapper.xml | 4 ++- .../submitted/automapping/mybatis-config.xml | 4 ++- .../automatic_lazy_loading/ElementMapper.xml | 3 +-- .../automatic_lazy_loading/create.sql | 2 +- .../ibatis-automatic-lazy-load-default.xml | 3 +-- .../ibatis-automatic-lazy-load-disabled.xml | 3 +-- .../ibatis-automatic-lazy-load-enabled.xml | 3 +-- .../awful_table/AwfulTableMapper.xml | 2 +- .../ibatis/submitted/awful_table/CreateDB.sql | 2 +- .../submitted/awful_table/MapperConfig.xml | 3 +-- .../ibatis/submitted/basetest/CreateDB.sql | 2 +- .../ibatis/submitted/basetest/Mapper.xml | 4 ++- .../submitted/basetest/mybatis-config.xml | 4 ++- .../submitted/batch_keys/BatchKeysTest.java | 2 +- .../ibatis/submitted/batch_keys/Config.xml | 2 +- .../ibatis/submitted/batch_keys/CreateDB.sql | 2 +- .../ibatis/submitted/batch_keys/Mapper.java | 2 +- .../ibatis/submitted/batch_keys/Mapper.xml | 2 +- .../ibatis/submitted/batch_test/CreateDB.sql | 2 +- .../ibatis/submitted/batch_test/Mapper.xml | 4 ++- .../submitted/batch_test/mybatis-config.xml | 4 ++- .../ibatis/submitted/blobtest/BlobMapper.xml | 2 +- .../ibatis/submitted/blobtest/CreateDB.sql | 2 +- .../submitted/blobtest/MapperConfig.xml | 3 +-- .../submitted/blocking_cache/CreateDB.sql | 2 +- .../blocking_cache/mybatis-config.xml | 4 +-- .../bringrags/SimpleChildObjectMapper.xml | 4 ++- .../submitted/bringrags/mybatis-config.xml | 4 ++- .../ibatis/submitted/cache/CacheTest.java | 2 +- .../ibatis/submitted/cache/CreateDB.sql | 2 +- .../ibatis/submitted/cache/PersonMapper.java | 2 +- .../ibatis/submitted/cache/mybatis-config.xml | 4 +-- .../ibatis/submitted/cacheorder/CreateDB.sql | 2 +- .../ibatis/submitted/cacheorder/Mapper.xml | 4 ++- .../ibatis/submitted/cacheorder/Mapper2.xml | 4 ++- .../submitted/cacheorder/mybatis-config.xml | 4 ++- .../call_setters_on_nulls/CreateDB.sql | 2 +- .../call_setters_on_nulls/Mapper.xml | 4 ++- .../mybatis-config-2.xml | 4 ++- .../call_setters_on_nulls/mybatis-config.xml | 4 ++- .../ChildBean.java | 2 +- .../MyBatisTest.java | 2 +- .../ParentBean.java | 2 +- .../call_setters_on_nulls_again/mapper.xml | 17 ++++++++++++ .../mybatis-config.xml | 4 ++- .../ibatis/submitted/camelcase/CreateDB.sql | 2 +- .../apache/ibatis/submitted/camelcase/Map.xml | 2 +- .../submitted/camelcase/MapperConfig.xml | 3 +-- .../submitted/cglib_lazy_error/CreateDB.sql | 2 +- .../submitted/cglib_lazy_error/Person.xml | 2 +- .../cglib_lazy_error/ibatisConfig.xml | 2 +- .../cglib_lazy_error/ibatisConfigLazy.xml | 2 +- .../collectionparameters/CreateDB.sql | 2 +- .../submitted/collectionparameters/Mapper.xml | 4 ++- .../collectionparameters/mybatis-config.xml | 4 ++- .../submitted/column_forwarding/CreateDB.sql | 2 +- .../submitted/column_forwarding/Mapper.xml | 4 ++- .../column_forwarding/mybatis-config.xml | 4 ++- .../ibatis/submitted/column_prefix/Config.xml | 2 +- .../column_prefix/ConfigAutoMapping.xml | 2 +- .../column_prefix/ConfigNestedQuery.xml | 2 +- .../submitted/column_prefix/CreateDB.sql | 2 +- .../ibatis/submitted/column_prefix/Mapper.xml | 2 +- .../column_prefix/MapperAutoMapping.xml | 2 +- .../column_prefix/MapperNestedQuery.xml | 2 +- .../submitted/complex_column/CreateDB.sql | 2 +- .../submitted/complex_column/Person.xml | 2 +- .../submitted/complex_column/ibatisConfig.xml | 2 +- .../complex_property/Configuration.xml | 2 +- .../submitted/complex_property/User.xml | 3 +-- .../ibatis/submitted/complex_property/db.sql | 2 +- .../submitted/complex_type/CreateDB.sql | 2 +- .../ibatis/submitted/complex_type/Mapper.xml | 4 ++- .../submitted/complex_type/mybatis-config.xml | 4 ++- .../apache/ibatis/submitted/count/Count.xml | 3 +-- .../ibatis/submitted/count/CreateDB.sql | 2 +- .../ibatis/submitted/count/MapperConfig.xml | 3 +-- .../ibatis/submitted/criterion/CreateDB.sql | 2 +- .../ibatis/submitted/criterion/Criterion.xml | 3 +-- .../submitted/criterion/MapperConfig.xml | 3 +-- .../submitted/cursor_nested/CreateDB.sql | 3 +-- .../ibatis/submitted/cursor_nested/Mapper.xml | 4 ++- .../cursor_nested/mybatis-config.xml | 4 ++- .../submitted/cursor_simple/CreateDB.sql | 2 +- .../ibatis/submitted/cursor_simple/Mapper.xml | 4 ++- .../cursor_simple/mybatis-config.xml | 4 ++- .../custom_collection_handling/CreateDB.sql | 3 ++- .../MapperConfig.xml | 3 +-- .../PersonMapper.xml | 2 +- .../deferload_common_property/ChildMapper.xml | 2 +- .../deferload_common_property/CreateDB.sql | 2 +- .../FatherMapper.xml | 2 +- .../ibatisConfig.xml | 2 +- .../lazyLoadIbatisConfig.xml | 2 +- .../submitted/disallowdotsonnames/Person.xml | 2 +- .../disallowdotsonnames/ibatisConfig.xml | 2 +- .../submitted/dml_return_types/CreateDB.sql | 4 +-- .../submitted/dml_return_types/Mapper.xml | 4 ++- .../dml_return_types/mybatis-config.xml | 4 ++- .../duplicate_resource_loaded/Config.xml | 2 +- .../duplicate_resource_loaded/Mapper.xml | 3 +-- .../duplicate_statements/CreateDB.sql | 2 +- .../submitted/duplicate_statements/Mapper.xml | 4 ++- .../duplicate_statements/mybatis-config.xml | 4 ++- .../ibatis/submitted/dynsql/CreateDB.sql | 2 +- .../apache/ibatis/submitted/dynsql/DynSql.xml | 3 +-- .../ibatis/submitted/dynsql/MapperConfig.xml | 3 +-- .../ibatis/submitted/dynsql2/CreateDB.sql | 2 +- .../ibatis/submitted/dynsql2/DynSql.xml | 3 +-- .../ibatis/submitted/dynsql2/MapperConfig.xml | 3 +-- .../submitted/empty_namespace/Person.xml | 2 +- .../empty_namespace/ibatisConfig.xml | 2 +- .../ibatis/submitted/emptycollection/Dao.xml | 17 ++++++++++++ .../submitted/emptycollection/DaoTest.java | 2 +- .../emptycollection/mybatis-config.xml | 17 ++++++++++++ .../ibatis/submitted/encoding/CreateDB.sql | 2 +- .../ibatis/submitted/encoding/Encoding.xml | 3 +-- .../submitted/encoding/EncodingConfig.xml | 3 +-- .../enumtypehandler_on_map/CreateDB.sql | 2 +- .../enumtypehandler_on_map/Person.xml | 2 +- .../enumtypehandler_on_map/ibatisConfig.xml | 2 +- .../ibatis/submitted/extend/CreateDB.sql | 2 +- .../apache/ibatis/submitted/extend/Extend.xml | 3 +-- .../ibatis/submitted/extend/ExtendConfig.xml | 3 +-- .../submitted/extendresultmap/TestMapperX.xml | 4 ++- .../submitted/extendresultmap/TestMapperY.xml | 4 ++- .../extendresultmap/mybatis-config.xml | 4 ++- .../extends_with_constructor/CreateDB.sql | 2 +- .../StudentConstructorMapper.xml | 2 +- .../StudentMapper.xml | 2 +- .../TeacherMapper.xml | 2 +- .../flush_statement_npe/CreateDB.sql | 2 +- .../submitted/flush_statement_npe/Person.xml | 2 +- .../flush_statement_npe/ibatisConfig.xml | 2 +- .../force_flush_on_select/CreateDB.sql | 2 +- .../force_flush_on_select/Person.xml | 2 +- .../force_flush_on_select/ibatisConfig.xml | 2 +- .../ibatis/submitted/foreach/CreateDB.sql | 2 +- .../ibatis/submitted/foreach/Mapper.xml | 4 ++- .../submitted/foreach/mybatis-config.xml | 4 ++- .../ibatis/submitted/foreach_map/CreateDB.sql | 2 +- .../ibatis/submitted/foreach_map/Mapper.xml | 4 ++- .../submitted/foreach_map/mybatis-config.xml | 4 ++- .../generictyperesolution/CreateDB.sql | 2 +- .../generictyperesolution/Entity.java | 2 +- .../GenericTypeResolutionTest.java | 2 +- .../generictyperesolution/Mapper.java | 2 +- .../submitted/generictyperesolution/User.java | 2 +- .../generictyperesolution/mybatis-config.xml | 4 ++- .../ibatis/submitted/generictypes/Config.xml | 2 +- .../submitted/generictypes/CreateDB.sql | 2 +- .../submitted/global_variables/CreateDB.sql | 2 +- .../submitted/global_variables/Mapper.xml | 4 ++- .../global_variables/mybatis-config.xml | 4 ++- .../heavy_initial_load/ThingMapper.xml | 2 +- .../heavy_initial_load/ibatisConfig.xml | 2 +- .../immutable_constructor/CreateDB.sql | 2 +- .../ImmutablePOJOMapper.xml | 2 +- .../immutable_constructor/ibatisConfig.xml | 2 +- .../ibatis/submitted/includes/Fragments.xml | 3 +-- .../ibatis/submitted/includes/Mapper.xml | 3 +-- .../submitted/includes/MapperConfig.xml | 3 +-- .../ibatis/submitted/inheritance/CreateDB.sql | 2 +- .../submitted/inheritance/mybatis-config.xml | 4 ++- .../Author.xml | 2 +- .../create.sql | 2 +- .../mybatis-config.xml | 2 +- .../ElementMapperUsingInline.xml | 3 +-- .../ElementMapperUsingSubMap.xml | 3 +-- .../inline_association_with_dot/create.sql | 2 +- .../ibatis-inline.xml | 3 +-- .../ibatis-submap.xml | 3 +-- .../ibatis/submitted/integer_enum/Mapper.xml | 3 +-- .../submitted/integer_enum/MapperConfig.xml | 3 +-- .../ibatis/submitted/javassist/CreateDB.sql | 2 +- .../ibatis/submitted/javassist/Mapper.xml | 4 ++- .../submitted/javassist/mybatis-config.xml | 4 ++- .../submitted/keycolumn/InsertMapper.xml | 2 +- .../submitted/keycolumn/MapperConfig.xml | 3 +-- .../ibatis/submitted/keycolumn/setupdb.txt | 2 +- .../ibatis/submitted/keygen/Country.java | 2 +- .../submitted/keygen/CountryMapper.java | 2 +- .../ibatis/submitted/keygen/CountryMapper.xml | 4 ++- .../keygen/Jdbc3KeyGeneratorTest.java | 2 +- .../ibatis/submitted/keygen/MapperConfig.xml | 4 ++- .../ibatis/submitted/language/CreateDB.sql | 2 +- .../ibatis/submitted/language/Mapper.xml | 3 +-- .../submitted/language/MapperConfig.xml | 3 +-- .../submitted/lazy_deserialize/CreateDB.sql | 16 ++++++++++++ .../submitted/lazy_deserialize/Mapper.xml | 17 ++++++++++++ .../lazy_deserialize/ibatisConfig.xml | 17 ++++++++++++ .../submitted/lazy_immutable/CreateDB.sql | 2 +- .../lazy_immutable/ImmutablePOJOMapper.xml | 2 +- .../submitted/lazy_immutable/ibatisConfig.xml | 2 +- .../lazyload_common_property/ChildMapper.xml | 2 +- .../lazyload_common_property/CreateDB.sql | 2 +- .../lazyload_common_property/FatherMapper.xml | 2 +- .../GrandFatherMapper.xml | 2 +- .../lazyload_common_property/ibatisConfig.xml | 2 +- .../CreateDB.sql | 2 +- .../Mapper.xml | 4 ++- .../mybatis-config-cglib.xml | 4 ++- .../mybatis-config-default.xml | 4 ++- .../mybatis-config-javassist.xml | 4 ++- .../map_class_name_conflict/PersonMapper.xml | 3 +-- .../map_class_name_conflict/ibatisConfig.xml | 2 +- .../submitted/mapper_extend/CreateDB.sql | 2 +- .../mapper_extend/MapperOverload.xml | 4 ++- .../submitted/mapper_extend/ParentMapper.xml | 4 ++- .../mapper_extend/mybatis-config.xml | 4 ++- .../mapper_type_parameter/BaseMapper.java | 2 +- .../mapper_type_parameter/Country.java | 2 +- .../mapper_type_parameter/CountryMapper.java | 2 +- .../MapperTypeParameterTest.java | 2 +- .../mapper_type_parameter/Person.java | 2 +- .../PersonListMapper.java | 2 +- .../mapper_type_parameter/PersonMapper.java | 2 +- .../submitted/maptypehandler/CreateDB.sql | 2 +- .../submitted/maptypehandler/Mapper.xml | 4 ++- .../maptypehandler/mybatis-config.xml | 4 ++- .../missing_id_property/CreateDB.sql | 2 +- .../submitted/missing_id_property/Map.xml | 2 +- .../missing_id_property/MapperConfig.xml | 3 +-- .../ibatis/submitted/multidb/CreateDB.sql | 2 +- .../submitted/multidb/MultiDbConfig.xml | 3 +-- .../submitted/multidb/MultiDbMapper.xml | 3 +-- .../submitted/multidb/ProviderConfig.xml | 3 +-- .../multiple_discriminator/CreateDB.sql | 2 +- .../multiple_discriminator/Person.xml | 3 +-- .../multiple_discriminator/ibatisConfig.xml | 2 +- .../submitted/multiple_resultsets/Mapper.xml | 4 ++- .../multiple_resultsets/mybatis-config.xml | 4 ++- .../submitted/multiple_resultsets/setupdb.txt | 2 +- .../submitted/multipleiterates/Mapper.xml | 4 ++- .../multipleiterates/mybatis-config.xml | 4 ++- .../CreateDB1.sql | 22 +++++++++------- .../CreateDB2.sql | 22 +++++++++------- .../CreateDB3.sql | 22 +++++++++------- .../Mapper.java | 2 +- .../Mapper.xml | 4 ++- .../MultipleResultSetTest.java | 2 +- .../mybatis-config.xml | 4 ++- .../ibatis/submitted/nested/CreateDB.sql | 2 +- .../ibatis/submitted/nested/MapperConfig.xml | 3 +-- .../ibatis/submitted/nested/NestedForEach.xml | 3 +-- .../nested_query_cache/AuthorMapper.xml | 4 ++- .../nested_query_cache/BlogMapper.xml | 3 +-- .../nested_query_cache/MapperConfig.xml | 3 +-- .../nested_query_cache/mapper.properties | 2 +- .../nestedresulthandler/CreateDB.sql | 2 +- .../submitted/nestedresulthandler/Mapper.xml | 4 ++- .../nestedresulthandler/mybatis-config.xml | 4 ++- .../AccountRepository.xml | 4 ++- .../mybatis-config.xml | 4 ++- .../mapper.xml | 4 ++- .../mybatis-config.xml | 4 ++- .../submitted/no_param_type/CreateDB.sql | 2 +- .../ibatis/submitted/no_param_type/Mapper.xml | 4 ++- .../no_param_type/mybatis-config.xml | 4 ++- .../nonexistentvariables/CreateDB.sql | 2 +- .../nonexistentvariables/mappers.xml | 3 +-- .../nonexistentvariables/mybatis-config.xml | 3 +-- .../submitted/not_null_column/CreateDB.sql | 2 +- .../not_null_column/FatherMapper.xml | 2 +- .../not_null_column/ibatisConfig.xml | 2 +- .../submitted/null_associations/FooMapper.xml | 3 +-- .../null_associations/create-schema-mysql.sql | 2 +- .../submitted/null_associations/sqlmap.xml | 2 +- .../ibatis/submitted/ognl_enum/CreateDB.sql | 2 +- .../ibatis/submitted/ognl_enum/Person.xml | 2 +- .../submitted/ognl_enum/ibatisConfig.xml | 2 +- .../ibatis/submitted/ognlstatic/CreateDB.sql | 2 +- .../ibatis/submitted/ognlstatic/Mapper.xml | 4 ++- .../submitted/ognlstatic/mybatis-config.xml | 4 ++- .../order_prefix_removed/CreateDB.sql | 2 +- .../submitted/order_prefix_removed/Person.xml | 2 +- .../order_prefix_removed/ibatisConfig.xml | 2 +- .../overwritingproperties/FooMapper.xml | 3 +-- .../create-schema-mysql.sql | 2 +- .../overwritingproperties/sqlmap.xml | 2 +- .../submitted/parametrizedlist/Config.xml | 2 +- .../submitted/parametrizedlist/CreateDB.sql | 2 +- .../ibatis/submitted/parent_childs/Mapper.xml | 4 ++- .../parent_childs/mybatis-config.xml | 4 ++- .../parent_reference_3level/CreateDB.sql | 2 +- .../parent_reference_3level/Mapper.xml | 3 +-- .../mybatis-config.xml | 2 +- .../ibatis/submitted/permissions/CreateDB.sql | 2 +- .../permissions/PermissionsMapper.xml | 4 ++- .../submitted/permissions/mybatis-config.xml | 4 ++- .../submitted/primitive_array/Mapper.xml | 4 ++- .../primitive_array/mybatis-config.xml | 4 ++- .../primitive_result_type/ProductMapper.xml | 3 +-- .../primitive_result_type/create.sql | 2 +- .../primitive_result_type/ibatis.xml | 3 +-- .../ibatis/submitted/primitives/CreateDB.sql | 2 +- .../ibatis/submitted/primitives/Mapper.xml | 4 ++- .../submitted/primitives/mybatis-config.xml | 4 ++- .../propertiesinmapperfiles/CreateDB.sql | 2 +- .../propertiesinmapperfiles/Mapper.xml | 4 ++- .../mybatis-config.xml | 4 ++- .../submitted/quotedcolumnnames/CreateDB.sql | 2 +- .../submitted/quotedcolumnnames/Map.xml | 2 +- .../quotedcolumnnames/MapperConfig.xml | 3 +-- .../submitted/raw_sql_source/Mapper.xml | 4 ++- .../raw_sql_source/mybatis-config.xml | 4 ++- .../submitted/refcursor/MapperConfig.xml | 3 +-- .../submitted/refcursor/OrdersMapper.xml | 2 +- .../ibatis/submitted/refcursor/setupdb.txt | 2 +- .../refid_resolution/ExternalMapper1.xml | 3 +-- .../refid_resolution/ExternalMapper2.xml | 3 +-- .../refid_resolution/ExternalMapperConfig.xml | 3 +-- .../submitted/refid_resolution/Mapper.xml | 3 +-- .../refid_resolution/MapperConfig.xml | 3 +-- .../submitted/result_handler/CreateDB.sql | 2 +- .../result_handler/mybatis-config.xml | 4 ++- .../result_handler_type/CreateDB.sql | 2 +- .../result_handler_type/MapperConfig.xml | 3 +-- .../result_handler_type/PersonMapper.xml | 2 +- .../CreateDB.sql | 2 +- .../resultmapwithassociationstest/Mapper.xml | 4 ++- .../mybatis-config.xml | 4 ++- .../submitted/results_id/AnotherMapper.xml | 4 ++- .../submitted/results_id/IdConflictMapper.xml | 4 ++- .../submitted/results_id/mybatis-config.xml | 4 ++- .../ibatis/submitted/rounding/CreateDB.sql | 2 +- .../ibatis/submitted/rounding/Mapper.xml | 4 ++- .../submitted/rounding/mybatis-config.xml | 4 ++- .../submitted/selectkey/AnnotatedMapper.xml | 2 +- .../ibatis/submitted/selectkey/CreateDB.sql | 2 +- .../submitted/selectkey/MapperConfig.xml | 3 +-- .../ibatis/submitted/selectkey/Table1.xml | 2 +- .../ibatis/submitted/selectkey/Table2.xml | 2 +- .../serializecircular/AttributeMapper.xml | 3 +-- .../submitted/serializecircular/CreateDB.sql | 2 +- .../serializecircular/DepartmentMapper.xml | 3 +-- .../MapperConfigWithAggressiveLazyLoading.xml | 3 +-- ...pperConfigWithoutAggressiveLazyLoading.xml | 3 +-- .../serializecircular/PersonMapper.xml | 2 +- .../simplelistparameter/CreateDB.sql | 2 +- .../simplelistparameter/mybatis-config.xml | 3 +-- .../ibatis/submitted/sptests/CreateDB.sql | 2 +- .../ibatis/submitted/sptests/MapperConfig.xml | 3 +-- .../ibatis/submitted/sptests/SPMapper.java | 2 +- .../ibatis/submitted/sptests/SPMapper.xml | 2 +- .../ibatis/submitted/sptests/SPTest.java | 2 +- .../ibatis/submitted/sqlprovider/CreateDB.sql | 2 +- .../submitted/sqlprovider/mybatis-config.xml | 4 ++- .../ibatis/submitted/stringlist/CreateDB.sql | 2 +- .../ibatis/submitted/stringlist/Mapper.xml | 4 ++- .../submitted/stringlist/mybatis-config.xml | 4 ++- .../substitution_in_annots/CreateDB.sql | 2 +- .../SubstitutionInAnnotsMapper.xml | 2 +- .../ibatis/submitted/typehandler/CreateDB.sql | 2 +- .../ibatis/submitted/typehandler/Mapper.java | 2 +- .../ibatis/submitted/typehandler/Mapper.xml | 4 ++- .../ibatis/submitted/typehandler/Product.java | 2 +- .../typehandler/TypeHandlerTest.java | 2 +- .../submitted/typehandler/mybatis-config.xml | 4 ++- .../typehandlerinjection/CreateDB.sql | 2 +- .../submitted/typehandlerinjection/Mapper.xml | 4 ++- .../typehandlerinjection/mybatis-config.xml | 4 ++- .../submitted/unknownobject/CreateDB.sql | 2 +- .../ibatis/submitted/unknownobject/Mapper.xml | 4 ++- .../unknownobject/mybatis-config.xml | 4 ++- .../ibatis/submitted/uuid_test/CreateDB.sql | 2 +- .../ibatis/submitted/uuid_test/Mapper.xml | 4 ++- .../submitted/uuid_test/mybatis-config.xml | 4 ++- .../ibatis/submitted/valueinmap/CreateDB.sql | 2 +- .../ibatis/submitted/valueinmap/Mapper.xml | 4 ++- .../submitted/valueinmap/mybatis-config.xml | 4 ++- .../submitted/xml_external_ref/CreateDB.sql | 2 +- .../xml_external_ref/InvalidMapper.xml | 2 +- .../InvalidWithInsertMapper.xml | 2 +- .../xml_external_ref/MapperConfig.xml | 3 +-- .../MultipleCrossIncludeMapperConfig.xml | 3 +-- .../MultipleCrossIncludePersonMapper.xml | 2 +- .../MultipleCrossIncludePetMapper.xml | 2 +- .../MultipleIncludeMapperConfig.xml | 3 +-- .../MultipleIncludePersonMapper.xml | 2 +- .../MultipleReverseIncludeMapperConfig.xml | 3 +-- .../MultipleReverseIncludePersonMapper.xml | 2 +- .../NonFullyQualifiedNamespaceConfig.xml | 3 +-- ...NonFullyQualifiedNamespacePersonMapper.xml | 2 +- .../NonFullyQualifiedNamespacePetMapper.xml | 2 +- .../ParameterMapReferenceMapperConfig.xml | 3 +-- .../ParameterMapReferencePersonMapper.xml | 2 +- .../ParameterMapReferencePetMapper.xml | 2 +- .../xml_external_ref/PersonMapper.xml | 2 +- .../submitted/xml_external_ref/PetMapper.xml | 2 +- .../ResultMapExtendsMapperConfig.xml | 3 +-- .../ResultMapExtendsPersonMapper.xml | 2 +- .../ResultMapExtendsPetMapper.xml | 2 +- .../ResultMapReferenceMapperConfig.xml | 3 +-- .../ResultMapReferencePersonMapper.xml | 2 +- .../ResultMapReferencePetMapper.xml | 2 +- .../ReverseIncludeMapperConfig.xml | 3 +-- .../ReverseIncludePersonMapper.xml | 2 +- .../xml_external_ref/SameIdMapperConfig.xml | 3 +-- .../xml_external_ref/SameIdPersonMapper.xml | 2 +- .../xml_external_ref/SameIdPetMapper.xml | 2 +- .../submitted/xml_references/PersonMapper.xml | 2 +- .../xml_references/PersonMapper2.xml | 2 +- .../submitted/xml_references/ibatisConfig.xml | 2 +- .../type/BlobInputStreamTypeHandlerTest.java | 2 +- .../type/BlobInputStreamTypeHandlerTest.sql | 16 ++++++++++++ .../type/ClobReaderTypeHandlerTest.java | 2 +- .../ibatis/type/ClobReaderTypeHandlerTest.sql | 16 ++++++++++++ .../org/apache/ibatis/type/jdbc.properties | 16 ++++++++++++ src/test/java/resources/nodelet_test.xml | 2 +- travis/after_success.sh | 16 ++++++++++++ travis/settings.xml | 17 ++++++++++++ 571 files changed, 1557 insertions(+), 1166 deletions(-) diff --git a/license.txt b/license.txt index 231750ab011..4ce1777ad30 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ - Copyright 2009-2015 the original author or authors. + Copyright ${license.git.copyrightYears} the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index 1e53c0aef73..b044ca50d8d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,18 +1,20 @@ 4.0.0 @@ -20,7 +22,7 @@ org.mybatis mybatis-parent - 26 + 27-SNAPSHOT @@ -37,6 +39,8 @@ http://www.mybatis.org/mybatis-3 +2009 + Adam Gent diff --git a/src/main/java/org/apache/ibatis/annotations/Arg.java b/src/main/java/org/apache/ibatis/annotations/Arg.java index 38f11a04cfd..e7bd5cc2b14 100644 --- a/src/main/java/org/apache/ibatis/annotations/Arg.java +++ b/src/main/java/org/apache/ibatis/annotations/Arg.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/CacheNamespace.java b/src/main/java/org/apache/ibatis/annotations/CacheNamespace.java index 0b50d93b989..5c5dc93602a 100644 --- a/src/main/java/org/apache/ibatis/annotations/CacheNamespace.java +++ b/src/main/java/org/apache/ibatis/annotations/CacheNamespace.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/CacheNamespaceRef.java b/src/main/java/org/apache/ibatis/annotations/CacheNamespaceRef.java index ef687b5d7ef..28667f39b54 100644 --- a/src/main/java/org/apache/ibatis/annotations/CacheNamespaceRef.java +++ b/src/main/java/org/apache/ibatis/annotations/CacheNamespaceRef.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Case.java b/src/main/java/org/apache/ibatis/annotations/Case.java index ff27d4f7eb7..0c8cc805068 100644 --- a/src/main/java/org/apache/ibatis/annotations/Case.java +++ b/src/main/java/org/apache/ibatis/annotations/Case.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/ConstructorArgs.java b/src/main/java/org/apache/ibatis/annotations/ConstructorArgs.java index 02f0b2e5ffc..4744e5bf593 100644 --- a/src/main/java/org/apache/ibatis/annotations/ConstructorArgs.java +++ b/src/main/java/org/apache/ibatis/annotations/ConstructorArgs.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Delete.java b/src/main/java/org/apache/ibatis/annotations/Delete.java index ff204872411..7b2d39ac3e9 100644 --- a/src/main/java/org/apache/ibatis/annotations/Delete.java +++ b/src/main/java/org/apache/ibatis/annotations/Delete.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/DeleteProvider.java b/src/main/java/org/apache/ibatis/annotations/DeleteProvider.java index dfb09ec53cf..fb315fc0aa7 100644 --- a/src/main/java/org/apache/ibatis/annotations/DeleteProvider.java +++ b/src/main/java/org/apache/ibatis/annotations/DeleteProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Flush.java b/src/main/java/org/apache/ibatis/annotations/Flush.java index 823ef2b122b..ce5b977d128 100644 --- a/src/main/java/org/apache/ibatis/annotations/Flush.java +++ b/src/main/java/org/apache/ibatis/annotations/Flush.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Insert.java b/src/main/java/org/apache/ibatis/annotations/Insert.java index b821d4be9b7..a4fcc6f5e3d 100644 --- a/src/main/java/org/apache/ibatis/annotations/Insert.java +++ b/src/main/java/org/apache/ibatis/annotations/Insert.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/InsertProvider.java b/src/main/java/org/apache/ibatis/annotations/InsertProvider.java index 105f79ac09d..bb38bcdc6fc 100644 --- a/src/main/java/org/apache/ibatis/annotations/InsertProvider.java +++ b/src/main/java/org/apache/ibatis/annotations/InsertProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Lang.java b/src/main/java/org/apache/ibatis/annotations/Lang.java index bdeefc84c23..b23c1c7c430 100644 --- a/src/main/java/org/apache/ibatis/annotations/Lang.java +++ b/src/main/java/org/apache/ibatis/annotations/Lang.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Many.java b/src/main/java/org/apache/ibatis/annotations/Many.java index e1fac379590..19b3cb7dcf6 100644 --- a/src/main/java/org/apache/ibatis/annotations/Many.java +++ b/src/main/java/org/apache/ibatis/annotations/Many.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/MapKey.java b/src/main/java/org/apache/ibatis/annotations/MapKey.java index 8eff87a5ed4..ba885dc39e3 100644 --- a/src/main/java/org/apache/ibatis/annotations/MapKey.java +++ b/src/main/java/org/apache/ibatis/annotations/MapKey.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/One.java b/src/main/java/org/apache/ibatis/annotations/One.java index 1f4237f15b7..44ea82adbe2 100644 --- a/src/main/java/org/apache/ibatis/annotations/One.java +++ b/src/main/java/org/apache/ibatis/annotations/One.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Options.java b/src/main/java/org/apache/ibatis/annotations/Options.java index 2b59b867dc2..ca0d937072f 100644 --- a/src/main/java/org/apache/ibatis/annotations/Options.java +++ b/src/main/java/org/apache/ibatis/annotations/Options.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Param.java b/src/main/java/org/apache/ibatis/annotations/Param.java index c006b8c1d4f..16fec9c30c0 100644 --- a/src/main/java/org/apache/ibatis/annotations/Param.java +++ b/src/main/java/org/apache/ibatis/annotations/Param.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Result.java b/src/main/java/org/apache/ibatis/annotations/Result.java index 30ca386604e..7c8e0b07a5c 100644 --- a/src/main/java/org/apache/ibatis/annotations/Result.java +++ b/src/main/java/org/apache/ibatis/annotations/Result.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/ResultMap.java b/src/main/java/org/apache/ibatis/annotations/ResultMap.java index f1b1be01bff..eb29880a4b5 100644 --- a/src/main/java/org/apache/ibatis/annotations/ResultMap.java +++ b/src/main/java/org/apache/ibatis/annotations/ResultMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/ResultType.java b/src/main/java/org/apache/ibatis/annotations/ResultType.java index d9df6288ec2..eef33108c4a 100644 --- a/src/main/java/org/apache/ibatis/annotations/ResultType.java +++ b/src/main/java/org/apache/ibatis/annotations/ResultType.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Results.java b/src/main/java/org/apache/ibatis/annotations/Results.java index 37398b93f64..dac354664f0 100644 --- a/src/main/java/org/apache/ibatis/annotations/Results.java +++ b/src/main/java/org/apache/ibatis/annotations/Results.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Select.java b/src/main/java/org/apache/ibatis/annotations/Select.java index aa44ea0dfd0..8d9b846605c 100644 --- a/src/main/java/org/apache/ibatis/annotations/Select.java +++ b/src/main/java/org/apache/ibatis/annotations/Select.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/SelectKey.java b/src/main/java/org/apache/ibatis/annotations/SelectKey.java index c2633aef4bd..2f7bbbb589e 100644 --- a/src/main/java/org/apache/ibatis/annotations/SelectKey.java +++ b/src/main/java/org/apache/ibatis/annotations/SelectKey.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/SelectProvider.java b/src/main/java/org/apache/ibatis/annotations/SelectProvider.java index acd101dc08e..68e95e566e4 100644 --- a/src/main/java/org/apache/ibatis/annotations/SelectProvider.java +++ b/src/main/java/org/apache/ibatis/annotations/SelectProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/TypeDiscriminator.java b/src/main/java/org/apache/ibatis/annotations/TypeDiscriminator.java index dd7debae5cb..8feddd42ed1 100644 --- a/src/main/java/org/apache/ibatis/annotations/TypeDiscriminator.java +++ b/src/main/java/org/apache/ibatis/annotations/TypeDiscriminator.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/Update.java b/src/main/java/org/apache/ibatis/annotations/Update.java index c58c42e94fd..a201530ad9b 100644 --- a/src/main/java/org/apache/ibatis/annotations/Update.java +++ b/src/main/java/org/apache/ibatis/annotations/Update.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/annotations/UpdateProvider.java b/src/main/java/org/apache/ibatis/annotations/UpdateProvider.java index 76948ed865c..695bfa7819b 100644 --- a/src/main/java/org/apache/ibatis/annotations/UpdateProvider.java +++ b/src/main/java/org/apache/ibatis/annotations/UpdateProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/binding/MapperMethod.java b/src/main/java/org/apache/ibatis/binding/MapperMethod.java index 4a0acc17320..c404f74152f 100644 --- a/src/main/java/org/apache/ibatis/binding/MapperMethod.java +++ b/src/main/java/org/apache/ibatis/binding/MapperMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/builder/MapperBuilderAssistant.java b/src/main/java/org/apache/ibatis/builder/MapperBuilderAssistant.java index 07c34fd28e1..8e4310e7e70 100644 --- a/src/main/java/org/apache/ibatis/builder/MapperBuilderAssistant.java +++ b/src/main/java/org/apache/ibatis/builder/MapperBuilderAssistant.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java b/src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java index ac1010f19e8..6de602c9030 100644 --- a/src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java +++ b/src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/builder/xml/XMLConfigBuilder.java b/src/main/java/org/apache/ibatis/builder/xml/XMLConfigBuilder.java index 55212792fb6..0f92416bd08 100644 --- a/src/main/java/org/apache/ibatis/builder/xml/XMLConfigBuilder.java +++ b/src/main/java/org/apache/ibatis/builder/xml/XMLConfigBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/builder/xml/XMLMapperBuilder.java b/src/main/java/org/apache/ibatis/builder/xml/XMLMapperBuilder.java index 986cea5de50..f15a8b1bfc4 100644 --- a/src/main/java/org/apache/ibatis/builder/xml/XMLMapperBuilder.java +++ b/src/main/java/org/apache/ibatis/builder/xml/XMLMapperBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-config.dtd b/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-config.dtd index 368965aa950..3fafdf8fda2 100644 --- a/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-config.dtd +++ b/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-config.dtd @@ -1,7 +1,7 @@ - diff --git a/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-mapper.dtd b/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-mapper.dtd index 54610173590..1e5a229700d 100755 --- a/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-mapper.dtd +++ b/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-mapper.dtd @@ -1,7 +1,7 @@ - + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> diff --git a/src/site/ja/xdoc/configuration.xml b/src/site/ja/xdoc/configuration.xml index df58ce1629b..782152cd803 100644 --- a/src/site/ja/xdoc/configuration.xml +++ b/src/site/ja/xdoc/configuration.xml @@ -1,20 +1,21 @@ + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> - diff --git a/src/test/java/org/apache/ibatis/binding/BoundBlogMapper.xml b/src/test/java/org/apache/ibatis/binding/BoundBlogMapper.xml index 381281c7fef..cd8d9f251fb 100644 --- a/src/test/java/org/apache/ibatis/binding/BoundBlogMapper.xml +++ b/src/test/java/org/apache/ibatis/binding/BoundBlogMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/binding/MissingNamespaceMapper.xml b/src/test/java/org/apache/ibatis/binding/MissingNamespaceMapper.xml index 7ef8cea0f4c..7194cfebe4d 100644 --- a/src/test/java/org/apache/ibatis/binding/MissingNamespaceMapper.xml +++ b/src/test/java/org/apache/ibatis/binding/MissingNamespaceMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/binding/WrongNamespaceMapper.xml b/src/test/java/org/apache/ibatis/binding/WrongNamespaceMapper.xml index 50a3c2dc28c..3353d624e8c 100644 --- a/src/test/java/org/apache/ibatis/binding/WrongNamespaceMapper.xml +++ b/src/test/java/org/apache/ibatis/binding/WrongNamespaceMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/builder/AuthorMapper.xml b/src/test/java/org/apache/ibatis/builder/AuthorMapper.xml index a1ca43b874a..5400757a3a4 100644 --- a/src/test/java/org/apache/ibatis/builder/AuthorMapper.xml +++ b/src/test/java/org/apache/ibatis/builder/AuthorMapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/builder/CachedAuthorMapper.xml b/src/test/java/org/apache/ibatis/builder/CachedAuthorMapper.xml index 5f9ef14899b..d2e4087ea24 100644 --- a/src/test/java/org/apache/ibatis/builder/CachedAuthorMapper.xml +++ b/src/test/java/org/apache/ibatis/builder/CachedAuthorMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/builder/CustomizedSettingsMapperConfig.xml b/src/test/java/org/apache/ibatis/builder/CustomizedSettingsMapperConfig.xml index 603169763bd..222b000873d 100644 --- a/src/test/java/org/apache/ibatis/builder/CustomizedSettingsMapperConfig.xml +++ b/src/test/java/org/apache/ibatis/builder/CustomizedSettingsMapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/builder/MapperConfig.xml b/src/test/java/org/apache/ibatis/builder/MapperConfig.xml index ac93762cd79..1eec9d29b30 100644 --- a/src/test/java/org/apache/ibatis/builder/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/builder/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/builder/MinimalMapperConfig.xml b/src/test/java/org/apache/ibatis/builder/MinimalMapperConfig.xml index 0f91c38336b..5382baa27a3 100644 --- a/src/test/java/org/apache/ibatis/builder/MinimalMapperConfig.xml +++ b/src/test/java/org/apache/ibatis/builder/MinimalMapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/builder/NestedBlogMapper.xml b/src/test/java/org/apache/ibatis/builder/NestedBlogMapper.xml index a520e80caef..69cf46b3971 100644 --- a/src/test/java/org/apache/ibatis/builder/NestedBlogMapper.xml +++ b/src/test/java/org/apache/ibatis/builder/NestedBlogMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/builder/PostMapper.xml b/src/test/java/org/apache/ibatis/builder/PostMapper.xml index 131823797f7..38b352be4f5 100755 --- a/src/test/java/org/apache/ibatis/builder/PostMapper.xml +++ b/src/test/java/org/apache/ibatis/builder/PostMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/builder/XmlConfigBuilderTest.java b/src/test/java/org/apache/ibatis/builder/XmlConfigBuilderTest.java index 4726e3d2e5a..6285c16ddfd 100644 --- a/src/test/java/org/apache/ibatis/builder/XmlConfigBuilderTest.java +++ b/src/test/java/org/apache/ibatis/builder/XmlConfigBuilderTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/databases/blog/blog-derby-dataload.sql b/src/test/java/org/apache/ibatis/databases/blog/blog-derby-dataload.sql index a088767a5ac..96f85469155 100644 --- a/src/test/java/org/apache/ibatis/databases/blog/blog-derby-dataload.sql +++ b/src/test/java/org/apache/ibatis/databases/blog/blog-derby-dataload.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/databases/blog/blog-derby-schema.sql b/src/test/java/org/apache/ibatis/databases/blog/blog-derby-schema.sql index e6766f13f25..cb40b7e2ca1 100644 --- a/src/test/java/org/apache/ibatis/databases/blog/blog-derby-schema.sql +++ b/src/test/java/org/apache/ibatis/databases/blog/blog-derby-schema.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/databases/blog/blog-derby.properties b/src/test/java/org/apache/ibatis/databases/blog/blog-derby.properties index ca3d488747a..96c23447409 100644 --- a/src/test/java/org/apache/ibatis/databases/blog/blog-derby.properties +++ b/src/test/java/org/apache/ibatis/databases/blog/blog-derby.properties @@ -1,5 +1,5 @@ # -# Copyright 2009-2012 the original author or authors. +# Copyright 2009-2016 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb-dataload.sql b/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb-dataload.sql index c6c904e8648..6d73c87cfbf 100644 --- a/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb-dataload.sql +++ b/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb-dataload.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb-schema.sql b/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb-schema.sql index adb8b8d5287..c206bf2d3f5 100644 --- a/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb-schema.sql +++ b/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb-schema.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb.properties b/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb.properties index d66b66cdece..353cffe131b 100644 --- a/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb.properties +++ b/src/test/java/org/apache/ibatis/databases/jpetstore/jpetstore-hsqldb.properties @@ -1,5 +1,5 @@ # -# Copyright 2009-2012 the original author or authors. +# Copyright 2009-2016 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/executor/statement/BaseStatementHandlerTest.java b/src/test/java/org/apache/ibatis/executor/statement/BaseStatementHandlerTest.java index 52d34d9a663..c77f8b249eb 100644 --- a/src/test/java/org/apache/ibatis/executor/statement/BaseStatementHandlerTest.java +++ b/src/test/java/org/apache/ibatis/executor/statement/BaseStatementHandlerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/jdbc/ScriptChangingDelimiter.sql b/src/test/java/org/apache/ibatis/jdbc/ScriptChangingDelimiter.sql index 4ed09c5d604..74a7582ac7c 100644 --- a/src/test/java/org/apache/ibatis/jdbc/ScriptChangingDelimiter.sql +++ b/src/test/java/org/apache/ibatis/jdbc/ScriptChangingDelimiter.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/jdbc/ScriptChangingDelimiterMissingDelimiter.sql b/src/test/java/org/apache/ibatis/jdbc/ScriptChangingDelimiterMissingDelimiter.sql index 404f241f1c0..c360fc1660d 100644 --- a/src/test/java/org/apache/ibatis/jdbc/ScriptChangingDelimiterMissingDelimiter.sql +++ b/src/test/java/org/apache/ibatis/jdbc/ScriptChangingDelimiterMissingDelimiter.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/jdbc/ScriptCommentAfterEOLTerminator.sql b/src/test/java/org/apache/ibatis/jdbc/ScriptCommentAfterEOLTerminator.sql index 7fbca3005f8..96ac44963e4 100644 --- a/src/test/java/org/apache/ibatis/jdbc/ScriptCommentAfterEOLTerminator.sql +++ b/src/test/java/org/apache/ibatis/jdbc/ScriptCommentAfterEOLTerminator.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/jdbc/ScriptMissingEOLTerminator.sql b/src/test/java/org/apache/ibatis/jdbc/ScriptMissingEOLTerminator.sql index 0adcc4ff192..52c0e94c4a6 100644 --- a/src/test/java/org/apache/ibatis/jdbc/ScriptMissingEOLTerminator.sql +++ b/src/test/java/org/apache/ibatis/jdbc/ScriptMissingEOLTerminator.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/logging/mybatis-config.xml b/src/test/java/org/apache/ibatis/logging/mybatis-config.xml index 4b42e4c30e1..06d98f8c60e 100644 --- a/src/test/java/org/apache/ibatis/logging/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/logging/mybatis-config.xml @@ -1,6 +1,7 @@ diff --git a/src/test/java/org/apache/ibatis/submitted/associationtest/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/associationtest/CreateDB.sql index afdb863aa16..4e051c388ee 100644 --- a/src/test/java/org/apache/ibatis/submitted/associationtest/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/associationtest/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/associationtest/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/associationtest/Mapper.xml index 8caf938afa2..c9a586ab558 100644 --- a/src/test/java/org/apache/ibatis/submitted/associationtest/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/associationtest/Mapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/automapping/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/automapping/CreateDB.sql index 35d37031181..e518d0b91c2 100644 --- a/src/test/java/org/apache/ibatis/submitted/automapping/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/automapping/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/automapping/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/automapping/Mapper.xml index 426eab91389..fe77051d050 100644 --- a/src/test/java/org/apache/ibatis/submitted/automapping/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/automapping/Mapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/create.sql b/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/create.sql index 0eff196db3a..13438475d80 100644 --- a/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/create.sql +++ b/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/create.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-default.xml b/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-default.xml index eaed8a200d9..f95a0916266 100644 --- a/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-default.xml +++ b/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-default.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-disabled.xml b/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-disabled.xml index f3bb15ecefa..eb2e1236423 100644 --- a/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-disabled.xml +++ b/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-disabled.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-enabled.xml b/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-enabled.xml index 3d4671141cd..9b5fdbc5504 100644 --- a/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-enabled.xml +++ b/src/test/java/org/apache/ibatis/submitted/automatic_lazy_loading/ibatis-automatic-lazy-load-enabled.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/awful_table/AwfulTableMapper.xml b/src/test/java/org/apache/ibatis/submitted/awful_table/AwfulTableMapper.xml index d5fc7f19f7b..da7b3cdc8b9 100644 --- a/src/test/java/org/apache/ibatis/submitted/awful_table/AwfulTableMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/awful_table/AwfulTableMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/basetest/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/basetest/CreateDB.sql index d2d77ce185e..2354824ab88 100644 --- a/src/test/java/org/apache/ibatis/submitted/basetest/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/basetest/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/basetest/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/basetest/Mapper.xml index cccb849849e..8406edf43a6 100644 --- a/src/test/java/org/apache/ibatis/submitted/basetest/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/basetest/Mapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/blocking_cache/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/blocking_cache/CreateDB.sql index b74b88c6683..7238ecb83d8 100644 --- a/src/test/java/org/apache/ibatis/submitted/blocking_cache/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/blocking_cache/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/blocking_cache/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/blocking_cache/mybatis-config.xml index dbb86120d77..7a8f2bb51d7 100644 --- a/src/test/java/org/apache/ibatis/submitted/blocking_cache/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/blocking_cache/mybatis-config.xml @@ -1,7 +1,7 @@ - + + + diff --git a/src/test/java/org/apache/ibatis/submitted/call_setters_on_nulls_again/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/call_setters_on_nulls_again/mybatis-config.xml index 930939b5091..b68b541cb8f 100644 --- a/src/test/java/org/apache/ibatis/submitted/call_setters_on_nulls_again/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/call_setters_on_nulls_again/mybatis-config.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/CreateDB.sql index 64573ebdc8e..c150837c2f5 100644 --- a/src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/Person.xml b/src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/Person.xml index c6fcd0d50b2..f3bcf27d6f4 100644 --- a/src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/Person.xml +++ b/src/test/java/org/apache/ibatis/submitted/cglib_lazy_error/Person.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/complex_property/db.sql b/src/test/java/org/apache/ibatis/submitted/complex_property/db.sql index edc60c91223..ebbf2e24ca1 100644 --- a/src/test/java/org/apache/ibatis/submitted/complex_property/db.sql +++ b/src/test/java/org/apache/ibatis/submitted/complex_property/db.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/complex_type/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/complex_type/CreateDB.sql index 69d1c5c5195..320c3c1a77c 100644 --- a/src/test/java/org/apache/ibatis/submitted/complex_type/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/complex_type/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/complex_type/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/complex_type/Mapper.xml index 41ed7c05507..aefaf6a3edf 100644 --- a/src/test/java/org/apache/ibatis/submitted/complex_type/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/complex_type/Mapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/count/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/count/CreateDB.sql index f218d1817fa..4bf245837e2 100644 --- a/src/test/java/org/apache/ibatis/submitted/count/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/count/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/count/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/count/MapperConfig.xml index c28642c60a2..865174808c5 100644 --- a/src/test/java/org/apache/ibatis/submitted/count/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/count/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/criterion/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/criterion/CreateDB.sql index f218d1817fa..4bf245837e2 100644 --- a/src/test/java/org/apache/ibatis/submitted/criterion/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/criterion/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/criterion/Criterion.xml b/src/test/java/org/apache/ibatis/submitted/criterion/Criterion.xml index fb7a8462149..32e2787f227 100644 --- a/src/test/java/org/apache/ibatis/submitted/criterion/Criterion.xml +++ b/src/test/java/org/apache/ibatis/submitted/criterion/Criterion.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/criterion/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/criterion/MapperConfig.xml index fb86ad997db..3376a8290c0 100644 --- a/src/test/java/org/apache/ibatis/submitted/criterion/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/criterion/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/cursor_nested/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/cursor_nested/CreateDB.sql index ecf8f675cf9..fd8bfe9a833 100644 --- a/src/test/java/org/apache/ibatis/submitted/cursor_nested/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/cursor_nested/CreateDB.sql @@ -1,6 +1,5 @@ - -- --- Copyright 2009-2012 The MyBatis Team +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/cursor_nested/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/cursor_nested/Mapper.xml index 0e0e35d2d44..58df3b1c579 100644 --- a/src/test/java/org/apache/ibatis/submitted/cursor_nested/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/cursor_nested/Mapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/custom_collection_handling/PersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/custom_collection_handling/PersonMapper.xml index 6c975fc4390..1d955795185 100644 --- a/src/test/java/org/apache/ibatis/submitted/custom_collection_handling/PersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/custom_collection_handling/PersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/duplicate_statements/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/duplicate_statements/CreateDB.sql index 42b74f3a5a2..ddb9b9ee545 100644 --- a/src/test/java/org/apache/ibatis/submitted/duplicate_statements/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/duplicate_statements/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/duplicate_statements/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/duplicate_statements/Mapper.xml index c315c13e86a..70df261c951 100644 --- a/src/test/java/org/apache/ibatis/submitted/duplicate_statements/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/duplicate_statements/Mapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/dynsql/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/dynsql/MapperConfig.xml index ce2fd833025..5b5e567853b 100644 --- a/src/test/java/org/apache/ibatis/submitted/dynsql/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/dynsql/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/dynsql2/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/dynsql2/CreateDB.sql index 1a0e469202e..335df670284 100644 --- a/src/test/java/org/apache/ibatis/submitted/dynsql2/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/dynsql2/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/dynsql2/DynSql.xml b/src/test/java/org/apache/ibatis/submitted/dynsql2/DynSql.xml index 40833d7998a..4c43b42e930 100644 --- a/src/test/java/org/apache/ibatis/submitted/dynsql2/DynSql.xml +++ b/src/test/java/org/apache/ibatis/submitted/dynsql2/DynSql.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/dynsql2/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/dynsql2/MapperConfig.xml index 70c3a47cfb9..6859314fefc 100644 --- a/src/test/java/org/apache/ibatis/submitted/dynsql2/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/dynsql2/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/empty_namespace/Person.xml b/src/test/java/org/apache/ibatis/submitted/empty_namespace/Person.xml index 4f1d93f2d33..068b3894ab5 100644 --- a/src/test/java/org/apache/ibatis/submitted/empty_namespace/Person.xml +++ b/src/test/java/org/apache/ibatis/submitted/empty_namespace/Person.xml @@ -1,7 +1,7 @@ diff --git a/src/test/java/org/apache/ibatis/submitted/emptycollection/DaoTest.java b/src/test/java/org/apache/ibatis/submitted/emptycollection/DaoTest.java index e42c823f661..a4efb37b231 100644 --- a/src/test/java/org/apache/ibatis/submitted/emptycollection/DaoTest.java +++ b/src/test/java/org/apache/ibatis/submitted/emptycollection/DaoTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/emptycollection/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/emptycollection/mybatis-config.xml index 871a4454ea6..a963acbfd1c 100644 --- a/src/test/java/org/apache/ibatis/submitted/emptycollection/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/emptycollection/mybatis-config.xml @@ -1,4 +1,21 @@ + diff --git a/src/test/java/org/apache/ibatis/submitted/encoding/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/encoding/CreateDB.sql index 96ea9ebec69..cb483821e45 100644 --- a/src/test/java/org/apache/ibatis/submitted/encoding/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/encoding/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/encoding/Encoding.xml b/src/test/java/org/apache/ibatis/submitted/encoding/Encoding.xml index 9bc5f577296..afedfa7dd38 100644 --- a/src/test/java/org/apache/ibatis/submitted/encoding/Encoding.xml +++ b/src/test/java/org/apache/ibatis/submitted/encoding/Encoding.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/encoding/EncodingConfig.xml b/src/test/java/org/apache/ibatis/submitted/encoding/EncodingConfig.xml index e0b6310e878..329ad2af34c 100644 --- a/src/test/java/org/apache/ibatis/submitted/encoding/EncodingConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/encoding/EncodingConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/enumtypehandler_on_map/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/enumtypehandler_on_map/CreateDB.sql index b60d3857af9..6a9d653b439 100644 --- a/src/test/java/org/apache/ibatis/submitted/enumtypehandler_on_map/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/enumtypehandler_on_map/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/enumtypehandler_on_map/Person.xml b/src/test/java/org/apache/ibatis/submitted/enumtypehandler_on_map/Person.xml index 662423319ce..3c7ee5734dc 100644 --- a/src/test/java/org/apache/ibatis/submitted/enumtypehandler_on_map/Person.xml +++ b/src/test/java/org/apache/ibatis/submitted/enumtypehandler_on_map/Person.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/extend/ExtendConfig.xml b/src/test/java/org/apache/ibatis/submitted/extend/ExtendConfig.xml index 8547ea12de0..61f8b9f7019 100644 --- a/src/test/java/org/apache/ibatis/submitted/extend/ExtendConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/extend/ExtendConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/extendresultmap/TestMapperX.xml b/src/test/java/org/apache/ibatis/submitted/extendresultmap/TestMapperX.xml index c28c720a003..3a52bdd1a62 100755 --- a/src/test/java/org/apache/ibatis/submitted/extendresultmap/TestMapperX.xml +++ b/src/test/java/org/apache/ibatis/submitted/extendresultmap/TestMapperX.xml @@ -1,6 +1,7 @@ diff --git a/src/test/java/org/apache/ibatis/submitted/extendresultmap/TestMapperY.xml b/src/test/java/org/apache/ibatis/submitted/extendresultmap/TestMapperY.xml index fbe78ebf186..ecd8cd63891 100755 --- a/src/test/java/org/apache/ibatis/submitted/extendresultmap/TestMapperY.xml +++ b/src/test/java/org/apache/ibatis/submitted/extendresultmap/TestMapperY.xml @@ -1,6 +1,7 @@ diff --git a/src/test/java/org/apache/ibatis/submitted/extendresultmap/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/extendresultmap/mybatis-config.xml index 278dd9bcb4a..f625b917dd0 100644 --- a/src/test/java/org/apache/ibatis/submitted/extendresultmap/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/extendresultmap/mybatis-config.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/includes/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/includes/Mapper.xml index e0d3b02ad4e..683093807d5 100755 --- a/src/test/java/org/apache/ibatis/submitted/includes/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/includes/Mapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/includes/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/includes/MapperConfig.xml index 2a7c8330f50..55841a58dad 100644 --- a/src/test/java/org/apache/ibatis/submitted/includes/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/includes/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/inheritance/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/inheritance/CreateDB.sql index 288e8590abf..a5cb6148e37 100644 --- a/src/test/java/org/apache/ibatis/submitted/inheritance/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/inheritance/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/inheritance/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/inheritance/mybatis-config.xml index d59555c85b2..dc0f836d06b 100644 --- a/src/test/java/org/apache/ibatis/submitted/inheritance/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/inheritance/mybatis-config.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ElementMapperUsingSubMap.xml b/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ElementMapperUsingSubMap.xml index e92db9e47bf..f815783a1f3 100644 --- a/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ElementMapperUsingSubMap.xml +++ b/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ElementMapperUsingSubMap.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/create.sql b/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/create.sql index dbd6fde0f1b..9a5b7144085 100644 --- a/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/create.sql +++ b/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/create.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ibatis-inline.xml b/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ibatis-inline.xml index be1969a72fe..7d71e0c4df7 100644 --- a/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ibatis-inline.xml +++ b/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ibatis-inline.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ibatis-submap.xml b/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ibatis-submap.xml index 0d8d03beb8b..5c498970c49 100644 --- a/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ibatis-submap.xml +++ b/src/test/java/org/apache/ibatis/submitted/inline_association_with_dot/ibatis-submap.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/integer_enum/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/integer_enum/Mapper.xml index 968de275286..df883174826 100644 --- a/src/test/java/org/apache/ibatis/submitted/integer_enum/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/integer_enum/Mapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/integer_enum/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/integer_enum/MapperConfig.xml index c9e41178d71..b97479bbbca 100644 --- a/src/test/java/org/apache/ibatis/submitted/integer_enum/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/integer_enum/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/javassist/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/javassist/CreateDB.sql index 72ff43ffdc9..2d3af40bb68 100644 --- a/src/test/java/org/apache/ibatis/submitted/javassist/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/javassist/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/javassist/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/javassist/Mapper.xml index 7522a7f0a0e..05437aefce0 100644 --- a/src/test/java/org/apache/ibatis/submitted/javassist/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/javassist/Mapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/keycolumn/setupdb.txt b/src/test/java/org/apache/ibatis/submitted/keycolumn/setupdb.txt index a57631b1108..117f75a7a78 100644 --- a/src/test/java/org/apache/ibatis/submitted/keycolumn/setupdb.txt +++ b/src/test/java/org/apache/ibatis/submitted/keycolumn/setupdb.txt @@ -1,5 +1,5 @@ ==== - Copyright 2009-2012 the original author or authors. + Copyright 2009-2016 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/keygen/Country.java b/src/test/java/org/apache/ibatis/submitted/keygen/Country.java index dbcc73cdce9..ff75a149383 100644 --- a/src/test/java/org/apache/ibatis/submitted/keygen/Country.java +++ b/src/test/java/org/apache/ibatis/submitted/keygen/Country.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/keygen/CountryMapper.java b/src/test/java/org/apache/ibatis/submitted/keygen/CountryMapper.java index 325ffd6d887..8ca6b01069c 100644 --- a/src/test/java/org/apache/ibatis/submitted/keygen/CountryMapper.java +++ b/src/test/java/org/apache/ibatis/submitted/keygen/CountryMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/keygen/CountryMapper.xml b/src/test/java/org/apache/ibatis/submitted/keygen/CountryMapper.xml index e201dce499a..e98909f0857 100644 --- a/src/test/java/org/apache/ibatis/submitted/keygen/CountryMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/keygen/CountryMapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/language/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/language/MapperConfig.xml index fdc8269f306..a407860b649 100644 --- a/src/test/java/org/apache/ibatis/submitted/language/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/language/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/CreateDB.sql index 2a93be52021..81f44bf0995 100644 --- a/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/CreateDB.sql @@ -1,3 +1,19 @@ +-- +-- Copyright 2009-2016 the original author or authors. +-- +-- Licensed under the Apache License, Version 2.0 (the "License"); +-- you may not use this file except in compliance with the License. +-- You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, software +-- distributed under the License is distributed on an "AS IS" BASIS, +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +-- See the License for the specific language governing permissions and +-- limitations under the License. +-- + CREATE TABLE table_foo ( id INTEGER PRIMARY KEY, id_bar INTEGER NOT NULL); diff --git a/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/Mapper.xml index 8a1fe64333f..84e69a42dce 100644 --- a/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/Mapper.xml @@ -1,4 +1,21 @@ + diff --git a/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/ibatisConfig.xml b/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/ibatisConfig.xml index e0377f7dc42..fdc91189ff8 100644 --- a/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/ibatisConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/lazy_deserialize/ibatisConfig.xml @@ -1,4 +1,21 @@ + diff --git a/src/test/java/org/apache/ibatis/submitted/lazy_immutable/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/lazy_immutable/CreateDB.sql index f2c16ba8b91..246ffefefad 100644 --- a/src/test/java/org/apache/ibatis/submitted/lazy_immutable/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/lazy_immutable/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/lazy_immutable/ImmutablePOJOMapper.xml b/src/test/java/org/apache/ibatis/submitted/lazy_immutable/ImmutablePOJOMapper.xml index adbc5c21647..43c38039bf9 100644 --- a/src/test/java/org/apache/ibatis/submitted/lazy_immutable/ImmutablePOJOMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/lazy_immutable/ImmutablePOJOMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/map_class_name_conflict/ibatisConfig.xml b/src/test/java/org/apache/ibatis/submitted/map_class_name_conflict/ibatisConfig.xml index 56ee4447311..0543c5b5401 100755 --- a/src/test/java/org/apache/ibatis/submitted/map_class_name_conflict/ibatisConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/map_class_name_conflict/ibatisConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/multidb/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/multidb/CreateDB.sql index c5946a63b29..f73943e0c5c 100644 --- a/src/test/java/org/apache/ibatis/submitted/multidb/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/multidb/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/multidb/MultiDbConfig.xml b/src/test/java/org/apache/ibatis/submitted/multidb/MultiDbConfig.xml index fc831f04162..0224ec86208 100644 --- a/src/test/java/org/apache/ibatis/submitted/multidb/MultiDbConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/multidb/MultiDbConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/multidb/MultiDbMapper.xml b/src/test/java/org/apache/ibatis/submitted/multidb/MultiDbMapper.xml index a083fa710d0..6a40d03005d 100644 --- a/src/test/java/org/apache/ibatis/submitted/multidb/MultiDbMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/multidb/MultiDbMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/multidb/ProviderConfig.xml b/src/test/java/org/apache/ibatis/submitted/multidb/ProviderConfig.xml index a9287f37e7c..2965345f544 100644 --- a/src/test/java/org/apache/ibatis/submitted/multidb/ProviderConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/multidb/ProviderConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/CreateDB.sql index b9d0e2cc44a..d9c85fa6fff 100755 --- a/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/Person.xml b/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/Person.xml index 47b9ff847d1..6a5a5f59a9c 100755 --- a/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/Person.xml +++ b/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/Person.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/ibatisConfig.xml b/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/ibatisConfig.xml index 152c516796d..5113272f865 100755 --- a/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/ibatisConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/multiple_discriminator/ibatisConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/nested/NestedForEach.xml b/src/test/java/org/apache/ibatis/submitted/nested/NestedForEach.xml index 17047d397da..96caebdc74a 100644 --- a/src/test/java/org/apache/ibatis/submitted/nested/NestedForEach.xml +++ b/src/test/java/org/apache/ibatis/submitted/nested/NestedForEach.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/nested_query_cache/AuthorMapper.xml b/src/test/java/org/apache/ibatis/submitted/nested_query_cache/AuthorMapper.xml index 5c2795017c4..23a81506abb 100644 --- a/src/test/java/org/apache/ibatis/submitted/nested_query_cache/AuthorMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/nested_query_cache/AuthorMapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/nested_query_cache/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/nested_query_cache/MapperConfig.xml index c9d479aab74..c6f91e8ddd7 100644 --- a/src/test/java/org/apache/ibatis/submitted/nested_query_cache/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/nested_query_cache/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/nested_query_cache/mapper.properties b/src/test/java/org/apache/ibatis/submitted/nested_query_cache/mapper.properties index 5b0d913188b..8e2a956a919 100644 --- a/src/test/java/org/apache/ibatis/submitted/nested_query_cache/mapper.properties +++ b/src/test/java/org/apache/ibatis/submitted/nested_query_cache/mapper.properties @@ -1,5 +1,5 @@ # -# Copyright 2009-2012 the original author or authors. +# Copyright 2009-2016 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/nestedresulthandler/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/nestedresulthandler/CreateDB.sql index db45cb66245..23ccf495772 100644 --- a/src/test/java/org/apache/ibatis/submitted/nestedresulthandler/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/nestedresulthandler/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/nestedresulthandler/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/nestedresulthandler/Mapper.xml index b5eb012ee6b..50bab693095 100644 --- a/src/test/java/org/apache/ibatis/submitted/nestedresulthandler/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/nestedresulthandler/Mapper.xml @@ -1,6 +1,7 @@ diff --git a/src/test/java/org/apache/ibatis/submitted/nestedresulthandler_association/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/nestedresulthandler_association/mybatis-config.xml index a2f5a8b7865..7a09a051421 100644 --- a/src/test/java/org/apache/ibatis/submitted/nestedresulthandler_association/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/nestedresulthandler_association/mybatis-config.xml @@ -1,6 +1,7 @@ diff --git a/src/test/java/org/apache/ibatis/submitted/nestedresulthandler_multiple_association/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/nestedresulthandler_multiple_association/mybatis-config.xml index 6080b46ea6e..6bcddcf219d 100644 --- a/src/test/java/org/apache/ibatis/submitted/nestedresulthandler_multiple_association/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/nestedresulthandler_multiple_association/mybatis-config.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/nonexistentvariables/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/nonexistentvariables/mybatis-config.xml index 448ae9ec76a..d46fe14e45f 100644 --- a/src/test/java/org/apache/ibatis/submitted/nonexistentvariables/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/nonexistentvariables/mybatis-config.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/not_null_column/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/not_null_column/CreateDB.sql index 4efb55fac9a..18508c833df 100644 --- a/src/test/java/org/apache/ibatis/submitted/not_null_column/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/not_null_column/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/not_null_column/FatherMapper.xml b/src/test/java/org/apache/ibatis/submitted/not_null_column/FatherMapper.xml index 038d78cab6e..62373e6a99f 100644 --- a/src/test/java/org/apache/ibatis/submitted/not_null_column/FatherMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/not_null_column/FatherMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/null_associations/create-schema-mysql.sql b/src/test/java/org/apache/ibatis/submitted/null_associations/create-schema-mysql.sql index 88b2637ef57..aa673071909 100644 --- a/src/test/java/org/apache/ibatis/submitted/null_associations/create-schema-mysql.sql +++ b/src/test/java/org/apache/ibatis/submitted/null_associations/create-schema-mysql.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/null_associations/sqlmap.xml b/src/test/java/org/apache/ibatis/submitted/null_associations/sqlmap.xml index a4d867f3670..4c09dd742ee 100644 --- a/src/test/java/org/apache/ibatis/submitted/null_associations/sqlmap.xml +++ b/src/test/java/org/apache/ibatis/submitted/null_associations/sqlmap.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/overwritingproperties/create-schema-mysql.sql b/src/test/java/org/apache/ibatis/submitted/overwritingproperties/create-schema-mysql.sql index 8da0d6254c2..06f114e36df 100644 --- a/src/test/java/org/apache/ibatis/submitted/overwritingproperties/create-schema-mysql.sql +++ b/src/test/java/org/apache/ibatis/submitted/overwritingproperties/create-schema-mysql.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/overwritingproperties/sqlmap.xml b/src/test/java/org/apache/ibatis/submitted/overwritingproperties/sqlmap.xml index 4e41af6ad9c..802bec935cc 100644 --- a/src/test/java/org/apache/ibatis/submitted/overwritingproperties/sqlmap.xml +++ b/src/test/java/org/apache/ibatis/submitted/overwritingproperties/sqlmap.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/parent_reference_3level/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/parent_reference_3level/mybatis-config.xml index 4d255931639..b37d9b70e8f 100644 --- a/src/test/java/org/apache/ibatis/submitted/parent_reference_3level/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/parent_reference_3level/mybatis-config.xml @@ -1,6 +1,6 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/primitive_result_type/create.sql b/src/test/java/org/apache/ibatis/submitted/primitive_result_type/create.sql index cbc6fc8cb41..35bbde84500 100755 --- a/src/test/java/org/apache/ibatis/submitted/primitive_result_type/create.sql +++ b/src/test/java/org/apache/ibatis/submitted/primitive_result_type/create.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/primitive_result_type/ibatis.xml b/src/test/java/org/apache/ibatis/submitted/primitive_result_type/ibatis.xml index 51d327bde82..db35008da08 100755 --- a/src/test/java/org/apache/ibatis/submitted/primitive_result_type/ibatis.xml +++ b/src/test/java/org/apache/ibatis/submitted/primitive_result_type/ibatis.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/primitives/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/primitives/CreateDB.sql index 3f9e648820f..c9c12050c65 100644 --- a/src/test/java/org/apache/ibatis/submitted/primitives/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/primitives/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/primitives/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/primitives/Mapper.xml index 53d90fd1c1e..bdfd3a95ca0 100644 --- a/src/test/java/org/apache/ibatis/submitted/primitives/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/primitives/Mapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/raw_sql_source/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/raw_sql_source/Mapper.xml index 1681eefcf6f..482621cc0d7 100644 --- a/src/test/java/org/apache/ibatis/submitted/raw_sql_source/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/raw_sql_source/Mapper.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/refcursor/OrdersMapper.xml b/src/test/java/org/apache/ibatis/submitted/refcursor/OrdersMapper.xml index fc01e0bcd97..54dbb28f48e 100644 --- a/src/test/java/org/apache/ibatis/submitted/refcursor/OrdersMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/refcursor/OrdersMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/refid_resolution/ExternalMapper2.xml b/src/test/java/org/apache/ibatis/submitted/refid_resolution/ExternalMapper2.xml index 8d4e706acad..7fc7b7dfd67 100644 --- a/src/test/java/org/apache/ibatis/submitted/refid_resolution/ExternalMapper2.xml +++ b/src/test/java/org/apache/ibatis/submitted/refid_resolution/ExternalMapper2.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/refid_resolution/ExternalMapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/refid_resolution/ExternalMapperConfig.xml index 46cafe48717..0b677ee5c3f 100644 --- a/src/test/java/org/apache/ibatis/submitted/refid_resolution/ExternalMapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/refid_resolution/ExternalMapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/refid_resolution/Mapper.xml b/src/test/java/org/apache/ibatis/submitted/refid_resolution/Mapper.xml index 51e5d608b24..2d62c59fcdc 100644 --- a/src/test/java/org/apache/ibatis/submitted/refid_resolution/Mapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/refid_resolution/Mapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/refid_resolution/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/refid_resolution/MapperConfig.xml index f5752641971..f9466658d05 100644 --- a/src/test/java/org/apache/ibatis/submitted/refid_resolution/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/refid_resolution/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/result_handler/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/result_handler/CreateDB.sql index 6496840c0c5..f59233b2213 100644 --- a/src/test/java/org/apache/ibatis/submitted/result_handler/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/result_handler/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/result_handler/mybatis-config.xml b/src/test/java/org/apache/ibatis/submitted/result_handler/mybatis-config.xml index d28b1c62b35..03d6391dfe5 100644 --- a/src/test/java/org/apache/ibatis/submitted/result_handler/mybatis-config.xml +++ b/src/test/java/org/apache/ibatis/submitted/result_handler/mybatis-config.xml @@ -1,6 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/result_handler_type/PersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/result_handler_type/PersonMapper.xml index b84ebf59852..6b99b694acf 100644 --- a/src/test/java/org/apache/ibatis/submitted/result_handler_type/PersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/result_handler_type/PersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/selectkey/Table1.xml b/src/test/java/org/apache/ibatis/submitted/selectkey/Table1.xml index 14fa93cd892..333cb542d12 100644 --- a/src/test/java/org/apache/ibatis/submitted/selectkey/Table1.xml +++ b/src/test/java/org/apache/ibatis/submitted/selectkey/Table1.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/serializecircular/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/serializecircular/CreateDB.sql index f483ed918f2..b963deab057 100644 --- a/src/test/java/org/apache/ibatis/submitted/serializecircular/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/serializecircular/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/serializecircular/DepartmentMapper.xml b/src/test/java/org/apache/ibatis/submitted/serializecircular/DepartmentMapper.xml index 292ac5d367b..906abb2db34 100644 --- a/src/test/java/org/apache/ibatis/submitted/serializecircular/DepartmentMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/serializecircular/DepartmentMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/serializecircular/MapperConfigWithAggressiveLazyLoading.xml b/src/test/java/org/apache/ibatis/submitted/serializecircular/MapperConfigWithAggressiveLazyLoading.xml index b74c24337ab..259e63eb8cd 100644 --- a/src/test/java/org/apache/ibatis/submitted/serializecircular/MapperConfigWithAggressiveLazyLoading.xml +++ b/src/test/java/org/apache/ibatis/submitted/serializecircular/MapperConfigWithAggressiveLazyLoading.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/serializecircular/MapperConfigWithoutAggressiveLazyLoading.xml b/src/test/java/org/apache/ibatis/submitted/serializecircular/MapperConfigWithoutAggressiveLazyLoading.xml index 5cebe10268e..c3aea8b136e 100644 --- a/src/test/java/org/apache/ibatis/submitted/serializecircular/MapperConfigWithoutAggressiveLazyLoading.xml +++ b/src/test/java/org/apache/ibatis/submitted/serializecircular/MapperConfigWithoutAggressiveLazyLoading.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/serializecircular/PersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/serializecircular/PersonMapper.xml index 706bc6ece5a..497b02230de 100644 --- a/src/test/java/org/apache/ibatis/submitted/serializecircular/PersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/serializecircular/PersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/sptests/CreateDB.sql b/src/test/java/org/apache/ibatis/submitted/sptests/CreateDB.sql index 0d44005da1c..ea7b7644257 100644 --- a/src/test/java/org/apache/ibatis/submitted/sptests/CreateDB.sql +++ b/src/test/java/org/apache/ibatis/submitted/sptests/CreateDB.sql @@ -1,5 +1,5 @@ -- --- Copyright 2009-2012 the original author or authors. +-- Copyright 2009-2016 the original author or authors. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/sptests/MapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/sptests/MapperConfig.xml index 78066e34930..c40ce6f0ce8 100644 --- a/src/test/java/org/apache/ibatis/submitted/sptests/MapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/sptests/MapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/sptests/SPMapper.java b/src/test/java/org/apache/ibatis/submitted/sptests/SPMapper.java index 62b0eed1aa7..56cf1e51cd8 100644 --- a/src/test/java/org/apache/ibatis/submitted/sptests/SPMapper.java +++ b/src/test/java/org/apache/ibatis/submitted/sptests/SPMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2009-2015 the original author or authors. + * Copyright 2009-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/apache/ibatis/submitted/sptests/SPMapper.xml b/src/test/java/org/apache/ibatis/submitted/sptests/SPMapper.xml index 2343be09262..0c3e31f5f4e 100644 --- a/src/test/java/org/apache/ibatis/submitted/sptests/SPMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/sptests/SPMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleCrossIncludeMapperConfig.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleCrossIncludeMapperConfig.xml index 6f1c76bcd8d..e0b6c615040 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleCrossIncludeMapperConfig.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleCrossIncludeMapperConfig.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleCrossIncludePersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleCrossIncludePersonMapper.xml index 5ace03a7f0a..c627a21fc32 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleCrossIncludePersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleCrossIncludePersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleIncludePersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleIncludePersonMapper.xml index fdc046df6e2..8630578f9c2 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleIncludePersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleIncludePersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleReverseIncludePersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleReverseIncludePersonMapper.xml index 52970ac9612..8c941949939 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleReverseIncludePersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/MultipleReverseIncludePersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/NonFullyQualifiedNamespacePersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/NonFullyQualifiedNamespacePersonMapper.xml index 8899efc72b2..08a3095434e 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/NonFullyQualifiedNamespacePersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/NonFullyQualifiedNamespacePersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ParameterMapReferencePersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ParameterMapReferencePersonMapper.xml index 0610af1f885..a91ec22dd2c 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ParameterMapReferencePersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ParameterMapReferencePersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ResultMapExtendsPersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ResultMapExtendsPersonMapper.xml index 0f26294d049..44436846b1e 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ResultMapExtendsPersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ResultMapExtendsPersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ResultMapReferencePersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ResultMapReferencePersonMapper.xml index 4fceeeab9ca..1ac5ce4055a 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ResultMapReferencePersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ResultMapReferencePersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ReverseIncludePersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ReverseIncludePersonMapper.xml index 9272b4b5603..9cdd83583e9 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ReverseIncludePersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/ReverseIncludePersonMapper.xml @@ -1,7 +1,7 @@ - diff --git a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/SameIdPersonMapper.xml b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/SameIdPersonMapper.xml index 8c040672e15..076de85a074 100644 --- a/src/test/java/org/apache/ibatis/submitted/xml_external_ref/SameIdPersonMapper.xml +++ b/src/test/java/org/apache/ibatis/submitted/xml_external_ref/SameIdPersonMapper.xml @@ -1,7 +1,7 @@