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

Ensure any service threads are created as daemon threads. #1137

Closed
wants to merge 13 commits into from
Closed

Ensure any service threads are created as daemon threads. #1137

wants to merge 13 commits into from

Commits on May 29, 2023

  1. Provide the means to configure any service threads created as daemon …

    …threads.
    
    Signed-off-by: Cristian Ferretti <cristianferretti@deephaven.io>
    jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    406ba5b View commit details
    Browse the repository at this point in the history
  2. Followup to review comment.

    Signed-off-by: Cristian Ferretti <cristianferretti@deephaven.io>
    jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    f0ee9b2 View commit details
    Browse the repository at this point in the history
  3. Spotlessfy.

    Signed-off-by: Cristian Ferretti <cristianferretti@deephaven.io>
    jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5191bc5 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update gradle

    lburgazzoli authored and jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    34358fc View commit details
    Browse the repository at this point in the history
  5. chore(deps): enable depndabot

    lburgazzoli authored and jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    cc2cd84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d544186 View commit details
    Browse the repository at this point in the history
  7. chore(test): re-generate ssl certs

    lburgazzoli authored and jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0e2191c View commit details
    Browse the repository at this point in the history
  8. build(deps): bump io.vertx:vertx-grpc from 4.4.0 to 4.4.2

    Bumps io.vertx:vertx-grpc from 4.4.0 to 4.4.2.
    
    ---
    updated-dependencies:
    - dependency-name: io.vertx:vertx-grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    d125782 View commit details
    Browse the repository at this point in the history
  9. build(deps): bump grpc from 1.53.0 to 1.55.1

    Bumps `grpc` from 1.53.0 to 1.55.1.
    
    Updates `io.grpc:grpc-core` from 1.53.0 to 1.55.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](grpc/grpc-java@v1.53.0...v1.55.1)
    
    Updates `io.grpc:grpc-netty` from 1.53.0 to 1.55.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](grpc/grpc-java@v1.53.0...v1.55.1)
    
    Updates `io.grpc:grpc-protobuf` from 1.53.0 to 1.55.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](grpc/grpc-java@v1.53.0...v1.55.1)
    
    Updates `io.grpc:grpc-stub` from 1.53.0 to 1.55.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](grpc/grpc-java@v1.53.0...v1.55.1)
    
    Updates `io.grpc:grpc-grpclb` from 1.53.0 to 1.55.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](grpc/grpc-java@v1.53.0...v1.55.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-netty
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-stub
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-grpclb
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    d57fe29 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7

    Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7.
    - [Commits](qos-ch/slf4j@v_2.0.6...v_2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    6b3a485 View commit details
    Browse the repository at this point in the history
  11. build(deps): bump autoService from 1.0.1 to 1.1.0

    Bumps `autoService` from 1.0.1 to 1.1.0.
    
    Updates `com.google.auto.service:auto-service-annotations` from 1.0.1 to 1.1.0
    - [Release notes](https://github.com/google/auto/releases)
    - [Commits](google/auto@auto-common-1.0.1...auto-value-1.1)
    
    Updates `com.google.auto.service:auto-service` from 1.0.1 to 1.1.0
    - [Release notes](https://github.com/google/auto/releases)
    - [Commits](google/auto@auto-common-1.0.1...auto-value-1.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.auto.service:auto-service-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.auto.service:auto-service
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    549750e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d5fc0a2 View commit details
    Browse the repository at this point in the history
  13. build(deps): bump errorprone from 2.18.0 to 2.19.1

    Bumps `errorprone` from 2.18.0 to 2.19.1.
    
    Updates `com.google.errorprone:error_prone_core` from 2.18.0 to 2.19.1
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.18.0...v2.19.1)
    
    Updates `com.google.errorprone:error_prone_annotations` from 2.18.0 to 2.19.1
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.18.0...v2.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.errorprone:error_prone_annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jcferretti committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5f0978b View commit details
    Browse the repository at this point in the history