Closed renovate[bot] closed 1 year ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ EDITORCONFIG | editorconfig-checker | 1 | 0 | 0.02s | |
✅ GROOVY | npm-groovy-lint | 1 | 0 | 10.2s | |
✅ REPOSITORY | checkov | yes | no | 17.04s | |
✅ REPOSITORY | gitleaks | yes | no | 0.92s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | secretlint | yes | no | 0.94s | |
✅ REPOSITORY | syft | yes | no | 0.38s | |
✅ REPOSITORY | trivy | yes | no | 6.85s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
:tada: This PR is included in version 3.11.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This PR contains the following updates:
42.5.4
->42.6.0
7.3
->7.4
1.10.4
->1.11.1
1.10.4
->1.11.1
1.0.3
->1.0.4
6.4.2
->6.6.1
6.4.2
->6.6.1
6.4.2
->6.6.1
6.4.2
->6.6.1
2021.0.6
->2021.0.7
6.16.0
->6.19.0
2.7.9
->2.7.13
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
pgjdbc/pgjdbc
### [`v42.6.0`](https://togithub.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4260-2023-03-17-153434--0400) ##### Changed fix: use PhantomReferences instead of `Obejct.finalize()` to track Connection leaks [PR #2847](https://togithub.com/pgjdbc/pgjdbc/pull/2847) The change replaces all uses of Object.finalize with PhantomReferences. The leaked resources (Connections) are tracked in a helper thread that is active as long as there are connections in use. By default, the thread keeps running for 30 seconds after all the connections are released. The timeout is set with pgjdbc.config.cleanup.thread.ttl system property. refactor:(loom) replace the usages of synchronized with ReentrantLock [PR #2635](https://togithub.com/pgjdbc/pgjdbc/pull/2635) Fixes [Issue #1951](https://togithub.com/pgjdbc/pgjdbc/issues/1951)micrometer-metrics/micrometer
### [`v1.11.1`](https://togithub.com/micrometer-metrics/micrometer/releases/tag/v1.11.1): 1.11.1 #### :lady_beetle: Bug Fixes - StepRegistry publish on close before scheduled publish loses previous step data [#3863](https://togithub.com/micrometer-metrics/micrometer/issues/3863) - DeltaHistogram in SignalFx registry doesn't align with count and total [#3774](https://togithub.com/micrometer-metrics/micrometer/issues/3774) - Proper scope handling in gRPC client instrumentation [#3865](https://togithub.com/micrometer-metrics/micrometer/pull/3865) - Scope lost between Reactor and imperative code blocks [#3833](https://togithub.com/micrometer-metrics/micrometer/issues/3833) - Introduces NullObservation [#3831](https://togithub.com/micrometer-metrics/micrometer/pull/3831) - Make the scope current when needed for grpc server instrumentation [#3806](https://togithub.com/micrometer-metrics/micrometer/pull/3806) - GRPC current span Tracer.currentSpan() becomes null when processing parallel calls [#3805](https://togithub.com/micrometer-metrics/micrometer/issues/3805) - Improper varargs check in KeyValues and Tags [#3851](https://togithub.com/micrometer-metrics/micrometer/issues/3851) #### :hammer: Dependency Upgrades - Upgrade to AWS SDK 2.20.82 [#3900](https://togithub.com/micrometer-metrics/micrometer/issues/3900) - Upgrade to Spectator 1.6.5 [#3899](https://togithub.com/micrometer-metrics/micrometer/issues/3899) - Upgrade to context-propagation 1.0.3 [#3890](https://togithub.com/micrometer-metrics/micrometer/issues/3890) - Upgrade to Spring Boot 2.7.12 [#3898](https://togithub.com/micrometer-metrics/micrometer/issues/3898) - Upgrade to Spring Javaformat 0.0.39 [#3897](https://togithub.com/micrometer-metrics/micrometer/issues/3897) - Upgrade to Testcontainers 1.18.3 [#3896](https://togithub.com/micrometer-metrics/micrometer/issues/3896) - Upgrade to SignalFx 1.0.32 [#3895](https://togithub.com/micrometer-metrics/micrometer/issues/3895) - Upgrade to Dropwizard Metrics 4.2.19 [#3894](https://togithub.com/micrometer-metrics/micrometer/issues/3894) - Upgrade to AWS SDK 1.12.485 [#3893](https://togithub.com/micrometer-metrics/micrometer/issues/3893) - Upgrade to Reactor Netty 1.0.32 and Netty 4.1.93 [#3892](https://togithub.com/micrometer-metrics/micrometer/issues/3892) - Bump com.gradle.enterprise from 3.13.2 to 3.13.3 [#3862](https://togithub.com/micrometer-metrics/micrometer/pull/3862) - Bump com.gradle.enterprise from 3.13.1 to 3.13.2 [#3842](https://togithub.com/micrometer-metrics/micrometer/pull/3842) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@lenin-jaganathan](https://togithub.com/lenin-jaganathan), [@izeye](https://togithub.com/izeye), and [@ttddyy](https://togithub.com/ttddyy) ### [`v1.11.0`](https://togithub.com/micrometer-metrics/micrometer/releases/tag/v1.11.0): 1.11.0 #### :star: New Features - Avoid global publishing alignment in OTLP registry [#3794](https://togithub.com/micrometer-metrics/micrometer/pull/3794) - Avoid needing compiler parameter metadata in CountedAspect [#3780](https://togithub.com/micrometer-metrics/micrometer/pull/3780) - Reduces overall memory allocation in DynatraceExporterV2 while exporting [#3766](https://togithub.com/micrometer-metrics/micrometer/pull/3766) - Consistently add `outcome` tag to all HTTP client instrumentation [#3729](https://togithub.com/micrometer-metrics/micrometer/issues/3729) - Migrate from Application Insights instrumentation keys to connection strings [#3710](https://togithub.com/micrometer-metrics/micrometer/issues/3710) - Add supplier variant for Observation.Context.getOrDefault() [#3708](https://togithub.com/micrometer-metrics/micrometer/pull/3708) - Allow custom sink for LoggingMeterRegistry [#3685](https://togithub.com/micrometer-metrics/micrometer/pull/3685) - Make cumulative count computations in `takeCountSnapshot` more efficient [#3581](https://togithub.com/micrometer-metrics/micrometer/pull/3581) - Configurable aggregation temporality for OTLP registry [#3145](https://togithub.com/micrometer-metrics/micrometer/issues/3145) - `@Timed` annotation with dynamic tags derived from input arguments and/or output [#1732](https://togithub.com/micrometer-metrics/micrometer/issues/1732) - Metrics support for Netty allocators and event executors [#522](https://togithub.com/micrometer-metrics/micrometer/issues/522) - Adds hasAnObservation assertion that allows doing arbitrary assertions + clear method [#3679](https://togithub.com/micrometer-metrics/micrometer/pull/3679) - Add GC name to gc pause metric [#3670](https://togithub.com/micrometer-metrics/micrometer/pull/3670) - Add metrics for the total number of application threads started in the JVM [#3562](https://togithub.com/micrometer-metrics/micrometer/pull/3562) - Jetty Client instrumentation with Observation API [#3416](https://togithub.com/micrometer-metrics/micrometer/pull/3416) - Add support for using new Elasticsearch `\_index\_template` endpoint for creating index templates. [#3320](https://togithub.com/micrometer-metrics/micrometer/issues/3320) - OSGi enabled micrometer jars so that they can be deployed as OSGi bundles [#3149](https://togithub.com/micrometer-metrics/micrometer/issues/3149) - Publish partial step values on application shutdown for step meters [#1882](https://togithub.com/micrometer-metrics/micrometer/issues/1882) - OTLP registry custom header support [#3546](https://togithub.com/micrometer-metrics/micrometer/issues/3546) - Add method Observation.observe(Function\miracum/kafka-fhir-serializer
### [`v1.0.4`](https://togithub.com/miracum/kafka-fhir-serializer/releases/tag/v1.0.4) #### What's Changed - chore(deps): update all non-major dependencies by [@renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/26](https://togithub.com/miracum/kafka-fhir-serializer/pull/26) - chore(deps): update dependency gradle to v8 by [@renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/28](https://togithub.com/miracum/kafka-fhir-serializer/pull/28) - chore(deps): update github-actions by [@renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/27](https://togithub.com/miracum/kafka-fhir-serializer/pull/27) - chore(deps): update oxsecurity/megalinter action to v7 by [@renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/30](https://togithub.com/miracum/kafka-fhir-serializer/pull/30) - fix(deps): update all non-major dependencies by [@renovate](https://togithub.com/renovate) in [https://github.com/miracum/kafka-fhir-serializer/pull/29](https://togithub.com/miracum/kafka-fhir-serializer/pull/29) **Full Changelog**: https://github.com/miracum/kafka-fhir-serializer/compare/v1.0.3...v1.0.4hapifhir/hapi-fhir
### [`v6.6.1`](https://togithub.com/hapifhir/hapi-fhir/releases/tag/v6.6.1) 6.6.1 ### [`v6.6.0`](https://togithub.com/hapifhir/hapi-fhir/releases/tag/v6.6.0) 6.6.0 ### [`v6.4.4`](https://togithub.com/hapifhir/hapi-fhir/releases/tag/v6.4.4) 6.4.4 ### [`v6.4.3`](https://togithub.com/hapifhir/hapi-fhir/releases/tag/v6.4.3) 6.4.3spring-cloud/spring-cloud-release
### [`v2021.0.7`](https://togithub.com/spring-cloud/spring-cloud-release/compare/v2021.0.6...v2021.0.7)Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.