From 51b3a8cb11a27499eb891eb1d1de512cb6f65a46 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/spring-data-jdbc/src/test/resources/org/springframework/data/jdbc/mybatis/DummyEntityMapper.xml b/spring-data-jdbc/src/test/resources/org/springframework/data/jdbc/mybatis/DummyEntityMapper.xml index 1831e7f0..c37eefc2 100644 --- a/spring-data-jdbc/src/test/resources/org/springframework/data/jdbc/mybatis/DummyEntityMapper.xml +++ b/spring-data-jdbc/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/spring-data-jdbc/src/test/resources/org/springframework/data/jdbc/mybatis/mapper/DummyEntityMapper.xml b/spring-data-jdbc/src/test/resources/org/springframework/data/jdbc/mybatis/mapper/DummyEntityMapper.xml index fbf11947..fc9dd6d9 100644 --- a/spring-data-jdbc/src/test/resources/org/springframework/data/jdbc/mybatis/mapper/DummyEntityMapper.xml +++ b/spring-data-jdbc/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">