mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Add shared instance of ReactiveAdapterRegistry
Issue: SPR-16218
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ import static org.junit.Assert.assertTrue;
|
||||
@SuppressWarnings("unchecked")
|
||||
public class ReactiveAdapterRegistryTests {
|
||||
|
||||
private final ReactiveAdapterRegistry registry = new ReactiveAdapterRegistry();
|
||||
private final ReactiveAdapterRegistry registry = ReactiveAdapterRegistry.getSharedInstance();
|
||||
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user