Christian Neumüller
|
d9aac1679a
|
aws-sdk-2.2: SNS.Publish support with experimental messaging propagator flag (#8830)
|
2023-06-30 08:19:38 -07:00 |
Christian Neumüller
|
a1f691798e
|
aws-sdk-2.2.: Support injection into SQS.SendMessageBatch message attributes (#8798)
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
|
2023-06-29 07:55:11 -07:00 |
Christian Neumüller
|
bb4211d0b7
|
Fix aws-sdk-2.2 library instrumentation crashing app when SQS is not on classpath (#8805)
|
2023-06-28 11:04:06 -07:00 |
Mateusz Rzeszutek
|
9e37e724dc
|
Fix the main branch history (#8817)
|
2023-06-28 10:55:41 +00:00 |
Abhinandan Seshadri
|
f25cd6354c
|
Convert spring rabbitmq tests from groovy to java (#8765)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
Co-authored-by: SylvainJuge <763082+SylvainJuge@users.noreply.github.com>
Co-authored-by: Christian Neumüller <christian.neumueller@dynatrace.com>
|
2023-06-28 10:51:27 +02:00 |
Christian Neumüller
|
3733094d5c
|
aws-sdk-2.2: More reflection cleanup. (#8775)
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
|
2023-06-23 15:11:55 +02:00 |
Christian Neumüller
|
5b4e05a31e
|
aws-sdk: Use compile time reference+@NoMuzzle instead of reflection. (#8603)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2023-06-16 13:11:04 -07:00 |
Lauri Tulmin
|
402635bb64
|
Remove aws-sdk-2.2 latest dep restriction (#8207)
|
2023-04-04 10:03:19 +03:00 |
Lauri Tulmin
|
0638f983a6
|
Fix jfr metrics on openj9 and aws-sdk muzzle failure (#8157)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8156
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8155
|
2023-03-29 10:49:17 +03:00 |
jack-berg
|
94ba33e395
|
Use contrib AwsXrayPropagator (#7234)
Reflects move of `AwsXrayPropagator` to
[opentelemetry-java-contrib/aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/aws-xray-propagator).
|
2022-11-21 11:31:17 -08:00 |
Lauri Tulmin
|
5c2c86c65d
|
Run aws-sdk tests against 2.18.x (#6956)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6945
|
2022-10-23 10:33:48 -07:00 |
Trask Stalnaker
|
b2a4cf171f
|
Cap aws-sdk versions to fix testLatestDeps (#6944)
Opened issue #6945 to track removing the cap.
Resolves #6941
Resolves #6943
|
2022-10-23 12:32:37 +03:00 |
Trask Stalnaker
|
c18bea3b79
|
Revert "Temporary fix for testLatestDeps (#6904)" (#6922)
This reverts commit ceb6975d17 .
Looks like this got sorted.
|
2022-10-20 13:06:58 +03:00 |
Trask Stalnaker
|
ceb6975d17
|
Temporary fix for testLatestDeps (#6904)
Resolves #6903
|
2022-10-18 16:28:30 +02:00 |
Anuraag Agrawal
|
14372adb68
|
Migrate Guava tests to Java (#5668)
* Migrate Guava tests to Java
* Update instrumentation/guava-10.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/guava/ListenableFutureTest.java
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
* Workaround inline mock issue
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
|
2022-03-24 14:14:09 +09:00 |
Anuraag Agrawal
|
7e5fa5ee93
|
Add all AWS SDK api libraries referenced in testing to latestDepTest (#5280)
* Add all AWS SDK api libraries referenced in testing in latestDepTest
* Fix merge
|
2022-02-11 10:48:52 +09:00 |
Trask Stalnaker
|
022914139e
|
test latest deps cleanup (#5269)
* test latest deps cleanup
* Revert currently irrelevant change
* Update instrumentation/lettuce/lettuce-4.0/javaagent/build.gradle.kts
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
|
2022-02-01 09:49:07 -08:00 |
Trask Stalnaker
|
23fb0bd73b
|
Limit aws-sdk version for latest dep tests (#5202)
|
2022-01-21 15:19:09 -08:00 |
Trask Stalnaker
|
dafc97f96e
|
Simplify gradle files (#4292)
|
2021-10-04 21:53:35 -07:00 |
Lauri Tulmin
|
6269eb57b4
|
Fix aws-sdk latest dep tests (#3646)
|
2021-07-21 18:51:39 +03:00 |
Anuraag Agrawal
|
761b9c280b
|
Migrate instrumentation gradle files to kotlin (#3414)
* Migrate instrumentation gradle files to kotlin
* Convert
* Muzzle
|
2021-06-28 17:27:12 +09:00 |