Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4 -> v6 age confidence
actions/setup-java action major v4 -> v5 age confidence
github/codeql-action action major v3 -> v4 age confidence
gradle (source) major 8.14.3 -> 9.2.1 age confidence
net.logstash.logback:logstash-logback-encoder dependencies major 8.1 -> 9.0 age confidence
com.commercetools.sdk:commercetools-okhttp-client4 (source) dependencies major 18.3.0 -> 19.6.2 age confidence
com.diffplug.spotless plugin major 7.2.1 -> 8.1.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

actions/setup-java (actions/setup-java)

v5

Compare Source

github/codeql-action (github/codeql-action)

v4

Compare Source

gradle/gradle (gradle)

v9.2.1: 9.2.1

Compare Source

The Gradle team is excited to announce Gradle 9.2.1.

Here are the highlights of this release:

  • Windows ARM support
  • Improved publishing APIs
  • Better guidance for dependency verification failures

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Björn Kautler,
hasunzo,
HYEON,
Hyunjoon Park,
HYUNJUN SON,
Jendrik Johannes,
Kirill Gavrilov,
Madalin Valceleanu,
Martin Bonnin,
Matthew Haughton,
Mikhail Polivakha,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Róbert Papp,
Simon Marquis,
TheGoesen,
Vincent Potucek,
Xin Wang.

Upgrade instructions

Switch your build to use Gradle 9.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.2.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.2.0

Compare Source

v9.1.0: 9.1.0

Compare Source

The Gradle team is excited to announce Gradle 9.1.0.

Here are the highlights of this release:

  • Full Java 25 support
  • Native task graph visualization
  • Enhanced console output

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Eng Zer Jun,
EunHyunsu,
Gaëtan Muller,
HeeChul Yang,
Jendrik Johannes,
Johnny Lim,
Junho Lee,
Kirill Gavrilov,
Matthew Haughton,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Pradyumna C,
r-a-sattarov,
Ryszard Perkowski,
Sebastian Schuberth,
SebastianHeil,
Staffan Al-Kadhimi,
winfriedgerlach,
Xin Wang.

Upgrade instructions

Switch your build to use Gradle 9.1.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.1.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.0.0: 9.0.0

Compare Source

The Gradle team is excited to announce Gradle 9.0.0.

Here are the highlights of this release:

  • Configuration Cache is the recommended execution mode
  • Gradle requires JVM 17 or higher to run
  • Build scripts use Kotlin 2.2 and Groovy 4.0
  • Improved Kotlin DSL script compilation avoidance

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aaron Matthis,
Adam E,
Adam S,
Björn Kautler,
Daniel Lacasse,
Eng Zer Jun,
EunHyunsu,
FlorianMichael,
Francisco Prieto,
Gaëtan Muller,
Jake Wharton,
Kengo TODA,
Kent Kaseda,
Madalin Valceleanu,
Marc Philipp,
Mark S. Lewis,
Matthew Haughton,
Mycroft Wong,
Na Minhyeok,
Nelson Osacky,
Olivier "Oli" Dagenais,
ploober,
Radai Rosenblatt,
Róbert Papp,
Sebastian Schuberth,
Victor Merkulov.

Upgrade instructions

Switch your build to use Gradle 9.0.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.0.0 && ./gradlew wrapper

See the Gradle 9.0.0 upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

commercetools/commercetools-sdk-java-v2 (com.commercetools.sdk:commercetools-okhttp-client4)

v19.6.2

Compare Source

What's Changed

Api changes

Added Type(s)
  • added type DiscountCombinationMode
  • added type DiscountsConfiguration
  • added type ProjectSetDiscountsConfigurationAction
Removed Property(s)
  • ⚠️ removed property skipConfiguration from type RecurringOrderSetOrderSkipConfigurationAction
Added Property(s)
  • added property discounts to type Project
  • added property skipConfigurationInputDraft to type RecurringOrderSetOrderSkipConfigurationAction

