Merge branch '3.1.x'

This commit is contained in:
Phillip Webb
2023-09-20 17:16:13 -07:00
15 changed files with 44 additions and 54 deletions

View File

@@ -226,10 +226,12 @@ public class BraveAutoConfiguration {
@SuppressWarnings("deprecation")
private Factory createThrowAwayFactory() {
return new Factory() {
@Override
public <K> Propagation<K> create(KeyFactory<K> keyFactory) {
return null;
}
};
}