Add missing issue reference to tests.

Also reduce logging to war for AOT generation.

Original Pull Request: #4949
This commit is contained in:
Christoph Strobl
2025-05-09 09:03:32 +02:00
committed by Mark Paluch
parent 50aca14d1f
commit a0dc9d0ced
3 changed files with 3 additions and 3 deletions

View File

@@ -185,7 +185,7 @@ class ExecutableUpdateOperationSupportTests {
assertThat(result.get()).isNotEqualTo(han).hasFieldOrPropertyWithValue("firstname", "Han");
}
@Test // GH-
@Test // GH-4949
void findAndModifyWithResultConverter() {
Optional<Person> result = template.update(Person.class).matching(queryHan())

View File

@@ -311,7 +311,7 @@ class ReactiveFindOperationSupportTests implements StateFunctions {
.verifyComplete();
}
@Test // GH-
@Test // GH-4949
@DirtiesState
void findAllNearByWithConverter() {

View File

@@ -20,7 +20,7 @@
<logger name="org.springframework.data.mongodb.test.util" level="info"/>
<!-- AOT Code Generation -->
<logger name="org.springframework.data.repository.aot.generate.RepositoryContributor" level="info" />
<logger name="org.springframework.data.repository.aot.generate.RepositoryContributor" level="warn" />
<root level="error">
<appender-ref ref="console" />