Skip to content
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

chore: Update sbt-javaagent to v0.1.8 #2911

Merged
merged 14 commits into from
Nov 9, 2023
Merged

chore: Update sbt-javaagent to v0.1.8 #2911

merged 14 commits into from
Nov 9, 2023

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Nov 1, 2023

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

docs/03-endpoints/api-util/version.md
CHANGELOG.md
.scala-steward.conf
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.github.sbt", artifactId = "sbt-javaagent" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-spray" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-pekko-http-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" },
  { groupId = "org.apache.jena", artifactId = "jena-text" },
  { groupId = "org.jodd", artifactId = "jodd" },
  { groupId = "org.scala-graph", artifactId = "graph-core" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-javaagent" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-spray" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-pekko-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.jena", artifactId = "jena-text" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.jodd", artifactId = "jodd" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-graph", artifactId = "graph-core" }
  }
]
labels: sbt-plugin-update, library-update, early-semver-minor, semver-spec-patch, semver-spec-minor, early-semver-major, semver-spec-major, old-version-remains, commit-count:n:6

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Attention: 48 lines in your changes are missing coverage. Please review.

Comparison is base (3e95d71) 11.68% compared to head (dc8cd47) 11.71%.
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2911      +/-   ##
==========================================
+ Coverage   11.68%   11.71%   +0.02%     
==========================================
  Files         251      248       -3     
  Lines       23065    23017      -48     
==========================================
+ Hits         2695     2696       +1     
+ Misses      20370    20321      -49     
Files Coverage Δ
.../slice/admin/domain/service/KnoraProjectRepo.scala 100.00% <100.00%> (ø)
...bapi/src/main/scala/dsp/valueobjects/Project.scala 86.74% <85.71%> (+0.32%) ⬆️
webapi/src/main/scala/org/knora/webapi/Main.scala 0.00% <0.00%> (ø)
...i/slice/admin/domain/service/DspIngestClient.scala 52.00% <0.00%> (ø)
...ce/admin/domain/service/ProjectImportService.scala 9.80% <0.00%> (-1.74%) ⬇️
...ra/webapi/slice/infrastructure/MetricsServer.scala 0.00% <0.00%> (ø)
...ebapi/slice/infrastructure/api/PrometheusApp.scala 0.00% <0.00%> (ø)
...ce/admin/domain/service/ProjectExportService.scala 0.00% <0.00%> (ø)
...lice/admin/repo/service/KnoraProjectRepoLive.scala 0.00% <0.00%> (ø)
...ora/webapi/responders/v2/OntologyResponderV2.scala 0.00% <0.00%> (ø)
... and 1 more

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

@mpro7 mpro7 changed the title chore: Minor/major updates chore: Update sbt-javaagent to v0.1.8 Nov 9, 2023
@mpro7 mpro7 self-requested a review November 9, 2023 14:29
@mpro7 mpro7 enabled auto-merge (squash) November 9, 2023 14:30
@mpro7 mpro7 merged commit e17cda2 into main Nov 9, 2023
14 checks passed
@mpro7 mpro7 deleted the update/minor_major branch November 9, 2023 14:48
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