-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Splunk code donation #3
Initial Splunk code donation #3
Conversation
* Bump appcompat from 1.3.1 to 1.5.0 Bumps appcompat from 1.3.1 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update SDK compile version Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateusz Rzeszutek <[email protected]>
* update badges * spotless * help github to render html
* add lychee link checker * add .lycheeignore * ignore https://appassets.androidplatform.net/assets/index.html and fix readme link * more urls to ignore
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* allow case insensitive header search * Add simple Volley example to the sample app * starting readme * bulk out volley readme * spotless * spotless * Update splunk-otel-android-volley/README.md Co-authored-by: Mateusz Rzeszutek <[email protected]> * return all case insensitive matching headers * null guard * readme improvements * remove initial size Co-authored-by: Mateusz Rzeszutek <[email protected]>
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8.1 to 4.8.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.8.1...robolectric-4.8.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps webkit from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.webkit:webkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove stateful mutable field from Config * non-empty attributes
* Add the release tagging script * Update RELEASING.md Co-authored-by: Anna U <[email protected]>
Bumps navigation-fragment from 2.5.1 to 2.5.2. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-fragment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps navigation-ui from 2.5.1 to 2.5.2. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateusz Rzeszutek <[email protected]>
Bumps appcompat from 1.5.0 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ry#342) * Introduce a SplunkRumBuilder class and deprecate Config * code review comments
* Add nullaway and errorprone checks * fix FileSender constructor
* overload constructor for null * Add CarrierFinder and add Carrier to CurrentNetwork. * spotless * relax Q to P * add builder for CurrentNetwork * change type and eliminate double null check * rename class to match version 28 * set NET_HOST_CONNECTION_TYPE in common method * change optional to null * regen tostring * address review suggestions * fix test NPE * remove unused constructor
* Prepare for the 0.18 release * Use the setLocalIpAddressSupplier() method on Zipkin expoerter * update version to 1.0.0-RC1 * s/RC1/rc.1/ * lowercase and dots Co-authored-by: Mateusz Rzeszutek <[email protected]>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ublish more like the other java components)
…ublish more like the other java components)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I didn't take a detailed look at everything because we're going to work on changing a lot after this is merged anyway so... ✅
Bumping to try and get status to clear. |
🤞🏻 |
/easycla |
1 similar comment
/easycla |
once more with gusto |
Ok, have opened open-telemetry/community#1621 as requested by GC. |
/easycla |
I merged from the original repo to retain full revision history. Replaced all the references to splunk and picked a new package namespace:
io.opentelemetry.android
. Confirmed that an.aar
is built, although the name is probably incorrect.There's definitely a lot more to do after this. 😁