Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 12be7ddda -> 4aa1a5225
Fixing a 3.1.x build failure Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4aa1a522 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4aa1a522 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4aa1a522 Branch: refs/heads/3.1.x-fixes Commit: 4aa1a5225c5ad4e16e2e262ea43b7dfcce241feb Parents: 12be7dd Author: Sergey Beryozkin <[email protected]> Authored: Mon Dec 19 15:25:03 2016 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Mon Dec 19 15:25:03 2016 +0000 ---------------------------------------------------------------------- .../jaxrs/description/AbstractSwagger2ServiceDescriptionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/4aa1a522/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwagger2ServiceDescriptionTest.java ---------------------------------------------------------------------- diff --git a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwagger2ServiceDescriptionTest.java b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwagger2ServiceDescriptionTest.java index 6ea3a0b..fcb786d 100644 --- a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwagger2ServiceDescriptionTest.java +++ b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/AbstractSwagger2ServiceDescriptionTest.java @@ -78,7 +78,7 @@ public abstract class AbstractSwagger2ServiceDescriptionTest extends AbstractBus sf.setFeatures(Arrays.asList(feature)); sf.setAddress("http://localhost:" + port + "/"); sf.setExtensionMappings( - Collections.singletonMap("json", "application/json;charset=UTF-8")); + Collections.<Object, Object>singletonMap("json", "application/json;charset=UTF-8")); sf.create(); }
