Jason Campos

Results 2 issues of Jason Campos

Clean checkouts of the project reveal two missing maven artifacts: com.opsgenie.integration:sdk 2.0.7 org.snmp4j:snmp4j 2.3.3 Verified that these versions do not exist in maven central: https://mvnrepository.com/artifact/com.opsgenie.integration/sdk https://mvnrepository.com/artifact/org.snmp4j/snmp4j The projects seem to...

I have a GET resource that accepts a `@BeanParam`object with two `@QueryParam` strings. The bean object appears to be being instantiated by Guice and hydration of the query parameters is...