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

Micrometer Observations #1760

Merged
merged 31 commits into from Nov 14, 2022
Merged

Commits on Sep 21, 2022

  1. Copy the full SHA
    212fdf2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5e8192c View commit details
    Browse the repository at this point in the history
  3. Fixed formatting

    marcingrzejszczak committed Sep 21, 2022
    Copy the full SHA
    e23a805 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    97b23e9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9119a61 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8832aff View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. prepare release 11.10

    velo authored and marcingrzejszczak committed Nov 4, 2022
    Copy the full SHA
    75f5a97 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6a213cf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4a9d1fb View commit details
    Browse the repository at this point in the history
  4. build(deps): bump json from 20220320 to 20220924 (OpenFeign#1768)

    Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220320 to 20220924.
    - [Release notes](https://github.com/douglascrockford/JSON-java/releases)
    - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
    - [Commits](https://github.com/douglascrockford/JSON-java/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.json:json
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and marcingrzejszczak committed Nov 4, 2022
    Copy the full SHA
    5afb234 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f02d3ca View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2551952 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2392312 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    24ae435 View commit details
    Browse the repository at this point in the history
  9. build(deps): bump slf4j.version from 2.0.2 to 2.0.3 (OpenFeign#1769)

    Bumps `slf4j.version` from 2.0.2 to 2.0.3.
    
    Updates `slf4j-simple` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_2.0.2...v_2.0.3)
    
    Updates `slf4j-nop` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_2.0.2...v_2.0.3)
    
    Updates `slf4j-api` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_2.0.2...v_2.0.3)
    
    Updates `slf4j-jdk14` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_2.0.2...v_2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-nop
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-jdk14
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and marcingrzejszczak committed Nov 4, 2022
    Copy the full SHA
    a2c4323 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump kotlin.version from 1.7.10 to 1.7.20 (OpenFeign#1771)

    Bumps `kotlin.version` from 1.7.10 to 1.7.20.
    
    Updates `kotlin-stdlib-jdk8` from 1.7.10 to 1.7.20
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.7.10...v1.7.20)
    
    Updates `kotlin-reflect` from 1.7.10 to 1.7.20
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.7.10...v1.7.20)
    
    Updates `kotlin-maven-plugin` from 1.7.10 to 1.7.20
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-reflect
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and marcingrzejszczak committed Nov 4, 2022
    Copy the full SHA
    4b675d7 View commit details
    Browse the repository at this point in the history
  11. build(deps): bump asm from 9.3 to 9.4 (OpenFeign#1777)

    Bumps asm from 9.3 to 9.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and marcingrzejszczak committed Nov 4, 2022
    Copy the full SHA
    258c464 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    ba413e8 View commit details
    Browse the repository at this point in the history
  13. Removing conflicts

    marcingrzejszczak committed Nov 4, 2022
    Copy the full SHA
    734272c View commit details
    Browse the repository at this point in the history
  14. Polish

    marcingrzejszczak committed Nov 4, 2022
    Copy the full SHA
    0421e72 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Copy the full SHA
    91ec111 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Copy the full SHA
    f03f81d View commit details
    Browse the repository at this point in the history
  2. Alternative micrometer observation using capability

    Marvin Froeder committed Nov 9, 2022
    Copy the full SHA
    0784382 View commit details
    Browse the repository at this point in the history
  3. Ban 'repositories'

    Marvin Froeder committed Nov 9, 2022
    Copy the full SHA
    80f2e77 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a2f21fa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f1524cb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Copy the full SHA
    9f7a144 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Copy the full SHA
    07b1201 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    96abdbd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    07d77cf View commit details
    Browse the repository at this point in the history
  4. Polish

    marcingrzejszczak committed Nov 14, 2022
    Copy the full SHA
    ee58b97 View commit details
    Browse the repository at this point in the history