Commit Graph

352 Commits

Author SHA1 Message Date
Lauri Tulmin 913bebb979
Fix deprecated buildDir warning in gradle scripts (#9472) 2023-09-15 08:43:57 +02:00
OpenTelemetry Bot 0f1199620d
Update version to 1.31.0-SNAPSHOT (#9460) 2023-09-14 08:35:36 +03:00
Lauri Tulmin 7e16e40ca2
Update opentelemetry-java to 1.30.1 (#9433) 2023-09-11 14:36:37 -07:00
renovate[bot] 8a96be081d
fix(deps): update dependency com.google.protobuf:protobuf-java-util to v3.24.3 (#9410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-08 10:22:34 +03:00
renovate[bot] bebd819277
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.21.0 (#9332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-29 11:09:35 +00:00
renovate[bot] a589e95ce7
Update plugin com.diffplug.spotless to v6.21.0 (#9333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-29 12:52:32 +02:00
renovate[bot] 060cc3a2ef
Update dependency com.google.protobuf:protobuf-java-util to v3.24.2 (#9314)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-26 12:47:03 +03:00
renovate[bot] 86a19819da
Update dependency org.mockito:mockito-core to v5.5.0 (#9273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-22 09:58:26 +00:00
renovate[bot] 3d7703bd70
Update testcontainers-java monorepo to v1.19.0 (#9265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-21 18:14:38 -07:00
renovate[bot] 4eddec07fc
Update dependency com.google.protobuf:protobuf-java-util to v3.24.1 (#9254)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-19 09:50:48 +03:00
renovate[bot] c640169388
Update dependency gradle to v8.3 (#9234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-17 09:24:48 +00:00
OpenTelemetry Bot 5d08b8407f
Update version to 1.30.0-SNAPSHOT (#9228) 2023-08-16 22:51:33 +00:00
Trask Stalnaker f712a17cd3
Remove unnecessary dependency (#9201) 2023-08-15 09:26:12 +03:00
OpenTelemetry Bot 8be80b1d13
Update the OpenTelemetry SDK version to 1.29.0 (#9187)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-08-13 10:18:24 -07:00
renovate[bot] 06fdceaddc
Update dependency ch.qos.logback:logback-classic to v1.4.11 (#9168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-10 09:03:51 +00:00
renovate[bot] 1bad1d455e
Update dependency com.google.protobuf:protobuf-java-util to v3.24.0 (#9164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-09 13:06:00 +02:00
renovate[bot] c79514396a
Update dependency ch.qos.logback:logback-classic to v1.4.9 (#9108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-07 09:10:09 -07:00
Gregor Zeitlinger b48c61cf3c
remove deprecated name "executor" for executors module (#9064)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-08-07 11:51:51 +02:00
renovate[bot] 080061aa7a
Update dependency org.assertj:assertj-core to v3.24.2 (#9103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-01 15:59:40 -07:00
dependabot[bot] b501d9c416
Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 in /examples/extension (#9076)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 11:09:26 +02:00
dependabot[bot] 07fe095ddd
Bump io.opentelemetry.proto:opentelemetry-proto from 0.20.0-alpha to 1.0.0-alpha in /examples/extension (#9056)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-26 22:10:23 +00:00
dependabot[bot] 1deb09250a
Bump io.opentelemetry.proto:opentelemetry-proto from 0.20.0-alpha to 1.0.0-alpha in /examples/distro (#9055)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-26 15:05:09 -07:00
dependabot[bot] dbeab41eb6
Bump versions.junit from 5.9.3 to 5.10.0 in /examples/distro (#9034) 2023-07-25 20:07:29 -07:00
dependabot[bot] 8c712caacb
Bump versions.junit from 5.9.3 to 5.10.0 in /examples/extension (#9033) 2023-07-25 20:07:15 -07:00
Tyler Benson f52ce2c7eb
Add better explanation for how to configure extension classes (#8898)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-07-20 05:30:53 +00:00
Trask Stalnaker 2bdddafdc4
Apply Prettier to markdown files (#8968) 2023-07-19 12:22:35 -07:00
dependabot[bot] e11102fde4
Bump com.diffplug.spotless:spotless-plugin-gradle from 6.19.0 to 6.20.0 in /examples/distro (#8979)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 16:06:36 -07:00
dependabot[bot] f1c4f3ab62
Bump com.diffplug.spotless from 6.19.0 to 6.20.0 in /examples/extension (#8971)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 14:57:52 -07:00
OpenTelemetry Bot 5c9b40bc02
Update version to 1.29.0-SNAPSHOT (#8937) 2023-07-12 19:21:06 +00:00
github-actions[bot] 164358d788
Update Gradle Wrapper to 8.2.1 (#8918)
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Co-authored-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2023-07-11 13:39:00 +03:00
dependabot[bot] 87a8fb474b
Bump io.opentelemetry:opentelemetry-bom from 1.27.0 to 1.28.0 in /examples/extension (#8902)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-08 15:04:43 +03:00
dependabot[bot] 9c48f96459
Bump io.opentelemetry:opentelemetry-bom from 1.27.0 to 1.28.0 in /examples/distro (#8904)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-08 15:04:28 +03:00
dependabot[bot] 658801a133
Bump com.google.protobuf:protobuf-java-util from 3.23.3 to 3.23.4 in /examples/distro (#8905)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-08 09:27:46 +03:00
dependabot[bot] 9498cfbb36
Bump com.google.protobuf:protobuf-java-util from 3.23.3 to 3.23.4 in /examples/extension (#8903)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-08 09:27:19 +03:00
github-actions[bot] 7b729618a8
Update Gradle Wrapper to 8.2 (#8852)
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Co-authored-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2023-07-02 14:39:54 +03: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
dependabot[bot] 1618303b65
Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 in /examples/distro (#8764)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 08:47:42 +03:00
dependabot[bot] 452c351c13
Bump com.google.protobuf:protobuf-java-util from 3.23.2 to 3.23.3 in /examples/extension (#8731)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-14 15:52:41 -07:00
dependabot[bot] cad7dc4377
Bump com.google.protobuf:protobuf-java-util from 3.23.2 to 3.23.3 in /examples/distro (#8732)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-14 15:52:25 -07:00
OpenTelemetry Bot 5d93a12ca1
Update version to 1.28.0-SNAPSHOT (#8725) 2023-06-14 11:26:15 -07:00
dependabot[bot] 58997cd231
Bump ch.qos.logback:logback-classic from 1.4.7 to 1.4.8 in /examples/extension (#8712)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 16:40:52 -07:00
dependabot[bot] 44ce3c61cc
Bump versions.autoservice from 1.1.0 to 1.1.1 in /examples/distro (#8713)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 16:40:31 -07:00
dependabot[bot] 60c07e8c60
Bump ch.qos.logback:logback-classic from 1.4.7 to 1.4.8 in /examples/distro (#8714)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 16:40:13 -07:00
OpenTelemetry Bot bbb05276be
Update the OpenTelemetry SDK version to 1.27.0 (#8688)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-06-13 12:02:11 +03:00
dependabot[bot] 9b6e2b0506
Bump com.google.auto.service:auto-service from 1.1.0 to 1.1.1 in /examples/extension (#8698)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 09:58:00 +03:00
dependabot[bot] 19454a6205
Bump io.opentelemetry:opentelemetry-bom from 1.26.0 to 1.27.0 in /examples/extension (#8693)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-09 15:57:44 -07:00
dependabot[bot] 659dcd3125
Bump io.opentelemetry.proto:opentelemetry-proto from 0.19.0-alpha to 0.20.0-alpha in /examples/extension (#8682)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 18:09:55 -07:00
dependabot[bot] ac396ff826
Bump io.opentelemetry.proto:opentelemetry-proto from 0.19.0-alpha to 0.20.0-alpha in /examples/distro (#8683)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 18:09:42 -07:00
dependabot[bot] aaad2b68bd
Bump net.bytebuddy:byte-buddy-dep from 1.14.4 to 1.14.5 in /examples/distro (#8639)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-03 16:10:26 +03:00