Add missing issue reference to tests.
Also reduce logging to war for AOT generation. Original Pull Request: #4949
This commit is contained in:
committed by
Mark Paluch
parent
50aca14d1f
commit
a0dc9d0ced
@@ -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())
|
||||
|
||||
@@ -311,7 +311,7 @@ class ReactiveFindOperationSupportTests implements StateFunctions {
|
||||
.verifyComplete();
|
||||
}
|
||||
|
||||
@Test // GH-…
|
||||
@Test // GH-4949
|
||||
@DirtiesState
|
||||
void findAllNearByWithConverter() {
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user