From 1df826d44dd80ceb81cb971e2b616570608dd1e7 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 7 Jun 2019 10:10:33 +0200 Subject: [PATCH] DATAJDBC-383 - preliminary fix for not using http for MyBatis DTDs. Currently there seems to be now well maintained https resource for MyBatis DTDs. We therefore use the tagged sources directly for now. See also: https://github.com/mybatis/mybatis-3/issues/1559 --- .../org/springframework/data/jdbc/mybatis/DummyEntityMapper.xml | 2 +- .../data/jdbc/mybatis/mapper/DummyEntityMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/resources/org/springframework/data/jdbc/mybatis/DummyEntityMapper.xml b/src/test/resources/org/springframework/data/jdbc/mybatis/DummyEntityMapper.xml index c2e00541..c37eefc2 100644 --- a/src/test/resources/org/springframework/data/jdbc/mybatis/DummyEntityMapper.xml +++ b/src/test/resources/org/springframework/data/jdbc/mybatis/DummyEntityMapper.xml @@ -1,7 +1,7 @@ + "https://raw.githubusercontent.com/mybatis/mybatis-3/mybatis-3.5.1/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-mapper.dtd"> diff --git a/src/test/resources/org/springframework/data/jdbc/mybatis/mapper/DummyEntityMapper.xml b/src/test/resources/org/springframework/data/jdbc/mybatis/mapper/DummyEntityMapper.xml index 1c6a04ee..fc9dd6d9 100644 --- a/src/test/resources/org/springframework/data/jdbc/mybatis/mapper/DummyEntityMapper.xml +++ b/src/test/resources/org/springframework/data/jdbc/mybatis/mapper/DummyEntityMapper.xml @@ -1,7 +1,7 @@ + "https://raw.githubusercontent.com/mybatis/mybatis-3/mybatis-3.5.1/src/main/java/org/apache/ibatis/builder/xml/mybatis-3-mapper.dtd">