Skip to content

Commit 44afd3d

Browse files
committed
initial checkin
1 parent 21c0068 commit 44afd3d

File tree

132 files changed

+3843
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+3843
-0
lines changed

ktor-client-core-1.2/.classpath

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry output="bin/main" kind="src" path="src/main/java">
4+
<attributes>
5+
<attribute name="gradle_scope" value="main"/>
6+
<attribute name="gradle_used_by_scope" value="main,test"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry output="bin/test" kind="src" path="src/test/java">
10+
<attributes>
11+
<attribute name="gradle_scope" value="test"/>
12+
<attribute name="gradle_used_by_scope" value="test"/>
13+
<attribute name="test" value="true"/>
14+
</attributes>
15+
</classpathentry>
16+
<classpathentry kind="output" path="bin/default"/>
17+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
18+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-core-jvm/1.2.0/943cfdf291c4d0f0db88a2c83cd13c9dc2c876d4/ktor-client-core-jvm-1.2.0-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-client-core-jvm/1.2.0/f88e71cffbb49bdba1f1e93131cdee2e2bae0eaa/ktor-client-core-jvm-1.2.0.jar">
19+
<attributes>
20+
<attribute name="gradle_used_by_scope" value="main,test"/>
21+
</attributes>
22+
</classpathentry>
23+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/com.newrelic.agent.java/newrelic-agent/6.4.0/e640c171a471a3cf07a6ab7c248640ffc9e10953/newrelic-agent-6.4.0-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/com.newrelic.agent.java/newrelic-agent/6.4.0/716c0521d4baa12d9f2b0a005e1ee06a9c180214/newrelic-agent-6.4.0.jar">
24+
<attributes>
25+
<attribute name="gradle_used_by_scope" value="main,test"/>
26+
</attributes>
27+
</classpathentry>
28+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/com/newrelic/agent/java/newrelic-api/6.4.0/newrelic-api-6.4.0-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/com/newrelic/agent/java/newrelic-api/6.4.0/newrelic-api-6.4.0.jar">
29+
<attributes>
30+
<attribute name="gradle_used_by_scope" value="main,test"/>
31+
</attributes>
32+
</classpathentry>
33+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-http-cio-jvm/1.2.0/68e2f2e4639c3692b4b129e1c84a3e66e0c898cd/ktor-http-cio-jvm-1.2.0-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-http-cio-jvm/1.2.0/d37a4df9617f49378780554421a3744ab5ceb1d9/ktor-http-cio-jvm-1.2.0.jar">
34+
<attributes>
35+
<attribute name="gradle_used_by_scope" value="main,test"/>
36+
</attributes>
37+
</classpathentry>
38+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-network/1.2.0/2be4c1df11fe7079b9564d0a858ba0d8a664ad49/ktor-network-1.2.0-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-network/1.2.0/bbaefc8c4d66d3707b0a247a341a2f3ea7bd0c5/ktor-network-1.2.0.jar">
39+
<attributes>
40+
<attribute name="gradle_used_by_scope" value="main,test"/>
41+
</attributes>
42+
</classpathentry>
43+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-http-jvm/1.2.0/4dde3100d8ee9afa21eb67ccb63652b4793611/ktor-http-jvm-1.2.0-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-http-jvm/1.2.0/aab3e7e34ba1c1947fe362f899d308d97622cfb8/ktor-http-jvm-1.2.0.jar">
44+
<attributes>
45+
<attribute name="gradle_used_by_scope" value="main,test"/>
46+
</attributes>
47+
</classpathentry>
48+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-utils-jvm/1.2.0/5ae4f07df0a70b1511691a3bfb23b8effc29a19/ktor-utils-jvm-1.2.0-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/io.ktor/ktor-utils-jvm/1.2.0/9d79aff946644c0f489e75f315fcb396f5b4581e/ktor-utils-jvm-1.2.0.jar">
49+
<attributes>
50+
<attribute name="gradle_used_by_scope" value="main,test"/>
51+
</attributes>
52+
</classpathentry>
53+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.3.31/kotlin-reflect-1.3.31-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.3.31/kotlin-reflect-1.3.31.jar">
54+
<attributes>
55+
<attribute name="gradle_used_by_scope" value="main,test"/>
56+
</attributes>
57+
</classpathentry>
58+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-io-jvm/0.1.8/1f942cfb178b4971737e5c0ba550c69cb38cc133/kotlinx-coroutines-io-jvm-0.1.8-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-io-jvm/0.1.8/591b0489ce565c32d4874610ef64c948e6a5c627/kotlinx-coroutines-io-jvm-0.1.8.jar">
59+
<attributes>
60+
<attribute name="gradle_used_by_scope" value="main,test"/>
61+
</attributes>
62+
</classpathentry>
63+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-io-jvm/0.1.8/6595812e59899d1a49b0254bbec825587e718cf3/kotlinx-io-jvm-0.1.8-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-io-jvm/0.1.8/595d4772d0600272bac6a2dcec2646b037285863/kotlinx-io-jvm-0.1.8.jar">
64+
<attributes>
65+
<attribute name="gradle_used_by_scope" value="main,test"/>
66+
</attributes>
67+
</classpathentry>
68+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-jdk8/1.2.1/f3f2b4a59ad06b5dba069ec42e6e411f7607fa26/kotlinx-coroutines-jdk8-1.2.1-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-jdk8/1.2.1/4d891cee198626c08ac30028afdd743558507ad9/kotlinx-coroutines-jdk8-1.2.1.jar">
69+
<attributes>
70+
<attribute name="gradle_used_by_scope" value="main,test"/>
71+
</attributes>
72+
</classpathentry>
73+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.2.1/kotlinx-coroutines-core-1.2.1-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.2.1/kotlinx-coroutines-core-1.2.1.jar">
74+
<attributes>
75+
<attribute name="gradle_used_by_scope" value="main,test"/>
76+
</attributes>
77+
</classpathentry>
78+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.31/kotlin-stdlib-jdk8-1.3.31-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.31/kotlin-stdlib-jdk8-1.3.31.jar">
79+
<attributes>
80+
<attribute name="gradle_used_by_scope" value="main,test"/>
81+
</attributes>
82+
</classpathentry>
83+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.31/kotlin-stdlib-jdk7-1.3.31-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.31/kotlin-stdlib-jdk7-1.3.31.jar">
84+
<attributes>
85+
<attribute name="gradle_used_by_scope" value="main,test"/>
86+
</attributes>
87+
</classpathentry>
88+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.31/kotlin-stdlib-1.3.31-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.31/kotlin-stdlib-1.3.31.jar">
89+
<attributes>
90+
<attribute name="gradle_used_by_scope" value="main,test"/>
91+
</attributes>
92+
</classpathentry>
93+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/atomicfu/0.12.6/bd055823baf845642a39da4218452d0d0d185c5d/atomicfu-0.12.6-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/atomicfu/0.12.6/2840b58706d9ef8df7c8aee2e8b6e1444d09df60/atomicfu-0.12.6.jar">
94+
<attributes>
95+
<attribute name="gradle_used_by_scope" value="main,test"/>
96+
</attributes>
97+
</classpathentry>
98+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar">
99+
<attributes>
100+
<attribute name="gradle_used_by_scope" value="main,test"/>
101+
</attributes>
102+
</classpathentry>
103+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/com/typesafe/config/1.3.1/config-1.3.1-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/com/typesafe/config/1.3.1/config-1.3.1.jar">
104+
<attributes>
105+
<attribute name="gradle_used_by_scope" value="main,test"/>
106+
</attributes>
107+
</classpathentry>
108+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-io/0.1.8/81be27b865a071b21bf7af594ac3a89d2aa6dee1/kotlinx-coroutines-io-0.1.8-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-io/0.1.8/ab4c5ab04fe13e78ab0d55d71909b22b6f52f658/kotlinx-coroutines-io-0.1.8.jar">
109+
<attributes>
110+
<attribute name="gradle_used_by_scope" value="main,test"/>
111+
</attributes>
112+
</classpathentry>
113+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core-common/1.2.1/60c41f7118ffe2861cf2def973c794d69e698622/kotlinx-coroutines-core-common-1.2.1-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core-common/1.2.1/5806e3dd5e8dff59fec96747795353f3ba2bfd60/kotlinx-coroutines-core-common-1.2.1.jar">
114+
<attributes>
115+
<attribute name="gradle_used_by_scope" value="main,test"/>
116+
</attributes>
117+
</classpathentry>
118+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-io/0.1.8/5d77a5ff0c54e005858329822285eb2cde1e98a9/kotlinx-io-0.1.8-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-io/0.1.8/59bcca58d0dae17790c96a775664267ff8492356/kotlinx-io-0.1.8.jar">
119+
<attributes>
120+
<attribute name="gradle_used_by_scope" value="main,test"/>
121+
</attributes>
122+
</classpathentry>
123+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.31/kotlin-stdlib-common-1.3.31-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.31/kotlin-stdlib-common-1.3.31.jar">
124+
<attributes>
125+
<attribute name="gradle_used_by_scope" value="main,test"/>
126+
</attributes>
127+
</classpathentry>
128+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/org/jetbrains/annotations/13.0/annotations-13.0-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar">
129+
<attributes>
130+
<attribute name="gradle_used_by_scope" value="main,test"/>
131+
</attributes>
132+
</classpathentry>
133+
<classpathentry sourcepath="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/atomicfu-common/0.12.3/dbc2252cf72be2076d27ffc58e12a2ac797a964b/atomicfu-common-0.12.3-sources.jar" kind="lib" path="/Users/dhilpipre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/atomicfu-common/0.12.3/b09ed1e1b1a0996e0a3b6c454797d44788a21747/atomicfu-common-0.12.3.jar">
134+
<attributes>
135+
<attribute name="gradle_used_by_scope" value="main,test"/>
136+
</attributes>
137+
</classpathentry>
138+
<classpathentry sourcepath="/Users/dhilpipre/.m2/repository/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1-sources.jar" kind="lib" path="/Users/dhilpipre/.m2/repository/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1.jar">
139+
<attributes>
140+
<attribute name="gradle_used_by_scope" value="test"/>
141+
<attribute name="test" value="true"/>
142+
</attributes>
143+
</classpathentry>
144+
<classpathentry kind="lib" path="/Users/dhilpipre/Open-Source/newrelic-java-ktor/libs/agent-bridge-datastore.jar">
145+
<attributes>
146+
<attribute name="gradle_used_by_scope" value="main,test"/>
147+
</attributes>
148+
</classpathentry>
149+
<classpathentry kind="lib" path="/Users/dhilpipre/Open-Source/newrelic-java-ktor/libs/agent-bridge.jar">
150+
<attributes>
151+
<attribute name="gradle_used_by_scope" value="main,test"/>
152+
</attributes>
153+
</classpathentry>
154+
<classpathentry kind="lib" path="/Users/dhilpipre/Open-Source/newrelic-java-ktor/libs/newrelic-agent-6.4.0.jar">
155+
<attributes>
156+
<attribute name="gradle_used_by_scope" value="main,test"/>
157+
</attributes>
158+
</classpathentry>
159+
<classpathentry kind="lib" path="/Users/dhilpipre/Open-Source/newrelic-java-ktor/libs/newrelic-weaver-scala-api.jar">
160+
<attributes>
161+
<attribute name="gradle_used_by_scope" value="main,test"/>
162+
</attributes>
163+
</classpathentry>
164+
<classpathentry kind="lib" path="/Users/dhilpipre/Open-Source/newrelic-java-ktor/libs/newrelic-weaver-api.jar">
165+
<attributes>
166+
<attribute name="gradle_used_by_scope" value="main,test"/>
167+
</attributes>
168+
</classpathentry>
169+
<classpathentry kind="lib" path="/Users/dhilpipre/Open-Source/newrelic-java-ktor/libs/newrelic-api.jar">
170+
<attributes>
171+
<attribute name="gradle_used_by_scope" value="main,test"/>
172+
</attributes>
173+
</classpathentry>
174+
<classpathentry kind="lib" path="/Users/dhilpipre/Open-Source/newrelic-java-ktor/test-lib/instrumentation-test.jar">
175+
<attributes>
176+
<attribute name="gradle_used_by_scope" value="main,test"/>
177+
</attributes>
178+
</classpathentry>
179+
</classpath>

