JaidenAshmore / java-dynamic-sqs-listener

Java SQS Listener library built to be customisable and dynamic during runtime
MIT License
51 stars 13 forks source link

Update dependency com.amazonaws:aws-xray-recorder-sdk-core to v2.14.0 #389

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.amazonaws:aws-xray-recorder-sdk-core (source) 2.7.1 -> 2.14.0 age adoption passing confidence

Release Notes

aws/aws-xray-sdk-java (com.amazonaws:aws-xray-recorder-sdk-core) ### [`v2.14.0`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#2140---2023-04-13) - Add support for Jakarta and Spring 6 [PR 372](https://togithub.com/aws/aws-xray-sdk-java/pull/372) - Fix sqs/sns case for aws sdk v2 parameter allowlist lookups [PR 373](https://togithub.com/aws/aws-xray-sdk-java/pull/373) - Fixing NoClassDefFoundError [PR 375](https://togithub.com/aws/aws-xray-sdk-java/pull/375) ### [`v2.13.0`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#2130---2022-11-08) - Oversampling Mitigation [PR 356](https://togithub.com/aws/aws-xray-sdk-java/pull/356) - Add back original subsegment noOp method [PR 359](https://togithub.com/aws/aws-xray-sdk-java/pull/359) - Adding back depricated functions [PR 360](https://togithub.com/aws/aws-xray-sdk-java/pull/360) - Refactoring TraceHeader Calls [PR 361](https://togithub.com/aws/aws-xray-sdk-java/pull/361) ### [`v2.12.0`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#2120---2022-10-07) - Allow list TopicArn for SNS Publish and PublishBatch [PR 357](https://togithub.com/aws/aws-xray-sdk-java/pull/357) - Oversampling mitigation [PR 354](https://togithub.com/aws/aws-xray-sdk-java/pull/354) - Change missing context default behavior to log error [PR 353](https://togithub.com/aws/aws-xray-sdk-java/pull/353) - Revert subsegment synchronization changes [PR 350](https://togithub.com/aws/aws-xray-sdk-java/pull/350) - Update README with manual configuration for log groups [PR 349](https://togithub.com/aws/aws-xray-sdk-java/pull/349) - Add Nullable annotation to AWSXray.setTraceEntity() parameter [PR 345](https://togithub.com/aws/aws-xray-sdk-java/pull/345) - Add javadoc to Subsegment.close() method [PR 342](https://togithub.com/aws/aws-xray-sdk-java/pull/342) - Send subsegments separately from segments when the serialized size is larger than the UDP packet size limit [PR 344](https://togithub.com/aws/aws-xray-sdk-java/pull/344) - Improve the emitter sendData failure log message [PR 343](https://togithub.com/aws/aws-xray-sdk-java/pull/343) - Throw ClientProtocolException instead of returning null to avoid possible NPE in Apache HTTP instrumentation [PR 338](https://togithub.com/aws/aws-xray-sdk-java/pull/338) ### [`v2.11.2`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#2112---2022-06-02) - Upgrade AWS Java SDK to 1.12.228 [PR 334](https://togithub.com/aws/aws-xray-sdk-java/pull/334) - Revert some dependency versioning. Set duplicatesStrategy for benchmark project. [PR 336](https://togithub.com/aws/aws-xray-sdk-java/pull/336) ### [`v2.11.1`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#2111---2022-04-06) - Update Spring dependencies to address cve-2022-22965 [PR 329](https://togithub.com/aws/aws-xray-sdk-java/pull/329) ### [`v2.11.0`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#2110---2022-02-02) - Update log4j to 2.17 to address CVE-2021-45105 [PR 314](https://togithub.com/aws/aws-xray-sdk-java/pull/314) - Adding GraalVM native-image config [PR 311](https://togithub.com/aws/aws-xray-sdk-java/pull/311) - Reduce log level of sampling error logging [PR 309](https://togithub.com/aws/aws-xray-sdk-java/pull/309) ### [`v2.10.0`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#2100---2021-10-19) - Optimize the lock in segment [PR 306](https://togithub.com/aws/aws-xray-sdk-java/pull/306) - Optimize the regex in util method [PR 305](https://togithub.com/aws/aws-xray-sdk-java/pull/305) - Add Automatic-Module-Name to JAR Manifest [PR 297](https://togithub.com/aws/aws-xray-sdk-java/pull/297) - Improvements to no-op subsegment behavior [PR 294](https://togithub.com/aws/aws-xray-sdk-java/pull/294) - Prevent crashes on serializing empty beans [PR 293](https://togithub.com/aws/aws-xray-sdk-java/pull/293) - Opt-in support to collect SQL queries [PR 283](https://togithub.com/aws/aws-xray-sdk-java/pull/283) ### [`v2.9.1`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#291---2021-06-02) - Improve handling of entity `emitted` field [PR 279](https://togithub.com/aws/aws-xray-sdk-java/pull/279) - Remove global subsegment lock to fix race condition [PR 278](https://togithub.com/aws/aws-xray-sdk-java/pull/278) - Updated Apache HTTP and AWS SDK versions [PR 277](https://togithub.com/aws/aws-xray-sdk-java/pull/277) ### [`v2.9.0`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#290---2021-04-08) - Added aggregate javadoc plugin [PR 242](https://togithub.com/aws/aws-xray-sdk-java/pull/242) - Configurtion to always create trace ID [PR 243](https://togithub.com/aws/aws-xray-sdk-java/pull/243) - Fix sampling rules not being deleted [PR 244](https://togithub.com/aws/aws-xray-sdk-java/pull/244) - Lock accesses to entities [PR 250](https://togithub.com/aws/aws-xray-sdk-java/pull/250) - Added support for reading header from environment and system properties [PR 252](https://togithub.com/aws/aws-xray-sdk-java/pull/252) - Added log correlation support to ECS plugin [PR 263](https://togithub.com/aws/aws-xray-sdk-java/pull/263) - Added JavaTimeModule for entity object mapper [PR 267](https://togithub.com/aws/aws-xray-sdk-java/pull/267) - Addded enhanced metadata parsing for Oracle DBs [PR 270](https://togithub.com/aws/aws-xray-sdk-java/pull/270) - Added support to set log group via environment variable [PR 273](https://togithub.com/aws/aws-xray-sdk-java/pull/273) ### [`v2.8.0`](https://togithub.com/aws/aws-xray-sdk-java/blob/HEAD/CHANGELOG.md#280---2020-11-24) - Optimized creating, parsing, and serializing trace IDs [PR 212](https://togithub.com/aws/aws-xray-sdk-java/pull/212) - Fixed setParent behavior for NoOp subsegments [PR 215](https://togithub.com/aws/aws-xray-sdk-java/pull/215) - Added a faster random source configuration [PR 218](https://togithub.com/aws/aws-xray-sdk-java/pull/218) - Lowered log level on IMDS error messages [PR 219](https://togithub.com/aws/aws-xray-sdk-java/pull/219) - Removed nanosecond-time resolution where unneeded for performance [PR 224](https://togithub.com/aws/aws-xray-sdk-java/pull/224) - Fixed log error context missing strategy stack traces [PR 235](https://togithub.com/aws/aws-xray-sdk-java/pull/235) - Added isForcedSampling support configurability to sampling strategies [PR 232](https://togithub.com/aws/aws-xray-sdk-java/pull/232) - Add top-level method for context-free endSubsegment [PR 229](https://togithub.com/aws/aws-xray-sdk-java/pull/229) - Add ThreadLocal-safe Entity.run() method [PR 240](https://togithub.com/aws/aws-xray-sdk-java/pull/240)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.