Skip to content

Commit

Permalink
Merge branch 'unittest/httpclient-5' into feature/async-httpclient-5
Browse files Browse the repository at this point in the history
# Conflicts:
#	instrumentation-security/httpclient-5.0/src/main/java/com/newrelic/agent/security/instrumentation/httpclient50/BasicRequestProducer_Instrumentation.java
#	instrumentation-security/httpclient-5.0/src/main/java/com/newrelic/agent/security/instrumentation/httpclient50/HttpAsyncClient_Instrumentation.java
#	instrumentation-security/httpclient-5.0/src/test/java/com/newrelic/agent/security/instrumentation/httpclient5/HttpAsyncClientTest.java
  • Loading branch information
monu-k2io committed Sep 21, 2023
2 parents 8ba2ba5 + 3b2fec3 commit c6ea476
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,10 @@
*
*/

package com.nr.agent.instrumentation.security.httpclient50;
package com.newrelic.agent.security.instrumentation.httpclient50;

import com.newrelic.api.agent.Trace;
import com.newrelic.api.agent.security.NewRelicSecurity;
import com.newrelic.api.agent.security.instrumentation.helpers.GenericHelper;
import com.newrelic.api.agent.security.instrumentation.helpers.ServletHelper;
import com.newrelic.api.agent.security.schema.AbstractOperation;
import com.newrelic.api.agent.security.schema.SecurityMetaData;
import com.newrelic.api.agent.security.schema.exceptions.NewRelicSecurityException;
import com.newrelic.api.agent.security.schema.operation.SSRFOperation;
import com.newrelic.api.agent.security.utils.SSRFUtils;
import com.newrelic.api.agent.weaver.MatchType;
import com.newrelic.api.agent.weaver.Weave;
import com.newrelic.api.agent.weaver.Weaver;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nr.agent.instrumentation.security.httpclient50;
package com.newrelic.agent.security.instrumentation.httpclient50;

import com.newrelic.api.agent.security.NewRelicSecurity;
import com.newrelic.api.agent.security.instrumentation.helpers.GenericHelper;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nr.instrumentation.security.httpclient5;
package com.newrelic.agent.security.instrumentation.httpclient5;

import com.newrelic.agent.security.introspec.InstrumentationTestConfig;
import com.newrelic.agent.security.introspec.SecurityInstrumentationTestRunner;
Expand Down Expand Up @@ -29,7 +29,7 @@
import java.util.UUID;

@RunWith(SecurityInstrumentationTestRunner.class)
@InstrumentationTestConfig(includePrefixes = "com.nr.agent.instrumentation.security.httpclient50")
@InstrumentationTestConfig(includePrefixes = "com.newrelic.agent.security.instrumentation.httpclient50")
public class HttpClientTest {
@ClassRule
public static HttpServerRule server = new HttpServerRule();
Expand Down

0 comments on commit c6ea476

Please sign in to comment.