Full Changelog: commercetools/commercetools-sdk-java-v2@19.6.1...19.6.2

v19.5.0

Compare Source

What's Changed

Api changes

Required Property(s)
  • changed property variantSelection of type ProductSelectionProductAddedMessage to be optional
  • changed property variantExclusion of type ProductSelectionProductExcludedMessage to be optional
  • changed property oldVariantExclusion of type ProductSelectionVariantExclusionChangedMessage to be optional
  • changed property newVariantExclusion of type ProductSelectionVariantExclusionChangedMessage to be optional
  • changed property oldVariantSelection of type ProductSelectionVariantSelectionChangedMessage to be optional
  • changed property newVariantSelection of type ProductSelectionVariantSelectionChangedMessage to be optional
  • changed property variantSelection of type ProductSelectionProductAddedMessagePayload to be optional
  • changed property variantExclusion of type ProductSelectionProductExcludedMessagePayload to be optional
  • changed property oldVariantExclusion of type ProductSelectionVariantExclusionChangedMessagePayload to be optional
  • changed property newVariantExclusion of type ProductSelectionVariantExclusionChangedMessagePayload to be optional
  • changed property oldVariantSelection of type ProductSelectionVariantSelectionChangedMessagePayload to be optional
  • changed property newVariantSelection of type ProductSelectionVariantSelectionChangedMessagePayload to be optional
Added Property(s)
  • added property interfaceId to type MyTransactionDraft
  • added property interfaceId to type Transaction
  • added property interfaceId to type TransactionDraft
Added Type(s)
  • added type PaymentTransactionInterfaceIdSetMessage
  • added type PaymentTransactionInterfaceIdSetMessagePayload
  • added type PaymentSetTransactionInterfaceIdAction

Full Changelog: commercetools/commercetools-sdk-java-v2@19.4.0...19.5.0

v19.4.0

Compare Source

Api changes

Added Property(s)
  • added property isActive to type DiscountGroup
  • added property isActive to type DiscountGroupDraft
Added Type(s)
  • added type DiscountGroupSetIsActiveAction
  • added type MaxDiscountGroupsReachedError
  • added type GraphQLMaxDiscountGroupsReachedError
  • added type DiscountGroupIsActiveSetMessage
  • added type DiscountGroupIsActiveSetMessagePayload

What's Changed

Full Changelog: commercetools/commercetools-sdk-java-v2@19.3.0...19.4.0

v19.3.0

Compare Source

What's Changed

Api changes

Added Type(s)
  • added type CustomerDefaultBillingAddressSetMessage
  • added type CustomerDefaultShippingAddressSetMessage
  • added type CustomerStoresSetMessage
  • added type CustomerDefaultBillingAddressSetMessagePayload
  • added type CustomerDefaultShippingAddressSetMessagePayload
  • added type CustomerStoresSetMessagePayload
Added Method(s)
  • added method apiRoot.withProjectKey().recurrencePolicies().withKey().delete()
  • added method apiRoot.withProjectKey().recurrencePolicies().withId().delete()

Import changes

Added Type(s)
  • added type AssociateRoleKeyReference
  • added type BusinessUnitKeyReference
  • added type BusinessUnitImportRequest
  • added type AssociateRoleInheritanceMode
  • added type BusinessUnitStatus
  • added type BusinessUnitAssociateMode
  • added type BusinessUnitApprovalRuleMode
  • added type BusinessUnitStoreMode
  • added type BusinessUnitType
  • added type AssociateRoleAssignmentDraft
  • added type AssociateDraft
  • added type BusinessUnitImport
  • added type CompanyBusinessUnitImport
  • added type DivisionBusinessUnitImport
Added Method(s)
  • added method apiRoot.withProjectKeyValue().businessUnits().importContainers().withImportContainerKeyValue().post()
