Skip to content

Commit 01e8c42

Browse files
committed
Merge branch '2.7.x' into 3.0.x
2 parents c4de86c + 3651ba3 commit 01e8c42

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 the original author or authors.
2+
* Copyright 2020-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
2727
* @author Brian Clozel
2828
*/
2929
@GraphQlTest(BookController.class)
30-
class GraphQlTestIntegrationTest {
30+
class GraphQlTestIntegrationTests {
3131

3232
@Autowired
3333
private GraphQlTester graphQlTester;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
2525

2626
import static org.assertj.core.api.Assertions.assertThat;
2727

28-
class ImportCandidatesTest {
28+
class ImportCandidatesTests {
2929

3030
@Test
3131
void loadReadsFromClasspathFile() {

src/checkstyle/checkstyle-suppressions.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,6 @@
7373
<suppress files="FailureAnalyzers\.java" checks="RedundantModifier" />
7474
<suppress files="SpringBootVersion" checks="JavadocPackage" />
7575
<suppress files="spring-boot-configuration-processor[\\/]src[\\/]test[\\/]java[\\/]org[\\/]springframework[\\/]boot[\\/]configurationsample[\\/]" checks="SpringDeprecatedCheck"/>
76+
<suppress files="WebEndpointTest\.java" checks="SpringTestFileName" />
77+
<suppress files="ConversionServiceTest\.java" checks="SpringTestFileName" />
7678
</suppressions>

0 commit comments

Comments
 (0)