ktor-client-core-1.2/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ktor-client-core-1.2</name>
4+
<comment></comment>
5+
<projects/>
6+
<natures>
7+
<nature>org.eclipse.jdt.core.javanature</nature>
8+
</natures>
9+
<buildSpec>
10+
<buildCommand>
11+
<name>org.eclipse.jdt.core.javabuilder</name>
12+
<arguments/>
13+
</buildCommand>
14+
</buildSpec>
15+
<linkedResources/>
16+
<filteredResources/>
17+
</projectDescription>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
#Tue May 23 16:33:55 CDT 2023
3+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
4+
org.eclipse.jdt.core.compiler.compliance=1.8
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
7+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
8+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
9+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
10+
eclipse.preferences.version=1
11+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
12+
org.eclipse.jdt.core.compiler.source=1.8
13+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

ktor-client-core-1.2/bin/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/main/
2+
/test/

ktor-client-core-1.2/build.gradle

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
// Build.gradle generated for instrumentation module ktor-client-core
3+
4+
apply plugin: 'java'
5+
6+
dependencies {
7+
implementation 'io.ktor:ktor-client-core-jvm:1.2.0'
8+
9+
// New Relic Java Agent dependencies
10+
implementation 'com.newrelic.agent.java:newrelic-agent:6.4.0'
11+
implementation 'com.newrelic.agent.java:newrelic-api:6.4.0'
12+
implementation fileTree(include: ['*.jar'], dir: '../libs')
13+
implementation fileTree(include: ['*.jar'], dir: '../test-lib')
14+
}
15+
16+
jar {
17+
manifest {
18+
attributes 'Implementation-Title': 'com.newrelic.instrumentation.labs.ktor-client-core-1.2'
19+
attributes 'Implementation-Vendor': 'New Relic Labs'
20+
attributes 'Implementation-Vendor-Id': 'com.newrelic.labs'
21+
attributes 'Implementation-Version': 1.0
22+
}
23+
}
24+
25+
verifyInstrumentation {
26+
passes 'io.ktor:ktor-client-core-jvm:[1.2.0,2.0.0)'
27+
excludeRegex '.*beta.*'
28+
excludeRegex '.*rc.*'
29+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)