Matthew Ho
|
6967484a97
|
Update groovy import order to match default IntelliJ (#1708) (#4047)
* Update groovy import order to match default IntelliJ (#1708)
* organized imports for .groovy files to follow default IntelliJ import settings
* updated intellij-setup.md
* Spotless
* drift
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-09-11 11:53:08 -07:00 |
Trask Stalnaker
|
20c72f3e98
|
Format kotlin gradle files (#3942)
* Add ktlint for kotlinGradle
* ktlint fails on wildcard imports
* Auto-format kotlin gradle files
|
2021-08-25 13:43:57 +09:00 |
Lauri Tulmin
|
722fbc1d57
|
Convert jax-ws to instrumenter api (#3842)
|
2021-08-16 10:06:36 -07:00 |
Anuraag Agrawal
|
e0cb216610
|
Remove remaining usages of basic span asserts (#3616)
|
2021-07-19 10:09:44 -07: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 |
Anuraag Agrawal
|
785dc6adf2
|
Rename build files to build.gradle (#3409)
* Rename build files to build.gradle
* Rename smoke-tests
* Fix already broken
|
2021-06-25 16:10:31 +09:00 |
Anuraag Agrawal
|
deb0e255cf
|
Use plugins block everywhere for applying plugins (#3386)
* Use plugins block everywhere for applying plugins
* Actually it's library instrumentation
|
2021-06-24 11:13:35 +09: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 |
Anuraag Agrawal
|
c358a35414
|
Use dependency management pattern for dependency versions (#3113)
* Use dependency management pattern for dependency versions.
* Add groovy bom too
* Update dependencyManagement/dependencyManagement.gradle.kts
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-05-28 11:32:08 +09:00 |
Anuraag Agrawal
|
fe41885ee6
|
Switch to colon notation for dependencies. (#2994)
* Switch to colon notation for dependencies.
* Even more cleanup
* Revert mistake
|
2021-05-15 15:31:06 +09:00 |
Trask Stalnaker
|
bd829a6494
|
Remove duplicate status verification (#2710)
|
2021-04-19 11:41:37 -07:00 |
Lauri Tulmin
|
e652cb4a7c
|
Add missing Unroll annotations (#2383)
|
2021-02-23 23:33:42 +02:00 |
Lauri Tulmin
|
2f3ffe89f2
|
Fix build (#2372)
* Fix build
* remvove schema dir from sourceSets, it triggers using deprecated gradle feature usage error
|
2021-02-22 11:45:09 -08:00 |
Lauri Tulmin
|
4c49932d8b
|
Add instrumentation for jax-ws frameworks (#2314)
* Add instrumentation for jax-ws frameworks
* remvoe commneted out code
* Update instrumentation/jaxws/jaxws-2.0-axis2-1.6/library/src/main/java/io/opentelemetry/instrumentation/axis2/Axis2JaxWsTracer.java
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* review fixes
* review fix
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
|
2021-02-22 16:46:33 +02:00 |