Commit Graph

60 Commits

Author SHA1 Message Date
jack-berg 9b17be3114
Rename LogExporter to LogRecordExporter (#4773) 2022-09-26 09:57:30 -05:00
Trask Stalnaker 8deed1bad5
Fix javadoc (#4768) 2022-09-21 09:53:00 -05:00
jack-berg 6209109e0a
Change LogEmitter to Logger, LogEmitterProvider to LoggerProvider (#4721) 2022-09-16 13:41:30 -05:00
jack-berg 1697130f0a
jApiCmp exclusions (#4746)
* Demonstrate failing japicmp

* Exclude allowable compatiblity changes

* Rollback temp change to MetricExporter
2022-09-09 18:33:58 -05:00
jack-berg c3a9f68ec8
Stop publishing opentelemetry-exporter-jaeger-proto artifact (#4724)
* Stop publishing opentelemetry-exporter-jaeger-proto artifact

* Load class by string
2022-09-08 11:26:29 -05:00
jack-berg 57b05cb71d
Update dependencies (#4728)
* Update dependencies to latest version

* Upgrade to gradle 7.5.1
2022-08-30 09:30:18 -05:00
Trask Stalnaker 1c6fd1cceb
Sync errorprone conventions (#4666) 2022-08-05 16:35:31 -07:00
Mateusz Rzeszutek 6be22eeaa5
Bump spotless version (#4667) 2022-08-05 11:18:54 -05:00
Liudmila Molkova f5dd63a738
jApiCmp: check if source is compatible (#4642)
* jApiCmp: check if source compatible

* Allow TestSpanData.getScopeInfo to be abstract in 1.17

* ignore abstract method incompatibility on autovalue

* Update buildSrc/src/main/kotlin/otel.japicmp-conventions.gradle.kts

Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>

* ignore abstract method incompatibility on autovalue

* formatting

Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
Co-authored-by: Jack Berg <jberg@newrelic.com>
2022-08-02 15:05:41 -05:00
jack-berg facbf4fb9e
Add default implementations for getInstrumentationScopeInfo methods (#4640) 2022-07-27 17:54:29 -05:00
Anuraag Agrawal 0c0c8c0b51
Run tests with Java 18 (#4396) 2022-04-20 13:12:22 -05:00
Anuraag Agrawal d78cadabaa
Update errorprone (#4346) 2022-04-08 08:12:57 +09:00
Anuraag Agrawal 0ac1d8e6d7
Update Gradle and build dependencies (#4347) 2022-04-08 08:12:35 +09:00
Trask Stalnaker 82db72abcc
Sync release workflow (#4333)
* Sync release workflow

* Add example sending PR to another repo

* Use simpler sharing of env vars across steps

* Simplify, merge related jobs

* Simplify

* More improvements

* Use release/* release branch naming

* Add note about markdownlint
2022-04-05 11:22:36 +09:00
Anuraag Agrawal 345060e8a3
Update Gradle and build dependencies (#4270) 2022-03-17 19:58:55 -05:00
Anuraag Agrawal 34273f43ca
Update Gradle and build dependencies. (#4167) 2022-02-10 16:54:49 -06:00
Anuraag Agrawal 47f7c38ef5
Enable loggers in all tests via slf4j. (#4126)
* Route all test jul logging through slf4j.

* Cleanup and more suppressions
2022-02-02 14:43:25 +09:00
Anuraag Agrawal 03c41ec940
Add a testing-internal module and functionality to SuppressLogger for… (#4130)
* Improve behavior of some tests (#4123)

* Optimize

* Fix logging.properties

* Clean
2022-02-01 16:04:39 +09:00
jack-berg 94f49a209e
Drop java convention for old proto module (#4135) 2022-02-01 10:37:22 +09:00
Anuraag Agrawal 3773d0b18a
Update errorprone (#4134) 2022-01-31 08:00:17 -08:00
Anuraag Agrawal 7b65a9c48f
Output logging messages in tests. (#4114) 2022-01-26 09:30:14 -06:00
Anuraag Agrawal 044cadb47e
Reorganize internal export code. (#4111)
* Reorganize internal export code.

* Cleanups
2022-01-26 14:39:58 +09:00
Anuraag Agrawal 5ff5f3f494
Apply spotless to buildSrc (#4079)
Co-authored-by: John Watson <jkwatson@gmail.com>
2022-01-12 14:56:53 -08:00
Anuraag Agrawal 6a91adcaf3
Remove outdated errorprone suppressions (#4080) 2022-01-12 13:14:33 -08:00
Anuraag Agrawal 89a6ff24cb
Update docs for 1.10.0 (#4068)
* Update docs for 1.10.0

* Revert hack

* Update CHANGELOG.md

* Update README.md

Co-authored-by: John Watson <jkwatson@gmail.com>
2022-01-10 18:34:08 -08:00
Anuraag Agrawal dfb4a74ac5
Update errorprone (#4048) 2022-01-06 11:33:00 +09:00
Anuraag Agrawal 905c1ffa4f
Update Gradle and build dependencies. (#4026) 2021-12-23 07:56:05 -08:00
Anuraag Agrawal 10ed89ea4c
Remove deprecated methods from ObservableMeasurement (#4018)
* Remove deprecated methods from ObservableMeasurement

* Hack japi
2021-12-22 10:00:57 +09:00
Anuraag Agrawal 3f8eb2330a
Update Gradle and build dependencies (#3970) 2021-12-09 01:16:00 +09:00
Trask Stalnaker de49ff0d06
Partial sync of gradle conventions with instrumentation repo (#3968)
* Sync gradle conventions

* Newline

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2021-12-08 15:25:40 +09:00
Eugene R f24ee19d0b
decommission the deprecated Gradle archivesBaseName property (#3878) 2021-11-15 10:55:08 -08:00
Anuraag Agrawal c143a59517
Migrate test sets in context module to new test suites. (#3788) 2021-10-26 10:39:06 +09:00
Anuraag Agrawal 85a1935d16
Update to Gradle 7.3 and fail build if binary compatibility broken (#3779)
* Customize japicmp to fail when making changes that are not binary compatible.

* Compatible change

* Revert "Compatible change"

This reverts commit c51d55fb0e.

* I AM GROOT

* Revert "I AM GROOT"

This reverts commit c23ac3131e.

* Set JVM target for buildSrc

* Test Gradle 7.3

* groot go home
2021-10-21 13:44:38 -07:00
Anuraag Agrawal ebf5507cde
Add PeriodicMetricReaderBuilder (#3735)
* Add PeriodicMetricReaderBuilder

* More tests

* Cleanup

* Improve default
2021-10-14 18:28:59 -07:00
John Watson a8a27f4d01
Update the docs for the 1.7.0 release. (#3715)
* Update the docs for the 1.7.0 release.

* formatting
2021-10-08 14:28:43 -07:00
Anuraag Agrawal f944f8effc
Update Gradle plugins (#3675) 2021-09-30 22:06:33 +09:00
Anuraag Agrawal 0560c82d5c
Enable nullaway except for metrics. (#3668) 2021-09-28 09:28:00 -07:00
Anuraag Agrawal c87e2b332f
Build with Java 17 (#3665) 2021-09-27 07:58:16 -07:00
Christian Neumüller a10672bbad
Add generateBuildSubstitutions task to bom projects. (#3653)
* Add generateBuildSubstitutions task to bom projects.

This is a convenience task that can be used to
generate a code snippet that can be copy-pasted
for use in composite builds.

* Fix typo in filter.

* Add convenience task to root project.

* Add documentation for how to use composite builds.

* Add one more link to gradle docs.

* Wrong variable name.

* Update CONTRIBUTING.md

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-09-26 13:38:09 -07:00
Anuraag Agrawal 00c57bd48b
Remove junit vintage engine and update dependencies. (#3643) 2021-09-22 08:27:08 -07:00
Anuraag Agrawal fca5bbe36b
Write enum values by name in JSON. (#3621) 2021-09-16 10:03:28 +09:00
Anuraag Agrawal 083d91a498
Migrate MarshalerUtil to an abstract class (#3573)
* Replace MarshalerUtil with Serializer abstraction to also implement a JSON version.

* Continue

* Finish

* Finish

* Clean

* ProtoFieldInfo

* Precompute tags

* Constants

* More pretag
2021-09-06 13:08:42 +09:00
Anuraag Agrawal 11864d4349
Exclude internal subpackages too from japicmp (#3559) 2021-08-27 08:30:03 -07:00
Anuraag Agrawal 6ef3091cfb
Copy in spotless-conventions from instrumentation repo (#3554)
* Copy in spotless-conventions from instrumentation repo.

* Reformat

* A few more dotfiles
2021-08-27 08:28:31 -07:00
Anuraag Agrawal 9b506e6b2a
Add a custom proto compiler handler that generates classes with only … (#3504)
* Add a custom proto compiler handler that generates classes with only proto field numbers / enum values.

* Fix README

* Spotless
2021-08-20 08:49:35 +09:00
Anuraag Agrawal 2844471335
Fix Resource version properties lookup and extract version file gener… (#3467)
* Fix Resource version properties lookup and extract version file generation.

* Only published

* Cleanup

* Better merge

* Fix merge
2021-08-12 10:15:51 -07:00
Anuraag Agrawal 182455023a
Update nullaway and add a Contract for StringUtils. (#3432)
* Update nullaway and add a Contract for StringUtils.

* RUNTIME

* SOURCE

* Cleanup
2021-08-12 14:50:39 +09:00
John Watson d9e1151336
Publish the otlp-http-trace exporter. (#3464)
* Publish the otlp-http-trace exporter.

* use empty files, rather than diffing vs. itself

* fix a comment
2021-08-10 18:28:02 -07:00
Trask Stalnaker 60c3c5ca0c
Format build.gradle.kts files (#3427) 2021-07-29 13:21:38 +09:00
Anuraag Agrawal 6d9e5801c7
Fix disableErrorProne (#3405) 2021-07-15 08:41:30 -07:00