Added Resource(s)
  • added resource /{projectKey}/business-units
  • added resource /{projectKey}/business-units/import-containers
  • added resource /{projectKey}/business-units/import-containers/{importContainerKey}
Added Enum(s)
  • added enum business-unit to type ImportResourceType
  • added enum associate-role to type ReferenceType
  • added enum business-unit to type ReferenceType

Full Changelog: commercetools/commercetools-sdk-java-v2@19.2.0...19.3.0

v19.2.0

Compare Source

v19.1.0

Compare Source

What's Changed

Api changes

Added Type(s)
  • added type InventoryEntrySetInventoryLimitsAction
  • added type RecurringOrderDeletedMessage
  • added type RecurringOrderExpiresAtSetMessage
  • added type RecurringOrderDeletedMessagePayload
  • added type RecurringOrderExpiresAtSetMessagePayload
  • added type ProductSearchFacetResultStats
  • added type ProductSearchFacetStatsExpression
  • added type ProductSearchFacetStatsValue
  • added type RecurringOrderSetExpiresAtAction
Removed Type(s)
  • ⚠️ removed type RecurringOrderMessagePayload
Added Method(s)
  • added method apiRoot.withProjectKey().recurringOrders().withId().delete()
  • added method apiRoot.withProjectKey().recurringOrders().withKey().delete()
Added Property(s)
  • added property minCartQuantity to type InventoryEntry
  • added property maxCartQuantity to type InventoryEntry
  • added property minCartQuantity to type InventoryEntryDraft
  • added property maxCartQuantity to type InventoryEntryDraft
  • added property expiresAt to type RecurringOrderDraft
Added Enum(s)
  • added enum discount-group to type ChangeSubscriptionResourceTypeId

History changes

Added Type(s)
  • added type TooManyRequestsError
  • added type GraphQLTooManyRequestsError
  • added type GraphQLErrorObject
Changed Property(s)
  • ⚠️ changed property extensions of type GraphQLError from type object to GraphQLErrorObject

Full Changelog: commercetools/commercetools-sdk-java-v2@19.0.0...19.1.0

v19.0.0

Compare Source

Breaking Changes

The field paymentMethodInfo in type PaymentDraft and MyPaymentDraft has been changed from PaymentMethodInfo to PaymentMethodInfoDraft. For both types a backwards compatible Setter method setPaymentMethodInfo(final PaymentMethodInfo paymentMethodInfo) has been added.

New Features

Adds support for Discount Groups and Recurring Orders

What's Changed

Api changes

Added Enum(s)
  • added enum RecurringOrder to type CartOrigin
  • added enum ApplicationStoppedByGroupBestDeal to type DiscountCodeState
  • added enum discount-group to type ReferenceTypeId
  • added enum payment-method to type ReferenceTypeId
  • added enum recurrence-policy to type ReferenceTypeId
  • added enum recurring-order to type ReferenceTypeId
  • added enum payment-method to type ExtensionResourceTypeId
  • added enum RecurringOrderState to type StateTypeEnum
  • added enum recurrence-policy to type ChangeSubscriptionResourceTypeId
  • added enum recurring-order to type ChangeSubscriptionResourceTypeId
  • added enum recurring-order to type ResourceTypeId
