mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-04 19:30:51 +01:00
Add json enricher and json field filter
This commit is contained in:
@@ -59,7 +59,7 @@ import static org.junit.Assert.*;
|
||||
*/
|
||||
public class JSONContextResolverTest {
|
||||
|
||||
private final ObjectMapper mapper = new JSONContextResolver().getContext(Object.class);
|
||||
private final ObjectMapper mapper = new ObjectMapperProvider().get();
|
||||
|
||||
/**
|
||||
* Tests json unmarshalling with unknown properties.
|
||||
|
||||
Reference in New Issue
Block a user