...k2-locator-2.6.1.jar:?] at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:201) [jersey-hk2-2.42.jar:?] at org.glassfish.jersey.inject...
Hello everybody i wrote a simple jersey rest client to set data to the audit log but i get a 401 Unauthorized someone have a idea what the problem is? public ClientResponse addToAudit() { S...
How to write unit test cases to test the REST endpoints used in the Jira plugin?. Please suggest which are good frameworks and is there any built-in framework to test APIs?. And also any good tutoria...
i want to contact an external web service with jersey in my custom jira plugin. But jersey is not working: <dependency> <groupId>com.sun.jersey</groupId> <a...
Hi Guys. I'm updating my pom.xml from <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> <version>1.8</v...
Copied to clipboard