Added Property(s)
  • added property makeInheritedAssociatesExplicit to type BusinessUnitChangeAssociateModeAction
  • added property discountGroup to type CartDiscount
  • added property discountGroup to type CartDiscountDraft
  • added property priceRoundingMode to type Cart
  • added property priceRoundingMode to type CartDraft
  • added property recurrenceInfo to type CustomLineItem
  • added property recurrenceInfo to type CustomLineItemDraft
  • added property recurrenceInfo to type LineItem
  • added property recurrenceInfo to type LineItemDraft
  • added property recurrenceInfo to type CartAddCustomLineItemAction
  • added property recurrenceInfo to type CartAddLineItemAction
  • added property recurrencePolicy to type Price
  • added property recurrencePolicy to type PriceDraft
  • added property recurrenceInfo to type MyLineItemDraft
  • added property recurrenceInfo to type MyCartAddLineItemAction
  • added property attributes to type ProductTailoringCreatedMessage
  • added property attributes to type ProductTailoringCreatedMessagePayload
  • added property priceRoundingMode to type StagedOrder
  • added property recurringOrder to type StagedOrder
  • added property recurrenceInfo to type StagedOrderAddCustomLineItemAction
  • added property recurrenceInfo to type StagedOrderAddLineItemAction
  • added property priceRoundingMode to type Order
  • added property recurringOrder to type Order
  • added property priceRoundingMode to type OrderImportDraft
  • added property token to type PaymentMethodInfo
  • added property interfaceAccount to type PaymentMethodInfo
  • added property custom to type PaymentMethodInfo
  • added property attributes to type ProductTailoringData
  • added property attributes to type ProductTailoringDraft
  • added property attributes to type ProductTailoringInStoreDraft
  • added property level to type AttributeDefinition
  • added property level to type AttributeDefinitionDraft
  • added property attributes to type ProductData
  • added property attributes to type ProductDraft
  • added property attributes to type ProductProjection
  • added property recurrencePrices to type ProductVariant
  • added property priceRoundingMode to type CartsConfiguration
  • added property taxRoundingMode to type CartsConfiguration
  • added property priceRoundingMode to type QuoteRequest
  • added property priceRoundingMode to type Quote
  • added property recurrencePolicy to type StandalonePrice
  • added property recurrencePolicy to type StandalonePriceDraft
  • added property events to type SubscriptionSetEventsAction
Changed Property(s)
  • ⚠️ changed property paymentMethodInfo of type MyPaymentDraft from type PaymentMethodInfo to PaymentMethodInfoDraft
  • ⚠️ changed property paymentMethodInfo of type PaymentDraft from type PaymentMethodInfo to PaymentMethodInfoDraft
Required Property(s)
  • changed property sortOrder of type CartDiscountDraft to be optional
Removed Property(s)
  • ⚠️ removed property messages from type SubscriptionSetEventsAction
Added Method(s)
  • added method apiRoot.withProjectKey().discountGroups().get()
  • added method apiRoot.withProjectKey().discountGroups().head()
  • added method apiRoot.withProjectKey().discountGroups().post()
  • added method apiRoot.withProjectKey().paymentMethods().get()
  • added method apiRoot.withProjectKey().paymentMethods().head()
  • added method apiRoot.withProjectKey().paymentMethods().post()
  • added method apiRoot.withProjectKey().recurringOrders().get()
  • added method apiRoot.withProjectKey().recurringOrders().head()
  • added method apiRoot.withProjectKey().recurringOrders().post()
  • added method apiRoot.withProjectKey().recurrencePolicies().get()
  • added method apiRoot.withProjectKey().recurrencePolicies().head()
  • added method apiRoot.withProjectKey().recurrencePolicies().post()
  • added method apiRoot.withProjectKey().discountGroups().withKey().get()
  • added method apiRoot.withProjectKey().discountGroups().withKey().head()
  • added method apiRoot.withProjectKey().discountGroups().withKey().post()
  • added method apiRoot.withProjectKey().discountGroups().withKey().delete()
  • added method apiRoot.withProjectKey().discountGroups().withId().get()
  • added method apiRoot.withProjectKey().discountGroups().withId().head()
  • added method apiRoot.withProjectKey().discountGroups().withId().post()
  • added method apiRoot.withProjectKey().discountGroups().withId().delete()
  • added method apiRoot.withProjectKey().paymentMethods().withKey().get()
  • added method apiRoot.withProjectKey().paymentMethods().withKey().head()
  • added method apiRoot.withProjectKey().paymentMethods().withKey().post()
  • added method apiRoot.withProjectKey().paymentMethods().withKey().delete()
  • added method apiRoot.withProjectKey().paymentMethods().withId().get()
  • added method apiRoot.withProjectKey().paymentMethods().withId().head()
  • added method apiRoot.withProjectKey().paymentMethods().withId().post()
  • added method apiRoot.withProjectKey().paymentMethods().withId().delete()
  • added method apiRoot.withProjectKey().recurringOrders().withId().get()
  • added method apiRoot.withProjectKey().recurringOrders().withId().head()
  • added method apiRoot.withProjectKey().recurringOrders().withId().post()
  • added method apiRoot.withProjectKey().recurringOrders().withKey().get()
  • added method apiRoot.withProjectKey().recurringOrders().withKey().head()
  • added method apiRoot.withProjectKey().recurringOrders().withKey().post()
  • added method apiRoot.withProjectKey().recurrencePolicies().withKey().get()
  • added method apiRoot.withProjectKey().recurrencePolicies().withKey().head()
  • added method apiRoot.withProjectKey().recurrencePolicies().withKey().post()
  • added method apiRoot.withProjectKey().recurrencePolicies().withId().get()
  • added method apiRoot.withProjectKey().recurrencePolicies().withId().head()
  • added method apiRoot.withProjectKey().recurrencePolicies().withId().post()
