-
Notifications
You must be signed in to change notification settings - Fork 194
Comparing changes
Open a pull request
base repository: census-instrumentation/opencensus-java
base: v0.28.3
head repository: census-instrumentation/opencensus-java
compare: v0.29.0
- 13 commits
- 57 files changed
- 7 contributors
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 446e9bd - Browse repository at this point
Copy the full SHA 446e9bdView commit details
Commits on Oct 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f8ea9bb - Browse repository at this point
Copy the full SHA f8ea9bbView commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2e22263 - Browse repository at this point
Copy the full SHA 2e22263View commit details
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c314ce0 - Browse repository at this point
Copy the full SHA c314ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7cff2 - Browse repository at this point
Copy the full SHA af7cff2View commit details
Commits on Dec 8, 2020
-
Bump jetty.version in /examples (#2067)
Bumps `jetty.version` from 9.4.17.v20190418 to 9.4.35.v20201120. Updates `jetty-client` from 9.4.17.v20190418 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.17.v20190418...jetty-9.4.35.v20201120) Updates `jetty-server` from 9.4.17.v20190418 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.17.v20190418...jetty-9.4.35.v20201120) Updates `jetty-servlet` from 9.4.17.v20190418 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.17.v20190418...jetty-9.4.35.v20201120) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6123b84 - Browse repository at this point
Copy the full SHA 6123b84View commit details
Commits on Jan 11, 2021
-
Fix time skew exceptions crashing disruptor thread (#2071)
* Add a fix to metric views when a time skew is detected rather than crashing the application/thread. * Add test for time-rewind issues, and fix problems discovered.
Configuration menu - View commit details
-
Copy full SHA for e3bf35f - Browse repository at this point
Copy the full SHA e3bf35fView commit details -
Mark ContextUtils as public (but deprecated) (#2072)
* Mark ContextUtils as public (but deprecated) to fix bincompat issues with 0.17.x->0.18.x * Add an access mechanism for grpc context and update deprecation denotation.
Configuration menu - View commit details
-
Copy full SHA for 7ddc4cc - Browse repository at this point
Copy the full SHA 7ddc4ccView commit details
Commits on Jan 15, 2021
-
Forward-fix things from 0.28.x branch (#2075)
* Update signing plugin to allow GPG agent usage. * Add missing changelogs into master. * Update release versions for all readme and build files.
Configuration menu - View commit details
-
Copy full SHA for 3d7f0b5 - Browse repository at this point
Copy the full SHA 3d7f0b5View commit details
Commits on Jul 20, 2021
-
Add github action PR build (#2078)
* Add a set of github action workflows to migrate off travis. Just three for testing right now. * More GHA fixes. * Fix build. * one more fix. * Remove Java11 as it won't work iwthout massive changes/dropping Java7 support, likely.
Configuration menu - View commit details
-
Copy full SHA for 402cb16 - Browse repository at this point
Copy the full SHA 402cb16View commit details -
Bump jetty-server from 9.4.35.v20201120 to 9.4.41.v20210516 in /examp…
…les (#2077) Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.35.v20201120 to 9.4.41.v20210516. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.35.v20201120...jetty-9.4.41.v20210516) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f217b4 - Browse repository at this point
Copy the full SHA 4f217b4View commit details
Commits on Nov 29, 2021
-
LinkTest has recently been having flaky failures. It turns out that the `link_ToString()` test relied on hash ordering. The failing assertion only passed when a copy of the `HashMap` had the same `toString()` as the original map. If copying the map changed the iteration order, the test would fail. This entire test function is questionable, however, as it is testing the `toString()` method on an `AutoValue`. This is problematic, because `AutoValue` specifies its `toString()` as "returning a useful (but unspecified) string representation of the instance" (see https://github.com/google/auto/blob/master/value/userguide/index.md#whats-going-on-here). As such, it could make sense to remove this test altogether. This change does not remove the test, because it's operating under the assumption that the test is wanted. This change fixes the test by checking that every entry in the map is contained in the `link.toString()`. This means that the order of the entries in the `link.toString()` is no longer important. Note that if `Link` is changed to use a different map implementation not based on `AbstractMap` that does not similarly guarantee its `toString()`, this test may break, although the previous assert would also break in such a situation. Tested: - I tested this change by running LinkTest 100 times to verify that the flaky failure went away.
Configuration menu - View commit details
-
Copy full SHA for 5f9a0fa - Browse repository at this point
Copy the full SHA 5f9a0faView commit details
Commits on Dec 11, 2021
-
Update and weaken Log4J2 dependency (#2085)
* Use the more recent 2.15.0 as baseline * For the published package, express a provided dependency rather than actually pulling in Log4J2 ourselves
Configuration menu - View commit details
-
Copy full SHA for 4852502 - Browse repository at this point
Copy the full SHA 4852502View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.28.3...v0.29.0