Merge pull request #3185 from cbornet/common_jersey

[Jax-rs][jersey] Mutualize jersey 1 and jersey 2 templates
This commit is contained in:
wing328
2016-07-02 11:19:40 +08:00
committed by GitHub
119 changed files with 123 additions and 2832 deletions
@@ -17,7 +17,7 @@ import java.nio.charset.StandardCharsets;
public class AllowableValuesTest {
private static final String TEMPLATE_FILE = "JavaJaxRS/libraries/jersey1/allowableValues.mustache";
private static final String TEMPLATE_FILE = "JavaJaxRS/allowableValues.mustache";
private static final String PROVIDER_NAME = "operations";
private static String loadClassResource(Class<?> cls, String name) throws IOException {