Added Type(s)
  • added type CartDiscountSetDiscountGroupAction
  • added type CartChangePriceRoundingModeAction
  • added type CartSetCustomLineItemRecurrenceInfoAction
  • added type CartSetLineItemRecurrenceInfoAction
  • added type DiscountGroup
  • added type DiscountGroupDraft
  • added type DiscountGroupPagedQueryResponse
  • added type DiscountGroupReference
  • added type DiscountGroupResourceIdentifier
  • added type DiscountGroupUpdate
  • added type DiscountGroupUpdateAction
  • added type DiscountGroupSetDescriptionAction
  • added type DiscountGroupSetKeyAction
  • added type DiscountGroupSetNameAction
  • added type DiscountGroupSetSortOrderAction
  • added type MyCartSetCustomLineItemRecurrenceInfoAction
  • added type MyCartSetLineItemRecurrenceInfoAction
  • added type MyPaymentSetMethodInfoCustomFieldAction
  • added type MyPaymentSetMethodInfoCustomTypeAction
  • added type MyPaymentSetMethodInfoInterfaceAccountAction
  • added type DiscountGroupCreatedMessage
  • added type DiscountGroupDeletedMessage
  • added type DiscountGroupKeySetMessage
  • added type DiscountGroupSortOrderSetMessage
  • added type OrderCreatedFromRecurringOrderMessage
  • added type PaymentInterfaceIdSetMessage
  • added type PaymentMethodCreatedMessage
  • added type PaymentMethodCustomFieldAddedMessage
  • added type PaymentMethodCustomFieldChangedMessage
  • added type PaymentMethodCustomFieldRemovedMessage
  • added type PaymentMethodCustomTypeRemovedMessage
  • added type PaymentMethodCustomTypeSetMessage
  • added type PaymentMethodDefaultSetMessage
  • added type PaymentMethodDeletedMessage
  • added type PaymentMethodInfoCustomFieldAddedMessage
  • added type PaymentMethodInfoCustomFieldChangedMessage
  • added type PaymentMethodInfoCustomFieldRemovedMessage
  • added type PaymentMethodInfoCustomTypeRemovedMessage
  • added type PaymentMethodInfoCustomTypeSetMessage
  • added type PaymentMethodInfoInterfaceAccountSetMessage
  • added type PaymentMethodInfoInterfaceSetMessage
  • added type PaymentMethodInfoMethodSetMessage
  • added type PaymentMethodInfoNameSetMessage
  • added type PaymentMethodInfoTokenSetMessage
  • added type PaymentMethodInterfaceAccountSetMessage
  • added type PaymentMethodKeySetMessage
  • added type PaymentMethodMethodSetMessage
  • added type PaymentMethodNameSetMessage
  • added type PaymentMethodPaymentInterfaceSetMessage
  • added type PaymentMethodPaymentMethodStatusSetMessage
  • added type RecurringOrderCreatedMessage
  • added type RecurringOrderCustomFieldAddedMessage
  • added type RecurringOrderCustomFieldChangedMessage
  • added type RecurringOrderCustomFieldRemovedMessage
  • added type RecurringOrderCustomTypeRemovedMessage
  • added type RecurringOrderCustomTypeSetMessage
  • added type RecurringOrderKeySetMessage
  • added type RecurringOrderScheduleSetMessage
  • added type RecurringOrderStartsAtSetMessage
  • added type RecurringOrderStateChangedMessage
  • added type RecurringOrderStateTransitionMessage
  • added type DiscountGroupCreatedMessagePayload
  • added type DiscountGroupDeletedMessagePayload
  • added type DiscountGroupKeySetMessagePayload
  • added type DiscountGroupSortOrderSetMessagePayload
  • added type OrderCreatedFromRecurringOrderMessagePayload
  • added type PaymentInterfaceIdSetMessagePayload
  • added type PaymentMethodCreatedMessagePayload
  • added type PaymentMethodCustomFieldAddedMessagePayload
  • added type PaymentMethodCustomFieldChangedMessagePayload
  • added type PaymentMethodCustomFieldRemovedMessagePayload
  • added type PaymentMethodCustomTypeRemovedMessagePayload
  • added type PaymentMethodCustomTypeSetMessagePayload
  • added type PaymentMethodDefaultSetMessagePayload
  • added type PaymentMethodDeletedMessagePayload
  • added type PaymentMethodInfoCustomFieldAddedMessagePayload
  • added type PaymentMethodInfoCustomFieldChangedMessagePayload
  • added type PaymentMethodInfoCustomFieldRemovedMessagePayload
  • added type PaymentMethodInfoCustomTypeRemovedMessagePayload
  • added type PaymentMethodInfoCustomTypeSetMessagePayload
  • added type PaymentMethodInfoInterfaceAccountSetMessagePayload
  • added type PaymentMethodInfoInterfaceSetMessagePayload
  • added type PaymentMethodInfoMethodSetMessagePayload
  • added type PaymentMethodInfoNameSetMessagePayload
  • added type PaymentMethodInfoTokenSetMessagePayload
  • added type PaymentMethodInterfaceAccountSetMessagePayload
  • added type PaymentMethodKeySetMessagePayload
  • added type PaymentMethodMethodSetMessagePayload
  • added type PaymentMethodNameSetMessagePayload
  • added type PaymentMethodPaymentInterfaceSetMessagePayload
  • added type PaymentMethodPaymentMethodStatusSetMessagePayload
  • added type RecurringOrderCreatedMessagePayload
  • added type RecurringOrderCustomFieldAddedMessagePayload
  • added type RecurringOrderCustomFieldChangedMessagePayload
  • added type RecurringOrderCustomFieldRemovedMessagePayload
  • added type RecurringOrderCustomTypeRemovedMessagePayload
  • added type RecurringOrderCustomTypeSetMessagePayload
  • added type RecurringOrderKeySetMessagePayload
  • added type RecurringOrderMessagePayload
  • added type RecurringOrderScheduleSetMessagePayload
  • added type RecurringOrderStartsAtSetMessagePayload
  • added type RecurringOrderStateChangedMessagePayload
  • added type RecurringOrderStateTransitionMessagePayload
  • added type StagedOrderChangePriceRoundingModeAction
  • added type PaymentMethod
  • added type PaymentMethodDraft
  • added type PaymentMethodPagedQueryResponse
  • added type PaymentMethodReference
  • added type PaymentMethodStatus
  • added type PaymentMethodToken
  • added type PaymentMethodUpdate
  • added type PaymentMethodUpdateAction
  • added type PaymentMethodSetCustomFieldAction
  • added type PaymentMethodSetCustomTypeAction
  • added type PaymentMethodSetDefaultAction
  • added type PaymentMethodSetInterfaceAccountAction
  • added type PaymentMethodSetKeyAction
  • added type PaymentMethodSetMethodAction
  • added type PaymentMethodSetNameAction
  • added type PaymentMethodSetPaymentInterfaceAction
  • added type PaymentMethodSetPaymentMethodStatusAction
  • added type PaymentMethodInfoDraft
  • added type PaymentSetMethodInfoAction
  • added type PaymentSetMethodInfoCustomFieldAction
  • added type PaymentSetMethodInfoCustomTypeAction
  • added type PaymentSetMethodInfoInterfaceAccountAction
  • added type PaymentSetMethodInfoTokenAction
  • added type ProductTailoringSetProductAttributeAction
  • added type AttributeLevelEnum
  • added type ProductSetProductAttributeAction
  • added type ProjectChangePriceRoundingModeAction
  • added type ProjectChangeTaxRoundingModeAction
  • added type DayOfMonthSchedule
  • added type DayOfMonthScheduleDraft
  • added type IntervalUnit
  • added type RecurrencePolicy
  • added type RecurrencePolicyDraft
  • added type RecurrencePolicyPagedQueryResponse
  • added type RecurrencePolicyReference
  • added type RecurrencePolicyResourceIdentifier
  • added type RecurrencePolicySchedule
  • added type RecurrencePolicyScheduleDraft
  • added type RecurrencePolicyUpdate
  • added type RecurrencePolicyUpdateAction
  • added type StandardSchedule
  • added type StandardScheduleDraft
  • added type RecurrencePolicySetDescriptionAction
  • added type RecurrencePolicySetKeyAction
  • added type RecurrencePolicySetNameAction
  • added type RecurrencePolicySetScheduleAction
  • added type Counter
  • added type CounterDraft
  • added type CustomLineItemRecurrenceInfo
  • added type CustomLineItemRecurrenceInfoDraft
  • added type LineItemRecurrenceInfo
  • added type LineItemRecurrenceInfoDraft
  • added type PriceSelectionMode
  • added type RecurringOrder
  • added type RecurringOrderActive
  • added type RecurringOrderCanceled
  • added type RecurringOrderDraft
  • added type RecurringOrderExpired
  • added type RecurringOrderPagedQueryResponse
  • added type RecurringOrderPaused
  • added type RecurringOrderReference
  • added type RecurringOrderResourceIdentifier
  • added type RecurringOrderState
  • added type RecurringOrderStateDraft
  • added type RecurringOrderUpdate
  • added type RecurringOrderUpdateAction
  • added type SkipConfiguration
  • added type SkipConfigurationDraft
  • added type RecurringOrderSetCustomFieldAction
  • added type RecurringOrderSetCustomTypeAction
  • added type RecurringOrderSetKeyAction
  • added type RecurringOrderSetOrderSkipConfigurationAction
  • added type RecurringOrderSetScheduleAction
  • added type RecurringOrderSetStartsAtAction
  • added type RecurringOrderSetStateAction
  • added type RecurringOrderTransitionStateAction
