This repository was archived by the owner on Sep 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
src/test/java/fr/pilato/spring/elasticsearch/it Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 2424 <java .compiler.version>14</java .compiler.version>
2525
2626 <spring .version>5.3.15</spring .version>
27- <elasticsearch .version>7.15.1 </elasticsearch .version>
27+ <elasticsearch .version>7.16.2 </elasticsearch .version>
2828 <beyonder .version>7.15</beyonder .version>
2929 <slf4j .version>1.7.32</slf4j .version>
3030 <log4j .version>2.17.1</log4j .version>
Original file line number Diff line number Diff line change 3030import org .elasticsearch .client .Response ;
3131import org .elasticsearch .client .RestClient ;
3232import org .elasticsearch .client .RestHighLevelClient ;
33- import org .elasticsearch .common . xcontent .XContentType ;
33+ import org .elasticsearch .xcontent .XContentType ;
3434import org .junit .jupiter .api .Test ;
3535import org .springframework .aop .framework .Advised ;
3636
3939import java .util .Map ;
4040
4141import static org .hamcrest .MatcherAssert .assertThat ;
42- import static org .hamcrest .Matchers .instanceOf ;
43- import static org .hamcrest .Matchers .is ;
44- import static org .hamcrest .Matchers .not ;
45- import static org .hamcrest .Matchers .nullValue ;
42+ import static org .hamcrest .Matchers .*;
4643import static org .junit .jupiter .api .Assertions .fail ;
4744
4845public abstract class AbstractRestAnnotationContextModel extends AbstractAnnotationContextModel {
Original file line number Diff line number Diff line change 3030import org .elasticsearch .client .Response ;
3131import org .elasticsearch .client .RestClient ;
3232import org .elasticsearch .client .RestHighLevelClient ;
33- import org .elasticsearch .common . xcontent .XContentType ;
33+ import org .elasticsearch .xcontent .XContentType ;
3434import org .junit .jupiter .api .AfterEach ;
3535import org .junit .jupiter .api .BeforeEach ;
3636import org .junit .jupiter .api .Test ;
4343import java .util .Map ;
4444
4545import static org .hamcrest .MatcherAssert .assertThat ;
46- import static org .hamcrest .Matchers .instanceOf ;
47- import static org .hamcrest .Matchers .is ;
48- import static org .hamcrest .Matchers .not ;
49- import static org .hamcrest .Matchers .nullValue ;
46+ import static org .hamcrest .Matchers .*;
5047import static org .junit .jupiter .api .Assertions .fail ;
5148
5249public abstract class AbstractXmlContextModel extends BaseTest {
You can’t perform that action at this time.
0 commit comments