commercetools-sdk-java-v2
commercetools-sdk-java-v2 copied to clipboard
chore(deps): update all dependencies
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| actions/upload-artifact | action | patch | v4.3.1 -> v4.3.2 |
||||
| github/codeql-action | action | minor | v3.24.9 -> v3.25.1 |
||||
| gradle/wrapper-validation-action | action | patch | v2.1.2 -> v2.1.3 |
||||
| stefanzweifel/git-auto-commit-action | action | patch | v5.0.0 -> v5.0.1 |
||||
| net.sourceforge.plantuml:plantuml | dependencies | patch | 1.2024.3 -> 1.2024.4 |
||||
| commons-io:commons-io (source) | dependencies | patch | 2.16.0 -> 2.16.1 |
||||
| com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core | dependencies | patch | 6.1.5 -> 6.1.6 |
||||
| org.apache.commons:commons-text (source) | dependencies | minor | 1.11.0 -> 1.12.0 |
||||
| com.github.javaparser:javaparser-symbol-solver-core (source) | dependencies | patch | 3.25.9 -> 3.25.10 |
||||
| com.datadoghq:datadog-api-client | dependencies | minor | 2.23.0 -> 2.24.0 |
||||
| io.projectreactor.netty:reactor-netty-core | dependencies | patch | 1.1.17 -> 1.1.18 |
||||
| com.newrelic.agent.java:newrelic-api | dependencies | minor | 8.10.0 -> 8.11.0 |
||||
| io.opentelemetry:opentelemetry-api | dependencies | minor | 1.36.0 -> 1.37.0 |
||||
| io.projectreactor.netty:reactor-netty-http | dependencies | patch | 1.1.17 -> 1.1.18 |
||||
| com.netflix.dgs.codegen | plugin | patch | 6.1.5 -> 6.1.6 |
Release Notes
actions/upload-artifact (actions/upload-artifact)
v4.3.2
What's Changed
- Update release-new-action-version.yml by @konradpabjan in https://github.com/actions/upload-artifact/pull/516
- Minor fix to the migration readme by @andrewakim in https://github.com/actions/upload-artifact/pull/523
- Update readme with v3/v2/v1 deprecation notice by @robherley in https://github.com/actions/upload-artifact/pull/561
- updating
@actions/artifactdependency to v2.1.5 and@actions/coreto v1.0.1 by @eggyhead in https://github.com/actions/upload-artifact/pull/562
New Contributors
- @andrewakim made their first contribution in https://github.com/actions/upload-artifact/pull/523
Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2
gradle/wrapper-validation-action (gradle/wrapper-validation-action)
v2.1.3
What's Changed
- Update various NPM dependencies
- Update wrapper checksums to include Gradle 8.7
Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)
v5.0.1
Fixed
- Fail if attempting to execute git commands in a directory that is not a git-repo. (#326) @ccomendant
Dependency Updates
- Bump bats from 1.10.0 to 1.11.0 (#325) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#319) @dependabot
Misc
- Clarify
commit_authorinput option (#315) @npanuhin - Add step id explanation for output in README.md (#324) @ChristianVermeulen
- Linux is not UNIX (#321) @couling
Netflix/dgs-codegen (com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core)
v6.1.6
What’s Changed
- Add deprecated annotation to generation query classes. (#674) @srinivasankavitha
- Add companion object generation for enum classes in kotlin codegen2 (#670) @Salzian
- Bump actions/cache from 3.3.3 to 4.0.2 (#666) @dependabot
javaparser/javaparser (com.github.javaparser:javaparser-symbol-solver-core)
v3.25.10
Fixed
- Fix issue 4345 Strange error when trying to find erasure of generic t… (PR #4362 by @jlerbsc)
- fix: issue 4358 prevent infinite cycles with static imports (PR #4359 by @kdunee)
- Refactor
ResolvedReferenceType#equals(PR #4351 by @freya022) - fix: issue 4331 Cannot be 'abstract' and also 'private'. for a private method in an interface (PR #4332 by @jlerbsc)
Developer Changes
- chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 (PR #4341 by @dependabot[bot])
:heart: Contributors
Thank You to all contributors who worked on this release!
DataDog/datadog-api-client-java (com.datadoghq:datadog-api-client)
v2.24.0
Fixed
- Update Cleanup script to use GCP STS endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2226
- Add include data to get team memberships response by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2212
Added
- Add
ci-pipeline-fingerprintsfield in v2.2 by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2232 - Add validation endpoint for Security Monitoring Rules by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2251
- Add UA documentation for online_archive and incident_management by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2254
- Mark
unitas nullable by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2256 - Add query_interval_seconds to time-slice SLO condition parameters by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2258
- Support providing files for the file upload feature when creating a Synthetic API test by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2257
- Adding SLO Reporting API Documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2228
- Security Monitoring Suppression - Add data_exclusion_query field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2262
- aws api adding extended and deprecating old resource collection field by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2260
Changed
- Add Team relationship to AuthNMappings by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2183
Deprecated
- Remove deprecated /api/v1/usage/attribution by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2242
- Deprecate legacy hourly usage metering endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-java/pull/2238
Full Changelog: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.23.0...datadog-api-client-2.24.0
reactor/reactor-netty (io.projectreactor.netty:reactor-netty-core)
v1.1.18
Reactor Netty 1.1.18 is part of 2022.0.18 Release Train and 2023.0.5 Release Train.
This is a recommended update for all Reactor Netty 1.1.x users.
What's Changed
:sparkles: New features and improvements
- Depend on
Reactor Corev3.5.16by @chemicL in1ecce9b, see release notes - Depend on
Nettyv4.1.108.Finalby @violetagg in #3111 - Depend on
Netty QUIC Codecv0.0.62.Finalby @violetagg in #3121 - Always check
idleTimeoutconfiguration before pipeline checks by @violetagg in #3117 - Always check
readTimeoutconfiguration before pipeline checks by @violetagg in #3118
:lady_beetle: Bug fixes
- Do not add
IdleTimeoutHandlerwhile processing pipelined requests by @violetagg in #3124
:book: Documentation
- Clarify maximum websocket frame length configuration by @violetagg in #3116
Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.17...v1.1.18
newrelic/newrelic-java-agent (com.newrelic.agent.java:newrelic-api)
v8.11.0: Version 8.11.0
New features and improvements
-
Add HTTP/2 support for Netty 4.1.16.Final + 1815
-
Support external calls inside Spring Reactor call chains 1828
-
Support for Apache Pekko (i.e. the pekko-actor library). Support for Pekko HTTP coming soon. [1811] 1811
-
Add configuration to allow the OTel SDK integration to be completely disabled 1821
Configuration via yaml:
opentelemetry: sdk: autoconfigure: enabled: falseConfiguration via system property:
-Dnewrelic.config.opentelemetry.sdk.autoconfigure.enabled=false -
Treat OpenTelemetry @WithSpan annotation as @Trace in the Java Agent API 1841
Fixes
- Fix high CPU usage with HttpURLConnection by reverting InboundWrapper changes introduced in 8.10.0 1840
- Prevent duplicate HTTP external calls when using the DynamoDB SDK 1827
Deprecations
- The browser footer injection APIs have been deprecated and will be removed in a future agent release. The header injection API now adds both the header and footer scripts. 1679
The following instrumentation modules are deprecated and will be removed in the next major release:
aws-wrap-0.7.0java.completable-future-jdk8play-2.3spring-3.0.0netty-3.4Struts v1
IAST
Changes
Fixes
- Fix issue related to the instrumentation of the Rhino JavaScript Engine that occurred while reading the script 211
Full Changelog: https://github.com/newrelic/newrelic-java-agent/compare/v8.10.0...v8.11.0
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-api)
v1.37.0
NOTICE: This release contains a significant restructuring of the experimental event API and the API incubator artifact. Please read the notes in the API -> Incubator section carefully.
API
- Promote
Span#addLinkto stable API (#6317)
Incubator
- BREAKING: Rename
opentelemetry-extension-incubatortoopentelemetry-api-incubator, mergeopentelemetry-api-eventsintoopentelemetry-api-incubator. (#6289) - BREAKING: Remove domain from event api.
EventEmitterProvider#setEventDomainhas been removed. Theevent.namefield should now be namespaced to avoid collisions. See Semantic Conventions for Event Attributes for more details. (#6253) - BREAKING: Rename
EventEmitterand related classes toEventLogger. (#6316) - BREAKING: Refactor Event API to reflect spec changes. Restructure API to put fields in
the
AnyValuelog record body. Add setters for timestamp, context, and severity. Set default severity toINFO=9. (#6318)
SDK
- Add
get{Signal}Exportermethods toSimple{Signal}Processor,Batch{Signal}Processor. (#6078)
Metrics
- Use synchronized instead of reentrant lock in explicit bucket histogram (#6309)
Exporters
- Fix typo in OTLP javadoc (#6311)
- Add
PrometheusHttpServer#toBuilder()(#6333) - Bugfix: Use
getPrometheusNamefor Otel2PrometheusConverter map keys to avoid metric name conflicts (#6308)
Extensions
- Add Metric exporter REUSABLE_DATA memory mode configuration options, including autoconfigure
support via env var
OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA. (#6304) - Add autoconfigure console alias for logging exporter (#6027)
- Update jaeger autoconfigure docs to point to OTLP (#6307)
- Add
ServiceInstanceIdResourceProviderimplementation for generatingservice.instance.idUUID if not already provided by user. Included inopentelemetry-sdk-extension-incubator. (#6226) - Add GCP resource detector to list of resource providers in autoconfigure docs (#6336)
Tooling
- Check for Java 17 toolchain and fail if not found (#6303)
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 9.14%. Comparing base (
dab3aca) to head (c71cc93). Report is 2 commits behind head on main.
:exclamation: Current head c71cc93 differs from pull request most recent head a0bdeb2. Consider uploading reports for the commit a0bdeb2 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #618 +/- ##
===========================================
- Coverage 10.64% 9.14% -1.50%
+ Complexity 1846 1425 -421
===========================================
Files 6227 6227
Lines 59468 59468
Branches 267 267
===========================================
- Hits 6329 5440 -889
- Misses 52974 53892 +918
+ Partials 165 136 -29
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.