Added QueryParameter(s)
  • added query parameter priceRecurrencePolicy to method get /{projectKey}/products
  • added query parameter priceRecurrencePolicy to method post /{projectKey}/products
  • added query parameter priceRecurrencePolicy to method get /{projectKey}/product-projections
  • added query parameter priceRecurrencePolicy to method get /{projectKey}/products/key={key}
  • added query parameter priceRecurrencePolicy to method post /{projectKey}/products/key={key}
  • added query parameter priceRecurrencePolicy to method delete /{projectKey}/products/key={key}
  • added query parameter priceRecurrencePolicy to method get /{projectKey}/products/{ID}
  • added query parameter priceRecurrencePolicy to method post /{projectKey}/products/{ID}
  • added query parameter priceRecurrencePolicy to method delete /{projectKey}/products/{ID}
  • added query parameter priceRecurrencePolicy to method get /{projectKey}/product-projections/search
  • added query parameter priceRecurrencePolicy to method get /{projectKey}/product-projections/key={key}
  • added query parameter priceRecurrencePolicy to method get /{projectKey}/product-projections/{ID}
  • added query parameter priceRecurrencePolicy to method get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}
  • added query parameter priceRecurrencePolicy to method get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}
Added Resource(s)
  • added resource /{projectKey}/discount-groups
  • added resource /{projectKey}/payment-methods
  • added resource /{projectKey}/recurring-orders
  • added resource /{projectKey}/recurrence-policies
  • added resource /{projectKey}/discount-groups/key={key}
  • added resource /{projectKey}/discount-groups/{ID}
  • added resource /{projectKey}/payment-methods/key={key}
  • added resource /{projectKey}/payment-methods/{ID}
  • added resource /{projectKey}/recurring-orders/{ID}
  • added resource /{projectKey}/recurring-orders/key={key}
  • added resource /{projectKey}/recurrence-policies/key={key}
  • added resource /{projectKey}/recurrence-policies/{ID}

