#565 - Re-enable JDBC MyBatis examples after.
Neumann SR1 ships with a fix for the MyBatis integration.
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
package example.springdata.jdbc.mybatis;
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2017-2018 the original author or authors.
|
* Copyright 2020 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* https://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
@@ -14,10 +13,10 @@ package example.springdata.jdbc.mybatis;
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
package example.springdata.jdbc.mybatis;
|
||||||
|
|
||||||
import static org.assertj.core.api.Assertions.*;
|
import static org.assertj.core.api.Assertions.*;
|
||||||
|
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mybatis.spring.boot.test.autoconfigure.MybatisTest;
|
import org.mybatis.spring.boot.test.autoconfigure.MybatisTest;
|
||||||
@@ -40,7 +39,6 @@ public class MyBatisTests {
|
|||||||
@Autowired LegoSetRepository repository;
|
@Autowired LegoSetRepository repository;
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore // this is currently broken until the fix for DATAJDBC-542 is released.
|
|
||||||
public void exerciseSomewhatComplexEntity() {
|
public void exerciseSomewhatComplexEntity() {
|
||||||
|
|
||||||
LegoSet smallCar = createLegoSet();
|
LegoSet smallCar = createLegoSet();
|
||||||
|
|||||||
Reference in New Issue
Block a user