Trask Stalnaker
80b5a47406
Minor updates to release yml files ( #3349 )
2021-06-18 09:51:33 +09:00
Mateusz Rzeszutek
0a8907d927
Hide Config#create() method and use builder everywhere ( #3338 )
...
* Hide Config#create() method and use builder everywhere
* Deprecate Config#asJavaProperties()
2021-06-17 10:39:39 -07:00
Mateusz Rzeszutek
108b1298cf
Make @RabbitListener propagate context properly ( #3339 )
2021-06-17 10:38:53 -07:00
Anuraag Agrawal
97254f04d1
Update to Gradle 7.1 ( #3344 )
2021-06-17 10:37:57 -07:00
Anuraag Agrawal
353ecedcc0
Remove testLatestDeps from release build. ( #3343 )
2021-06-17 10:28:34 -07:00
Anuraag Agrawal
80f43b7a6a
Migrate javaagent-instrumentation to plugin ( #3328 )
...
* Migrate instrumentation.gradle to plugin
* Migrate usages
* Remove old
* Fix
* Revert example
* afterEvaluate
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-06-17 23:13:14 +09:00
Anuraag Agrawal
8e6a464cb8
Add artifact clauses to shadow publish ( #3342 )
2021-06-17 20:41:03 +09:00
Anuraag Agrawal
c9207fec4d
Finish publishing plugin... ( #3341 )
2021-06-17 16:40:05 +09:00
Trask Stalnaker
2a0a5c4f41
Update change log ( #3276 )
...
* Update change log
* Update CHANGELOG.md
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
* Recent updates
* Update CHANGELOG.md
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Update CHANGELOG.md
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2021-06-16 20:01:20 -07:00
Trask Stalnaker
7181c49da4
Fix shadow publishing ( #3340 )
2021-06-16 18:50:23 -07:00
Mateusz Rzeszutek
2f528e4166
Rename *Instrumenters to *Singletons ( #3335 )
2021-06-16 10:12:37 -07:00
Mateusz Rzeszutek
ee1bbea810
Use IgnoredTypesConfigurer to ignore classloaders ( #3323 )
2021-06-16 10:12:03 -07:00
Anuraag Agrawal
91a2c18f30
Migrate jacoco.gradle to plugin ( #3330 )
2021-06-16 10:09:05 -07:00
Anuraag Agrawal
d8ff44bf40
Remove util.gradle ( #3329 )
2021-06-16 10:08:32 -07:00
Anuraag Agrawal
3a08045b03
Update dependencies ( #3332 )
2021-06-16 10:05:56 -07:00
Lauri Tulmin
f77e8457fc
Fix flaky spring jms test ( #3336 )
2021-06-16 15:37:09 +03:00
Mateusz Rzeszutek
3e28b01e42
Spring Integration javaagent instrumentation ( #3295 )
...
* Spring Integration javaagent instrumentation
* codenarc
* inline gradle property
* Conditionally create CONSUMER spans instead of always INTERNAL
* merge fix
* Add attributes assertions to rabbitMq test
* minor fix
* fix javadocs
* Code review follow-up
2021-06-16 14:12:39 +03:00
Lauri Tulmin
8544fbad50
Fix kafka latest dep tests ( #3334 )
2021-06-16 14:07:47 +03:00
Lauri Tulmin
b3ab474d65
Fix mongo latest dep tests ( #3333 )
2021-06-16 14:06:52 +03:00
Anuraag Agrawal
2e8fcd19cb
Migrate CallDepthThreadLocalMapTest to Java. ( #3331 )
2021-06-16 18:35:07 +09:00
Mateusz Rzeszutek
f4194023f4
Remove unused Utils method ( #3324 )
2021-06-16 09:55:50 +09:00
Anuraag Agrawal
c1d4cf01e8
Move min/max java properties to an extension class ( #3307 )
2021-06-15 11:55:24 -07:00
Anuraag Agrawal
b7bfbf0cc6
Migrate instrumentation-library / common to plugins ( #3320 )
2021-06-15 11:54:48 -07:00
Lauri Tulmin
c7ac235614
Preload AtomicReferenceArray ( #3315 )
2021-06-15 09:55:57 -07:00
Trask Stalnaker
0871af8d01
Support Tomee JAX-WS (OpenEJB/CXF) ( #3303 )
2021-06-15 09:52:26 -07:00
Lauri Tulmin
99b82c5144
Fix rocketmq latest dep tests ( #3317 )
2021-06-15 18:41:17 +02:00
Mateusz Rzeszutek
314ba8c1e8
Rewrite global ignores matcher to IgnoredTypesConfigurer ( #3298 )
2021-06-15 18:03:28 +02:00
Anuraag Agrawal
a818f14957
Migrate publish.gradle to convention plugin ( #3312 )
...
* Migrate publish.gradle to convention plugin
* Migrate usages of publish.gradle
* Remove publish.gradle
* Newline
2021-06-15 22:12:48 +09:00
Anuraag Agrawal
4c90d6ae35
Remove logic related to jacoco coverage check. ( #3314 )
2021-06-15 14:57:10 +03:00
Anuraag Agrawal
7ad9e7a50b
Move shaded testing dependencies to internal package. ( #3305 )
2021-06-15 13:10:19 +03:00
Anuraag Agrawal
aca8deff9c
Migrate scala to convention plugin. ( #3313 )
2021-06-15 18:54:45 +09:00
Anuraag Agrawal
e9244e6398
Directly initialize OkHttp without using test util. ( #3304 )
...
* Directly initialize OkHttp without using test util.
* Consistent version with smoke test
2021-06-15 18:42:55 +09:00
Anuraag Agrawal
e399ffeffa
Migrate spotless, checkstyle, codenarc to convention plugin ( #3310 )
2021-06-15 16:58:44 +09:00
Trask Stalnaker
48a90b090c
Better support for wrapping premain ( #3302 )
...
* Better support for wrapping premain
* fix
* Fix test
* Sync comment from test
2021-06-15 09:27:10 +03:00
Trask Stalnaker
0a21abe15a
Remove glassfish-testing module ( #3301 )
2021-06-15 09:03:57 +03:00
Trask Stalnaker
c79b5c5f1d
Fix some raw types warnings ( #3300 )
...
* Fix some raw types warnings
* oops
2021-06-15 08:42:07 +03:00
Nikita Salnikov-Tarnovski
b9eac531ea
Embedded extension ( #3237 )
...
* Support for multiple extension jars by scanning the given folder
* Support to embed extension jar right inside agent jar
* Support for multiple embedded extensions
* Create temp folder for embedded extensions only if they found
* ExtensionClassLoader skips agent jar when scanning folder
* Apply suggestions from code review
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Update examples/extension/build.gradle
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-06-14 16:24:25 -07:00
Anuraag Agrawal
224dc51e93
Migrate java.gradle to conventions plugin ( #3289 )
...
* Migrate java.gradle to convention plugin.
* Switch to java-conventions
* Remove old file
* Fix
* Fix merge
* Missing paragraph
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-06-15 08:10:39 +09:00
Trask Stalnaker
9f31a057b6
Refactor span names class ( #3281 )
...
* spanNameForMethod
* spanNameForClass
* Cache simple name using ClassValue
2021-06-14 11:56:40 -07:00
Mateusz Rzeszutek
1982065270
Deprecate SpanExporterFactory in favor of ConfigurableSpanExporterProvider ( #3299 )
2021-06-14 11:56:02 -07:00
Trask Stalnaker
62f1f49bcd
Intellij cleanup (Java and Groovy) ( #3285 )
...
* Intellij cleanup
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/code/CodeAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/db/DbAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/db/SqlAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/messaging/MessagingAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation/spring/spring-web-3.1/library/src/test/java/io/opentelemetry/instrumentation/spring/httpclients/RestTemplateInterceptorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Use glassfish version that supports lambdas
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2021-06-14 10:23:01 -07:00
Nikita Salnikov-Tarnovski
fbb1a357c9
Publish shaded armeria ( #3297 )
...
* Publish shaded armeria
Fixes #3296
* Add group
2021-06-14 19:19:58 +03:00
Anuraag Agrawal
9a19c6fa67
Make guava compileonly ( #3290 )
...
* Make guava compileonly
* testImplementation
2021-06-14 23:05:53 +09:00
Trask Stalnaker
f1beb2397f
Intellij cleanup of markdown and yaml ( #3284 )
...
* Intellij cleanup of markdown and yaml
* Revert required yaml param
2021-06-14 13:13:01 +03:00
Trask Stalnaker
8be100637a
Fix ForkJoinPool sometimes not instrumented ( #3293 )
2021-06-14 13:01:33 +03:00
Anuraag Agrawal
7b0be0d603
Make kotlin stdlib dependency compileOnly ( #3291 )
2021-06-14 16:56:02 +09:00
Anuraag Agrawal
ceaa92ad36
Disable default resource providers in tests. ( #3288 )
2021-06-14 16:24:35 +09:00
Trask Stalnaker
ac9cd8d56a
Consistent github workflows extension ( #3278 )
...
* Consistent github workflows extension
* yaml -> yml
2021-06-14 10:10:26 +03:00
Trask Stalnaker
b8b2760b44
Sync style guide with otel-java repo ( #3265 )
2021-06-14 10:02:24 +03:00
Trask Stalnaker
e9a8beb231
Document final keyword usage in code style ( #3287 )
...
* Document final keyword usage in code style
* Update docs/contributing/style-guideline.md
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2021-06-14 15:36:41 +09:00