Import changes

Added Enum(s)
  • added enum product-selection to type ImportResourceType
Added Property(s)
  • added property retentionPolicy to type ImportContainer
  • added property expiresAt to type ImportContainer
  • added property retentionPolicy to type ImportContainerDraft
  • added property attributes to type ProductImport
  • added property attributes to type ProductDraftImport
  • added property level to type AttributeDefinition
Changed Property(s)
  • ⚠️ changed property country of type ExternalTaxRateDraft from type string to CountryCode
  • ⚠️ changed property value of type MoneySetField from type Money[] to TypedMoney[]
Added Method(s)
  • added method apiRoot.withProjectKeyValue().productSelections().importContainers().withImportContainerKeyValue().post()
Added Type(s)
  • added type StrategyEnum
  • added type RetentionPolicy
  • added type TimeToLiveConfig
  • added type TimeToLiveRetentionPolicy
  • added type ProductSelectionImportRequest
  • added type AttributeLevel
  • added type VariantSelectionType
  • added type VariantSelection
  • added type VariantExclusion
  • added type ProductSelectionAssignment
  • added type ProductSelectionMode
  • added type ProductSelectionImport
Added Resource(s)
  • added resource /{projectKey}/product-selections
  • added resource /{projectKey}/product-selections/import-containers
  • added resource /{projectKey}/product-selections/import-containers/{importContainerKey}

History changes

Added Enum(s)
  • added enum ApplicationStoppedByGroupBestDeal to type DiscountCodeState
  • added enum payment-method to type ReferenceTypeId
  • added enum RecurringOrderState to type StateTypeEnum

Full Changelog: commercetools/commercetools-sdk-java-v2@18.3.0...19.0.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from 047fde0 to b4d7aa4 Compare August 18, 2025 12:47
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from f55fdbc to 96d5fd9 Compare August 22, 2025 17:59
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from b365d62 to 4df52b4 Compare September 3, 2025 00:20
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 0207ec8 to 5bbfcf1 Compare September 24, 2025 18:26
@renovate renovate bot force-pushed the renovate/major-all branch from 5bbfcf1 to 88ac360 Compare October 7, 2025 16:54
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 3b92673 to 16785c2 Compare October 29, 2025 22:52
@renovate renovate bot force-pushed the renovate/major-all branch from 16785c2 to 9a37990 Compare November 10, 2025 18:47
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 9949ed4 to 7942bf6 Compare November 20, 2025 16:37
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from f4bb57a to 90ed99e Compare November 29, 2025 04:44
@renovate renovate bot force-pushed the renovate/major-all branch from 90ed99e to 0476021 Compare November 29, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant