Skip to content

update gradle to 8#440

Merged
kishansairam9 merged 9 commits intomainfrom
gradle
Nov 22, 2023
Merged

update gradle to 8#440
kishansairam9 merged 9 commits intomainfrom
gradle

Conversation

@kishansairam9
Copy link
Copy Markdown

No description provided.

@kishansairam9 kishansairam9 requested a review from a team as a code owner November 22, 2023 12:49
@github-actions

This comment has been minimized.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8124224) 79.93% compared to head (a335c7f) 79.93%.

❗ Current head a335c7f differs from pull request most recent head 42a65dc. Consider uploading reports for the commit 42a65dc to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #440   +/-   ##
=========================================
  Coverage     79.93%   79.93%           
  Complexity     1421     1421           
=========================================
  Files           128      128           
  Lines          5566     5566           
  Branches        509      509           
=========================================
  Hits           4449     4449           
  Misses          885      885           
  Partials        232      232           
Flag Coverage Δ
unit 79.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't really matter, but any particular reason you chose an older 8.x release (8.4 has been out for a couple months)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8.4 didn't work on my machine failing to fetch distribution from gradle site. Might be connection issue, but happened multiple times

HEAD request to https://services.gradle.org/distributions/gradle-8.4-all.zip failed: response code (401)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh bizarre, 401. Shouldn't be anything version specific but don't worry about it if it's still failing.

Comment thread hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts Outdated
Comment thread hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts Outdated
@github-actions

This comment has been minimized.

@aaron-steinfeld
Copy link
Copy Markdown
Contributor

huh why is build and dependency-check not required? let me fix that.

@kishansairam9 kishansairam9 enabled auto-merge (squash) November 22, 2023 14:29
Comment thread .trivyignore
Comment on lines +1 to +2
# libssl3
CVE-2023-5678 exp:2023-12-31 No newline at end of file
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
didn't report under PR tab but guessing this is the cause (based on other repo observations)

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@aaron-steinfeld
Copy link
Copy Markdown
Contributor

Raw spans grouper is using client utils (the grpc channel registry) without declaring it. It's getting it implicitly from kafka streams framework. Declare the dep and should be good (could also update kafka stream framework, not sure if latest version has the change but we'd want to add the explicit declaration regardless).

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@kishansairam9 kishansairam9 merged commit 1aea26b into main Nov 22, 2023
@kishansairam9 kishansairam9 deleted the gradle branch November 22, 2023 15:47
@github-actions
Copy link
Copy Markdown

Unit Test Results

  78 files  ±0    78 suites  ±0   1m 8s ⏱️ -35s
418 tests ±0  418 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 1aea26b. ± Comparison against base commit 8124224.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants