Merge branch '3.3.x'

Closes gh-41858
This commit is contained in:
Moritz Halbritter
2024-08-14 17:20:59 +02:00
98 changed files with 141 additions and 44 deletions

View File

@@ -33,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Dave Syer
* @author Phillip Webb
*/
public class SampleAntApplicationIT {
class SampleAntApplicationIT {
@Test
void runJar() throws Exception {

View File

@@ -33,6 +33,7 @@ import static org.mockito.BDDMockito.then;
* Tests for {@link SampleDataJpaApplication} that use {@link SpyBean @SpyBean}.
*
* @author Andy Wilkinson
* @deprecated since 3.4.0 for removal in 3.6.0
*/
@SuppressWarnings("removal")
@Deprecated(since = "3.4.0", forRemoval = true)