fix(deps): update dependencies (major and minor) #62

Merged
jank merged 1 commit from renovate/dependencies-(major-and-minor) into main 2025-03-13 09:49:25 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) 2.6.0 -> 2.8.5 age adoption passing confidence
org.springframework.boot:spring-boot-starter-oauth2-client (source) 3.3.3 -> 3.4.3 age adoption passing confidence
org.springframework.boot:spring-boot-starter-oauth2-resource-server (source) 3.3.3 -> 3.4.3 age adoption passing confidence
com.stripe:stripe-java 20.79.0 -> 20.136.0 age adoption passing confidence

Release Notes

springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)

v2.8.5

Added
  • #​2696 - Do not require JsonSubType annotation for sealed classes
  • #​2898 - add needed runtime reflection hints for native image
  • #​2891 - Refactor trimIndent Method
Changed
  • Upgrade swagger-ui to v5.18.3
Fixed

v2.8.4

Added
  • #​2873 - Improve performance of getGenericMapResponse
  • #​2836 - Provide option to set allowed locales
  • 2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior
Changed
  • Upgrade spring-boot to 3.4.2
  • Upgrade spring-cloud-function to 4.2.1
  • Upgrade swagger-core to 2.2.28
Fixed
  • #​2870 - Springdoc 2.8.x + Spring Boot 3.4.1 breaks native image support
  • #​2869 - Exception logged when generating schema for delete method of Spring Data repository.
  • #​2856 - @​JsonUnwrapped is ignored in new version of lib.
  • #​2852 - @​Schema(types = "xxx") does not work for multipart param with enabled springdoc.default-support-form-data config option.

v2.8.3

Added
  • #​2851 - Refine condition, for ignoring types when using PolymorphicModelConverter

v2.8.2

Added
  • #​2849 - Provide better compatibility for projects migrating from OAS 3.0 to OAS 3.1
Fixed
  • #​2846 - ClassCastException with spring-data-rest and openapi version 3.1 bug
  • #​2844 - PageableObject and SortObject are called Pageablenull and Sortnull

v2.8.1

Fixed
  • #​2834 - java.lang.ClassNotFoundException: kotlin.reflect.full.KClasses when upgrade from 2.7.0 to 2.8.0

v2.8.0

Added
  • #​2790 - Moving to OpenAPI 3.1 as the default implementation for springdoc-openapi
  • #​2817 - Obey annotations when flattening ParameterObject fields
  • #​2826 - Make it possible to mark parameters with @​RequestParam annotation to be sent in form instead of query.
  • #​2822 - Support returning null in ParameterCustomizer
  • #​2830 - Add support for deprecated fields.
  • #​2780 - Add Security Schema by AutoConfigure
Changed
  • Upgrade spring-boot to 3.4.1
  • Upgrade spring-cloud-function to 4.2.0
  • Upgrade swagger-core to 2.2.27
Fixed
  • #​2804 - Stable release 2.7.0 depends on Spring Cloud Milestone 4.2.0-M1
  • #​2828 - Required a bean of type 'org.springframework.data.rest.webmvc.mapping.Associations' that could not be found.
  • #​2823 - Capturing pattern in identical paths only renders the path element of one method
  • #​2817 - Automatically add required if a field is @​notNull or @​NotBlank.
  • #​2814 - An unresolvable circular reference with management.endpoint.gateway.enabled=true.
  • #​2798 - Object schema generated for Unit Kotlin type.
  • #​2797 - Removing operationId via customizer does not work anymore.
  • #​2833 - Resolve infinite recursion and add example test with OpenAPI v3.1
  • #​2827 - Ignoring @​Parameter(required = false)

v2.7.0

Added
  • #​2777 - Add SortAsQueryParam annotation
  • #​2786 - No static resource swagger-ui/index.html error after migration to 2.7.0-RC1
Changed
  • Upgrade spring-boot to 3.4.0
  • Upgrade swagger-ui to 5.18.2
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-oauth2-client)

v3.4.3

⚠️ Noteworthy
New Features
  • Add TWENTY_FOUR to JavaVersion enum #​44209
🐞 Bug Fixes
  • Console output may be lost when using Log4j2 with something that replaces System.out #​44380
  • Maven plugin does not consistently use ArgFile for classpath argument on Windows #​44328
  • Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support #​44319
  • When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception #​44317
  • View resolver for Thymeleaf should back off if spring-webmvc is not present #​44296
  • WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails #​44294
  • Non-default DataSource candidates are not considered in H2ConsoleAutoConfiguration #​44293
  • Banner placeholder and defaults do not work during development #​44255
  • Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header #​44193
  • Servlet EndpointRequest doesn't match web server namespace correctly #​44188
  • java.lang.ClassCastException when using default management security with WebFlux and health probes enabled #​44052
  • Logback configuration that relies on inner-classes does not work in a native image #​44025
  • IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 #​43989
  • Metrics and health do not include non-default candidate beans #​43481
📔 Documentation
  • Document that auto-configuration classes should be identified using their binary names #​44303
  • Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off #​44301
  • Link to JarLauncher's javadoc #​44170
  • When using observability annotations, recommend that care is taken to avoid double instrumentation #​44145
  • Fix typo in Running Your Application #​44035
  • Document Kubernetes preStop handler when using a Docker image without a shell #​44022
  • Source snippet in Developing Your First Spring Boot Application section uses the root package #​43983
  • Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" #​43975
  • Add links to Jackson Javadoc #​43971
  • Warn that some Quartz database schema scripts must be modified before use #​43958
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Ru311, @​ashishkujoy, @​izeye, @​jearton, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​timotheeandres

v3.4.2

🐞 Bug Fixes
  • Property metadata for "logging.structured.json.customizer" has incorrect type #​43916
  • GraylogExtendedLogFormatProperties throws NullPointerException when only 'logging.structured.gelf.host' is specified #​43863
  • Structured logging properties have no effect in a native image #​43862
  • Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes #​43790
  • docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier #​43717
  • Build info timestamp is truncated to seconds #​43617
  • FileWatcher used for SSL reload does not support symlinks #​43604
  • BindableRuntimeHintsRegistrar should handle TypeNotPresentException #​43600
  • CapturedOutput is empty when using Log4J2 StatusLogger #​43578
  • Spring Boot 3.4 is not compatible with Gson 2.10 #​43442
  • NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher #​43340
📔 Documentation
  • Document that the @ConfigurationProperties annotation processor cannot generate description and defaultValue metadata for external types #​43929
  • Fix description of management.metrics.graphql.autotime.enabled #​43905
  • Document 'base64:' prefix support #​43835
  • Document handling of @Fallback beans in ConditionalOnSingleCandidate's javadoc #​43826
  • Javadoc of DataSourceBuilder does not reference all supported types #​43732
  • Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead #​43729
  • Consistently document the minimum supported versions of Gradle #​43725
  • Document that system libraries are a reason to customize the builder and switch away from builder-jammy-java-tiny #​43716
  • Links to the Javadoc of Jakarta Messaging are invalid #​43662
  • Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation #​43623
  • Javadoc link for jakarta.xml.bind is invalid #​43607
  • Documentation still has references to 'layertools' #​43605
  • Javadoc of ConstructorBinding should not use markdown formatting #​43599
  • Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed #​43584
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​arefbehboudi, @​dreis2211, @​gavarava, @​hezean, @​izeye, @​jxblum, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​tmaciejewski

v3.4.1

🐞 Bug Fixes
  • KafkaProperties fail to build SSL properties when the bundle name is an empty string #​43563
  • Diagnostics are poor when property resolution throws a ConversionFailedException #​43559
  • SpringApplicationShutdownHandlers do not run in deterministic order #​43536
  • Unable to find a @SpringBootConfiguration results in misleading error message #​43507
  • With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used #​43497
  • Unable to use Docker Compose support when mixing dedicated and shared services #​43472
  • Kafka dependency management does not include the kafka-server module #​43454
  • Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed #​43452
  • Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle #​43448
  • Failures in -Djarmode=tools do not consistently return a non-zero exit #​43436
  • HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it #​43429
  • spring-boot-maven-plugin sets imagePlatform even if it's empty #​43424
  • OnBeanCondition fails to match on annotations when using Scoped Proxies #​43423
  • Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables #​43382
  • H2ConsoleAutoConfiguration causes early initialization of DataSource beans #​43359
  • Accept progress on numbers >2GB #​43356
  • Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app #​43334
  • StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called #​43312
  • Overriding log level with an environment variable does not work when using an environment prefix #​43307
  • Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match #​43302
  • UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled #​43291
  • JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 #​43277
  • SslBundle can no longer open store file locations without using a 'file:' prefix #​43274
  • TestRestTemplate does not allow redirects to be customized #​43258
  • Testcontainers start() methods may be started multiple times #​43253
📔 Documentation
  • Fix typo in documentation #​43558
  • Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles #​43552
  • Use <annotationProcessorPaths> in Maven examples for configuring an annotation processor #​43544
  • Fix typo #​43519
  • Links to logback javadoc are incorrect #​43456
  • Fix JUnit javadoc links #​43428
  • Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions #​43351
  • Restore System property in Logging section of the reference documentation #​43342
  • Fix link to proxyBeanMethods in @AutoConfiguration javadoc #​43325
  • Fix links to Servlet and JPA javadoc #​43324
  • Link to @EnableMethodSecurity instead of the deprecated @EnableGlobalMethodSecurity #​43315
  • Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters #​43314
  • Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories #​43313
  • Fix Javadoc link for Hikari #​43311
  • Document how to use structured logging with custom log configuration #​43301
  • Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties #​43249
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​BenchmarkingBuffalo, @​Jae-Young98, @​arefbehboudi, @​izeye, @​kgb-financial-com, @​minwoo1999, @​ngocnhan-tran1996, @​nosan, @​onobc, @​quaff, @​scordio, @​sobychacko, and @​vonZeppelin

v3.4.0

New Features
  • Add withDefaultRequestConfigCustomizer method to HttpComponentsClientHttpRequestFactoryBuilder #​43139
  • Fail JsonWriter if duplicate names are detected #​43041
  • Add JsonObjectDeserializer.nullSafeValue method that accepts a mapper Function #​42972
  • Support timeout property for GraphQL over SSE #​42966
  • Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access #​42950
  • Improve performance of ConcurrentReferenceCachingMetadataReaderFactory #​42949
  • Log warning in HikariCheckpointRestoreLifecycle if pool suspension isn't configured #​42937
  • Remove spring-boot-starter-aop dependency from spring-boot-starter-data-jpa and spring-boot-starter-integration #​42934
🐞 Bug Fixes
  • Jersey body handling is inconsistent with Spring Webflux and Spring MVC #​43209
  • Classes are accidentally named "structure logging" instead of "structured logging" #​43203
  • StructuredLoggingJsonProperties customizer should be a Class reference rather than a String #​43202
  • Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack #​43171
  • Incorrect Type for 'management.endpoints.access.default' defined in additional-spring-configuration-metadata.json #​43154
  • WebServerPortFileWriter fails when using a portfile without extension #​43117
  • SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set #​43084
  • SslHealthIndicator throws NullPointerException when using SslBundle with SslStoreBundle.NONE #​43078
  • JdkClientHttpRequestFactoryBuilder and JettyClientHttpRequestFactoryBuilder do not set Ciphers or Enabled Protocols #​43077
  • Root cause of errors is hidden when loading images from archive #​43070
  • mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters #​43062
  • A @SpyBean on the output of a FactoryBean is not reset #​43053
  • Logback logging system does not process URLs with paths not ending in .xml #​42990
  • Bean-based conditions do not consider factory beans correctly when determining if they are a candidate #​42970
  • NPE in bootBuildImage when setting DOCKER_CONTEXT=default #​42960
  • Warning due to duplicate MockResolver extensions #​42957
  • HttpHostConnectException is thrown when using buildpacks with Gradle or Maven on Windows #​42952
  • build-info doesn't support seconds since the epoch from project.build.outputTimestamp #​42936
  • NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null #​42926
  • Default WebSocketMessageBrokerConfigurer is always overriding custom channel executor #​42924
  • X-Registry-Auth header sent to Docker Engine API contains field "authHeader" #​42915
  • ApplicationContextRunner has inconsistent behaviour with duplicate auto-configuration class names #​17963
📔 Documentation
  • Migrate class references to full javadoc links #​43239
  • Documentation for 'spring.datasource.type' is misleading #​43199
  • Update "Upgrading From" section to use "2.x" #​43160
  • Include spring-boot-loader in API documentation #​43153
  • Document how and where to add custom GraalVM configuration files #​43074
  • Rework DataSource configuration examples to separate defining an additional DataSource and defining a DataSource of a different type #​43059
  • Location of the layers schema is incorrect in the Maven Plugin's examples #​43033
  • Link to Eclipse setup instructions #​42954
  • Fix link to Checkpoint and Restore status page #​42939
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​ahoehma, @​deki, @​izeye, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​wickdynex

v3.3.9

🐞 Bug Fixes
  • Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support #​44316
  • When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception #​44310
  • Maven plugin does not consistently use ArgFile for classpath argument on Windows #​44305
  • View resolver for Thymeleaf should back off if spring-webmvc is not present #​44259
  • Banner placeholder and defaults do not work during development #​44137
  • WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails #​44134
  • Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header #​44053
  • Logback configuration that relies on inner-classes does not work in a native image #​44021
  • IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 #​43966
📔 Documentation
  • Document that auto-configuration classes should be identified using their binary names #​44298
  • Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off #​44267
  • Link to JarLauncher's javadoc #​44168
  • When using observability annotations, recommend that care is taken to avoid double instrumentation #​44037
  • Fix typo in Running Your Application #​44032
  • Source snippet in Developing Your First Spring Boot Application section uses the root package #​43982
  • Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" #​43965
  • Add links to Jackson Javadoc #​43961
  • Warn that some Quartz database schema scripts must be modified before use #​43955
  • Document Kubernetes preStop handler when using a Docker image without a shell #​43830
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Ru311, @​ashishkujoy, @​izeye, @​jearton, @​ngocnhan-tran1996, @​nosan, and @​timotheeandres

v3.3.8

🐞 Bug Fixes
  • POSTGRESQL_USERNAME and POSTGRESQL_DATABASE are ignored when using the Bitnami PostgreSQL image with Docker Compose #​43787
  • docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier #​43710
  • Build info timestamp is truncated to seconds #​43612
  • FileWatcher used for SSL reload does not support symlinks #​43586
  • BindableRuntimeHintsRegistrar should handle TypeNotPresentException #​43598
📔 Documentation
  • Document that the @ConfigurationProperties annotation processor cannot generate description and defaultValue metadata for external types #​43925
  • Fix description of management.metrics.graphql.autotime.enabled #​43904
  • Document 'base64:' prefix support #​43809
  • Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead #​43727
  • Javadoc of DataSourceBuilder does not reference all supported types #​43724
  • Links to the Javadoc of Jakarta Messaging are invalid #​43661
  • Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation #​43622
  • Javadoc link for jakarta.xml.bind is invalid #​43606
  • Documentation still has references to 'layertools' #​43601
  • Javadoc of ConstructorBinding should not use markdown formatting #​43590
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​arefbehboudi, @​dreis2211, @​gavarava, @​hezean, @​izeye, @​jxblum, @​ngocnhan-tran1996, @​quaff, and @​tmaciejewski

v3.3.7

🐞 Bug Fixes
  • KafkaProperties fail to build SSL properties when the bundle name is an empty string #​43561
  • With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used #​43494
  • Kafka dependency management does not include the kafka-server module #​43450
  • Failures in -Djarmode=tools do not consistently return a non-zero exit #​43435
  • SpringApplicationShutdownHandlers do not run in deterministic order #​43430
  • Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables #​43380
  • Diagnostics are poor when property resolution throws a ConversionFailedException #​43378
  • Unable to find a @SpringBootConfiguration results in misleading error message #​43357
  • H2ConsoleAutoConfiguration causes early initialization of DataSource beans #​43337
  • Accept progress on numbers >2GB #​43328
  • Overriding log level with an environment variable does not work when using an environment prefix #​43304
  • Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle #​43300
  • UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled #​43284
  • Unable to use Docker Compose support when mixing dedicated and shared services #​40139
📔 Documentation
  • Fix typo in documentation #​43557
  • Fix typo #​43512
  • Links to logback javadoc are incorrect #​43439
  • Fix JUnit javadoc links #​43383
  • Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles #​43353
  • Restore System property in Logging section of the reference documentation #​43341
  • Use <annotationProcessorPaths> in Maven examples for configuring an annotation processor #​43329
  • Fix link to proxyBeanMethods in @AutoConfiguration javadoc #​43323
  • Fix links to Servlet and JPA javadoc #​43320
  • Link to @EnableMethodSecurity instead of the deprecated @EnableGlobalMethodSecurity #​43308
  • Fix Javadoc link for Hikari #​43305
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​BenchmarkingBuffalo, @​kgb-financial-com, @​ngocnhan-tran1996, @​nosan, @​quaff, @​scordio, and @​sobychacko

v3.3.6

⚠️ Noteworthy
🐞 Bug Fixes
  • Spring Boot 3.3.x dependencies do not converge for Micrometer Tracing and OpenTelemetry #​43200
  • Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack #​43170
  • WebServerPortFileWriter fails when using a portfile without extension #​43116
  • SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set #​43083
  • Root cause of errors is hidden when loading images from archive #​43069
  • mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters #​43051
  • Logback logging system does not process URLs with paths not ending in .xml #​42989
  • NPE in bootBuildImage when setting DOCKER_CONTEXT=default #​42959
  • build-info doesn't support seconds since the epoch from project.build.outputTimestamp #​42935
  • NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null #​42925
  • X-Registry-Auth header sent to Docker Engine API contains field "authHeader" #​42914
  • A @SpyBean on the output of a FactoryBean is not reset #​31204
📔 Documentation
  • Documentation for 'spring.datasource.type' is misleading #​43198
  • Update "Upgrading From" section to use "2.x" #​43159
  • Include spring-boot-loader in API documentation #​43151
  • Document how and where to add custom GraalVM configuration files #​43073
  • Rework DataSource configuration examples to separate defining an additional DataSource and defining a DataSource of a different type #​43058
  • Location of the layers schema is incorrect in the Maven Plugin's examples #​43032
  • Link to Eclipse setup instructions #​42953
  • Fix link to Checkpoint and Restore status page #​42938
  • Update HttpWebServiceMessageSenderBuilder javadoc #​42893
  • Move default value descriptions to "description" in logging property metadata #​42881
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​ahoehma, @​izeye, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​wickdynex

v3.3.5

🐞 Bug Fixes
  • Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files #​42841
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #​42785
  • Case-insensitive comparisons may be adversely affected by the user's locale #​42735
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #​42683
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #​42498
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #​42490
  • ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task #​42468
  • ActiveMQ Artemis Connection Factory creation fails in native image #​42421
  • Duplicate meter binding when context contains multiple registries, none are primary, and one or more is a composite #​42397
📔 Documentation
  • Document that embedded Tomcat must be at least 10.1.25 #​42849
  • Fix systemd example configuration #​42805
  • Document that the exact behavior of the maximum HTTP request header size property is server-specific #​42789
  • Clarify why @Primary is recommended when defining your own ObjectMapper that replaces JacksonAutoConfiguration's #​42787
  • Polish javadoc for Binder#bindOrCreate(String, Class) #​42778
  • Document that Tomcat's maxQueueCapacity need to be greater than 0 #​42726
  • Remove stale link to jar-to-war getting started guide #​42723
  • Fix typos and formatting errors in documentation #​42718
  • Fix case used for examples in "Sanitize Sensitive Values" #​42702
  • Fix Regex javadoc links #​42685
  • Document how Map properties are bound from environment variables #​42672
  • Improve classpath index documentation for reproducible builds #​42643
  • Remove links to Spring Data GemFire #​42596
  • Order alphabetically the sections in Common Application Properties #​42520
  • Improve the javadoc describing when @ConditionalOn(Missing)Bean will infer the type to match #​42505
  • Document how to handle MANIFEST.MF in native image with Maven #​42476
  • Fix links to Micrometer reference doc #​42467
  • Polish documentation #​42454
  • Add Javadoc since for PrometheusScrapeEndpoint(PrometheusRegistry, Properties) #​42406
  • Remove note about graceful shutdown with Tomcat requiring 9.0.33 or later as we now require 10.1.x #​42382
  • Document support for Java 23 #​42380
  • Improve documentation for CycloneDX integration #​41506
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​IMWoo94, @​arefbehboudi, @​izeye, @​jeonghyeon00, @​ngocnhan-tran1996, @​nosan, and @​quaff

v3.3.4

🐞 Bug Fixes
  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #​42322
  • Missing details in OAuth2ClientProperties validation error message #​42279
  • FileNotFoundException from unused mis-configured SSL bundles #​42169
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #​42161
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #​42107
  • JarLauncher fails to load large jar files #​42079
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #​42071
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #​42059
  • Default Logback config uses deprecated "converterClass" attribute #​42006
📔 Documentation
  • Document that spring.jmx.enabled is not intended for third-party libraries #​42285
  • Update link to Log4j2 system properties #​42263
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #​42208
  • Syntax error in "Receive a message reactively section" of the reference guide #​42200
  • Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing #​42193
  • Replace RFC 7807 by RFC 9457 in property documentation #​42190
  • Document that configuration property binding to a Kotlin value class with a default is not supported #​42176
  • Update documentation to reflect new no handler found exception behavior #​42167
  • Polish configuration property reference #​42165
  • Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available #​42111
  • Fix StatsD link typo on Metrics documentation page #​42109
  • Improve docker without buildpacks documentation #​42106
  • Improve documentation in "Command-line Completion" #​42103
  • Kotlin code examples are missing from the Testing section #​42094
  • Fix incorrect command in Docker configuration for Colima #​42078
  • Gradle Plugin AOT documentation has sample error #​42046
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Alchemik, @​arefbehboudi, @​einarpehrson, @​izeye, @​martinfrancois, @​mushroom528, @​nosan, and @​quaff

stripe/stripe-java (com.stripe:stripe-java)

v20.136.0

  • #​1406 API Updates
    • Add support for customer_balance on Checkout.Session.payment_method_options and checkout.SessionCreateParams.payment_method_options
    • Add support for new value customer_balance on enum checkout.SessionCreateParams.payment_method_types[]
    • Add support for new values en-CA and fr-CA on enums OrderCreateParams.payment.settings.payment_method_options.klarna.preferred_locale, OrderUpdateParams.payment.settings.payment_method_options.klarna.preferred_locale, PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale, PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale, and PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale
  • #​1405 chore: Update gson version in README.

v20.135.0

  • #​1402 API Updates
    • Add support for installments on Checkout.Session.payment_method_options.card, checkout.SessionCreateParams.payment_method_options.card, Invoice.payment_settings.payment_method_options.card, InvoiceCreateParams.payment_settings.payment_method_options.card, and InvoiceUpdateParams.payment_settings.payment_method_options.card
    • Add support for default_currency and invoice_credit_balance on Customer
    • Add support for currency on InvoiceCreateParams
    • Add support for default_mandate on Invoice.payment_settings, InvoiceCreateParams.payment_settings, and InvoiceUpdateParams.payment_settings
    • Add support for mandate on InvoicePayParams

v20.134.0

  • #​1391 API Updates
    • Add support for blik_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for blik on Charge.payment_method_details, Mandate.payment_method_details, PaymentIntent.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentConfirmParams.payment_method_options, PaymentIntentCreateParams.payment_method_data, PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_data, PaymentIntentUpdateParams.payment_method_options, PaymentMethodCreateParams, PaymentMethodUpdateParams, PaymentMethod, SetupAttempt.payment_method_details, SetupIntent.payment_method_options, SetupIntentConfirmParams.payment_method_data, SetupIntentConfirmParams.payment_method_options, SetupIntentCreateParams.payment_method_data, SetupIntentCreateParams.payment_method_options, SetupIntentUpdateParams.payment_method_data, and SetupIntentUpdateParams.payment_method_options
    • Change type of Checkout.Session.consent_collection.promotions, checkout.SessionCreateParams.consent_collection.promotions, PaymentLink.consent_collection.promotions, and PaymentLinkCreateParams.consent_collection.promotions from literal('auto') to enum('auto'|'none')
    • Add support for new value blik on enum checkout.SessionCreateParams.payment_method_types[]
    • Add support for new value blik on enums CustomerListPaymentMethodsParams.type and PaymentMethodListParams.type
    • Add support for new value blik on enums PaymentIntentConfirmParams.payment_method_data.type, PaymentIntentCreateParams.payment_method_data.type, PaymentIntentUpdateParams.payment_method_data.type, SetupIntentConfirmParams.payment_method_data.type, SetupIntentCreateParams.payment_method_data.type, and SetupIntentUpdateParams.payment_method_data.type
    • Add support for new value blik on enums PaymentLinkCreateParams.payment_method_types[] and PaymentLinkUpdateParams.payment_method_types[]
    • Add support for new value blik on enum PaymentMethodCreateParams.type

v20.133.0

  • #​1390 API Updates
    • Add support for customer_details on checkout.SessionListParams

v20.132.0

  • #​1388 API Updates
    • Add support for currency on checkout.SessionCreateParams, InvoiceUpcomingLinesParams, InvoiceUpcomingParams, PaymentLinkCreateParams, SubscriptionCreateParams, SubscriptionSchedule.phases[], SubscriptionScheduleCreateParams.phases[], SubscriptionScheduleUpdateParams.phases[], and Subscription
    • Add support for currency_options on checkout.SessionCreateParams.shipping_options[].shipping_rate_data.fixed_amount, CouponCreateParams, CouponUpdateParams, Coupon, OrderCreateParams.shipping_cost.shipping_rate_data.fixed_amount, OrderUpdateParams.shipping_cost.shipping_rate_data.fixed_amount, PriceCreateParams, PriceUpdateParams, Price, ProductCreateParams.default_price_data, PromotionCode.restrictions, PromotionCodeCreateParams.restrictions, ShippingRate.fixed_amount, and ShippingRateCreateParams.fixed_amount
    • Add support for restrictions on PromotionCodeUpdateParams
    • Add support for fixed_amount and tax_behavior on ShippingRateUpdateParams
  • #​1387 API Updates
    • Add support for customer on checkout.SessionListParams and RefundCreateParams
    • Add support for currency and origin on RefundCreateParams
    • Add support for new values financial_connections.account.created, financial_connections.account.deactivated, financial_connections.account.disconnected, financial_connections.account.reactivated, and financial_connections.account.refreshed_balance on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
  • #​1386 Support serializing nested objects in map

v20.131.0

  • #​1384 API Updates
    • Add support for deliver_card, fail_card, return_card, and ship_card test helper methods on resource Issuing.Card
    • Change type of PaymentLink.payment_method_types[], PaymentLinkCreateParams.payment_method_types[], and PaymentLinkUpdateParams.payment_method_types[] from literal('card') to enum
    • Add support for hosted_regulatory_receipt_url on Treasury.ReceivedCredit and Treasury.ReceivedDebit

v20.130.0

  • #​1380 API Updates
    • Add support for capture_method on PaymentIntentConfirmParams and PaymentIntentUpdateParams
  • #​1378 API Updates
    • Add support for promptpay_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for promptpay on Charge.payment_method_details, PaymentIntent.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentConfirmParams.payment_method_options, PaymentIntentCreateParams.payment_method_data, PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_data, PaymentIntentUpdateParams.payment_method_options, PaymentMethodCreateParams, PaymentMethod, SetupIntentConfirmParams.payment_method_data, SetupIntentCreateParams.payment_method_data, and SetupIntentUpdateParams.payment_method_data
    • Add support for new value promptpay on enum checkout.SessionCreateParams.payment_method_types[]
    • Add support for subtotal_excluding_tax on CreditNote and Invoice
    • Add support for amount_excluding_tax and unit_amount_excluding_tax on CreditNoteLineItem and InvoiceLineItem
    • Add support for new value promptpay on enums CustomerListPaymentMethodsParams.type and PaymentMethodListParams.type
    • Add support for rendering_options on InvoiceCreateParams and InvoiceUpdateParams
    • Add support for new value promptpay on enums InvoiceCreateParams.payment_settings.payment_method_types[], InvoiceUpdateParams.payment_settings.payment_method_types[], SubscriptionCreateParams.payment_settings.payment_method_types[], and SubscriptionUpdateParams.payment_settings.payment_method_types[]
    • Add support for total_excluding_tax on Invoice
    • Add support for automatic_payment_methods on Order.payment.settings
    • Add support for new value promptpay on enums PaymentIntentConfirmParams.payment_method_data.type, PaymentIntentCreateParams.payment_method_data.type, PaymentIntentUpdateParams.payment_method_data.type, SetupIntentConfirmParams.payment_method_data.type, SetupIntentCreateParams.payment_method_data.type, and SetupIntentUpdateParams.payment_method_data.type
    • Add support for promptpay_display_qr_code on PaymentIntent.next_action
    • Add support for new value promptpay on enum PaymentMethodCreateParams.type
  • #​1379 Use the generated API version
  • #​1376 Document how to access unsupported parameters and properties

v20.129.0

  • #​1375 API Updates
    • Add support for fund_cash_balance test helper method on resource Customer
    • Add support for statement_descriptor_prefix_kana and statement_descriptor_prefix_kanji on Account.settings.card_payments, Account.settings.payments, AccountCreateParams.settings.card_payments, and AccountUpdateParams.settings.card_payments
    • Add support for statement_descriptor_suffix_kana and statement_descriptor_suffix_kanji on Checkout.Session.payment_method_options.card, checkout.SessionCreateParams.payment_method_options.card, PaymentIntent.payment_method_options.card, PaymentIntentConfirmParams.payment_method_options.card, PaymentIntentCreateParams.payment_method_options.card, and PaymentIntentUpdateParams.payment_method_options.card
    • Add support for total_excluding_tax on CreditNote
    • Change type of CustomerCreateParams.invoice_settings.rendering_options and CustomerUpdateParams.invoice_settings.rendering_options from rendering_options_param to emptyStringable(rendering_options_param)
    • Add support for rendering_options on Customer.invoice_settings and Invoice
  • #​1373 Trigger workflows on beta branches
  • #​1372 Update readme example to use typed params.

v20.128.0

  • #​1370 API Updates
    • Add support for treasury on Account.settings, AccountCreateParams.settings, and AccountUpdateParams.settings
    • Add support for rendering_options on CustomerCreateParams.invoice_settings and CustomerUpdateParams.invoice_settings
    • Add support for eu_bank_transfer on CustomerCreateFundingInstructionsParams.bank_transfer, Invoice.payment_settings.payment_method_options.customer_balance.bank_transfer, InvoiceCreateParams.payment_settings.payment_method_options.customer_balance.bank_transfer, InvoiceUpdateParams.payment_settings.payment_method_options.customer_balance.bank_transfer, Order.payment.settings.payment_method_options.customer_balance.bank_transfer, OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer, OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer, PaymentIntent.payment_method_options.customer_balance.bank_transfer, PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer, PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer, PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer, Subscription.payment_settings.payment_method_options.customer_balance.bank_transfer, SubscriptionCreateParams.payment_settings.payment_method_options.customer_balance.bank_transfer, and SubscriptionUpdateParams.payment_settings.payment_method_options.customer_balance.bank_transfer
    • Change type of CustomerCreateFundingInstructionsParams.bank_transfer.requested_address_types[] from literal('zengin') to enum('iban'|'sort_code'|'spei'|'zengin')
    • Change type of CustomerCreateFundingInstructionsParams.bank_transfer.type, Order.payment.settings.payment_method_options.customer_balance.bank_transfer.type, OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.type, OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.type, PaymentIntent.next_action.display_bank_transfer_instructions.type, PaymentIntent.payment_method_options.customer_balance.bank_transfer.type, PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.type, PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.type, and PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.type from literal('jp_bank_transfer') to enum('eu_bank_transfer'|'gb_bank_transfer'|'jp_bank_transfer'|'mx_bank_transfer')
    • Add support for iban, sort_code, and spei on FundingInstructions.bank_transfer.financial_addresses[] and PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[]
    • Change type of Order.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[], OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[], OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[], PaymentIntent.payment_method_options.customer_balance.bank_transfer.requested_address_types[], PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[], PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[], and PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[] from literal('zengin') to enum
    • Add support for custom_unit_amount on PriceCreateParams and Price

v20.127.0

  • #​1369 API Updates
    • Add support for affirm, bancontact, card, ideal, p24, and sofort on Checkout.Session.payment_method_options and checkout.SessionCreateParams.payment_method_options
    • Add support for afterpay_clearpay, au_becs_debit, bacs_debit, eps, fpx, giropay, grabpay, klarna, paynow, and sepa_debit on checkout.SessionCreateParams.payment_method_options
    • Add support for setup_future_usage on Checkout.Session.payment_method_options.acss_debit, Checkout.Session.payment_method_options.afterpay_clearpay, Checkout.Session.payment_method_options.alipay, Checkout.Session.payment_method_options.au_becs_debit, Checkout.Session.payment_method_options.bacs_debit, Checkout.Session.payment_method_options.boleto, Checkout.Session.payment_method_options.eps, Checkout.Session.payment_method_options.fpx, Checkout.Session.payment_method_options.giropay, Checkout.Session.payment_method_options.grabpay, Checkout.Session.payment_method_options.klarna, Checkout.Session.payment_method_options.konbini, Checkout.Session.payment_method_options.oxxo, Checkout.Session.payment_method_options.paynow, Checkout.Session.payment_method_options.sepa_debit, Checkout.Session.payment_method_options.us_bank_account, checkout.SessionCreateParams.payment_method_options.acss_debit, checkout.SessionCreateParams.payment_method_options.alipay, checkout.SessionCreateParams.payment_method_options.boleto, checkout.SessionCreateParams.payment_method_options.konbini, checkout.SessionCreateParams.payment_method_options.oxxo, checkout.SessionCreateParams.payment_method_options.us_bank_account, and checkout.SessionCreateParams.payment_method_options.wechat_pay
    • Add support for attach_to_self on SetupAttempt, SetupIntentCreateParams, SetupIntentListParams, and SetupIntentUpdateParams
    • Add support for flow_directions on SetupAttempt, SetupIntentCreateParams, and SetupIntentUpdateParams

v20.126.0

  • #​1367 API Updates
    • Add support for create test helper on ReceivedCredit.
    • Add support for create test helper on ReceivedDebit.
    • Deprecates the ability to directly create instances of inner TestHelper classes.

v20.125.0

  • #​1366 API Updates
    • Add support for radar_options on ChargeCreateParams, Charge, PaymentIntentConfirmParams.payment_method_data, PaymentIntentConfirmParams, PaymentIntentCreateParams.payment_method_data, PaymentIntentCreateParams, PaymentIntentUpdateParams.payment_method_data, PaymentMethodCreateParams, PaymentMethod, SetupIntentConfirmParams.payment_method_data, SetupIntentCreateParams.payment_method_data, and SetupIntentUpdateParams.payment_method_data
    • Add support for account_holder_name, account_number, account_type, bank_code, bank_name, branch_code, and branch_name on FundingInstructions.bank_transfer.financial_addresses[].zengin and PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].zengin
    • Add support for new values en-AU and en-NZ on enums OrderCreateParams.payment.settings.payment_method_options.klarna.preferred_locale, OrderUpdateParams.payment.settings.payment_method_options.klarna.preferred_locale, PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale, PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale, and PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale
    • Change type of Order.payment.settings.payment_method_options.customer_balance.bank_transfer.type and PaymentIntent.payment_method_options.customer_balance.bank_transfer.type from enum to literal('jp_bank_transfer')
    • Add support for network on SetupIntent.payment_method_options.card
    • Add support for new value simulated_wisepos_e on enum terminal.ReaderListParams.device_type

v20.124.0

  • #​1363 API Updates

    • Add support for affirm_payments and link_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for id_number_secondary on AccountCreateParams.individual, AccountUpdateParams.individual, PersonCreateParams, PersonUpdateParams, TokenCreateParams.account.individual, and TokenCreateParams.person
    • Add support for new value affirm on enum checkout.SessionCreateParams.payment_method_types[]
    • Add support for hosted_instructions_url on PaymentIntent.next_action.display_bank_transfer_instructions
    • Add support for id_number_secondary_provided on Person
    • Add support for card_issuing on treasury.FinancialAccountCreateParams.features, treasury.FinancialAccountUpdateFeaturesParams, and treasury.FinancialAccountUpdateParams.features
  • #​1361 Fix version update script and the version in README.md

  • #​1360 API Updates

    • Add support for treasury on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities

v20.123.0

  • #​1360 API Updates
    • Add support for treasury on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities

v20.122.0

  • #​1359 API Updates
    • Add support for new resource Apps.Secret
    • Add support for affirm on Charge.payment_method_details, PaymentIntent.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentConfirmParams.payment_method_options, PaymentIntentCreateParams.payment_method_data, PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_data, PaymentIntentUpdateParams.payment_method_options, PaymentMethodCreateParams, PaymentMethodUpdateParams, PaymentMethod, SetupIntentConfirmParams.payment_method_data, SetupIntentCreateParams.payment_method_data, and SetupIntentUpdateParams.payment_method_data
    • Add support for link on Charge.payment_method_details, Mandate.payment_method_details, OrderCreateParams.payment.settings.payment_method_options, OrderUpdateParams.payment.settings.payment_method_options, PaymentIntent.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentConfirmParams.payment_method_options, PaymentIntentCreateParams.payment_method_data, PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_data, PaymentIntentUpdateParams.payment_method_options, PaymentMethodCreateParams, PaymentMethodUpdateParams, PaymentMethod, SetupAttempt.payment_method_details, SetupIntent.payment_method_options, SetupIntentConfirmParams.payment_method_data, SetupIntentConfirmParams.payment_method_options, SetupIntentCreateParams.payment_method_data, SetupIntentCreateParams.payment_method_options, SetupIntentUpdateParams.payment_method_data, and SetupIntentUpdateParams.payment_method_options
    • Add support for new values affirm and link on enums CustomerListPaymentMethodsParams.type and PaymentMethodListParams.type
    • Add support for new value link on enums InvoiceCreateParams.payment_settings.payment_method_types[], InvoiceUpdateParams.payment_settings.payment_method_types[], SubscriptionCreateParams.payment_settings.payment_method_types[], and SubscriptionUpdateParams.payment_settings.payment_method_types[]
    • Add support for new values affirm and link on enums PaymentIntentConfirmParams.payment_method_data.type, PaymentIntentCreateParams.payment_method_data.type, PaymentIntentUpdateParams.payment_method_data.type, SetupIntentConfirmParams.payment_method_data.type, SetupIntentCreateParams.payment_method_data.type, and SetupIntentUpdateParams.payment_method_data.type
    • Add support for new values affirm and link on enum PaymentMethodCreateParams.type
  • #​1357 Revert master trigger
  • #​1356 Temporary allow triggering docs push from master
  • #​1355 Use github.actor as GRGIT_USER

v20.121.0

  • #​1354 API Updates

    • Add support for new resources Treasury.CreditReversal, Treasury.DebitReversal, Treasury.FinancialAccountFeatures, Treasury.FinancialAccount, Treasury.FlowDetails, Treasury.InboundTransfer, Treasury.OutboundPayment, Treasury.OutboundTransfer, Treasury.ReceivedCredit, Treasury.ReceivedDebit, Treasury.TransactionEntry, and Treasury.Transaction
    • Add support for retrieve_payment_method method on resource Customer
    • Add support for list_owners and list methods on resource FinancialConnections.Account
    • Change billingportal.ConfigurationCreateParams.features.customer_update.allowed_updates to be optional
    • Add support for afterpay_clearpay, au_becs_debit, bacs_debit, eps, fpx, giropay, grabpay, klarna, paynow, and sepa_debit on Checkout.Session.payment_method_options
    • Add support for treasury on Issuing.Authorization, Issuing.Dispute, Issuing.Transaction, and issuing.DisputeCreateParams
    • Add support for financial_account on Issuing.Card and issuing.CardCreateParams
    • Add support for client_secret on Order
    • Add support for networks on PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, PaymentIntentUpdateParams.payment_method_options.us_bank_account, PaymentMethod.us_bank_account, SetupIntentConfirmParams.payment_method_options.us_bank_account, SetupIntentCreateParams.payment_method_options.us_bank_account, and SetupIntentUpdateParams.payment_method_options.us_bank_account
    • Add support for attach_to_self and flow_directions on SetupIntent
    • Add support for save_default_payment_method on Subscription.payment_settings, SubscriptionCreateParams.payment_settings, and SubscriptionUpdateParams.payment_settings
    • Add support for czk on Terminal.Configuration.tipping, terminal.ConfigurationCreateParams.tipping, and terminal.ConfigurationUpdateParams.tipping
    • Add support for new values treasury.credit_reversal.created, treasury.credit_reversal.posted, treasury.debit_reversal.completed, treasury.debit_reversal.created, treasury.debit_reversal.initial_credit_granted, treasury.financial_account.closed, treasury.financial_account.created, treasury.financial_account.features_status_updated, treasury.inbound_transfer.canceled, treasury.inbound_transfer.created, treasury.inbound_transfer.failed, treasury.inbound_transfer.succeeded, treasury.outbound_payment.canceled, treasury.outbound_payment.created, treasury.outbound_payment.expected_arrival_date_updated, treasury.outbound_payment.failed, treasury.outbound_payment.posted, treasury.outbound_payment.returned, treasury.outbound_transfer.canceled, treasury.outbound_transfer.created, treasury.outbound_transfer.expected_arrival_date_updated, treasury.outbound_transfer.failed, treasury.outbound_transfer.posted, treasury.outbound_transfer.returned, treasury.received_credit.created, treasury.received_credit.failed, treasury.received_credit.reversed, treasury.received_credit.succeeded, and treasury.received_debit.created on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
  • #​1353 Update readme with new jar download URL

  • #​1352 Finish automated Java releases

  • #​1340 Publish Java package from Github actions

v20.120.0

  • #​1351 API Updates
    • Add support for description on checkout.SessionCreateParams.subscription_data, SubscriptionCreateParams, SubscriptionUpdateParams, and Subscription
    • Add support for consent_collection, payment_intent_data, shipping_options, submit_type, and tax_id_collection on PaymentLinkCreateParams and PaymentLink
    • Add support for customer_creation on PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
    • Add support for metadata on SubscriptionSchedule.phases[], SubscriptionScheduleCreateParams.phases[], and SubscriptionScheduleUpdateParams.phases[]
    • Add support for new value billing_portal.session.created on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
  • #​1350 API Updates
    • Add support for amount_discount, amount_tax, and product on LineItem

v20.119.0

  • #​1349 API Updates
    • Add support for default_price_data on ProductCreateParams
    • Add support for default_price on ProductUpdateParams and Product
    • Add support for instructions_email on RefundCreateParams and Refund

v20.118.0

  • #​1348 API Updates

    • Add support for new resources FinancialConnections.AccountOwner, FinancialConnections.AccountOwnership, FinancialConnections.Account, and FinancialConnections.Session
    • Add support for financial_connections on Checkout.Session.payment_method_options.us_bank_account, checkout.SessionCreateParams.payment_method_options.us_bank_account, Invoice.payment_settings.payment_method_options.us_bank_account, InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account, InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account, PaymentIntent.payment_method_options.us_bank_account, PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, PaymentIntentUpdateParams.payment_method_options.us_bank_account, SetupIntent.payment_method_options.us_bank_account, SetupIntentConfirmParams.payment_method_options.us_bank_account, SetupIntentCreateParams.payment_method_options.us_bank_account, SetupIntentUpdateParams.payment_method_options.us_bank_account, Subscription.payment_settings.payment_method_options.us_bank_account, SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account, and SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account
    • Add support for financial_connections_account on PaymentIntentConfirmParams.payment_method_data.us_bank_account, PaymentIntentCreateParams.payment_method_data.us_bank_account, PaymentIntentUpdateParams.payment_method_data.us_bank_account, PaymentMethod.us_bank_account, PaymentMethodCreateParams.us_bank_account, SetupIntentConfirmParams.payment_method_data.us_bank_account, SetupIntentCreateParams.payment_method_data.us_bank_account, and SetupIntentUpdateParams.payment_method_data.us_bank_account
  • #​1347 API Updates

    • Add support for registered_address on AccountCreateParams.individual, AccountUpdateParams.individual, PersonCreateParams, PersonUpdateParams, Person, TokenCreateParams.account.individual, and TokenCreateParams.person
    • Add support for payment_method_data on SetupIntentConfirmParams, SetupIntentCreateParams, and SetupIntentUpdateParams

v20.117.0

  • #​1346 API Updates
    • Add support for new resource CashBalance
    • Change type of BillingPortal.Configuration.application from $Application to deletable($Application)
    • Add support for alipay on Checkout.Session.payment_method_options and checkout.SessionCreateParams.payment_method_options
    • Add support for new value eu_oss_vat on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
    • Add support for cash_balance on Customer
    • Add support for application on Invoice, Quote, SubscriptionSchedule, and Subscription

v20.116.0

  • #​1345 API Updates
    • Add support for expire test helper method on resource Refund
    • Change type of BillingPortal.Configuration.application from string to expandable($Application)
    • Change issuing.DisputeCreateParams.transaction to be optional
  • #​1342 Add null checks before streaming expandable IDs in setters.

v20.115.0

  • #​1339 API Updates
    • Add support for new resources FundingInstructions and Terminal.Configuration
    • Add support for create_funding_instructions method on resource Customer
    • Add support for customer_balance on Charge.payment_method_details, PaymentIntent.payment_method_options, PaymentIntent<Method>Params.payment_method_data, PaymentIntent<Method>Params.payment_method_options, PaymentMethodCreateParams, and PaymentMethod
    • Add support for cash_balance on CustomerCreateParams and CustomerUpdateParams
    • Add support for new value customer_balance on enums CustomerListPaymentMethodsParams.type, PaymentMethodListParams.type, PaymentIntentConfirmParams.payment_method_data.type, PaymentIntentCreateParams.payment_method_data.type, and PaymentIntentUpdateParams.payment_method_data.type
    • Add support for amount_details on PaymentIntent
    • Add support for display_bank_transfer_instructions on PaymentIntent.next_action
    • Add support for new value customer_balance on enum PaymentMethodCreateParams.type
    • Add support for configuration_overrides on Terminal.Location, terminal.LocationCreateParams, and terminal.LocationUpdateParams

v20.114.0

  • #​1338 Add support for putExtraParam on EphemeralKeyCreateParams
  • #​1336 API Updates
    • Add support for increment_authorization method on resource PaymentIntent
    • Add support for incremental_authorization_supported on Charge.payment_method_details.card_present
    • Add support for request_incremental_authorization_support on PaymentIntent.payment_method_options.card_present, PaymentIntentConfirmParams.payment_method_options.card_present, PaymentIntentCreateParams.payment_method_options.card_present, and PaymentIntentUpdateParams.payment_method_options.card_present

v20.113.0

  • #​1335 API Updates
    • Add support for apply_customer_balance method on resource PaymentIntent
    • Add support for new value cash_balance.funds_available on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

v20.112.0

  • #​1333 API Updates

    • Add support for bank_transfer_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for capture_before on Charge.payment_method_details.card_present
    • Add support for address and name on Checkout.Session.customer_details
    • Add support for customer_balance on Invoice.payment_settings.payment_method_options, InvoiceCreateParams.payment_settings.payment_method_options, InvoiceUpdateParams.payment_settings.payment_method_options, Subscription.payment_settings.payment_method_options, SubscriptionCreateParams.payment_settings.payment_method_options, and SubscriptionUpdateParams.payment_settings.payment_method_options
    • Add support for new value customer_balance on enums InvoiceCreateParams.payment_settings.payment_method_types[], InvoiceUpdateParams.payment_settings.payment_method_types[], SubscriptionCreateParams.payment_settings.payment_method_types[], and SubscriptionUpdateParams.payment_settings.payment_method_types[]
    • Add support for request_extended_authorization on PaymentIntent.payment_method_options.card_present, PaymentIntentConfirmParams.payment_method_options.card_present, PaymentIntentCreateParams.payment_method_options.card_present, and PaymentIntentUpdateParams.payment_method_options.card_present
    • Add support for new values payment_intent.partially_funded, terminal.reader.action_failed, and terminal.reader.action_succeeded on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
  • #​1331 Pin JDK version and always build using Java 18

    • This only impacts development and it's not a breaking change for users. We still support Java 1.8 and later.

v20.111.0

  • #​1332 API Updates
    • Add support for cancel_action, process_payment_intent, process_setup_intent, and set_reader_display methods on resource Terminal.Reader
    • Add support for action on Terminal.Reader

v20.110.0

  • #​1330 API Updates
    • Add support for Search API
      • Add support for search method on resources Charge, Customer, Invoice, PaymentIntent, Price, Product, and Subscription

v20.109.0

  • #​1329 API Updates
    • Add support for PayNow and US Bank Accounts Debits payments
      • Charge (API ref)
        • Add support for paynow and us_bank_account on Charge.payment_method_details
      • Customer (API ref)
        • Add support for new values paynow and us_bank_account on enum CustomerListPaymentMethodsParams.type
      • Mandate (API ref)
        • Add support for us_bank_account on Mandate.payment_method_details
      • Payment Intent (API ref)
        • Add support for paynow and us_bank_account on payment_method_options on PaymentIntent, PaymentIntentCreateParams, PaymentIntentUpdateParams, and PaymentIntentConfirmParams
        • Add support for paynow and us_bank_account on payment_method_data on PaymentIntentCreateParams, PaymentIntentUpdateParams, and PaymentIntentConfirmParams
        • Add support for paynow_display_qr_code on PaymentIntent.next_action
        • Add support for new values paynow and us_bank_account on enums payment_method_data.type on PaymentIntentCreateParams, and PaymentIntentUpdateParams, and PaymentIntentConfirmParams
      • Setup Intent (API ref)
        • Add support for us_bank_account on payment_method_options on SetupIntent, SetupIntentCreateParams, SetupIntentUpdateParams, and SetupIntentConfirmParams
      • Setup Attempt (API ref)
        • Add support for us_bank_account on SetupAttempt.payment_method_details
      • Payment Method (API ref)
        • Add support for paynow and us_bank_account on PaymentMethod and PaymentMethodCreateParams
        • Add support for us_bank_account on PaymentMethodUpdateParams
        • Add support for new values paynow and us_bank_account on enums PaymentMethod.type, PaymentMethodCreateParams.type. and PaymentMethodListParams.type
      • Checkout Session (API ref)
        • Add support for us_bank_account on payment_method_options on Checkout.Session and checkout.SessionCreateParams
        • Add support for new values paynow and us_bank_account on enum checkout.SessionCreateParams.payment_method_types[]
      • Invoice (API ref)
        • Add support for us_bank_account on payment_settings.payment_method_options on Invoice, InvoiceCreateParams, and InvoiceUpdateParams
        • Add support for new values paynow and us_bank_account on enums payment_settings.payment_method_types[] on Invoice, InvoiceCreateParams, and InvoiceUpdateParams
      • Subscription (API ref)
        • Add support for us_bank_account on Subscription.payment_settings.payment_method_options, SubscriptionCreateParams.payment_settings.payment_method_options, and SubscriptionUpdateParams.payment_settings.payment_method_options
        • Add support for new values paynow and us_bank_account on enums payment_settings.payment_method_types[] on Subscription, SubscriptionCreateParams, and SubscriptionUpdateParams
      • Account capabilities (API ref)
        • Add support for paynow_payments on capabilities on Account, AccountCreateParams, and AccountUpdateParams
    • Add support for failure_balance_transaction on Charge
    • Add support for capture_method on afterpay_clearpay, card, and klarna on payment_method_options on
      PaymentIntent, PaymentIntentCreateParams, PaymentIntentUpdateParams, and PaymentIntentConfirmParams (API ref)
    • Add additional support for verify microdeposits on Payment Intent and Setup Intent (API ref)
      • Add support for microdeposit_type on next_action.verify_with_microdeposits on PaymentIntent and SetupIntent
      • Add support for descriptor_code on PaymentIntentVerifyMicrodepositsParams and SetupIntentVerifyMicrodepositsParams
    • Add support for test_clock on SubscriptionListParams (API ref)

v20.108.0

  • #​1328 API Updates
    • Add support for cancel method on resource Refund
    • Add support for new values bg_uic, hu_tin, and si_tin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
    • Add support for test_clock on QuoteListParams
    • Add support for new values test_helpers.test_clock.advancing, test_helpers.test_clock.created, test_helpers.test_clock.deleted, test_helpers.test_clock.internal_failure, and test_helpers.test_clock.ready on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

v20.107.0

  • #​1327 API Updates
    • Add support for status on Card
  • #​1322 Upgrade GSON dependency to 2.9.0
  • #​1326 Update SearchResult pagination to match new API shape. This is a breaking change but the object shape is not exposed in the API currently and is therefore not being used.

v20.106.0

  • #​1324 API Updates
    • Add support for mandate on Charge.payment_method_details.card
    • Add support for mandate_options on PaymentIntentCreateParams.payment_method_options.card, PaymentIntentUpdateParams.payment_method_options.card, PaymentIntentConfirmParams.payment_method_options.card, PaymentIntent.payment_method_options.card, SetupIntentCreateParams.payment_method_options.card, SetupIntentUpdateParams.payment_method_options.card, SetupIntentConfirmParams.payment_method_options.card, and SetupIntent.payment_method_options.card
    • Add support for card_await_notification on PaymentIntent.next_action
    • Add support for customer_notification on PaymentIntent.processing.card
    • Change PaymentLinkCreateParams.line_items to be required
  • #​1321 Delete PaymentIntentTypeSpecificPaymentMethodOptionsClient.java

v20.105.0

  • #​1323 API Updates
    • Add support for test_clock on CustomerListParams

v20.104.0

  • #​1320 API Updates
    • Add support for new resources CreditedItems and ProrationDetails
    • Add support for proration_details on InvoiceLineItem

v20.103.0

  • #​1319 API Updates
    • Add support for deletes_after on TestHelpers.TestClock
  • #​1318 API Updates
    • Add support for new resource TestHelpers.TestClock
    • Add support for test_clock on CustomerCreateParams, Customer, Invoice, InvoiceItem, QuoteCreateParams, Quote, Subscription, and SubscriptionSchedule
    • Add support for pending_invoice_items_behavior on InvoiceCreateParams
    • Change type of ProductUpdateParams.url from string to emptyStringable(string)
    • Add support for next_action on Refund

v20.102.0

  • #​1315 API Updates
    • Add support for konbini_payments on AccountUpdateParams.capabilities, AccountCreateParams.capabilities, and Account.capabilities
    • Add support for .payment_method_options.konbini and .payment_method_data.konbini on the PaymentIntent API.
    • Add support for .payment_settings.payment_method_options.konbini on the Invoice API.
    • Add support for .payment_method_options.konbini on the Subscription API
    • Add support for .payment_method_options.konbini on the checkout.Session API
    • Add support for konbini_display_details on PaymentIntent.next_action

v20.101.0

  • #​1313 API Updates
    • Add support for setup_future_usage on PaymentIntentCreateParams.payment_method_options.acss_debit, PaymentIntentCreateParams.payment_method_options.afterpay_clearpay, PaymentIntentCreateParams.payment_method_options.alipay, PaymentIntentCreateParams.payment_method_options.au_becs_debit, PaymentIntentCreateParams.payment_method_options.bacs_debit, PaymentIntentCreateParams.payment_method_options.bancontact, PaymentIntentCreateParams.payment_method_options.boleto, PaymentIntentCreateParams.payment_method_options.eps, PaymentIntentCreateParams.payment_method_options.fpx, PaymentIntentCreateParams.payment_method_options.giropay, PaymentIntentCreateParams.payment_method_options.grabpay, PaymentIntentCreateParams.payment_method_options.ideal, PaymentIntentCreateParams.payment_method_options.klarna, PaymentIntentCreateParams.payment_method_options.oxxo, PaymentIntentCreateParams.payment_method_options.p24, PaymentIntentCreateParams.payment_method_options.sepa_debit, PaymentIntentCreateParams.payment_method_options.sofort, PaymentIntentCreateParams.payment_method_options.wechat_pay, PaymentIntentUpdateParams.payment_method_options.acss_debit, PaymentIntentUpdateParams.payment_method_options.afterpay_clearpay, PaymentIntentUpdateParams.payment_method_options.alipay, PaymentIntentUpdateParams.payment_method_options.au_becs_debit, PaymentIntentUpdateParams.payment_method_options.bacs_debit, PaymentIntentUpdateParams.payment_method_options.bancontact, PaymentIntentUpdateParams.payment_method_options.boleto, PaymentIntentUpdateParams.payment_method_options.eps, PaymentIntentUpdateParams.payment_method_options.fpx, PaymentIntentUpdateParams.payment_method_options.giropay, PaymentIntentUpdateParams.payment_method_options.grabpay, PaymentIntentUpdateParams.payment_method_options.ideal, PaymentIntentUpdateParams.payment_method_options.klarna, PaymentIntentUpdateParams.payment_method_options.oxxo, PaymentIntentUpdateParams.payment_method_options.p24, PaymentIntentUpdateParams.payment_method_options.sepa_debit, PaymentIntentUpdateParams.payment_method_options.sofort, PaymentIntentUpdateParams.payment_method_options.wechat_pay, PaymentIntentConfirmParams.payment_method_options.acss_debit, PaymentIntentConfirmParams.payment_method_options.afterpay_clearpay, PaymentIntentConfirmParams.payment_method_options.alipay, PaymentIntentConfirmParams.payment_method_options.au_becs_debit, PaymentIntentConfirmParams.payment_method_options.bacs_debit, PaymentIntentConfirmParams.payment_method_options.bancontact, PaymentIntentConfirmParams.payment_method_options.boleto, PaymentIntentConfirmParams.payment_method_options.eps, PaymentIntentConfirmParams.payment_method_options.fpx, PaymentIntentConfirmParams.payment_method_options.giropay, PaymentIntentConfirmParams.payment_method_options.grabpay, PaymentIntentConfirmParams.payment_method_options.ideal, PaymentIntentConfirmParams.payment_method_options.klarna, PaymentIntentConfirmParams.payment_method_options.oxxo, PaymentIntentConfirmParams.payment_method_options.p24, PaymentIntentConfirmParams.payment_method_options.sepa_debit, PaymentIntentConfirmParams.payment_method_options.sofort, PaymentIntentConfirmParams.payment_method_options.wechat_pay, PaymentIntent.payment_method_options.acss_debit, PaymentIntent.payment_method_options.afterpay_clearpay, PaymentIntent.payment_method_options.alipay, PaymentIntent.payment_method_options.au_becs_debit, PaymentIntent.payment_method_options.bacs_debit, PaymentIntent.payment_method_options.bancontact, PaymentIntent.payment_method_options.boleto, PaymentIntent.payment_method_options.eps, PaymentIntent.payment_method_options.fpx, PaymentIntent.payment_method_options.giropay, PaymentIntent.payment_method_options.grabpay, PaymentIntent.payment_method_options.ideal, PaymentIntent.payment_method_options.klarna, PaymentIntent.payment_method_options.oxxo, PaymentIntent.payment_method_options.p24, PaymentIntent.payment_method_options.sepa_debit, PaymentIntent.payment_method_options.sofort, and PaymentIntent.payment_method_options.wechat_pay
    • Add support for new values bbpos_wisepad3 and stripe_m2 on enum terminal.ReaderListParams.device_type
    • Add generated test for the endpoints introduced in #​1312

v20.100.0

  • #​1312 API Updates
    • Add support for verify_microdeposits method on resources PaymentIntent and SetupIntent
    • Add support for new value grabpay on enums InvoiceCreateParams.payment_settings.payment_method_types[], InvoiceUpdateParams.payment_settings.payment_method_types[], SubscriptionCreateParams.payment_settings.payment_method_types[], and SubscriptionUpdateParams.payment_settings.payment_method_types[]
  • #​1311 Pin grgit version to 4.1.1.
  • #​1310 API Updates
    • Add support for pin on issuing.CardUpdateParams

v20.99.0

  • #​1307 API Updates
    • Add support for new value au_becs_debit on enum checkout.SessionCreateParams.payment_method_types[]

v20.98.0

  • #​1306 API Updates
    • Add support for phone_number_collection on PaymentLinkCreateParams and PaymentLink
    • Add support for new values payment_link.created and payment_link.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
    • Add support for new value is_vat on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type

v20.97.0

  • #​1304 API Updates
    • Add support for new resource PaymentLink
    • Add support for payment_link on Checkout.Session

v20.96.0

  • #​1302 API Updates
    • Add support for bacs_debit and eps on PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_options, and PaymentIntent.payment_method_options
    • Add support for image_url_png and image_url_svg on PaymentIntent.next_action.wechat_pay_display_qr_code

v20.95.0

  • #​1301 API Updates
    • Add support for customer_creation on checkout.SessionCreateParams and Checkout.Session
    • Add support for fpx and grabpay on PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_options, and PaymentIntent.payment_method_options
    • Add support for PaidOutOfBand on Invoice
  • #​1300 API Updates
    • Add support for mandate_options on SubscriptionCreateParams.payment_settings.payment_method_options.card, SubscriptionUpdateParams.payment_settings.payment_method_options.card, and Subscription.payment_settings.payment_method_options.card

v20.94.0

  • #​1299 API Updates

    • Add support for au_becs_debit on PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_options, and PaymentIntent.payment_method_options
  • #​1298 API Updates

    • Add support for new values en-FR, es-US, and fr-FR on enums PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale, PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale, and PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale
    • Add support for boleto on SetupAttempt.payment_method_details
  • #​1297 API Updates

    • Add support for processing on PaymentIntent

v20.93.0

  • #​1296 API Updates
    • Add support for new resource PaymentIntentTypeSpecificPaymentMethodOptionsClient
    • Add support for setup_future_usage on PaymentIntentCreateParams.payment_method_options.card, PaymentIntentUpdateParams.payment_method_options.card, PaymentIntentConfirmParams.payment_method_options.card, and PaymentIntent.payment_method_options.card

v20.92.0

  • #​1295 API Updates
    • Add support for metadata on billingportal.ConfigurationCreateParams, billingportal.ConfigurationUpdateParams, and BillingPortal.Configuration

v20.91.0

  • #​1294 API Updates
    • Add support for new values ge_vat and ua_vat on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
    • Change type of PaymentIntentCreateParams.payment_method_data.billing_details.email, PaymentIntentUpdateParams.payment_method_data.billing_details.email, PaymentIntentConfirmParams.payment_method_data.billing_details.email, PaymentMethodCreateParams.billing_details.email, and PaymentMethodUpdateParams.billing_details.email from string to emptyStringable(string)
    • Add support for giropay on PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_options, and PaymentIntent.payment_method_options
    • Add support for new value en-IE on enums PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale, PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale, and PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale
  • #​1291 Test Java 16 and 17
  • #​1292 Pass credentials to nexusStaging rule.
  • #​1290 Update Javadoc task to not use module directories.

v20.90.0

  • #​1289 API Updates
    • Add support for wallets on Issuing.Card
  • #​1288 API Updates
    • Add support for interac_present on PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_options, and PaymentIntent.payment_method_options
    • Add support for new value jct on enums TaxRateCreateParams.tax_type and TaxRateUpdateParams.tax_type

v20.89.0

  • #​1286 API Updates
    • Add support for automatic_payment_methods on PaymentIntentCreateParams and PaymentIntent

v20.88.0

  • #​1284 API Updates
    • Add support for new resource ShippingRate
    • Add support for shipping_options on checkout.SessionCreateParams and Checkout.Session
    • Add support for shipping_rate on Checkout.Session

v20.87.0

  • #​1281 API Updates
    • Add support for expire method on resource Checkout.Session
    • Add support for status on Checkout.Session

v20.86.1

  • #​1279 API Updates
    • Remove support for ownership_declaration_shown_and_signed on TokenCreateParams.account. This API was unused.
    • Add support for ownership_declaration_shown_and_signed on TokenCreateParams.account.company

v20.86.0

  • #​1278 API Updates
    • Add support for ownership_declaration on AccountUpdateParams.company, AccountCreateParams.company, Account.company, and TokenCreateParams.account.company
    • Add support for proof_of_registration on AccountUpdateParams.documents and AccountCreateParams.documents
    • Add support for ownership_declaration_shown_and_signed on TokenCreateParams.account

v20.85.0

  • #​1275 Reorder fields
  • #​1274 API Updates
    • Add support for buyer_id on Charge.payment_method_details.alipay

v20.84.0

  • #​1273 API Updates
    • Change type of UsageRecordCreateParams.timestamp from integer to literal('now') | integer
    • Change UsageRecordCreateParams.timestamp to be optional

v20.83.0

  • #​1272 API Updates
    • Add support for new value klarna on enum checkout.SessionCreateParams.payment_method_types[]

v20.82.0

  • #​1271 API Updates
    • Add support for payment_method_category and preferred_locale on Charge.payment_method_details.klarna
    • Add support for new value klarna on enums CustomerListPaymentMethodsParams.type and PaymentMethodListParams.type
    • Add support for klarna on PaymentIntentCreateParams.payment_method_data, PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_data, PaymentIntentUpdateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentConfirmParams.payment_method_options, PaymentIntent.payment_method_options, PaymentMethodCreateParams, and PaymentMethod
    • Add support for new value klarna on enums PaymentIntentCreateParams.payment_method_data.type, PaymentIntentUpdateParams.payment_method_data.type, and PaymentIntentConfirmParams.payment_method_data.type
    • Add support for new value klarna on enum PaymentMethodCreateParams.type

v20.81.0

  • #​1269 API Updates
    • Add support for list_payment_methods method on resource Customer

v20.80.0

  • #​1268 API Updates
    • Add support for phone_number_collection on checkout.SessionCreateParams and Checkout.Session
    • Add support for phone on Checkout.Session.customer_details
    • Change PaymentMethodListParams.customer to be optional
    • Add support for new value customer_id on enum radar.ValueListCreateParams.item_type
    • Add support for new value bbpos_wisepos_e on enum terminal.ReaderListParams.device_type

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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://springdoc.org/) ([source](https://github.com/springdoc/springdoc-openapi)) | `2.6.0` -> `2.8.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springdoc:springdoc-openapi-starter-webmvc-ui/2.8.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springdoc:springdoc-openapi-starter-webmvc-ui/2.8.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springdoc:springdoc-openapi-starter-webmvc-ui/2.6.0/2.8.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springdoc:springdoc-openapi-starter-webmvc-ui/2.6.0/2.8.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-starter-oauth2-client](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | `3.3.3` -> `3.4.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-oauth2-client/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-starter-oauth2-client/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-starter-oauth2-client/3.3.3/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-starter-oauth2-client/3.3.3/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-starter-oauth2-resource-server](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | `3.3.3` -> `3.4.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-oauth2-resource-server/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-starter-oauth2-resource-server/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-starter-oauth2-resource-server/3.3.3/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-starter-oauth2-resource-server/3.3.3/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [com.stripe:stripe-java](https://github.com/stripe/stripe-java) | `20.79.0` -> `20.136.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.stripe:stripe-java/20.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.stripe:stripe-java/20.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.stripe:stripe-java/20.79.0/20.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.stripe:stripe-java/20.79.0/20.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)</summary> ### [`v2.8.5`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#285---2025-02-16) ##### Added - [#&#8203;2696](https://github.com/springdoc/springdoc-openapi/issues/2696) - Do not require JsonSubType annotation for sealed classes - [#&#8203;2898](https://github.com/springdoc/springdoc-openapi/issues/2898) - add needed runtime reflection hints for native image - [#&#8203;2891](https://github.com/springdoc/springdoc-openapi/issues/2891) - Refactor trimIndent Method ##### Changed - Upgrade swagger-ui to v5.18.3 ##### Fixed - [#&#8203;2902](https://github.com/springdoc/springdoc-openapi/issues/2902) - Schema replaced by String when using [@&#8203;ApiResponse](https://github.com/ApiResponse) with RepresentationModel (Hateoas links) - [#&#8203;2876](https://github.com/springdoc/springdoc-openapi/issues/2876) - Restentpoints with same name get mix up - [#&#8203;2895](https://github.com/springdoc/springdoc-openapi/issues/2895) - Only filter out actuator endpoints with double asterisks. - [#&#8203;2894](https://github.com/springdoc/springdoc-openapi/issues/2894) - respect [@&#8203;JsonUnwrapped](https://github.com/JsonUnwrapped) & [@&#8203;Schema](https://github.com/Schema) on props not fields only - [#&#8203;2881](https://github.com/springdoc/springdoc-openapi/issues/2881) - fix defaultValue when using [@&#8203;PageableDefault](https://github.com/PageableDefault) together with one-indexed-parameters - [#&#8203;2888](https://github.com/springdoc/springdoc-openapi/issues/2888) - Provide a better consistency for parameters and responses order. ### [`v2.8.4`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#284---2025-01-25) ##### Added - [#&#8203;2873](https://github.com/springdoc/springdoc-openapi/issues/2873) - Improve performance of getGenericMapResponse - [#&#8203;2836](https://github.com/springdoc/springdoc-openapi/issues/2836) - Provide option to set allowed locales - 2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior ##### Changed - Upgrade spring-boot to 3.4.2 - Upgrade spring-cloud-function to 4.2.1 - Upgrade swagger-core to 2.2.28 ##### Fixed - [#&#8203;2870](https://github.com/springdoc/springdoc-openapi/issues/2870) - Springdoc 2.8.x + Spring Boot 3.4.1 breaks native image support - [#&#8203;2869](https://github.com/springdoc/springdoc-openapi/issues/2869) - Exception logged when generating schema for delete method of Spring Data repository. - [#&#8203;2856](https://github.com/springdoc/springdoc-openapi/issues/2856) - [@&#8203;JsonUnwrapped](https://github.com/JsonUnwrapped) is ignored in new version of lib. - [#&#8203;2852](https://github.com/springdoc/springdoc-openapi/issues/2852) - [@&#8203;Schema](https://github.com/Schema)(types = "xxx") does not work for multipart param with enabled springdoc.default-support-form-data config option. ### [`v2.8.3`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#283---2025-01-12) ##### Added - [#&#8203;2851](https://github.com/springdoc/springdoc-openapi/issues/2851) - Refine condition, for ignoring types when using PolymorphicModelConverter ### [`v2.8.2`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#282---2025-01-12) ##### Added - [#&#8203;2849](https://github.com/springdoc/springdoc-openapi/issues/2849) - Provide better compatibility for projects migrating from OAS 3.0 to OAS 3.1 ##### Fixed - [#&#8203;2846](https://github.com/springdoc/springdoc-openapi/issues/2846) - ClassCastException with spring-data-rest and openapi version 3.1 bug - [#&#8203;2844](https://github.com/springdoc/springdoc-openapi/issues/2844) - PageableObject and SortObject are called Pageablenull and Sortnull ### [`v2.8.1`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#281---2025-01-06) ##### Fixed - [#&#8203;2834](https://github.com/springdoc/springdoc-openapi/issues/2834) - java.lang.ClassNotFoundException: kotlin.reflect.full.KClasses when upgrade from 2.7.0 to 2.8.0 ### [`v2.8.0`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#280---2025-01-03) ##### Added - [#&#8203;2790](https://github.com/springdoc/springdoc-openapi/issues/2790) - Moving to OpenAPI 3.1 as the default implementation for springdoc-openapi - [#&#8203;2817](https://github.com/springdoc/springdoc-openapi/issues/2817) - Obey annotations when flattening ParameterObject fields - [#&#8203;2826](https://github.com/springdoc/springdoc-openapi/issues/2826) - Make it possible to mark parameters with [@&#8203;RequestParam](https://github.com/RequestParam) annotation to be sent in form instead of query. - [#&#8203;2822](https://github.com/springdoc/springdoc-openapi/issues/2822) - Support returning null in ParameterCustomizer - [#&#8203;2830](https://github.com/springdoc/springdoc-openapi/issues/2830) - Add support for deprecated fields. - [#&#8203;2780](https://github.com/springdoc/springdoc-openapi/issues/2780) - Add Security Schema by AutoConfigure ##### Changed - Upgrade spring-boot to 3.4.1 - Upgrade spring-cloud-function to 4.2.0 - Upgrade swagger-core to 2.2.27 ##### Fixed - [#&#8203;2804](https://github.com/springdoc/springdoc-openapi/issues/2804) - Stable release 2.7.0 depends on Spring Cloud Milestone 4.2.0-M1 - [#&#8203;2828](https://github.com/springdoc/springdoc-openapi/issues/2828) - Required a bean of type 'org.springframework.data.rest.webmvc.mapping.Associations' that could not be found. - [#&#8203;2823](https://github.com/springdoc/springdoc-openapi/issues/2823) - Capturing pattern in identical paths only renders the path element of one method - [#&#8203;2817](https://github.com/springdoc/springdoc-openapi/issues/2817) - Automatically add required if a field is [@&#8203;notNull](https://github.com/notNull) or [@&#8203;NotBlank](https://github.com/NotBlank). - [#&#8203;2814](https://github.com/springdoc/springdoc-openapi/issues/2814) - An unresolvable circular reference with management.endpoint.gateway.enabled=true. - [#&#8203;2798](https://github.com/springdoc/springdoc-openapi/issues/2798) - Object schema generated for Unit Kotlin type. - [#&#8203;2797](https://github.com/springdoc/springdoc-openapi/issues/2797) - Removing operationId via customizer does not work anymore. - [#&#8203;2833](https://github.com/springdoc/springdoc-openapi/issues/2833) - Resolve infinite recursion and add example test with OpenAPI v3.1 - [#&#8203;2827](https://github.com/springdoc/springdoc-openapi/issues/2827) - Ignoring [@&#8203;Parameter](https://github.com/Parameter)(required = false) ### [`v2.7.0`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#270---2024-23-11) ##### Added - [#&#8203;2777](https://github.com/springdoc/springdoc-openapi/issues/2777) - Add SortAsQueryParam annotation - [#&#8203;2786](https://github.com/springdoc/springdoc-openapi/issues/2786) - No static resource swagger-ui/index.html error after migration to 2.7.0-RC1 ##### Changed - Upgrade spring-boot to 3.4.0 - Upgrade swagger-ui to 5.18.2 - Upgrade spring-security-oauth2-authorization-server to 1.4.0 </details> <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-oauth2-client)</summary> ### [`v3.4.3`](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.3) ##### :warning: Noteworthy - Due to the [upgrade to Prometheus Client 1.3.6](https://github.com/spring-projects/spring-boot/issues/44280), dependency management for Guava is [no longer provided](https://github.com/prometheus/client_java/pull/1269). If you are affected by this change, configure your build with a version of Guava that meets your application's needs. ##### :star: New Features - Add TWENTY_FOUR to JavaVersion enum [#&#8203;44209](https://github.com/spring-projects/spring-boot/issues/44209) ##### :lady_beetle: Bug Fixes - Console output may be lost when using Log4j2 with something that replaces System.out [#&#8203;44380](https://github.com/spring-projects/spring-boot/pull/44380) - Maven plugin does not consistently use ArgFile for classpath argument on Windows [#&#8203;44328](https://github.com/spring-projects/spring-boot/issues/44328) - Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support [#&#8203;44319](https://github.com/spring-projects/spring-boot/issues/44319) - When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception [#&#8203;44317](https://github.com/spring-projects/spring-boot/issues/44317) - View resolver for Thymeleaf should back off if spring-webmvc is not present [#&#8203;44296](https://github.com/spring-projects/spring-boot/issues/44296) - WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails [#&#8203;44294](https://github.com/spring-projects/spring-boot/issues/44294) - Non-default DataSource candidates are not considered in H2ConsoleAutoConfiguration [#&#8203;44293](https://github.com/spring-projects/spring-boot/pull/44293) - Banner placeholder and defaults do not work during development [#&#8203;44255](https://github.com/spring-projects/spring-boot/issues/44255) - Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header [#&#8203;44193](https://github.com/spring-projects/spring-boot/issues/44193) - Servlet EndpointRequest doesn't match web server namespace correctly [#&#8203;44188](https://github.com/spring-projects/spring-boot/issues/44188) - java.lang.ClassCastException when using default management security with WebFlux and health probes enabled [#&#8203;44052](https://github.com/spring-projects/spring-boot/issues/44052) - Logback configuration that relies on inner-classes does not work in a native image [#&#8203;44025](https://github.com/spring-projects/spring-boot/issues/44025) - IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 [#&#8203;43989](https://github.com/spring-projects/spring-boot/issues/43989) - Metrics and health do not include non-default candidate beans [#&#8203;43481](https://github.com/spring-projects/spring-boot/issues/43481) ##### :notebook_with_decorative_cover: Documentation - Document that auto-configuration classes should be identified using their binary names [#&#8203;44303](https://github.com/spring-projects/spring-boot/issues/44303) - Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off [#&#8203;44301](https://github.com/spring-projects/spring-boot/issues/44301) - Link to JarLauncher's javadoc [#&#8203;44170](https://github.com/spring-projects/spring-boot/issues/44170) - When using observability annotations, recommend that care is taken to avoid double instrumentation [#&#8203;44145](https://github.com/spring-projects/spring-boot/issues/44145) - Fix typo in Running Your Application [#&#8203;44035](https://github.com/spring-projects/spring-boot/issues/44035) - Document Kubernetes preStop handler when using a Docker image without a shell [#&#8203;44022](https://github.com/spring-projects/spring-boot/issues/44022) - Source snippet in Developing Your First Spring Boot Application section uses the root package [#&#8203;43983](https://github.com/spring-projects/spring-boot/issues/43983) - Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" [#&#8203;43975](https://github.com/spring-projects/spring-boot/issues/43975) - Add links to Jackson Javadoc [#&#8203;43971](https://github.com/spring-projects/spring-boot/issues/43971) - Warn that some Quartz database schema scripts must be modified before use [#&#8203;43958](https://github.com/spring-projects/spring-boot/issues/43958) ##### :hammer: Dependency Upgrades - Upgrade to Commons Pool2 2.12.1 [#&#8203;44173](https://github.com/spring-projects/spring-boot/issues/44173) - Upgrade to Couchbase Client 3.7.8 [#&#8203;44269](https://github.com/spring-projects/spring-boot/issues/44269) - Upgrade to Groovy 4.0.25 [#&#8203;44174](https://github.com/spring-projects/spring-boot/issues/44174) - Upgrade to Hibernate 6.6.8.Final [#&#8203;44332](https://github.com/spring-projects/spring-boot/issues/44332) - Upgrade to HttpClient5 5.4.2 [#&#8203;44176](https://github.com/spring-projects/spring-boot/issues/44176) - Upgrade to HttpCore5 5.3.3 [#&#8203;44177](https://github.com/spring-projects/spring-boot/issues/44177) - Upgrade to Infinispan 15.0.13.Final [#&#8203;44178](https://github.com/spring-projects/spring-boot/issues/44178) - Upgrade to jOOQ 3.19.19 [#&#8203;44368](https://github.com/spring-projects/spring-boot/issues/44368) - Upgrade to Json-smart 2.5.2 [#&#8203;44264](https://github.com/spring-projects/spring-boot/issues/44264) - Upgrade to Maven Clean Plugin 3.4.1 [#&#8203;44349](https://github.com/spring-projects/spring-boot/issues/44349) - Upgrade to Micrometer 1.14.4 [#&#8203;44115](https://github.com/spring-projects/spring-boot/issues/44115) - Upgrade to Micrometer Tracing 1.4.3 [#&#8203;44116](https://github.com/spring-projects/spring-boot/issues/44116) - Upgrade to Native Build Tools Plugin 0.10.5 [#&#8203;44179](https://github.com/spring-projects/spring-boot/issues/44179) - Upgrade to Neo4j Java Driver 5.28.1 [#&#8203;44195](https://github.com/spring-projects/spring-boot/issues/44195) - Upgrade to Netty 4.1.118.Final [#&#8203;44221](https://github.com/spring-projects/spring-boot/issues/44221) - Upgrade to Prometheus Client 1.3.6 [#&#8203;44280](https://github.com/spring-projects/spring-boot/issues/44280) - Upgrade to R2DBC MySQL 1.3.2 [#&#8203;44180](https://github.com/spring-projects/spring-boot/issues/44180) - Upgrade to Reactor Bom 2024.0.3 [#&#8203;44117](https://github.com/spring-projects/spring-boot/issues/44117) - Upgrade to REST Assured 5.5.1 [#&#8203;44281](https://github.com/spring-projects/spring-boot/issues/44281) - Upgrade to RSocket 1.1.5 [#&#8203;44181](https://github.com/spring-projects/spring-boot/issues/44181) - Upgrade to Spring AMQP 3.2.3 [#&#8203;44278](https://github.com/spring-projects/spring-boot/issues/44278) - Upgrade to Spring Authorization Server 1.4.2 [#&#8203;44118](https://github.com/spring-projects/spring-boot/issues/44118) - Upgrade to Spring Data Bom 2024.1.3 [#&#8203;44119](https://github.com/spring-projects/spring-boot/issues/44119) - Upgrade to Spring Framework 6.2.3 [#&#8203;44120](https://github.com/spring-projects/spring-boot/issues/44120) - Upgrade to Spring GraphQL 1.3.4 [#&#8203;44121](https://github.com/spring-projects/spring-boot/issues/44121) - Upgrade to Spring Integration 6.4.2 [#&#8203;44122](https://github.com/spring-projects/spring-boot/issues/44122) - Upgrade to Spring Kafka 3.3.3 [#&#8203;44123](https://github.com/spring-projects/spring-boot/issues/44123) - Upgrade to Spring LDAP 3.2.11 [#&#8203;44124](https://github.com/spring-projects/spring-boot/issues/44124) - Upgrade to Spring Pulsar 1.2.3 [#&#8203;44125](https://github.com/spring-projects/spring-boot/issues/44125) - Upgrade to Spring Security 6.4.3 [#&#8203;44126](https://github.com/spring-projects/spring-boot/issues/44126) - Upgrade to Spring Session 3.4.2 [#&#8203;44127](https://github.com/spring-projects/spring-boot/issues/44127) - Upgrade to Testcontainers 1.20.5 [#&#8203;44369](https://github.com/spring-projects/spring-boot/issues/44369) - Upgrade to Testcontainers Redis Module 2.2.4 [#&#8203;44370](https://github.com/spring-projects/spring-boot/issues/44370) - Upgrade to Tomcat 10.1.36 [#&#8203;44333](https://github.com/spring-projects/spring-boot/issues/44333) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;Ru311](https://github.com/Ru311), [@&#8203;ashishkujoy](https://github.com/ashishkujoy), [@&#8203;izeye](https://github.com/izeye), [@&#8203;jearton](https://github.com/jearton), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;nosan](https://github.com/nosan), [@&#8203;quaff](https://github.com/quaff), and [@&#8203;timotheeandres](https://github.com/timotheeandres) ### [`v3.4.2`](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.2) ##### :lady_beetle: Bug Fixes - Property metadata for "logging.structured.json.customizer" has incorrect type [#&#8203;43916](https://github.com/spring-projects/spring-boot/issues/43916) - GraylogExtendedLogFormatProperties throws NullPointerException when only 'logging.structured.gelf.host' is specified [#&#8203;43863](https://github.com/spring-projects/spring-boot/pull/43863) - Structured logging properties have no effect in a native image [#&#8203;43862](https://github.com/spring-projects/spring-boot/pull/43862) - Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes [#&#8203;43790](https://github.com/spring-projects/spring-boot/pull/43790) - docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier [#&#8203;43717](https://github.com/spring-projects/spring-boot/issues/43717) - Build info timestamp is truncated to seconds [#&#8203;43617](https://github.com/spring-projects/spring-boot/issues/43617) - FileWatcher used for SSL reload does not support symlinks [#&#8203;43604](https://github.com/spring-projects/spring-boot/issues/43604) - BindableRuntimeHintsRegistrar should handle TypeNotPresentException [#&#8203;43600](https://github.com/spring-projects/spring-boot/issues/43600) - CapturedOutput is empty when using Log4J2 StatusLogger [#&#8203;43578](https://github.com/spring-projects/spring-boot/issues/43578) - Spring Boot 3.4 is not compatible with Gson 2.10 [#&#8203;43442](https://github.com/spring-projects/spring-boot/issues/43442) - NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher [#&#8203;43340](https://github.com/spring-projects/spring-boot/issues/43340) ##### :notebook_with_decorative_cover: Documentation - Document that the `@ConfigurationProperties` annotation processor cannot generate description and defaultValue metadata for external types [#&#8203;43929](https://github.com/spring-projects/spring-boot/issues/43929) - Fix description of management.metrics.graphql.autotime.enabled [#&#8203;43905](https://github.com/spring-projects/spring-boot/issues/43905) - Document 'base64:' prefix support [#&#8203;43835](https://github.com/spring-projects/spring-boot/issues/43835) - Document handling of `@Fallback` beans in ConditionalOnSingleCandidate's javadoc [#&#8203;43826](https://github.com/spring-projects/spring-boot/pull/43826) - Javadoc of DataSourceBuilder does not reference all supported types [#&#8203;43732](https://github.com/spring-projects/spring-boot/issues/43732) - Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead [#&#8203;43729](https://github.com/spring-projects/spring-boot/issues/43729) - Consistently document the minimum supported versions of Gradle [#&#8203;43725](https://github.com/spring-projects/spring-boot/issues/43725) - Document that system libraries are a reason to customize the builder and switch away from builder-jammy-java-tiny [#&#8203;43716](https://github.com/spring-projects/spring-boot/issues/43716) - Links to the Javadoc of Jakarta Messaging are invalid [#&#8203;43662](https://github.com/spring-projects/spring-boot/issues/43662) - Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation [#&#8203;43623](https://github.com/spring-projects/spring-boot/issues/43623) - Javadoc link for jakarta.xml.bind is invalid [#&#8203;43607](https://github.com/spring-projects/spring-boot/issues/43607) - Documentation still has references to 'layertools' [#&#8203;43605](https://github.com/spring-projects/spring-boot/issues/43605) - Javadoc of ConstructorBinding should not use markdown formatting [#&#8203;43599](https://github.com/spring-projects/spring-boot/issues/43599) - Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed [#&#8203;43584](https://github.com/spring-projects/spring-boot/issues/43584) ##### :hammer: Dependency Upgrades - Upgrade to ActiveMQ 6.1.5 [#&#8203;43791](https://github.com/spring-projects/spring-boot/issues/43791) - Upgrade to Commons Codec 1.17.2 [#&#8203;43720](https://github.com/spring-projects/spring-boot/issues/43720) - Upgrade to Couchbase Client 3.7.7 [#&#8203;43843](https://github.com/spring-projects/spring-boot/issues/43843) - Upgrade to FreeMarker 2.3.34 [#&#8203;43721](https://github.com/spring-projects/spring-boot/issues/43721) - Upgrade to Hibernate 6.6.5.Final [#&#8203;43910](https://github.com/spring-projects/spring-boot/issues/43910) - Upgrade to HttpCore5 5.3.2 [#&#8203;43792](https://github.com/spring-projects/spring-boot/issues/43792) - Upgrade to Infinispan 15.0.12.Final [#&#8203;43911](https://github.com/spring-projects/spring-boot/issues/43911) - Upgrade to Jersey 3.1.10 [#&#8203;43793](https://github.com/spring-projects/spring-boot/issues/43793) - Upgrade to jOOQ 3.19.18 [#&#8203;43844](https://github.com/spring-projects/spring-boot/issues/43844) - Upgrade to Lettuce 6.4.2.RELEASE [#&#8203;43609](https://github.com/spring-projects/spring-boot/issues/43609) - Upgrade to Logback 1.5.16 [#&#8203;43715](https://github.com/spring-projects/spring-boot/issues/43715) - Upgrade to Micrometer 1.14.3 [#&#8203;43745](https://github.com/spring-projects/spring-boot/issues/43745) - Upgrade to Micrometer Tracing 1.4.2 [#&#8203;43746](https://github.com/spring-projects/spring-boot/issues/43746) - Upgrade to Netty 4.1.117.Final [#&#8203;43845](https://github.com/spring-projects/spring-boot/issues/43845) - Upgrade to Postgresql 42.7.5 [#&#8203;43846](https://github.com/spring-projects/spring-boot/issues/43846) - Upgrade to Pulsar 3.3.4 [#&#8203;43912](https://github.com/spring-projects/spring-boot/issues/43912) - Upgrade to R2DBC MySQL 1.3.1 [#&#8203;43722](https://github.com/spring-projects/spring-boot/issues/43722) - Upgrade to Reactor Bom 2024.0.2 [#&#8203;43747](https://github.com/spring-projects/spring-boot/issues/43747) - Upgrade to Spring AMQP 3.2.2 [#&#8203;43748](https://github.com/spring-projects/spring-boot/issues/43748) - Upgrade to Spring Data Bom 2024.1.2 [#&#8203;43749](https://github.com/spring-projects/spring-boot/issues/43749) - Upgrade to Spring Framework 6.2.2 [#&#8203;43750](https://github.com/spring-projects/spring-boot/issues/43750) - Upgrade to Spring Kafka 3.3.2 [#&#8203;43751](https://github.com/spring-projects/spring-boot/issues/43751) - Upgrade to Spring Pulsar 1.2.2 [#&#8203;43752](https://github.com/spring-projects/spring-boot/issues/43752) - Upgrade to SQLite JDBC 3.47.2.0 [#&#8203;43723](https://github.com/spring-projects/spring-boot/issues/43723) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;arefbehboudi](https://github.com/arefbehboudi), [@&#8203;dreis2211](https://github.com/dreis2211), [@&#8203;gavarava](https://github.com/gavarava), [@&#8203;hezean](https://github.com/hezean), [@&#8203;izeye](https://github.com/izeye), [@&#8203;jxblum](https://github.com/jxblum), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;nosan](https://github.com/nosan), [@&#8203;quaff](https://github.com/quaff), and [@&#8203;tmaciejewski](https://github.com/tmaciejewski) ### [`v3.4.1`](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.1) ##### :lady_beetle: Bug Fixes - KafkaProperties fail to build SSL properties when the bundle name is an empty string [#&#8203;43563](https://github.com/spring-projects/spring-boot/issues/43563) - Diagnostics are poor when property resolution throws a ConversionFailedException [#&#8203;43559](https://github.com/spring-projects/spring-boot/issues/43559) - SpringApplicationShutdownHandlers do not run in deterministic order [#&#8203;43536](https://github.com/spring-projects/spring-boot/issues/43536) - Unable to find a `@SpringBootConfiguration` results in misleading error message [#&#8203;43507](https://github.com/spring-projects/spring-boot/issues/43507) - With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used [#&#8203;43497](https://github.com/spring-projects/spring-boot/issues/43497) - Unable to use Docker Compose support when mixing dedicated and shared services [#&#8203;43472](https://github.com/spring-projects/spring-boot/issues/43472) - Kafka dependency management does not include the kafka-server module [#&#8203;43454](https://github.com/spring-projects/spring-boot/issues/43454) - Docker API version is incorrectly reported when '/\_ping\` calls fail and version should be fixed [#&#8203;43452](https://github.com/spring-projects/spring-boot/issues/43452) - Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle [#&#8203;43448](https://github.com/spring-projects/spring-boot/issues/43448) - Failures in -Djarmode=tools do not consistently return a non-zero exit [#&#8203;43436](https://github.com/spring-projects/spring-boot/issues/43436) - HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it [#&#8203;43429](https://github.com/spring-projects/spring-boot/pull/43429) - spring-boot-maven-plugin sets imagePlatform even if it's empty [#&#8203;43424](https://github.com/spring-projects/spring-boot/pull/43424) - OnBeanCondition fails to match on annotations when using Scoped Proxies [#&#8203;43423](https://github.com/spring-projects/spring-boot/issues/43423) - Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables [#&#8203;43382](https://github.com/spring-projects/spring-boot/issues/43382) - H2ConsoleAutoConfiguration causes early initialization of DataSource beans [#&#8203;43359](https://github.com/spring-projects/spring-boot/issues/43359) - Accept progress on numbers >2GB [#&#8203;43356](https://github.com/spring-projects/spring-boot/issues/43356) - Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app [#&#8203;43334](https://github.com/spring-projects/spring-boot/pull/43334) - StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called [#&#8203;43312](https://github.com/spring-projects/spring-boot/issues/43312) - Overriding log level with an environment variable does not work when using an environment prefix [#&#8203;43307](https://github.com/spring-projects/spring-boot/issues/43307) - Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match [#&#8203;43302](https://github.com/spring-projects/spring-boot/issues/43302) - UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled [#&#8203;43291](https://github.com/spring-projects/spring-boot/issues/43291) - JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 [#&#8203;43277](https://github.com/spring-projects/spring-boot/issues/43277) - SslBundle can no longer open store file locations without using a 'file:' prefix [#&#8203;43274](https://github.com/spring-projects/spring-boot/issues/43274) - TestRestTemplate does not allow redirects to be customized [#&#8203;43258](https://github.com/spring-projects/spring-boot/pull/43258) - Testcontainers start() methods may be started multiple times [#&#8203;43253](https://github.com/spring-projects/spring-boot/issues/43253) ##### :notebook_with_decorative_cover: Documentation - Fix typo in documentation [#&#8203;43558](https://github.com/spring-projects/spring-boot/issues/43558) - Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles [#&#8203;43552](https://github.com/spring-projects/spring-boot/issues/43552) - Use `<annotationProcessorPaths>` in Maven examples for configuring an annotation processor [#&#8203;43544](https://github.com/spring-projects/spring-boot/issues/43544) - Fix typo [#&#8203;43519](https://github.com/spring-projects/spring-boot/issues/43519) - Links to logback javadoc are incorrect [#&#8203;43456](https://github.com/spring-projects/spring-boot/issues/43456) - Fix JUnit javadoc links [#&#8203;43428](https://github.com/spring-projects/spring-boot/issues/43428) - Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions [#&#8203;43351](https://github.com/spring-projects/spring-boot/issues/43351) - Restore System property in Logging section of the reference documentation [#&#8203;43342](https://github.com/spring-projects/spring-boot/issues/43342) - Fix link to proxyBeanMethods in `@AutoConfiguration` javadoc [#&#8203;43325](https://github.com/spring-projects/spring-boot/issues/43325) - Fix links to Servlet and JPA javadoc [#&#8203;43324](https://github.com/spring-projects/spring-boot/issues/43324) - Link to `@EnableMethodSecurity` instead of the deprecated `@EnableGlobalMethodSecurity` [#&#8203;43315](https://github.com/spring-projects/spring-boot/issues/43315) - Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters [#&#8203;43314](https://github.com/spring-projects/spring-boot/pull/43314) - Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories [#&#8203;43313](https://github.com/spring-projects/spring-boot/pull/43313) - Fix Javadoc link for Hikari [#&#8203;43311](https://github.com/spring-projects/spring-boot/issues/43311) - Document how to use structured logging with custom log configuration [#&#8203;43301](https://github.com/spring-projects/spring-boot/pull/43301) - Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties [#&#8203;43249](https://github.com/spring-projects/spring-boot/pull/43249) ##### :hammer: Dependency Upgrades - Upgrade to Byte Buddy 1.15.11 [#&#8203;43529](https://github.com/spring-projects/spring-boot/issues/43529) - Upgrade to Couchbase Client 3.7.6 [#&#8203;43500](https://github.com/spring-projects/spring-boot/issues/43500) - Upgrade to CycloneDX Maven Plugin 2.9.1 [#&#8203;43398](https://github.com/spring-projects/spring-boot/issues/43398) - Upgrade to Dependency Management Plugin 1.1.7 [#&#8203;43543](https://github.com/spring-projects/spring-boot/issues/43543) - Upgrade to Elasticsearch Client 8.15.5 [#&#8203;43399](https://github.com/spring-projects/spring-boot/issues/43399) - Upgrade to Hibernate 6.6.4.Final [#&#8203;43566](https://github.com/spring-projects/spring-boot/issues/43566) - Upgrade to Hibernate Validator 8.0.2.Final [#&#8203;43510](https://github.com/spring-projects/spring-boot/issues/43510) - Upgrade to Jackson Bom 2.18.2 [#&#8203;43401](https://github.com/spring-projects/spring-boot/issues/43401) - Upgrade to Jetty 12.0.16 [#&#8203;43488](https://github.com/spring-projects/spring-boot/issues/43488) - Upgrade to jOOQ 3.19.16 [#&#8203;43468](https://github.com/spring-projects/spring-boot/issues/43468) - Upgrade to JUnit Jupiter 5.11.4 [#&#8203;43530](https://github.com/spring-projects/spring-boot/issues/43530) - Upgrade to Log4j2 2.24.3 [#&#8203;43501](https://github.com/spring-projects/spring-boot/issues/43501) - Upgrade to Micrometer 1.14.2 [#&#8203;43408](https://github.com/spring-projects/spring-boot/issues/43408) - Upgrade to Micrometer Tracing 1.4.1 [#&#8203;43409](https://github.com/spring-projects/spring-boot/issues/43409) - Upgrade to Native Build Tools Plugin 0.10.4 [#&#8203;43403](https://github.com/spring-projects/spring-boot/issues/43403) - Upgrade to Netty 4.1.116.Final [#&#8203;43548](https://github.com/spring-projects/spring-boot/issues/43548) - Upgrade to Prometheus Client 1.3.5 [#&#8203;43503](https://github.com/spring-projects/spring-boot/issues/43503) - Upgrade to Pulsar 3.3.3 [#&#8203;43405](https://github.com/spring-projects/spring-boot/issues/43405) - Upgrade to Pulsar Reactive 0.5.10 [#&#8203;43539](https://github.com/spring-projects/spring-boot/issues/43539) - Upgrade to Reactor Bom 2024.0.1 [#&#8203;43410](https://github.com/spring-projects/spring-boot/issues/43410) - Upgrade to RxJava3 3.1.10 [#&#8203;43406](https://github.com/spring-projects/spring-boot/issues/43406) - Upgrade to Spring AMQP 3.2.1 [#&#8203;43411](https://github.com/spring-projects/spring-boot/issues/43411) - Upgrade to Spring Authorization Server 1.4.1 [#&#8203;43412](https://github.com/spring-projects/spring-boot/issues/43412) - Upgrade to Spring Batch 5.2.1 [#&#8203;43477](https://github.com/spring-projects/spring-boot/issues/43477) - Upgrade to Spring Data Bom 2024.1.1 [#&#8203;43413](https://github.com/spring-projects/spring-boot/issues/43413) - Upgrade to Spring Framework 6.2.1 [#&#8203;43414](https://github.com/spring-projects/spring-boot/issues/43414) - Upgrade to Spring HATEOAS 2.4.1 [#&#8203;43478](https://github.com/spring-projects/spring-boot/issues/43478) - Upgrade to Spring Integration 6.4.1 [#&#8203;43415](https://github.com/spring-projects/spring-boot/issues/43415) - Upgrade to Spring Kafka 3.3.1 [#&#8203;43416](https://github.com/spring-projects/spring-boot/issues/43416) - Upgrade to Spring LDAP 3.2.10 [#&#8203;43417](https://github.com/spring-projects/spring-boot/issues/43417) - Upgrade to Spring Pulsar 1.2.1 [#&#8203;43418](https://github.com/spring-projects/spring-boot/issues/43418) - Upgrade to Spring Retry 2.0.11 [#&#8203;43486](https://github.com/spring-projects/spring-boot/issues/43486) - Upgrade to Spring Security 6.4.2 [#&#8203;43419](https://github.com/spring-projects/spring-boot/issues/43419) - Upgrade to Spring Session 3.4.1 [#&#8203;43420](https://github.com/spring-projects/spring-boot/issues/43420) - Upgrade to SQLite JDBC 3.47.1.0 [#&#8203;43407](https://github.com/spring-projects/spring-boot/issues/43407) - Upgrade to Thymeleaf 3.1.3.RELEASE [#&#8203;43469](https://github.com/spring-projects/spring-boot/issues/43469) - Upgrade to Thymeleaf Extras SpringSecurity 3.1.3.RELEASE [#&#8203;43470](https://github.com/spring-projects/spring-boot/issues/43470) - Upgrade to Tomcat 10.1.34 [#&#8203;43471](https://github.com/spring-projects/spring-boot/issues/43471) - Upgrade to Zipkin Reporter 3.4.3 [#&#8203;43467](https://github.com/spring-projects/spring-boot/issues/43467) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;BenchmarkingBuffalo](https://github.com/BenchmarkingBuffalo), [@&#8203;Jae-Young98](https://github.com/Jae-Young98), [@&#8203;arefbehboudi](https://github.com/arefbehboudi), [@&#8203;izeye](https://github.com/izeye), [@&#8203;kgb-financial-com](https://github.com/kgb-financial-com), [@&#8203;minwoo1999](https://github.com/minwoo1999), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;nosan](https://github.com/nosan), [@&#8203;onobc](https://github.com/onobc), [@&#8203;quaff](https://github.com/quaff), [@&#8203;scordio](https://github.com/scordio), [@&#8203;sobychacko](https://github.com/sobychacko), and [@&#8203;vonZeppelin](https://github.com/vonZeppelin) ### [`v3.4.0`](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.0) ##### :star: New Features - Add withDefaultRequestConfigCustomizer method to HttpComponentsClientHttpRequestFactoryBuilder [#&#8203;43139](https://github.com/spring-projects/spring-boot/issues/43139) - Fail JsonWriter if duplicate names are detected [#&#8203;43041](https://github.com/spring-projects/spring-boot/issues/43041) - Add JsonObjectDeserializer.nullSafeValue method that accepts a mapper Function [#&#8203;42972](https://github.com/spring-projects/spring-boot/issues/42972) - Support timeout property for GraphQL over SSE [#&#8203;42966](https://github.com/spring-projects/spring-boot/pull/42966) - Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access [#&#8203;42950](https://github.com/spring-projects/spring-boot/issues/42950) - Improve performance of ConcurrentReferenceCachingMetadataReaderFactory [#&#8203;42949](https://github.com/spring-projects/spring-boot/issues/42949) - Log warning in HikariCheckpointRestoreLifecycle if pool suspension isn't configured [#&#8203;42937](https://github.com/spring-projects/spring-boot/pull/42937) - Remove spring-boot-starter-aop dependency from spring-boot-starter-data-jpa and spring-boot-starter-integration [#&#8203;42934](https://github.com/spring-projects/spring-boot/issues/42934) ##### :lady_beetle: Bug Fixes - Jersey body handling is inconsistent with Spring Webflux and Spring MVC [#&#8203;43209](https://github.com/spring-projects/spring-boot/issues/43209) - Classes are accidentally named "structure logging" instead of "structured logging" [#&#8203;43203](https://github.com/spring-projects/spring-boot/pull/43203) - StructuredLoggingJsonProperties customizer should be a Class reference rather than a String [#&#8203;43202](https://github.com/spring-projects/spring-boot/issues/43202) - Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack [#&#8203;43171](https://github.com/spring-projects/spring-boot/issues/43171) - Incorrect Type for 'management.endpoints.access.default' defined in additional-spring-configuration-metadata.json [#&#8203;43154](https://github.com/spring-projects/spring-boot/issues/43154) - WebServerPortFileWriter fails when using a portfile without extension [#&#8203;43117](https://github.com/spring-projects/spring-boot/issues/43117) - SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set [#&#8203;43084](https://github.com/spring-projects/spring-boot/issues/43084) - SslHealthIndicator throws NullPointerException when using SslBundle with SslStoreBundle.NONE [#&#8203;43078](https://github.com/spring-projects/spring-boot/issues/43078) - JdkClientHttpRequestFactoryBuilder and JettyClientHttpRequestFactoryBuilder do not set Ciphers or Enabled Protocols [#&#8203;43077](https://github.com/spring-projects/spring-boot/issues/43077) - Root cause of errors is hidden when loading images from archive [#&#8203;43070](https://github.com/spring-projects/spring-boot/issues/43070) - mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters [#&#8203;43062](https://github.com/spring-projects/spring-boot/issues/43062) - A `@SpyBean` on the output of a FactoryBean is not reset [#&#8203;43053](https://github.com/spring-projects/spring-boot/issues/43053) - Logback logging system does not process URLs with paths not ending in .xml [#&#8203;42990](https://github.com/spring-projects/spring-boot/issues/42990) - Bean-based conditions do not consider factory beans correctly when determining if they are a candidate [#&#8203;42970](https://github.com/spring-projects/spring-boot/issues/42970) - NPE in bootBuildImage when setting DOCKER_CONTEXT=default [#&#8203;42960](https://github.com/spring-projects/spring-boot/issues/42960) - Warning due to duplicate MockResolver extensions [#&#8203;42957](https://github.com/spring-projects/spring-boot/issues/42957) - HttpHostConnectException is thrown when using buildpacks with Gradle or Maven on Windows [#&#8203;42952](https://github.com/spring-projects/spring-boot/issues/42952) - build-info doesn't support seconds since the epoch from project.build.outputTimestamp [#&#8203;42936](https://github.com/spring-projects/spring-boot/issues/42936) - NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null [#&#8203;42926](https://github.com/spring-projects/spring-boot/issues/42926) - Default WebSocketMessageBrokerConfigurer is always overriding custom channel executor [#&#8203;42924](https://github.com/spring-projects/spring-boot/issues/42924) - X-Registry-Auth header sent to Docker Engine API contains field "authHeader" [#&#8203;42915](https://github.com/spring-projects/spring-boot/issues/42915) - ApplicationContextRunner has inconsistent behaviour with duplicate auto-configuration class names [#&#8203;17963](https://github.com/spring-projects/spring-boot/issues/17963) ##### :notebook_with_decorative_cover: Documentation - Migrate class references to full javadoc links [#&#8203;43239](https://github.com/spring-projects/spring-boot/issues/43239) - Documentation for 'spring.datasource.type' is misleading [#&#8203;43199](https://github.com/spring-projects/spring-boot/issues/43199) - Update "Upgrading From" section to use "2.x" [#&#8203;43160](https://github.com/spring-projects/spring-boot/issues/43160) - Include spring-boot-loader in API documentation [#&#8203;43153](https://github.com/spring-projects/spring-boot/issues/43153) - Document how and where to add custom GraalVM configuration files [#&#8203;43074](https://github.com/spring-projects/spring-boot/issues/43074) - Rework DataSource configuration examples to separate defining an additional DataSource and defining a DataSource of a different type [#&#8203;43059](https://github.com/spring-projects/spring-boot/issues/43059) - Location of the layers schema is incorrect in the Maven Plugin's examples [#&#8203;43033](https://github.com/spring-projects/spring-boot/issues/43033) - Link to Eclipse setup instructions [#&#8203;42954](https://github.com/spring-projects/spring-boot/issues/42954) - Fix link to Checkpoint and Restore status page [#&#8203;42939](https://github.com/spring-projects/spring-boot/issues/42939) ##### :hammer: Dependency Upgrades - Upgrade to ActiveMQ 6.1.4 [#&#8203;43128](https://github.com/spring-projects/spring-boot/issues/43128) - Upgrade to Byte Buddy 1.15.10 [#&#8203;43097](https://github.com/spring-projects/spring-boot/issues/43097) - Upgrade to Couchbase Client 3.7.5 [#&#8203;43098](https://github.com/spring-projects/spring-boot/issues/43098) - Upgrade to Elasticsearch Client 8.15.4 [#&#8203;43129](https://github.com/spring-projects/spring-boot/issues/43129) - Upgrade to Flyway 10.20.1 [#&#8203;43130](https://github.com/spring-projects/spring-boot/issues/43130) - Upgrade to Groovy 4.0.24 [#&#8203;43099](https://github.com/spring-projects/spring-boot/issues/43099) - Upgrade to Hibernate 6.6.2.Final [#&#8203;43100](https://github.com/spring-projects/spring-boot/issues/43100) - Upgrade to HttpClient5 5.4.1 [#&#8203;43102](https://github.com/spring-projects/spring-boot/issues/43102) - Upgrade to Infinispan 15.0.11.Final [#&#8203;43131](https://github.com/spring-projects/spring-boot/issues/43131) - Upgrade to Jackson Bom 2.18.1 [#&#8203;43103](https://github.com/spring-projects/spring-boot/issues/43103) - Upgrade to Jetty 12.0.15 [#&#8203;43104](https://github.com/spring-projects/spring-boot/issues/43104) - Upgrade to jOOQ 3.19.15 [#&#8203;43105](https://github.com/spring-projects/spring-boot/issues/43105) - Upgrade to Kafka 3.8.1 [#&#8203;43106](https://github.com/spring-projects/spring-boot/issues/43106) - Upgrade to Lettuce 6.4.1.RELEASE [#&#8203;43185](https://github.com/spring-projects/spring-boot/issues/43185) - Upgrade to Logback 1.5.12 [#&#8203;43107](https://github.com/spring-projects/spring-boot/issues/43107) - Upgrade to Lombok 1.18.36 [#&#8203;43186](https://github.com/spring-projects/spring-boot/issues/43186) - Upgrade to Maven Dependency Plugin 3.8.1 [#&#8203;43108](https://github.com/spring-projects/spring-boot/issues/43108) - Upgrade to Maven Failsafe Plugin 3.5.2 [#&#8203;43109](https://github.com/spring-projects/spring-boot/issues/43109) - Upgrade to Maven Surefire Plugin 3.5.2 [#&#8203;43110](https://github.com/spring-projects/spring-boot/issues/43110) - Upgrade to Micrometer 1.14.1 [#&#8203;43187](https://github.com/spring-projects/spring-boot/issues/43187) - Upgrade to Micrometer Tracing 1.4.0 [#&#8203;43120](https://github.com/spring-projects/spring-boot/issues/43120) - Upgrade to MongoDB 5.2.1 [#&#8203;43111](https://github.com/spring-projects/spring-boot/issues/43111) - Upgrade to Netty 4.1.115.Final [#&#8203;43133](https://github.com/spring-projects/spring-boot/issues/43133) - Upgrade to Prometheus Client 1.3.3 [#&#8203;43112](https://github.com/spring-projects/spring-boot/issues/43112) - Upgrade to Pulsar Reactive 0.5.9 [#&#8203;43188](https://github.com/spring-projects/spring-boot/issues/43188) - Upgrade to Reactor Bom 2024.0.0 [#&#8203;43015](https://github.com/spring-projects/spring-boot/issues/43015) - Upgrade to Spring AMQP 3.2.0 [#&#8203;43016](https://github.com/spring-projects/spring-boot/issues/43016) - Upgrade to Spring Authorization Server 1.4.0 [#&#8203;43017](https://github.com/spring-projects/spring-boot/issues/43017) - Upgrade to Spring Batch 5.2.0 [#&#8203;43018](https://github.com/spring-projects/spring-boot/issues/43018) - Upgrade to Spring Data Bom 2024.1.0 [#&#8203;43019](https://github.com/spring-projects/spring-boot/issues/43019) - Upgrade to Spring Framework 6.2.0 [#&#8203;43020](https://github.com/spring-projects/spring-boot/issues/43020) - Upgrade to Spring HATEOAS 2.4.0 [#&#8203;43021](https://github.com/spring-projects/spring-boot/issues/43021) - Upgrade to Spring Integration 6.4.0 [#&#8203;43022](https://github.com/spring-projects/spring-boot/issues/43022) - Upgrade to Spring Kafka 3.3.0 [#&#8203;43023](https://github.com/spring-projects/spring-boot/issues/43023) - Upgrade to Spring LDAP 3.2.8 [#&#8203;43189](https://github.com/spring-projects/spring-boot/issues/43189) - Upgrade to Spring Pulsar 1.2.0 [#&#8203;43024](https://github.com/spring-projects/spring-boot/issues/43024) - Upgrade to Spring RESTDocs 3.0.3 [#&#8203;43025](https://github.com/spring-projects/spring-boot/issues/43025) - Upgrade to Spring Security 6.4.1 [#&#8203;43232](https://github.com/spring-projects/spring-boot/issues/43232) - Upgrade to Spring Session 3.4.0 [#&#8203;43027](https://github.com/spring-projects/spring-boot/issues/43027) - Upgrade to Testcontainers 1.20.4 [#&#8203;43243](https://github.com/spring-projects/spring-boot/issues/43243) - Upgrade to Tomcat 10.1.33 [#&#8203;43134](https://github.com/spring-projects/spring-boot/issues/43134) - Upgrade to Undertow 2.3.18.Final [#&#8203;43166](https://github.com/spring-projects/spring-boot/issues/43166) - Upgrade to WebJars Locator Lite 1.0.1 [#&#8203;43135](https://github.com/spring-projects/spring-boot/issues/43135) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;ahoehma](https://github.com/ahoehma), [@&#8203;deki](https://github.com/deki), [@&#8203;izeye](https://github.com/izeye), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;nosan](https://github.com/nosan), [@&#8203;quaff](https://github.com/quaff), and [@&#8203;wickdynex](https://github.com/wickdynex) ### [`v3.3.9`](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.9) ##### :lady_beetle: Bug Fixes - Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support [#&#8203;44316](https://github.com/spring-projects/spring-boot/issues/44316) - When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception [#&#8203;44310](https://github.com/spring-projects/spring-boot/pull/44310) - Maven plugin does not consistently use ArgFile for classpath argument on Windows [#&#8203;44305](https://github.com/spring-projects/spring-boot/pull/44305) - View resolver for Thymeleaf should back off if spring-webmvc is not present [#&#8203;44259](https://github.com/spring-projects/spring-boot/pull/44259) - Banner placeholder and defaults do not work during development [#&#8203;44137](https://github.com/spring-projects/spring-boot/issues/44137) - WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails [#&#8203;44134](https://github.com/spring-projects/spring-boot/pull/44134) - Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header [#&#8203;44053](https://github.com/spring-projects/spring-boot/issues/44053) - Logback configuration that relies on inner-classes does not work in a native image [#&#8203;44021](https://github.com/spring-projects/spring-boot/pull/44021) - IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 [#&#8203;43966](https://github.com/spring-projects/spring-boot/issues/43966) ##### :notebook_with_decorative_cover: Documentation - Document that auto-configuration classes should be identified using their binary names [#&#8203;44298](https://github.com/spring-projects/spring-boot/issues/44298) - Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off [#&#8203;44267](https://github.com/spring-projects/spring-boot/pull/44267) - Link to JarLauncher's javadoc [#&#8203;44168](https://github.com/spring-projects/spring-boot/pull/44168) - When using observability annotations, recommend that care is taken to avoid double instrumentation [#&#8203;44037](https://github.com/spring-projects/spring-boot/issues/44037) - Fix typo in Running Your Application [#&#8203;44032](https://github.com/spring-projects/spring-boot/pull/44032) - Source snippet in Developing Your First Spring Boot Application section uses the root package [#&#8203;43982](https://github.com/spring-projects/spring-boot/issues/43982) - Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" [#&#8203;43965](https://github.com/spring-projects/spring-boot/pull/43965) - Add links to Jackson Javadoc [#&#8203;43961](https://github.com/spring-projects/spring-boot/pull/43961) - Warn that some Quartz database schema scripts must be modified before use [#&#8203;43955](https://github.com/spring-projects/spring-boot/pull/43955) - Document Kubernetes preStop handler when using a Docker image without a shell [#&#8203;43830](https://github.com/spring-projects/spring-boot/issues/43830) ##### :hammer: Dependency Upgrades - Upgrade to Commons Pool2 2.12.1 [#&#8203;44138](https://github.com/spring-projects/spring-boot/issues/44138) - Upgrade to Groovy 4.0.25 [#&#8203;44139](https://github.com/spring-projects/spring-boot/issues/44139) - Upgrade to Infinispan 15.0.13.Final [#&#8203;44140](https://github.com/spring-projects/spring-boot/issues/44140) - Upgrade to jOOQ 3.19.19 [#&#8203;44367](https://github.com/spring-projects/spring-boot/issues/44367) - Upgrade to Json-smart 2.5.2 [#&#8203;44263](https://github.com/spring-projects/spring-boot/issues/44263) - Upgrade to Micrometer 1.13.11 [#&#8203;44102](https://github.com/spring-projects/spring-boot/issues/44102) - Upgrade to Micrometer Tracing 1.3.9 [#&#8203;44103](https://github.com/spring-projects/spring-boot/issues/44103) - Upgrade to Native Build Tools Plugin 0.10.5 [#&#8203;44141](https://github.com/spring-projects/spring-boot/issues/44141) - Upgrade to Netty 4.1.118.Final [#&#8203;44218](https://github.com/spring-projects/spring-boot/issues/44218) - Upgrade to Reactor Bom 2023.0.15 [#&#8203;44104](https://github.com/spring-projects/spring-boot/issues/44104) - Upgrade to RSocket 1.1.5 [#&#8203;44041](https://github.com/spring-projects/spring-boot/issues/44041) - Upgrade to Spring AMQP 3.1.9 [#&#8203;44277](https://github.com/spring-projects/spring-boot/issues/44277) - Upgrade to Spring Authorization Server 1.3.5 [#&#8203;44105](https://github.com/spring-projects/spring-boot/issues/44105) - Upgrade to Spring Data Bom 2024.0.9 [#&#8203;44106](https://github.com/spring-projects/spring-boot/issues/44106) - Upgrade to Spring Framework 6.1.17 [#&#8203;44107](https://github.com/spring-projects/spring-boot/issues/44107) - Upgrade to Spring GraphQL 1.3.4 [#&#8203;44108](https://github.com/spring-projects/spring-boot/issues/44108) - Upgrade to Spring Integration 6.3.8 [#&#8203;44109](https://github.com/spring-projects/spring-boot/issues/44109) - Upgrade to Spring Kafka 3.2.7 [#&#8203;44110](https://github.com/spring-projects/spring-boot/issues/44110) - Upgrade to Spring LDAP 3.2.11 [#&#8203;44111](https://github.com/spring-projects/spring-boot/issues/44111) - Upgrade to Spring Pulsar 1.1.9 [#&#8203;44112](https://github.com/spring-projects/spring-boot/issues/44112) - Upgrade to Spring Security 6.3.7 [#&#8203;44113](https://github.com/spring-projects/spring-boot/issues/44113) - Upgrade to Spring Session 3.3.6 [#&#8203;44114](https://github.com/spring-projects/spring-boot/issues/44114) - Upgrade to Tomcat 10.1.36 [#&#8203;44331](https://github.com/spring-projects/spring-boot/issues/44331) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;Ru311](https://github.com/Ru311), [@&#8203;ashishkujoy](https://github.com/ashishkujoy), [@&#8203;izeye](https://github.com/izeye), [@&#8203;jearton](https://github.com/jearton), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;nosan](https://github.com/nosan), and [@&#8203;timotheeandres](https://github.com/timotheeandres) ### [`v3.3.8`](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.8) ##### :lady_beetle: Bug Fixes - POSTGRESQL_USERNAME and POSTGRESQL_DATABASE are ignored when using the Bitnami PostgreSQL image with Docker Compose [#&#8203;43787](https://github.com/spring-projects/spring-boot/pull/43787) - docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier [#&#8203;43710](https://github.com/spring-projects/spring-boot/issues/43710) - Build info timestamp is truncated to seconds [#&#8203;43612](https://github.com/spring-projects/spring-boot/pull/43612) - FileWatcher used for SSL reload does not support symlinks [#&#8203;43586](https://github.com/spring-projects/spring-boot/pull/43586) - BindableRuntimeHintsRegistrar should handle TypeNotPresentException [#&#8203;43598](https://github.com/spring-projects/spring-boot/issues/43598) ##### :notebook_with_decorative_cover: Documentation - Document that the `@ConfigurationProperties` annotation processor cannot generate description and defaultValue metadata for external types [#&#8203;43925](https://github.com/spring-projects/spring-boot/issues/43925) - Fix description of management.metrics.graphql.autotime.enabled [#&#8203;43904](https://github.com/spring-projects/spring-boot/pull/43904) - Document 'base64:' prefix support [#&#8203;43809](https://github.com/spring-projects/spring-boot/issues/43809) - Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead [#&#8203;43727](https://github.com/spring-projects/spring-boot/issues/43727) - Javadoc of DataSourceBuilder does not reference all supported types [#&#8203;43724](https://github.com/spring-projects/spring-boot/issues/43724) - Links to the Javadoc of Jakarta Messaging are invalid [#&#8203;43661](https://github.com/spring-projects/spring-boot/pull/43661) - Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation [#&#8203;43622](https://github.com/spring-projects/spring-boot/pull/43622) - Javadoc link for jakarta.xml.bind is invalid [#&#8203;43606](https://github.com/spring-projects/spring-boot/issues/43606) - Documentation still has references to 'layertools' [#&#8203;43601](https://github.com/spring-projects/spring-boot/pull/43601) - Javadoc of ConstructorBinding should not use markdown formatting [#&#8203;43590](https://github.com/spring-projects/spring-boot/pull/43590) ##### :hammer: Dependency Upgrades - Upgrade to ActiveMQ 6.1.5 [#&#8203;43799](https://github.com/spring-projects/spring-boot/issues/43799) - Upgrade to FreeMarker 2.3.34 [#&#8203;43719](https://github.com/spring-projects/spring-boot/issues/43719) - Upgrade to Infinispan 15.0.12.Final [#&#8203;43909](https://github.com/spring-projects/spring-boot/issues/43909) - Upgrade to Jersey 3.1.10 [#&#8203;43800](https://github.com/spring-projects/spring-boot/issues/43800) - Upgrade to jOOQ 3.19.18 [#&#8203;43840](https://github.com/spring-projects/spring-boot/issues/43840) - Upgrade to Logback 1.5.16 [#&#8203;43568](https://github.com/spring-projects/spring-boot/issues/43568) - Upgrade to Micrometer 1.13.10 [#&#8203;43740](https://github.com/spring-projects/spring-boot/issues/43740) - Upgrade to Micrometer Tracing 1.3.8 [#&#8203;43741](https://github.com/spring-projects/spring-boot/issues/43741) - Upgrade to Netty 4.1.117.Final [#&#8203;43841](https://github.com/spring-projects/spring-boot/issues/43841) - Upgrade to Postgresql 42.7.5 [#&#8203;43842](https://github.com/spring-projects/spring-boot/issues/43842) - Upgrade to Reactor Bom 2023.0.14 [#&#8203;43742](https://github.com/spring-projects/spring-boot/issues/43742) - Upgrade to Spring Data Bom 2024.0.8 [#&#8203;43743](https://github.com/spring-projects/spring-boot/issues/43743) - Upgrade to Spring Pulsar 1.1.8 [#&#8203;43744](https://github.com/spring-projects/spring-boot/issues/43744) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;arefbehboudi](https://github.com/arefbehboudi), [@&#8203;dreis2211](https://github.com/dreis2211), [@&#8203;gavarava](https://github.com/gavarava), [@&#8203;hezean](https://github.com/hezean), [@&#8203;izeye](https://github.com/izeye), [@&#8203;jxblum](https://github.com/jxblum), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;quaff](https://github.com/quaff), and [@&#8203;tmaciejewski](https://github.com/tmaciejewski) ### [`v3.3.7`](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.7) ##### :lady_beetle: Bug Fixes - KafkaProperties fail to build SSL properties when the bundle name is an empty string [#&#8203;43561](https://github.com/spring-projects/spring-boot/issues/43561) - With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used [#&#8203;43494](https://github.com/spring-projects/spring-boot/pull/43494) - Kafka dependency management does not include the kafka-server module [#&#8203;43450](https://github.com/spring-projects/spring-boot/pull/43450) - Failures in -Djarmode=tools do not consistently return a non-zero exit [#&#8203;43435](https://github.com/spring-projects/spring-boot/issues/43435) - SpringApplicationShutdownHandlers do not run in deterministic order [#&#8203;43430](https://github.com/spring-projects/spring-boot/issues/43430) - Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables [#&#8203;43380](https://github.com/spring-projects/spring-boot/issues/43380) - Diagnostics are poor when property resolution throws a ConversionFailedException [#&#8203;43378](https://github.com/spring-projects/spring-boot/issues/43378) - Unable to find a `@SpringBootConfiguration` results in misleading error message [#&#8203;43357](https://github.com/spring-projects/spring-boot/issues/43357) - H2ConsoleAutoConfiguration causes early initialization of DataSource beans [#&#8203;43337](https://github.com/spring-projects/spring-boot/issues/43337) - Accept progress on numbers >2GB [#&#8203;43328](https://github.com/spring-projects/spring-boot/pull/43328) - Overriding log level with an environment variable does not work when using an environment prefix [#&#8203;43304](https://github.com/spring-projects/spring-boot/issues/43304) - Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle [#&#8203;43300](https://github.com/spring-projects/spring-boot/issues/43300) - UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled [#&#8203;43284](https://github.com/spring-projects/spring-boot/issues/43284) - Unable to use Docker Compose support when mixing dedicated and shared services [#&#8203;40139](https://github.com/spring-projects/spring-boot/issues/40139) ##### :notebook_with_decorative_cover: Documentation - Fix typo in documentation [#&#8203;43557](https://github.com/spring-projects/spring-boot/pull/43557) - Fix typo [#&#8203;43512](https://github.com/spring-projects/spring-boot/pull/43512) - Links to logback javadoc are incorrect [#&#8203;43439](https://github.com/spring-projects/spring-boot/pull/43439) - Fix JUnit javadoc links [#&#8203;43383](https://github.com/spring-projects/spring-boot/pull/43383) - Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles [#&#8203;43353](https://github.com/spring-projects/spring-boot/issues/43353) - Restore System property in Logging section of the reference documentation [#&#8203;43341](https://github.com/spring-projects/spring-boot/pull/43341) - Use `<annotationProcessorPaths>` in Maven examples for configuring an annotation processor [#&#8203;43329](https://github.com/spring-projects/spring-boot/issues/43329) - Fix link to proxyBeanMethods in `@AutoConfiguration` javadoc [#&#8203;43323](https://github.com/spring-projects/spring-boot/pull/43323) - Fix links to Servlet and JPA javadoc [#&#8203;43320](https://github.com/spring-projects/spring-boot/pull/43320) - Link to `@EnableMethodSecurity` instead of the deprecated `@EnableGlobalMethodSecurity` [#&#8203;43308](https://github.com/spring-projects/spring-boot/issues/43308) - Fix Javadoc link for Hikari [#&#8203;43305](https://github.com/spring-projects/spring-boot/pull/43305) ##### :hammer: Dependency Upgrades - Upgrade to Dependency Management Plugin 1.1.7 [#&#8203;43542](https://github.com/spring-projects/spring-boot/issues/43542) - Upgrade to Hibernate Validator 8.0.2.Final [#&#8203;43509](https://github.com/spring-projects/spring-boot/issues/43509) - Upgrade to Jetty 12.0.16 [#&#8203;43487](https://github.com/spring-projects/spring-boot/issues/43487) - Upgrade to jOOQ 3.19.16 [#&#8203;43463](https://github.com/spring-projects/spring-boot/issues/43463) - Upgrade to Kafka 3.7.2 [#&#8203;43502](https://github.com/spring-projects/spring-boot/issues/43502) - Upgrade to Micrometer 1.13.9 [#&#8203;43388](https://github.com/spring-projects/spring-boot/issues/43388) - Upgrade to Micrometer Tracing 1.3.7 [#&#8203;43389](https://github.com/spring-projects/spring-boot/issues/43389) - Upgrade to Native Build Tools Plugin 0.10.4 [#&#8203;43385](https://github.com/spring-projects/spring-boot/issues/43385) - Upgrade to Netty 4.1.116.Final [#&#8203;43549](https://github.com/spring-projects/spring-boot/issues/43549) - Upgrade to Reactor Bom 2023.0.13 [#&#8203;43390](https://github.com/spring-projects/spring-boot/issues/43390) - Upgrade to RxJava3 3.1.10 [#&#8203;43386](https://github.com/spring-projects/spring-boot/issues/43386) - Upgrade to Spring Authorization Server 1.3.4 [#&#8203;43391](https://github.com/spring-projects/spring-boot/issues/43391) - Upgrade to Spring Batch 5.1.3 [#&#8203;43474](https://github.com/spring-projects/spring-boot/issues/43474) - Upgrade to Spring Data Bom 2024.0.7 [#&#8203;43392](https://github.com/spring-projects/spring-boot/issues/43392) - Upgrade to Spring Framework 6.1.16 [#&#8203;43393](https://github.com/spring-projects/spring-boot/issues/43393) - Upgrade to Spring HATEOAS 2.3.4 [#&#8203;43475](https://github.com/spring-projects/spring-boot/issues/43475) - Upgrade to Spring Integration 6.3.7 [#&#8203;43476](https://github.com/spring-projects/spring-boot/issues/43476) - Upgrade to Spring Kafka 3.2.6 [#&#8203;43394](https://github.com/spring-projects/spring-boot/issues/43394) - Upgrade to Spring LDAP 3.2.10 [#&#8203;43395](https://github.com/spring-projects/spring-boot/issues/43395) - Upgrade to Spring Pulsar 1.1.7 [#&#8203;43396](https://github.com/spring-projects/spring-boot/issues/43396) - Upgrade to Spring Retry 2.0.11 [#&#8203;43485](https://github.com/spring-projects/spring-boot/issues/43485) - Upgrade to Spring Security 6.3.6 [#&#8203;43527](https://github.com/spring-projects/spring-boot/issues/43527) - Upgrade to Spring Session 3.3.5 [#&#8203;43397](https://github.com/spring-projects/spring-boot/issues/43397) - Upgrade to Thymeleaf 3.1.3.RELEASE [#&#8203;43464](https://github.com/spring-projects/spring-boot/issues/43464) - Upgrade to Thymeleaf Extras SpringSecurity 3.1.3.RELEASE [#&#8203;43465](https://github.com/spring-projects/spring-boot/issues/43465) - Upgrade to Tomcat 10.1.34 [#&#8203;43466](https://github.com/spring-projects/spring-boot/issues/43466) - Upgrade to Undertow 2.3.18.Final [#&#8203;43387](https://github.com/spring-projects/spring-boot/issues/43387) - Upgrade to Zipkin Reporter 3.4.3 [#&#8203;43462](https://github.com/spring-projects/spring-boot/issues/43462) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;BenchmarkingBuffalo](https://github.com/BenchmarkingBuffalo), [@&#8203;kgb-financial-com](https://github.com/kgb-financial-com), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;nosan](https://github.com/nosan), [@&#8203;quaff](https://github.com/quaff), [@&#8203;scordio](https://github.com/scordio), and [@&#8203;sobychacko](https://github.com/sobychacko) ### [`v3.3.6`](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.6) ##### :warning: Noteworthy - This release upgrades to OpenTelemetry 1.38.0, see [this issue comment](https://github.com/spring-projects/spring-boot/issues/43200#issuecomment-2486198324) for more details. ##### :lady_beetle: Bug Fixes - Spring Boot 3.3.x dependencies do not converge for Micrometer Tracing and OpenTelemetry [#&#8203;43200](https://github.com/spring-projects/spring-boot/issues/43200) - Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack [#&#8203;43170](https://github.com/spring-projects/spring-boot/issues/43170) - WebServerPortFileWriter fails when using a portfile without extension [#&#8203;43116](https://github.com/spring-projects/spring-boot/issues/43116) - SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set [#&#8203;43083](https://github.com/spring-projects/spring-boot/issues/43083) - Root cause of errors is hidden when loading images from archive [#&#8203;43069](https://github.com/spring-projects/spring-boot/issues/43069) - mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters [#&#8203;43051](https://github.com/spring-projects/spring-boot/issues/43051) - Logback logging system does not process URLs with paths not ending in .xml [#&#8203;42989](https://github.com/spring-projects/spring-boot/issues/42989) - NPE in bootBuildImage when setting DOCKER_CONTEXT=default [#&#8203;42959](https://github.com/spring-projects/spring-boot/issues/42959) - build-info doesn't support seconds since the epoch from project.build.outputTimestamp [#&#8203;42935](https://github.com/spring-projects/spring-boot/issues/42935) - NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null [#&#8203;42925](https://github.com/spring-projects/spring-boot/issues/42925) - X-Registry-Auth header sent to Docker Engine API contains field "authHeader" [#&#8203;42914](https://github.com/spring-projects/spring-boot/issues/42914) - A `@SpyBean` on the output of a FactoryBean is not reset [#&#8203;31204](https://github.com/spring-projects/spring-boot/issues/31204) ##### :notebook_with_decorative_cover: Documentation - Documentation for 'spring.datasource.type' is misleading [#&#8203;43198](https://github.com/spring-projects/spring-boot/issues/43198) - Update "Upgrading From" section to use "2.x" [#&#8203;43159](https://github.com/spring-projects/spring-boot/issues/43159) - Include spring-boot-loader in API documentation [#&#8203;43151](https://github.com/spring-projects/spring-boot/issues/43151) - Document how and where to add custom GraalVM configuration files [#&#8203;43073](https://github.com/spring-projects/spring-boot/issues/43073) - Rework DataSource configuration examples to separate defining an additional DataSource and defining a DataSource of a different type [#&#8203;43058](https://github.com/spring-projects/spring-boot/issues/43058) - Location of the layers schema is incorrect in the Maven Plugin's examples [#&#8203;43032](https://github.com/spring-projects/spring-boot/issues/43032) - Link to Eclipse setup instructions [#&#8203;42953](https://github.com/spring-projects/spring-boot/issues/42953) - Fix link to Checkpoint and Restore status page [#&#8203;42938](https://github.com/spring-projects/spring-boot/issues/42938) - Update HttpWebServiceMessageSenderBuilder javadoc [#&#8203;42893](https://github.com/spring-projects/spring-boot/issues/42893) - Move default value descriptions to "description" in logging property metadata [#&#8203;42881](https://github.com/spring-projects/spring-boot/issues/42881) ##### :hammer: Dependency Upgrades - Upgrade to ActiveMQ 6.1.4 [#&#8203;43146](https://github.com/spring-projects/spring-boot/issues/43146) - Upgrade to Groovy 4.0.24 [#&#8203;43095](https://github.com/spring-projects/spring-boot/issues/43095) - Upgrade to Infinispan 15.0.11.Final [#&#8203;43147](https://github.com/spring-projects/spring-boot/issues/43147) - Upgrade to Jackson Bom 2.17.3 [#&#8203;43036](https://github.com/spring-projects/spring-boot/issues/43036) - Upgrade to Jetty 12.0.15 [#&#8203;43093](https://github.com/spring-projects/spring-boot/issues/43093) - Upgrade to jOOQ 3.19.15 [#&#8203;43037](https://github.com/spring-projects/spring-boot/issues/43037) - Upgrade to Logback 1.5.12 [#&#8203;43038](https://github.com/spring-projects/spring-boot/issues/43038) - Upgrade to Lombok 1.18.36 [#&#8203;43181](https://github.com/spring-projects/spring-boot/issues/43181) - Upgrade to Micrometer 1.13.8 [#&#8203;43182](https://github.com/spring-projects/spring-boot/issues/43182) - Upgrade to Micrometer Tracing 1.3.6 [#&#8203;43000](https://github.com/spring-projects/spring-boot/issues/43000) - Upgrade to Netty 4.1.115.Final [#&#8203;43148](https://github.com/spring-projects/spring-boot/issues/43148) - Upgrade to Pulsar Reactive 0.5.9 [#&#8203;43183](https://github.com/spring-projects/spring-boot/issues/43183) - Upgrade to Reactor Bom 2023.0.12 [#&#8203;43002](https://github.com/spring-projects/spring-boot/issues/43002) - Upgrade to Spring AMQP 3.1.8 [#&#8203;43004](https://github.com/spring-projects/spring-boot/issues/43004) - Upgrade to Spring Data Bom 2024.0.6 [#&#8203;43006](https://github.com/spring-projects/spring-boot/issues/43006) - Upgrade to Spring Framework 6.1.15 [#&#8203;43008](https://github.com/spring-projects/spring-boot/issues/43008) - Upgrade to Spring Integration 6.3.6 [#&#8203;43010](https://github.com/spring-projects/spring-boot/issues/43010) - Upgrade to Spring Kafka 3.2.5 [#&#8203;43011](https://github.com/spring-projects/spring-boot/issues/43011) - Upgrade to Spring LDAP 3.2.8 [#&#8203;43184](https://github.com/spring-projects/spring-boot/issues/43184) - Upgrade to Spring Pulsar 1.1.6 [#&#8203;43012](https://github.com/spring-projects/spring-boot/issues/43012) - Upgrade to Spring RESTDocs 3.0.3 [#&#8203;43014](https://github.com/spring-projects/spring-boot/issues/43014) - Upgrade to Spring Security 6.3.5 [#&#8203;43013](https://github.com/spring-projects/spring-boot/issues/43013) - Upgrade to Tomcat 10.1.33 [#&#8203;43149](https://github.com/spring-projects/spring-boot/issues/43149) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;ahoehma](https://github.com/ahoehma), [@&#8203;izeye](https://github.com/izeye), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;nosan](https://github.com/nosan), [@&#8203;quaff](https://github.com/quaff), and [@&#8203;wickdynex](https://github.com/wickdynex) ### [`v3.3.5`](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.5) ##### :lady_beetle: Bug Fixes - Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files [#&#8203;42841](https://github.com/spring-projects/spring-boot/issues/42841) - Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test [#&#8203;42785](https://github.com/spring-projects/spring-boot/issues/42785) - Case-insensitive comparisons may be adversely affected by the user's locale [#&#8203;42735](https://github.com/spring-projects/spring-boot/issues/42735) - DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails [#&#8203;42683](https://github.com/spring-projects/spring-boot/issues/42683) - Some `@ControllerEndpoint` and `@RestControllerEndpoint` infrastructure remains undeprecated [#&#8203;42498](https://github.com/spring-projects/spring-boot/issues/42498) - Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails [#&#8203;42490](https://github.com/spring-projects/spring-boot/issues/42490) - ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task [#&#8203;42468](https://github.com/spring-projects/spring-boot/issues/42468) - ActiveMQ Artemis Connection Factory creation fails in native image [#&#8203;42421](https://github.com/spring-projects/spring-boot/issues/42421) - Duplicate meter binding when context contains multiple registries, none are primary, and one or more is a composite [#&#8203;42397](https://github.com/spring-projects/spring-boot/issues/42397) ##### :notebook_with_decorative_cover: Documentation - Document that embedded Tomcat must be at least 10.1.25 [#&#8203;42849](https://github.com/spring-projects/spring-boot/issues/42849) - Fix systemd example configuration [#&#8203;42805](https://github.com/spring-projects/spring-boot/issues/42805) - Document that the exact behavior of the maximum HTTP request header size property is server-specific [#&#8203;42789](https://github.com/spring-projects/spring-boot/issues/42789) - Clarify why `@Primary` is recommended when defining your own ObjectMapper that replaces JacksonAutoConfiguration's [#&#8203;42787](https://github.com/spring-projects/spring-boot/issues/42787) - Polish javadoc for Binder#bindOrCreate(String, Class) [#&#8203;42778](https://github.com/spring-projects/spring-boot/issues/42778) - Document that Tomcat's maxQueueCapacity need to be greater than 0 [#&#8203;42726](https://github.com/spring-projects/spring-boot/issues/42726) - Remove stale link to jar-to-war getting started guide [#&#8203;42723](https://github.com/spring-projects/spring-boot/issues/42723) - Fix typos and formatting errors in documentation [#&#8203;42718](https://github.com/spring-projects/spring-boot/pull/42718) - Fix case used for examples in "Sanitize Sensitive Values" [#&#8203;42702](https://github.com/spring-projects/spring-boot/issues/42702) - Fix Regex javadoc links [#&#8203;42685](https://github.com/spring-projects/spring-boot/issues/42685) - Document how Map properties are bound from environment variables [#&#8203;42672](https://github.com/spring-projects/spring-boot/issues/42672) - Improve classpath index documentation for reproducible builds [#&#8203;42643](https://github.com/spring-projects/spring-boot/issues/42643) - Remove links to Spring Data GemFire [#&#8203;42596](https://github.com/spring-projects/spring-boot/issues/42596) - Order alphabetically the sections in Common Application Properties [#&#8203;42520](https://github.com/spring-projects/spring-boot/issues/42520) - Improve the javadoc describing when `@ConditionalOn`(Missing)Bean will infer the type to match [#&#8203;42505](https://github.com/spring-projects/spring-boot/issues/42505) - Document how to handle MANIFEST.MF in native image with Maven [#&#8203;42476](https://github.com/spring-projects/spring-boot/issues/42476) - Fix links to Micrometer reference doc [#&#8203;42467](https://github.com/spring-projects/spring-boot/pull/42467) - Polish documentation [#&#8203;42454](https://github.com/spring-projects/spring-boot/issues/42454) - Add Javadoc since for PrometheusScrapeEndpoint(PrometheusRegistry, Properties) [#&#8203;42406](https://github.com/spring-projects/spring-boot/pull/42406) - Remove note about graceful shutdown with Tomcat requiring 9.0.33 or later as we now require 10.1.x [#&#8203;42382](https://github.com/spring-projects/spring-boot/issues/42382) - Document support for Java 23 [#&#8203;42380](https://github.com/spring-projects/spring-boot/issues/42380) - Improve documentation for CycloneDX integration [#&#8203;41506](https://github.com/spring-projects/spring-boot/issues/41506) ##### :hammer: Dependency Upgrades - Prohibit upgrades to Undertow 2.3.18.Final [#&#8203;42756](https://github.com/spring-projects/spring-boot/issues/42756) - Upgrade to CycloneDX Maven Plugin 2.8.2 [#&#8203;42631](https://github.com/spring-projects/spring-boot/issues/42631) - Upgrade to GraphQL Java 22.3 [#&#8203;42757](https://github.com/spring-projects/spring-boot/issues/42757) - Upgrade to Infinispan 15.0.10.Final [#&#8203;42632](https://github.com/spring-projects/spring-boot/issues/42632) - Upgrade to Jaybird 5.0.6.java11 [#&#8203;42752](https://github.com/spring-projects/spring-boot/issues/42752) - Upgrade to Jersey 3.1.9 [#&#8203;42633](https://github.com/spring-projects/spring-boot/issues/42633) - Upgrade to Jetty 12.0.14 [#&#8203;42635](https://github.com/spring-projects/spring-boot/issues/42635) - Upgrade to Jetty Reactive HTTPClient 4.0.8 [#&#8203;42634](https://github.com/spring-projects/spring-boot/issues/42634) - Upgrade to jOOQ 3.19.14 [#&#8203;42818](https://github.com/spring-projects/spring-boot/issues/42818) - Upgrade to JUnit Jupiter 5.10.5 [#&#8203;42637](https://github.com/spring-projects/spring-boot/issues/42637) - Upgrade to Logback 1.5.11 [#&#8203;42753](https://github.com/spring-projects/spring-boot/issues/42753) - Upgrade to Micrometer 1.13.6 [#&#8203;42543](https://github.com/spring-projects/spring-boot/issues/42543) - Upgrade to Micrometer Tracing 1.3.5 [#&#8203;42544](https://github.com/spring-projects/spring-boot/issues/42544) - Upgrade to Neo4j Java Driver 5.25.0 [#&#8203;42628](https://github.com/spring-projects/spring-boot/issues/42628) - Upgrade to Netty 4.1.114.Final [#&#8203;42639](https://github.com/spring-projects/spring-boot/issues/42639) - Upgrade to Pooled JMS 3.1.7 [#&#8203;42640](https://github.com/spring-projects/spring-boot/issues/42640) - Upgrade to Pulsar Reactive 0.5.8 [#&#8203;42819](https://github.com/spring-projects/spring-boot/issues/42819) - Upgrade to R2DBC Pool 1.0.2.RELEASE [#&#8203;42754](https://github.com/spring-projects/spring-boot/issues/42754) - Upgrade to R2DBC Postgresql 1.0.7.RELEASE [#&#8203;42755](https://github.com/spring-projects/spring-boot/issues/42755) - Upgrade to Reactor Bom 2023.0.11 [#&#8203;42545](https://github.com/spring-projects/spring-boot/issues/42545) - Upgrade to Spring Authorization Server 1.3.3 [#&#8203;42546](https://github.com/spring-projects/spring-boot/issues/42546) - Upgrade to Spring Data Bom 2024.0.5 [#&#8203;42547](https://github.com/spring-projects/spring-boot/issues/42547) - Upgrade to Spring Framework 6.1.14 [#&#8203;42548](https://github.com/spring-projects/spring-boot/issues/42548) - Upgrade to Spring GraphQL 1.3.3 [#&#8203;42742](https://github.com/spring-projects/spring-boot/issues/42742) - Upgrade to Spring Integration 6.3.5 [#&#8203;42549](https://github.com/spring-projects/spring-boot/issues/42549) - Upgrade to Spring LDAP 3.2.7 [#&#8203;42550](https://github.com/spring-projects/spring-boot/issues/42550) - Upgrade to Spring Pulsar 1.1.5 [#&#8203;42551](https://github.com/spring-projects/spring-boot/issues/42551) - Upgrade to Spring RESTDocs 3.0.2 [#&#8203;42743](https://github.com/spring-projects/spring-boot/issues/42743) - Upgrade to Spring Retry 2.0.10 [#&#8203;42552](https://github.com/spring-projects/spring-boot/issues/42552) - Upgrade to Spring Security 6.3.4 [#&#8203;42553](https://github.com/spring-projects/spring-boot/issues/42553) - Upgrade to Spring Session 3.3.3 [#&#8203;42554](https://github.com/spring-projects/spring-boot/issues/42554) - Upgrade to Tomcat 10.1.31 [#&#8203;42642](https://github.com/spring-projects/spring-boot/issues/42642) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;IMWoo94](https://github.com/IMWoo94), [@&#8203;arefbehboudi](https://github.com/arefbehboudi), [@&#8203;izeye](https://github.com/izeye), [@&#8203;jeonghyeon00](https://github.com/jeonghyeon00), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;nosan](https://github.com/nosan), and [@&#8203;quaff](https://github.com/quaff) ### [`v3.3.4`](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.4) ##### :lady_beetle: Bug Fixes - management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped [#&#8203;42322](https://github.com/spring-projects/spring-boot/issues/42322) - Missing details in OAuth2ClientProperties validation error message [#&#8203;42279](https://github.com/spring-projects/spring-boot/issues/42279) - FileNotFoundException from unused mis-configured SSL bundles [#&#8203;42169](https://github.com/spring-projects/spring-boot/issues/42169) - ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath [#&#8203;42161](https://github.com/spring-projects/spring-boot/issues/42161) - `@RestartScope` can cause 'Recursive update' exceptions when used with container beans [#&#8203;42107](https://github.com/spring-projects/spring-boot/issues/42107) - JarLauncher fails to load large jar files [#&#8203;42079](https://github.com/spring-projects/spring-boot/issues/42079) - PropertiesMigrationListener wrongly reports property as deprecated when has group [#&#8203;42071](https://github.com/spring-projects/spring-boot/issues/42071) - Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET [#&#8203;42059](https://github.com/spring-projects/spring-boot/issues/42059) - Default Logback config uses deprecated "converterClass" attribute [#&#8203;42006](https://github.com/spring-projects/spring-boot/issues/42006) ##### :notebook_with_decorative_cover: Documentation - Document that spring.jmx.enabled is not intended for third-party libraries [#&#8203;42285](https://github.com/spring-projects/spring-boot/issues/42285) - Update link to Log4j2 system properties [#&#8203;42263](https://github.com/spring-projects/spring-boot/issues/42263) - Links to GraphQL in the reference guide redirect to the root instead of specific sections [#&#8203;42208](https://github.com/spring-projects/spring-boot/issues/42208) - Syntax error in "Receive a message reactively section" of the reference guide [#&#8203;42200](https://github.com/spring-projects/spring-boot/issues/42200) - Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing [#&#8203;42193](https://github.com/spring-projects/spring-boot/issues/42193) - Replace RFC 7807 by RFC 9457 in property documentation [#&#8203;42190](https://github.com/spring-projects/spring-boot/issues/42190) - Document that configuration property binding to a Kotlin value class with a default is not supported [#&#8203;42176](https://github.com/spring-projects/spring-boot/issues/42176) - Update documentation to reflect new no handler found exception behavior [#&#8203;42167](https://github.com/spring-projects/spring-boot/issues/42167) - Polish configuration property reference [#&#8203;42165](https://github.com/spring-projects/spring-boot/issues/42165) - Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available [#&#8203;42111](https://github.com/spring-projects/spring-boot/issues/42111) - Fix StatsD link typo on Metrics documentation page [#&#8203;42109](https://github.com/spring-projects/spring-boot/pull/42109) - Improve docker without buildpacks documentation [#&#8203;42106](https://github.com/spring-projects/spring-boot/issues/42106) - Improve documentation in "Command-line Completion" [#&#8203;42103](https://github.com/spring-projects/spring-boot/issues/42103) - Kotlin code examples are missing from the Testing section [#&#8203;42094](https://github.com/spring-projects/spring-boot/issues/42094) - Fix incorrect command in Docker configuration for Colima [#&#8203;42078](https://github.com/spring-projects/spring-boot/pull/42078) - Gradle Plugin AOT documentation has sample error [#&#8203;42046](https://github.com/spring-projects/spring-boot/issues/42046) ##### :hammer: Dependency Upgrades - Upgrade to Groovy 4.0.23 [#&#8203;42292](https://github.com/spring-projects/spring-boot/issues/42292) - Upgrade to Hibernate 6.5.3.Final [#&#8203;42365](https://github.com/spring-projects/spring-boot/issues/42365) - Upgrade to Infinispan 15.0.8.Final [#&#8203;42253](https://github.com/spring-projects/spring-boot/issues/42253) - Upgrade to Jakarta Servlet JSP JSTL 3.0.2 [#&#8203;42254](https://github.com/spring-projects/spring-boot/issues/42254) - Upgrade to Jetty 12.0.13 [#&#8203;42256](https://github.com/spring-projects/spring-boot/issues/42256) - Upgrade to Jetty Reactive HTTPClient 4.0.7 [#&#8203;42255](https://github.com/spring-projects/spring-boot/issues/42255) - Upgrade to Logback 1.5.8 [#&#8203;42257](https://github.com/spring-projects/spring-boot/issues/42257) - Upgrade to Micrometer 1.13.4 [#&#8203;42129](https://github.com/spring-projects/spring-boot/issues/42129) - Upgrade to Micrometer Tracing 1.3.4 [#&#8203;42130](https://github.com/spring-projects/spring-boot/issues/42130) - Upgrade to MSSQL JDBC 12.6.4.jre11 [#&#8203;42258](https://github.com/spring-projects/spring-boot/issues/42258) - Upgrade to Native Build Tools Plugin 0.10.3 [#&#8203;42205](https://github.com/spring-projects/spring-boot/issues/42205) - Upgrade to Netty 4.1.113.Final [#&#8203;42259](https://github.com/spring-projects/spring-boot/issues/42259) - Upgrade to Postgresql 42.7.4 [#&#8203;42260](https://github.com/spring-projects/spring-boot/issues/42260) - Upgrade to R2DBC MariaDB 1.2.2 [#&#8203;42326](https://github.com/spring-projects/spring-boot/issues/42326) - Upgrade to Reactor Bom 2023.0.10 [#&#8203;42131](https://github.com/spring-projects/spring-boot/issues/42131) - Upgrade to SendGrid 4.10.3 [#&#8203;42366](https://github.com/spring-projects/spring-boot/issues/42366) - Upgrade to Spring Data Bom 2024.0.4 [#&#8203;42132](https://github.com/spring-projects/spring-boot/issues/42132) - Upgrade to Spring Framework 6.1.13 [#&#8203;42133](https://github.com/spring-projects/spring-boot/issues/42133) - Upgrade to Spring HATEOAS 2.3.3 [#&#8203;42282](https://github.com/spring-projects/spring-boot/issues/42282) - Upgrade to Spring Integration 6.3.4 [#&#8203;42134](https://github.com/spring-projects/spring-boot/issues/42134) - Upgrade to Spring Kafka 3.2.4 [#&#8203;42135](https://github.com/spring-projects/spring-boot/issues/42135) - Upgrade to Spring Pulsar 1.1.4 [#&#8203;42136](https://github.com/spring-projects/spring-boot/issues/42136) - Upgrade to Spring Retry 2.0.9 [#&#8203;42327](https://github.com/spring-projects/spring-boot/issues/42327) - Upgrade to Tomcat 10.1.30 [#&#8203;42346](https://github.com/spring-projects/spring-boot/issues/42346) - Upgrade to Undertow 2.3.17.Final [#&#8203;42303](https://github.com/spring-projects/spring-boot/issues/42303) - Upgrade to Zipkin Reporter 3.4.2 [#&#8203;42364](https://github.com/spring-projects/spring-boot/issues/42364) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;Alchemik](https://github.com/Alchemik), [@&#8203;arefbehboudi](https://github.com/arefbehboudi), [@&#8203;einarpehrson](https://github.com/einarpehrson), [@&#8203;izeye](https://github.com/izeye), [@&#8203;martinfrancois](https://github.com/martinfrancois), [@&#8203;mushroom528](https://github.com/mushroom528), [@&#8203;nosan](https://github.com/nosan), and [@&#8203;quaff](https://github.com/quaff) </details> <details> <summary>stripe/stripe-java (com.stripe:stripe-java)</summary> ### [`v20.136.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201360---2022-07-26) - [#&#8203;1406](https://github.com/stripe/stripe-java/pull/1406) API Updates - Add support for `customer_balance` on `Checkout.Session.payment_method_options` and `checkout.SessionCreateParams.payment_method_options` - Add support for new value `customer_balance` on enum `checkout.SessionCreateParams.payment_method_types[]` - Add support for new values `en-CA` and `fr-CA` on enums `OrderCreateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `OrderUpdateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale` - [#&#8203;1405](https://github.com/stripe/stripe-java/pull/1405) chore: Update gson version in README. ### [`v20.135.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201350---2022-07-25) - [#&#8203;1402](https://github.com/stripe/stripe-java/pull/1402) API Updates - Add support for `installments` on `Checkout.Session.payment_method_options.card`, `checkout.SessionCreateParams.payment_method_options.card`, `Invoice.payment_settings.payment_method_options.card`, `InvoiceCreateParams.payment_settings.payment_method_options.card`, and `InvoiceUpdateParams.payment_settings.payment_method_options.card` - Add support for `default_currency` and `invoice_credit_balance` on `Customer` - Add support for `currency` on `InvoiceCreateParams` - Add support for `default_mandate` on `Invoice.payment_settings`, `InvoiceCreateParams.payment_settings`, and `InvoiceUpdateParams.payment_settings` - Add support for `mandate` on `InvoicePayParams` ### [`v20.134.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201340---2022-07-18) - [#&#8203;1391](https://github.com/stripe/stripe-java/pull/1391) API Updates - Add support for `blik_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities` - Add support for `blik` on `Charge.payment_method_details`, `Mandate.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupAttempt.payment_method_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_data`, `SetupIntentCreateParams.payment_method_options`, `SetupIntentUpdateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_options` - Change type of `Checkout.Session.consent_collection.promotions`, `checkout.SessionCreateParams.consent_collection.promotions`, `PaymentLink.consent_collection.promotions`, and `PaymentLinkCreateParams.consent_collection.promotions` from `literal('auto')` to `enum('auto'|'none')` - Add support for new value `blik` on enum `checkout.SessionCreateParams.payment_method_types[]` - Add support for new value `blik` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type` - Add support for new value `blik` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type` - Add support for new value `blik` on enums `PaymentLinkCreateParams.payment_method_types[]` and `PaymentLinkUpdateParams.payment_method_types[]` - Add support for new value `blik` on enum `PaymentMethodCreateParams.type` ### [`v20.133.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201330---2022-07-12) - [#&#8203;1390](https://github.com/stripe/stripe-java/pull/1390) API Updates - Add support for `customer_details` on `checkout.SessionListParams` ### [`v20.132.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201320---2022-07-07) - [#&#8203;1388](https://github.com/stripe/stripe-java/pull/1388) API Updates - Add support for `currency` on `checkout.SessionCreateParams`, `InvoiceUpcomingLinesParams`, `InvoiceUpcomingParams`, `PaymentLinkCreateParams`, `SubscriptionCreateParams`, `SubscriptionSchedule.phases[]`, `SubscriptionScheduleCreateParams.phases[]`, `SubscriptionScheduleUpdateParams.phases[]`, and `Subscription` - Add support for `currency_options` on `checkout.SessionCreateParams.shipping_options[].shipping_rate_data.fixed_amount`, `CouponCreateParams`, `CouponUpdateParams`, `Coupon`, `OrderCreateParams.shipping_cost.shipping_rate_data.fixed_amount`, `OrderUpdateParams.shipping_cost.shipping_rate_data.fixed_amount`, `PriceCreateParams`, `PriceUpdateParams`, `Price`, `ProductCreateParams.default_price_data`, `PromotionCode.restrictions`, `PromotionCodeCreateParams.restrictions`, `ShippingRate.fixed_amount`, and `ShippingRateCreateParams.fixed_amount` - Add support for `restrictions` on `PromotionCodeUpdateParams` - Add support for `fixed_amount` and `tax_behavior` on `ShippingRateUpdateParams` - [#&#8203;1387](https://github.com/stripe/stripe-java/pull/1387) API Updates - Add support for `customer` on `checkout.SessionListParams` and `RefundCreateParams` - Add support for `currency` and `origin` on `RefundCreateParams` - Add support for new values `financial_connections.account.created`, `financial_connections.account.deactivated`, `financial_connections.account.disconnected`, `financial_connections.account.reactivated`, and `financial_connections.account.refreshed_balance` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` - [#&#8203;1386](https://github.com/stripe/stripe-java/pull/1386) Support serializing nested objects in map ### [`v20.131.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201310---2022-06-29) - [#&#8203;1384](https://github.com/stripe/stripe-java/pull/1384) API Updates - Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card` - Change type of `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]` from `literal('card')` to `enum` - Add support for `hosted_regulatory_receipt_url` on `Treasury.ReceivedCredit` and `Treasury.ReceivedDebit` ### [`v20.130.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201300---2022-06-23) - [#&#8203;1380](https://github.com/stripe/stripe-java/pull/1380) API Updates - Add support for `capture_method` on `PaymentIntentConfirmParams` and `PaymentIntentUpdateParams` - [#&#8203;1378](https://github.com/stripe/stripe-java/pull/1378) API Updates - Add support for `promptpay_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities` - Add support for `promptpay` on `Charge.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data` - Add support for new value `promptpay` on enum `checkout.SessionCreateParams.payment_method_types[]` - Add support for `subtotal_excluding_tax` on `CreditNote` and `Invoice` - Add support for `amount_excluding_tax` and `unit_amount_excluding_tax` on `CreditNoteLineItem` and `InvoiceLineItem` - Add support for new value `promptpay` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type` - Add support for `rendering_options` on `InvoiceCreateParams` and `InvoiceUpdateParams` - Add support for new value `promptpay` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]` - Add support for `total_excluding_tax` on `Invoice` - Add support for `automatic_payment_methods` on `Order.payment.settings` - Add support for new value `promptpay` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type` - Add support for `promptpay_display_qr_code` on `PaymentIntent.next_action` - Add support for new value `promptpay` on enum `PaymentMethodCreateParams.type` - [#&#8203;1379](https://github.com/stripe/stripe-java/pull/1379) Use the generated API version - [#&#8203;1376](https://github.com/stripe/stripe-java/pull/1376) Document how to access unsupported parameters and properties ### [`v20.129.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201290---2022-06-17) - [#&#8203;1375](https://github.com/stripe/stripe-java/pull/1375) API Updates - Add support for `fund_cash_balance` test helper method on resource `Customer` - Add support for `statement_descriptor_prefix_kana` and `statement_descriptor_prefix_kanji` on `Account.settings.card_payments`, `Account.settings.payments`, `AccountCreateParams.settings.card_payments`, and `AccountUpdateParams.settings.card_payments` - Add support for `statement_descriptor_suffix_kana` and `statement_descriptor_suffix_kanji` on `Checkout.Session.payment_method_options.card`, `checkout.SessionCreateParams.payment_method_options.card`, `PaymentIntent.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card`, `PaymentIntentCreateParams.payment_method_options.card`, and `PaymentIntentUpdateParams.payment_method_options.card` - Add support for `total_excluding_tax` on `CreditNote` - Change type of `CustomerCreateParams.invoice_settings.rendering_options` and `CustomerUpdateParams.invoice_settings.rendering_options` from `rendering_options_param` to `emptyStringable(rendering_options_param)` - Add support for `rendering_options` on `Customer.invoice_settings` and `Invoice` - [#&#8203;1373](https://github.com/stripe/stripe-java/pull/1373) Trigger workflows on beta branches - [#&#8203;1372](https://github.com/stripe/stripe-java/pull/1372) Update readme example to use typed params. ### [`v20.128.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201280---2022-06-09) - [#&#8203;1370](https://github.com/stripe/stripe-java/pull/1370) API Updates - Add support for `treasury` on `Account.settings`, `AccountCreateParams.settings`, and `AccountUpdateParams.settings` - Add support for `rendering_options` on `CustomerCreateParams.invoice_settings` and `CustomerUpdateParams.invoice_settings` - Add support for `eu_bank_transfer` on `CustomerCreateFundingInstructionsParams.bank_transfer`, `Invoice.payment_settings.payment_method_options.customer_balance.bank_transfer`, `InvoiceCreateParams.payment_settings.payment_method_options.customer_balance.bank_transfer`, `InvoiceUpdateParams.payment_settings.payment_method_options.customer_balance.bank_transfer`, `Order.payment.settings.payment_method_options.customer_balance.bank_transfer`, `OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer`, `OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer`, `PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer`, `PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer`, `PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer`, `Subscription.payment_settings.payment_method_options.customer_balance.bank_transfer`, `SubscriptionCreateParams.payment_settings.payment_method_options.customer_balance.bank_transfer`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.customer_balance.bank_transfer` - Change type of `CustomerCreateFundingInstructionsParams.bank_transfer.requested_address_types[]` from `literal('zengin')` to `enum('iban'|'sort_code'|'spei'|'zengin')` - Change type of `CustomerCreateFundingInstructionsParams.bank_transfer.type`, `Order.payment.settings.payment_method_options.customer_balance.bank_transfer.type`, `OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.type`, `OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.type`, `PaymentIntent.next_action.display_bank_transfer_instructions.type`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer.type`, `PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.type`, `PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.type`, and `PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.type` from `literal('jp_bank_transfer')` to `enum('eu_bank_transfer'|'gb_bank_transfer'|'jp_bank_transfer'|'mx_bank_transfer')` - Add support for `iban`, `sort_code`, and `spei` on `FundingInstructions.bank_transfer.financial_addresses[]` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[]` - Change type of `Order.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, and `PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]` from `literal('zengin')` to `enum` - Add support for `custom_unit_amount` on `PriceCreateParams` and `Price` ### [`v20.127.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201270---2022-06-08) - [#&#8203;1369](https://github.com/stripe/stripe-java/pull/1369) API Updates - Add support for `affirm`, `bancontact`, `card`, `ideal`, `p24`, and `sofort` on `Checkout.Session.payment_method_options` and `checkout.SessionCreateParams.payment_method_options` - Add support for `afterpay_clearpay`, `au_becs_debit`, `bacs_debit`, `eps`, `fpx`, `giropay`, `grabpay`, `klarna`, `paynow`, and `sepa_debit` on `checkout.SessionCreateParams.payment_method_options` - Add support for `setup_future_usage` on `Checkout.Session.payment_method_options.acss_debit`, `Checkout.Session.payment_method_options.afterpay_clearpay`, `Checkout.Session.payment_method_options.alipay`, `Checkout.Session.payment_method_options.au_becs_debit`, `Checkout.Session.payment_method_options.bacs_debit`, `Checkout.Session.payment_method_options.boleto`, `Checkout.Session.payment_method_options.eps`, `Checkout.Session.payment_method_options.fpx`, `Checkout.Session.payment_method_options.giropay`, `Checkout.Session.payment_method_options.grabpay`, `Checkout.Session.payment_method_options.klarna`, `Checkout.Session.payment_method_options.konbini`, `Checkout.Session.payment_method_options.oxxo`, `Checkout.Session.payment_method_options.paynow`, `Checkout.Session.payment_method_options.sepa_debit`, `Checkout.Session.payment_method_options.us_bank_account`, `checkout.SessionCreateParams.payment_method_options.acss_debit`, `checkout.SessionCreateParams.payment_method_options.alipay`, `checkout.SessionCreateParams.payment_method_options.boleto`, `checkout.SessionCreateParams.payment_method_options.konbini`, `checkout.SessionCreateParams.payment_method_options.oxxo`, `checkout.SessionCreateParams.payment_method_options.us_bank_account`, and `checkout.SessionCreateParams.payment_method_options.wechat_pay` - Add support for `attach_to_self` on `SetupAttempt`, `SetupIntentCreateParams`, `SetupIntentListParams`, and `SetupIntentUpdateParams` - Add support for `flow_directions` on `SetupAttempt`, `SetupIntentCreateParams`, and `SetupIntentUpdateParams` ### [`v20.126.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201260---2022-06-02) - [#&#8203;1367](https://github.com/stripe/stripe-java/pull/1367) API Updates - Add support for `create` test helper on `ReceivedCredit`. - Add support for `create` test helper on `ReceivedDebit`. - Deprecates the ability to directly create instances of inner `TestHelper` classes. ### [`v20.125.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201250---2022-06-01) - [#&#8203;1366](https://github.com/stripe/stripe-java/pull/1366) API Updates - Add support for `radar_options` on `ChargeCreateParams`, `Charge`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data` - Add support for `account_holder_name`, `account_number`, `account_type`, `bank_code`, `bank_name`, `branch_code`, and `branch_name` on `FundingInstructions.bank_transfer.financial_addresses[].zengin` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].zengin` - Add support for new values `en-AU` and `en-NZ` on enums `OrderCreateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `OrderUpdateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale` - Change type of `Order.payment.settings.payment_method_options.customer_balance.bank_transfer.type` and `PaymentIntent.payment_method_options.customer_balance.bank_transfer.type` from `enum` to `literal('jp_bank_transfer')` - Add support for `network` on `SetupIntent.payment_method_options.card` - Add support for new value `simulated_wisepos_e` on enum `terminal.ReaderListParams.device_type` ### [`v20.124.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201240---2022-05-26) - [#&#8203;1363](https://github.com/stripe/stripe-java/pull/1363) API Updates - Add support for `affirm_payments` and `link_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities` - Add support for `id_number_secondary` on `AccountCreateParams.individual`, `AccountUpdateParams.individual`, `PersonCreateParams`, `PersonUpdateParams`, `TokenCreateParams.account.individual`, and `TokenCreateParams.person` - Add support for new value `affirm` on enum `checkout.SessionCreateParams.payment_method_types[]` - Add support for `hosted_instructions_url` on `PaymentIntent.next_action.display_bank_transfer_instructions` - Add support for `id_number_secondary_provided` on `Person` - Add support for `card_issuing` on `treasury.FinancialAccountCreateParams.features`, `treasury.FinancialAccountUpdateFeaturesParams`, and `treasury.FinancialAccountUpdateParams.features` - [#&#8203;1361](https://github.com/stripe/stripe-java/pull/1361) Fix version update script and the version in README.md - [#&#8203;1360](https://github.com/stripe/stripe-java/pull/1360) API Updates - Add support for `treasury` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities` ### [`v20.123.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201230---2022-05-23) - [#&#8203;1360](https://github.com/stripe/stripe-java/pull/1360) API Updates - Add support for `treasury` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities` ### [`v20.122.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201220---2022-05-23) - [#&#8203;1359](https://github.com/stripe/stripe-java/pull/1359) API Updates - Add support for new resource `Apps.Secret` - Add support for `affirm` on `Charge.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data` - Add support for `link` on `Charge.payment_method_details`, `Mandate.payment_method_details`, `OrderCreateParams.payment.settings.payment_method_options`, `OrderUpdateParams.payment.settings.payment_method_options`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupAttempt.payment_method_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_data`, `SetupIntentCreateParams.payment_method_options`, `SetupIntentUpdateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_options` - Add support for new values `affirm` and `link` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type` - Add support for new value `link` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]` - Add support for new values `affirm` and `link` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type` - Add support for new values `affirm` and `link` on enum `PaymentMethodCreateParams.type` - [#&#8203;1357](https://github.com/stripe/stripe-java/pull/1357) Revert master trigger - [#&#8203;1356](https://github.com/stripe/stripe-java/pull/1356) Temporary allow triggering docs push from master - [#&#8203;1355](https://github.com/stripe/stripe-java/pull/1355) Use github.actor as GRGIT_USER ### [`v20.121.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201210---2022-05-19) - [#&#8203;1354](https://github.com/stripe/stripe-java/pull/1354) API Updates - Add support for new resources `Treasury.CreditReversal`, `Treasury.DebitReversal`, `Treasury.FinancialAccountFeatures`, `Treasury.FinancialAccount`, `Treasury.FlowDetails`, `Treasury.InboundTransfer`, `Treasury.OutboundPayment`, `Treasury.OutboundTransfer`, `Treasury.ReceivedCredit`, `Treasury.ReceivedDebit`, `Treasury.TransactionEntry`, and `Treasury.Transaction` - Add support for `retrieve_payment_method` method on resource `Customer` - Add support for `list_owners` and `list` methods on resource `FinancialConnections.Account` - Change `billingportal.ConfigurationCreateParams.features.customer_update.allowed_updates` to be optional - Add support for `afterpay_clearpay`, `au_becs_debit`, `bacs_debit`, `eps`, `fpx`, `giropay`, `grabpay`, `klarna`, `paynow`, and `sepa_debit` on `Checkout.Session.payment_method_options` - Add support for `treasury` on `Issuing.Authorization`, `Issuing.Dispute`, `Issuing.Transaction`, and `issuing.DisputeCreateParams` - Add support for `financial_account` on `Issuing.Card` and `issuing.CardCreateParams` - Add support for `client_secret` on `Order` - Add support for `networks` on `PaymentIntentConfirmParams.payment_method_options.us_bank_account`, `PaymentIntentCreateParams.payment_method_options.us_bank_account`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account`, `PaymentMethod.us_bank_account`, `SetupIntentConfirmParams.payment_method_options.us_bank_account`, `SetupIntentCreateParams.payment_method_options.us_bank_account`, and `SetupIntentUpdateParams.payment_method_options.us_bank_account` - Add support for `attach_to_self` and `flow_directions` on `SetupIntent` - Add support for `save_default_payment_method` on `Subscription.payment_settings`, `SubscriptionCreateParams.payment_settings`, and `SubscriptionUpdateParams.payment_settings` - Add support for `czk` on `Terminal.Configuration.tipping`, `terminal.ConfigurationCreateParams.tipping`, and `terminal.ConfigurationUpdateParams.tipping` - Add support for new values `treasury.credit_reversal.created`, `treasury.credit_reversal.posted`, `treasury.debit_reversal.completed`, `treasury.debit_reversal.created`, `treasury.debit_reversal.initial_credit_granted`, `treasury.financial_account.closed`, `treasury.financial_account.created`, `treasury.financial_account.features_status_updated`, `treasury.inbound_transfer.canceled`, `treasury.inbound_transfer.created`, `treasury.inbound_transfer.failed`, `treasury.inbound_transfer.succeeded`, `treasury.outbound_payment.canceled`, `treasury.outbound_payment.created`, `treasury.outbound_payment.expected_arrival_date_updated`, `treasury.outbound_payment.failed`, `treasury.outbound_payment.posted`, `treasury.outbound_payment.returned`, `treasury.outbound_transfer.canceled`, `treasury.outbound_transfer.created`, `treasury.outbound_transfer.expected_arrival_date_updated`, `treasury.outbound_transfer.failed`, `treasury.outbound_transfer.posted`, `treasury.outbound_transfer.returned`, `treasury.received_credit.created`, `treasury.received_credit.failed`, `treasury.received_credit.reversed`, `treasury.received_credit.succeeded`, and `treasury.received_debit.created` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` - [#&#8203;1353](https://github.com/stripe/stripe-java/pull/1353) Update readme with new jar download URL - [#&#8203;1352](https://github.com/stripe/stripe-java/pull/1352) Finish automated Java releases - [#&#8203;1340](https://github.com/stripe/stripe-java/pull/1340) Publish Java package from Github actions ### [`v20.120.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201200---2022-05-11) - [#&#8203;1351](https://github.com/stripe/stripe-java/pull/1351) API Updates - Add support for `description` on `checkout.SessionCreateParams.subscription_data`, `SubscriptionCreateParams`, `SubscriptionUpdateParams`, and `Subscription` - Add support for `consent_collection`, `payment_intent_data`, `shipping_options`, `submit_type`, and `tax_id_collection` on `PaymentLinkCreateParams` and `PaymentLink` - Add support for `customer_creation` on `PaymentLinkCreateParams`, `PaymentLinkUpdateParams`, and `PaymentLink` - Add support for `metadata` on `SubscriptionSchedule.phases[]`, `SubscriptionScheduleCreateParams.phases[]`, and `SubscriptionScheduleUpdateParams.phases[]` - Add support for new value `billing_portal.session.created` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` - [#&#8203;1350](https://github.com/stripe/stripe-java/pull/1350) API Updates - Add support for `amount_discount`, `amount_tax`, and `product` on `LineItem` ### [`v20.119.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201190---2022-05-05) - [#&#8203;1349](https://github.com/stripe/stripe-java/pull/1349) API Updates - Add support for `default_price_data` on `ProductCreateParams` - Add support for `default_price` on `ProductUpdateParams` and `Product` - Add support for `instructions_email` on `RefundCreateParams` and `Refund` ### [`v20.118.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201180---2022-05-05) - [#&#8203;1348](https://github.com/stripe/stripe-java/pull/1348) API Updates - Add support for new resources `FinancialConnections.AccountOwner`, `FinancialConnections.AccountOwnership`, `FinancialConnections.Account`, and `FinancialConnections.Session` - Add support for `financial_connections` on `Checkout.Session.payment_method_options.us_bank_account`, `checkout.SessionCreateParams.payment_method_options.us_bank_account`, `Invoice.payment_settings.payment_method_options.us_bank_account`, `InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account`, `InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account`, `PaymentIntent.payment_method_options.us_bank_account`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account`, `PaymentIntentCreateParams.payment_method_options.us_bank_account`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account`, `SetupIntent.payment_method_options.us_bank_account`, `SetupIntentConfirmParams.payment_method_options.us_bank_account`, `SetupIntentCreateParams.payment_method_options.us_bank_account`, `SetupIntentUpdateParams.payment_method_options.us_bank_account`, `Subscription.payment_settings.payment_method_options.us_bank_account`, `SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account` - Add support for `financial_connections_account` on `PaymentIntentConfirmParams.payment_method_data.us_bank_account`, `PaymentIntentCreateParams.payment_method_data.us_bank_account`, `PaymentIntentUpdateParams.payment_method_data.us_bank_account`, `PaymentMethod.us_bank_account`, `PaymentMethodCreateParams.us_bank_account`, `SetupIntentConfirmParams.payment_method_data.us_bank_account`, `SetupIntentCreateParams.payment_method_data.us_bank_account`, and `SetupIntentUpdateParams.payment_method_data.us_bank_account` - [#&#8203;1347](https://github.com/stripe/stripe-java/pull/1347) API Updates - Add support for `registered_address` on `AccountCreateParams.individual`, `AccountUpdateParams.individual`, `PersonCreateParams`, `PersonUpdateParams`, `Person`, `TokenCreateParams.account.individual`, and `TokenCreateParams.person` - Add support for `payment_method_data` on `SetupIntentConfirmParams`, `SetupIntentCreateParams`, and `SetupIntentUpdateParams` ### [`v20.117.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201170---2022-05-03) - [#&#8203;1346](https://github.com/stripe/stripe-java/pull/1346) API Updates - Add support for new resource `CashBalance` - Change type of `BillingPortal.Configuration.application` from `$Application` to `deletable($Application)` - Add support for `alipay` on `Checkout.Session.payment_method_options` and `checkout.SessionCreateParams.payment_method_options` - Add support for new value `eu_oss_vat` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type` - Add support for `cash_balance` on `Customer` - Add support for `application` on `Invoice`, `Quote`, `SubscriptionSchedule`, and `Subscription` ### [`v20.116.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201160---2022-04-21) - [#&#8203;1345](https://github.com/stripe/stripe-java/pull/1345) API Updates - Add support for `expire` test helper method on resource `Refund` - Change type of `BillingPortal.Configuration.application` from `string` to `expandable($Application)` - Change `issuing.DisputeCreateParams.transaction` to be optional - [#&#8203;1342](https://github.com/stripe/stripe-java/pull/1342) Add null checks before streaming expandable IDs in setters. ### [`v20.115.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201150---2022-04-20) - [#&#8203;1339](https://github.com/stripe/stripe-java/pull/1339) API Updates - Add support for new resources `FundingInstructions` and `Terminal.Configuration` - Add support for `create_funding_instructions` method on resource `Customer` - Add support for `customer_balance` on `Charge.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntent<Method>Params.payment_method_data`, `PaymentIntent<Method>Params.payment_method_options`, `PaymentMethodCreateParams`, and `PaymentMethod` - Add support for `cash_balance` on `CustomerCreateParams` and `CustomerUpdateParams` - Add support for new value `customer_balance` on enums `CustomerListPaymentMethodsParams.type`, `PaymentMethodListParams.type`, `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, and `PaymentIntentUpdateParams.payment_method_data.type` - Add support for `amount_details` on `PaymentIntent` - Add support for `display_bank_transfer_instructions` on `PaymentIntent.next_action` - Add support for new value `customer_balance` on enum `PaymentMethodCreateParams.type` - Add support for `configuration_overrides` on `Terminal.Location`, `terminal.LocationCreateParams`, and `terminal.LocationUpdateParams` ### [`v20.114.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201140---2022-04-14) - [#&#8203;1338](https://github.com/stripe/stripe-java/pull/1338) Add support for putExtraParam on EphemeralKeyCreateParams - [#&#8203;1336](https://github.com/stripe/stripe-java/pull/1336) API Updates - Add support for `increment_authorization` method on resource `PaymentIntent` - Add support for `incremental_authorization_supported` on `Charge.payment_method_details.card_present` - Add support for `request_incremental_authorization_support` on `PaymentIntent.payment_method_options.card_present`, `PaymentIntentConfirmParams.payment_method_options.card_present`, `PaymentIntentCreateParams.payment_method_options.card_present`, and `PaymentIntentUpdateParams.payment_method_options.card_present` ### [`v20.113.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201130---2022-04-08) - [#&#8203;1335](https://github.com/stripe/stripe-java/pull/1335) API Updates - Add support for `apply_customer_balance` method on resource `PaymentIntent` - Add support for new value `cash_balance.funds_available` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` ### [`v20.112.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201120---2022-04-01) - [#&#8203;1333](https://github.com/stripe/stripe-java/pull/1333) API Updates - Add support for `bank_transfer_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities` - Add support for `capture_before` on `Charge.payment_method_details.card_present` - Add support for `address` and `name` on `Checkout.Session.customer_details` - Add support for `customer_balance` on `Invoice.payment_settings.payment_method_options`, `InvoiceCreateParams.payment_settings.payment_method_options`, `InvoiceUpdateParams.payment_settings.payment_method_options`, `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options` - Add support for new value `customer_balance` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]` - Add support for `request_extended_authorization` on `PaymentIntent.payment_method_options.card_present`, `PaymentIntentConfirmParams.payment_method_options.card_present`, `PaymentIntentCreateParams.payment_method_options.card_present`, and `PaymentIntentUpdateParams.payment_method_options.card_present` - Add support for new values `payment_intent.partially_funded`, `terminal.reader.action_failed`, and `terminal.reader.action_succeeded` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` - [#&#8203;1331](https://github.com/stripe/stripe-java/pull/1331) Pin JDK version and always build using Java 18 - This only impacts development and it's not a breaking change for users. We still support Java 1.8 and later. ### [`v20.111.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201110---2022-03-30) - [#&#8203;1332](https://github.com/stripe/stripe-java/pull/1332) API Updates - Add support for `cancel_action`, `process_payment_intent`, `process_setup_intent`, and `set_reader_display` methods on resource `Terminal.Reader` - Add support for `action` on `Terminal.Reader` ### [`v20.110.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201100---2022-03-28) - [#&#8203;1330](https://github.com/stripe/stripe-java/pull/1330) API Updates - Add support for Search API - Add support for `search` method on resources `Charge`, `Customer`, `Invoice`, `PaymentIntent`, `Price`, `Product`, and `Subscription` ### [`v20.109.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201090---2022-03-25) - [#&#8203;1329](https://github.com/stripe/stripe-java/pull/1329) API Updates - Add support for PayNow and US Bank Accounts Debits payments - **Charge** ([API ref](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details)) - Add support for `paynow` and `us_bank_account` on `Charge.payment_method_details` - **Customer** ([API ref](https://stripe.com/docs/api/payment_methods/customer_list#list_customer_payment_methods-type)) - Add support for new values `paynow` and `us_bank_account` on enum `CustomerListPaymentMethodsParams.type` - **Mandate** ([API ref](https://stripe.com/docs/api/mandates/object#mandate_object-payment_method_details)) - Add support for `us_bank_account` on `Mandate.payment_method_details` - **Payment Intent** ([API ref](https://stripe.com/docs/api/payment_intents/object#payment_intent_object-payment_method_options)) - Add support for `paynow` and `us_bank_account` on `payment_method_options` on `PaymentIntent`, `PaymentIntentCreateParams`, `PaymentIntentUpdateParams`, and `PaymentIntentConfirmParams` - Add support for `paynow` and `us_bank_account` on `payment_method_data` on `PaymentIntentCreateParams`, `PaymentIntentUpdateParams`, and `PaymentIntentConfirmParams` - Add support for `paynow_display_qr_code` on `PaymentIntent.next_action` - Add support for new values `paynow` and `us_bank_account` on enums `payment_method_data.type` on `PaymentIntentCreateParams`, and `PaymentIntentUpdateParams`, and `PaymentIntentConfirmParams` - **Setup Intent** ([API ref](https://stripe.com/docs/api/setup_intents/object#setup_intent_object-payment_method_options)) - Add support for `us_bank_account` on `payment_method_options` on `SetupIntent`, `SetupIntentCreateParams`, `SetupIntentUpdateParams`, and `SetupIntentConfirmParams` - **Setup Attempt** ([API ref](https://stripe.com/docs/api/setup_attempts/object#setup_attempt_object-payment_method_details)) - Add support for `us_bank_account` on `SetupAttempt.payment_method_details` - **Payment Method** ([API ref](https://stripe.com/docs/api/payment_methods/object#payment_method_object-paynow)) - Add support for `paynow` and `us_bank_account` on `PaymentMethod` and `PaymentMethodCreateParams` - Add support for `us_bank_account` on `PaymentMethodUpdateParams` - Add support for new values `paynow` and `us_bank_account` on enums `PaymentMethod.type`, `PaymentMethodCreateParams.type`. and `PaymentMethodListParams.type` - **Checkout Session** ([API ref](https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types)) - Add support for `us_bank_account` on `payment_method_options` on `Checkout.Session` and `checkout.SessionCreateParams` - Add support for new values `paynow` and `us_bank_account` on enum `checkout.SessionCreateParams.payment_method_types[]` - **Invoice** ([API ref](https://stripe.com/docs/api/invoices/object#invoice_object-payment_settings-payment_method_types)) - Add support for `us_bank_account` on `payment_settings.payment_method_options` on `Invoice`, `InvoiceCreateParams`, and `InvoiceUpdateParams` - Add support for new values `paynow` and `us_bank_account` on enums `payment_settings.payment_method_types[]` on `Invoice`, `InvoiceCreateParams`, and `InvoiceUpdateParams` - **Subscription** ([API ref](https://stripe.com/docs/api/subscriptions/object#subscription_object-payment_settings-payment_method_types)) - Add support for `us_bank_account` on `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options` - Add support for new values `paynow` and `us_bank_account` on enums `payment_settings.payment_method_types[]` on `Subscription`, `SubscriptionCreateParams`, and `SubscriptionUpdateParams` - **Account capabilities** ([API ref](https://stripe.com/docs/api/accounts/object#account_object-capabilities)) - Add support for `paynow_payments` on `capabilities` on `Account`, `AccountCreateParams`, and `AccountUpdateParams` - Add support for `failure_balance_transaction` on `Charge` - Add support for `capture_method` on `afterpay_clearpay`, `card`, and `klarna` on `payment_method_options` on `PaymentIntent`, `PaymentIntentCreateParams`, `PaymentIntentUpdateParams`, and `PaymentIntentConfirmParams` ([API ref](https://stripe.com/docs/api/payment_intents/object#payment_intent_object-payment_method_options-afterpay_clearpay-capture_method)) - Add additional support for verify microdeposits on Payment Intent and Setup Intent ([API ref](https://stripe.com/docs/api/payment_intents/verify_microdeposits)) - Add support for `microdeposit_type` on `next_action.verify_with_microdeposits` on `PaymentIntent` and `SetupIntent` - Add support for `descriptor_code` on `PaymentIntentVerifyMicrodepositsParams` and `SetupIntentVerifyMicrodepositsParams` - Add support for `test_clock` on `SubscriptionListParams` ([API ref](https://stripe.com/docs/api/subscriptions/list#list_subscriptions-test_clock)) ### [`v20.108.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201080---2022-03-23) - [#&#8203;1328](https://github.com/stripe/stripe-java/pull/1328) API Updates - Add support for `cancel` method on resource `Refund` - Add support for new values `bg_uic`, `hu_tin`, and `si_tin` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type` - Add support for `test_clock` on `QuoteListParams` - Add support for new values `test_helpers.test_clock.advancing`, `test_helpers.test_clock.created`, `test_helpers.test_clock.deleted`, `test_helpers.test_clock.internal_failure`, and `test_helpers.test_clock.ready` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` ### [`v20.107.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201070---2022-03-18) - [#&#8203;1327](https://github.com/stripe/stripe-java/pull/1327) API Updates - Add support for `status` on `Card` - [#&#8203;1322](https://github.com/stripe/stripe-java/pull/1322) Upgrade GSON dependency to 2.9.0 - [#&#8203;1326](https://github.com/stripe/stripe-java/pull/1326) Update SearchResult pagination to match new API shape. This is a breaking change but the object shape is not exposed in the API currently and is therefore not being used. ### [`v20.106.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201060---2022-03-11) - [#&#8203;1324](https://github.com/stripe/stripe-java/pull/1324) API Updates - Add support for `mandate` on `Charge.payment_method_details.card` - Add support for `mandate_options` on `PaymentIntentCreateParams.payment_method_options.card`, `PaymentIntentUpdateParams.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card`, `PaymentIntent.payment_method_options.card`, `SetupIntentCreateParams.payment_method_options.card`, `SetupIntentUpdateParams.payment_method_options.card`, `SetupIntentConfirmParams.payment_method_options.card`, and `SetupIntent.payment_method_options.card` - Add support for `card_await_notification` on `PaymentIntent.next_action` - Add support for `customer_notification` on `PaymentIntent.processing.card` - Change `PaymentLinkCreateParams.line_items` to be required - [#&#8203;1321](https://github.com/stripe/stripe-java/pull/1321) Delete PaymentIntentTypeSpecificPaymentMethodOptionsClient.java ### [`v20.105.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201050---2022-03-09) - [#&#8203;1323](https://github.com/stripe/stripe-java/pull/1323) API Updates - Add support for `test_clock` on `CustomerListParams` ### [`v20.104.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201040---2022-03-02) - [#&#8203;1320](https://github.com/stripe/stripe-java/pull/1320) API Updates - Add support for new resources `CreditedItems` and `ProrationDetails` - Add support for `proration_details` on `InvoiceLineItem` ### [`v20.103.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201030---2022-03-01) - [#&#8203;1319](https://github.com/stripe/stripe-java/pull/1319) API Updates - Add support for `deletes_after` on `TestHelpers.TestClock` - [#&#8203;1318](https://github.com/stripe/stripe-java/pull/1318) API Updates - Add support for new resource `TestHelpers.TestClock` - Add support for `test_clock` on `CustomerCreateParams`, `Customer`, `Invoice`, `InvoiceItem`, `QuoteCreateParams`, `Quote`, `Subscription`, and `SubscriptionSchedule` - Add support for `pending_invoice_items_behavior` on `InvoiceCreateParams` - Change type of `ProductUpdateParams.url` from `string` to `emptyStringable(string)` - Add support for `next_action` on `Refund` ### [`v20.102.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201020---2022-02-25) - [#&#8203;1315](https://github.com/stripe/stripe-java/pull/1315) API Updates - Add support for `konbini_payments` on `AccountUpdateParams.capabilities`, `AccountCreateParams.capabilities`, and `Account.capabilities` - Add support for .payment_method_options.konbini and .payment_method_data.konbini on the PaymentIntent API. - Add support for .payment_settings.payment_method_options.konbini on the Invoice API. - Add support for .payment_method_options.konbini on the Subscription API - Add support for .payment_method_options.konbini on the checkout.Session API - Add support for `konbini_display_details` on `PaymentIntent.next_action` ### [`v20.101.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201010---2022-02-23) - [#&#8203;1313](https://github.com/stripe/stripe-java/pull/1313) API Updates - Add support for `setup_future_usage` on `PaymentIntentCreateParams.payment_method_options.acss_debit`, `PaymentIntentCreateParams.payment_method_options.afterpay_clearpay`, `PaymentIntentCreateParams.payment_method_options.alipay`, `PaymentIntentCreateParams.payment_method_options.au_becs_debit`, `PaymentIntentCreateParams.payment_method_options.bacs_debit`, `PaymentIntentCreateParams.payment_method_options.bancontact`, `PaymentIntentCreateParams.payment_method_options.boleto`, `PaymentIntentCreateParams.payment_method_options.eps`, `PaymentIntentCreateParams.payment_method_options.fpx`, `PaymentIntentCreateParams.payment_method_options.giropay`, `PaymentIntentCreateParams.payment_method_options.grabpay`, `PaymentIntentCreateParams.payment_method_options.ideal`, `PaymentIntentCreateParams.payment_method_options.klarna`, `PaymentIntentCreateParams.payment_method_options.oxxo`, `PaymentIntentCreateParams.payment_method_options.p24`, `PaymentIntentCreateParams.payment_method_options.sepa_debit`, `PaymentIntentCreateParams.payment_method_options.sofort`, `PaymentIntentCreateParams.payment_method_options.wechat_pay`, `PaymentIntentUpdateParams.payment_method_options.acss_debit`, `PaymentIntentUpdateParams.payment_method_options.afterpay_clearpay`, `PaymentIntentUpdateParams.payment_method_options.alipay`, `PaymentIntentUpdateParams.payment_method_options.au_becs_debit`, `PaymentIntentUpdateParams.payment_method_options.bacs_debit`, `PaymentIntentUpdateParams.payment_method_options.bancontact`, `PaymentIntentUpdateParams.payment_method_options.boleto`, `PaymentIntentUpdateParams.payment_method_options.eps`, `PaymentIntentUpdateParams.payment_method_options.fpx`, `PaymentIntentUpdateParams.payment_method_options.giropay`, `PaymentIntentUpdateParams.payment_method_options.grabpay`, `PaymentIntentUpdateParams.payment_method_options.ideal`, `PaymentIntentUpdateParams.payment_method_options.klarna`, `PaymentIntentUpdateParams.payment_method_options.oxxo`, `PaymentIntentUpdateParams.payment_method_options.p24`, `PaymentIntentUpdateParams.payment_method_options.sepa_debit`, `PaymentIntentUpdateParams.payment_method_options.sofort`, `PaymentIntentUpdateParams.payment_method_options.wechat_pay`, `PaymentIntentConfirmParams.payment_method_options.acss_debit`, `PaymentIntentConfirmParams.payment_method_options.afterpay_clearpay`, `PaymentIntentConfirmParams.payment_method_options.alipay`, `PaymentIntentConfirmParams.payment_method_options.au_becs_debit`, `PaymentIntentConfirmParams.payment_method_options.bacs_debit`, `PaymentIntentConfirmParams.payment_method_options.bancontact`, `PaymentIntentConfirmParams.payment_method_options.boleto`, `PaymentIntentConfirmParams.payment_method_options.eps`, `PaymentIntentConfirmParams.payment_method_options.fpx`, `PaymentIntentConfirmParams.payment_method_options.giropay`, `PaymentIntentConfirmParams.payment_method_options.grabpay`, `PaymentIntentConfirmParams.payment_method_options.ideal`, `PaymentIntentConfirmParams.payment_method_options.klarna`, `PaymentIntentConfirmParams.payment_method_options.oxxo`, `PaymentIntentConfirmParams.payment_method_options.p24`, `PaymentIntentConfirmParams.payment_method_options.sepa_debit`, `PaymentIntentConfirmParams.payment_method_options.sofort`, `PaymentIntentConfirmParams.payment_method_options.wechat_pay`, `PaymentIntent.payment_method_options.acss_debit`, `PaymentIntent.payment_method_options.afterpay_clearpay`, `PaymentIntent.payment_method_options.alipay`, `PaymentIntent.payment_method_options.au_becs_debit`, `PaymentIntent.payment_method_options.bacs_debit`, `PaymentIntent.payment_method_options.bancontact`, `PaymentIntent.payment_method_options.boleto`, `PaymentIntent.payment_method_options.eps`, `PaymentIntent.payment_method_options.fpx`, `PaymentIntent.payment_method_options.giropay`, `PaymentIntent.payment_method_options.grabpay`, `PaymentIntent.payment_method_options.ideal`, `PaymentIntent.payment_method_options.klarna`, `PaymentIntent.payment_method_options.oxxo`, `PaymentIntent.payment_method_options.p24`, `PaymentIntent.payment_method_options.sepa_debit`, `PaymentIntent.payment_method_options.sofort`, and `PaymentIntent.payment_method_options.wechat_pay` - Add support for new values `bbpos_wisepad3` and `stripe_m2` on enum `terminal.ReaderListParams.device_type` - Add generated test for the endpoints introduced in [#&#8203;1312](https://github.com/stripe/stripe-java/issues/1312) ### [`v20.100.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#201000---2022-02-16) - [#&#8203;1312](https://github.com/stripe/stripe-java/pull/1312) API Updates - Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent` - Add support for new value `grabpay` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and ` SubscriptionUpdateParams.payment_settings.payment_method_types[] ` - [#&#8203;1311](https://github.com/stripe/stripe-java/pull/1311) Pin grgit version to 4.1.1. - [#&#8203;1310](https://github.com/stripe/stripe-java/pull/1310) API Updates - Add support for `pin` on `issuing.CardUpdateParams` ### [`v20.99.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20990---2022-02-03) - [#&#8203;1307](https://github.com/stripe/stripe-java/pull/1307) API Updates - Add support for new value `au_becs_debit` on enum `checkout.SessionCreateParams.payment_method_types[]` ### [`v20.98.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20980---2022-01-25) - [#&#8203;1306](https://github.com/stripe/stripe-java/pull/1306) API Updates - Add support for `phone_number_collection` on `PaymentLinkCreateParams` and `PaymentLink` - Add support for new values `payment_link.created` and `payment_link.updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` - Add support for new value `is_vat` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type` ### [`v20.97.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20970---2022-01-20) - [#&#8203;1304](https://github.com/stripe/stripe-java/pull/1304) API Updates - Add support for new resource `PaymentLink` - Add support for `payment_link` on `Checkout.Session` ### [`v20.96.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20960---2022-01-19) - [#&#8203;1302](https://github.com/stripe/stripe-java/pull/1302) API Updates - Add support for `bacs_debit` and `eps` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options` - Add support for `image_url_png` and `image_url_svg` on `PaymentIntent.next_action.wechat_pay_display_qr_code` ### [`v20.95.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20950---2022-01-12) - [#&#8203;1301](https://github.com/stripe/stripe-java/pull/1301) API Updates - Add support for `customer_creation` on `checkout.SessionCreateParams` and `Checkout.Session` - Add support for `fpx` and `grabpay` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options` - Add support for `PaidOutOfBand` on `Invoice` - [#&#8203;1300](https://github.com/stripe/stripe-java/pull/1300) API Updates - Add support for `mandate_options` on `SubscriptionCreateParams.payment_settings.payment_method_options.card`, `SubscriptionUpdateParams.payment_settings.payment_method_options.card`, and `Subscription.payment_settings.payment_method_options.card` ### [`v20.94.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20940---2021-12-22) - [#&#8203;1299](https://github.com/stripe/stripe-java/pull/1299) API Updates - Add support for `au_becs_debit` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options` - [#&#8203;1298](https://github.com/stripe/stripe-java/pull/1298) API Updates - Add support for new values `en-FR`, `es-US`, and `fr-FR` on enums `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale` - Add support for `boleto` on `SetupAttempt.payment_method_details` - [#&#8203;1297](https://github.com/stripe/stripe-java/pull/1297) API Updates - Add support for `processing` on `PaymentIntent` ### [`v20.93.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20930---2021-12-15) - [#&#8203;1296](https://github.com/stripe/stripe-java/pull/1296) API Updates - Add support for new resource `PaymentIntentTypeSpecificPaymentMethodOptionsClient` - Add support for `setup_future_usage` on `PaymentIntentCreateParams.payment_method_options.card`, `PaymentIntentUpdateParams.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card`, and `PaymentIntent.payment_method_options.card` ### [`v20.92.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20920---2021-12-09) - [#&#8203;1295](https://github.com/stripe/stripe-java/pull/1295) API Updates - Add support for `metadata` on `billingportal.ConfigurationCreateParams`, `billingportal.ConfigurationUpdateParams`, and `BillingPortal.Configuration` ### [`v20.91.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20910---2021-12-09) - [#&#8203;1294](https://github.com/stripe/stripe-java/pull/1294) API Updates - Add support for new values `ge_vat` and `ua_vat` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type` - Change type of `PaymentIntentCreateParams.payment_method_data.billing_details.email`, `PaymentIntentUpdateParams.payment_method_data.billing_details.email`, `PaymentIntentConfirmParams.payment_method_data.billing_details.email`, `PaymentMethodCreateParams.billing_details.email`, and `PaymentMethodUpdateParams.billing_details.email` from `string` to `emptyStringable(string)` - Add support for `giropay` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options` - Add support for new value `en-IE` on enums `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale` - [#&#8203;1291](https://github.com/stripe/stripe-java/pull/1291) Test Java 16 and 17 - [#&#8203;1292](https://github.com/stripe/stripe-java/pull/1292) Pass credentials to nexusStaging rule. - [#&#8203;1290](https://github.com/stripe/stripe-java/pull/1290) Update Javadoc task to not use module directories. ### [`v20.90.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20900---2021-11-19) - [#&#8203;1289](https://github.com/stripe/stripe-java/pull/1289) API Updates - Add support for `wallets` on `Issuing.Card` - [#&#8203;1288](https://github.com/stripe/stripe-java/pull/1288) API Updates - Add support for `interac_present` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options` - Add support for new value `jct` on enums `TaxRateCreateParams.tax_type` and `TaxRateUpdateParams.tax_type` ### [`v20.89.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20890---2021-11-17) - [#&#8203;1286](https://github.com/stripe/stripe-java/pull/1286) API Updates - Add support for `automatic_payment_methods` on `PaymentIntentCreateParams` and `PaymentIntent` ### [`v20.88.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20880---2021-11-16) - [#&#8203;1284](https://github.com/stripe/stripe-java/pull/1284) API Updates - Add support for new resource `ShippingRate` - Add support for `shipping_options` on `checkout.SessionCreateParams` and `Checkout.Session` - Add support for `shipping_rate` on `Checkout.Session` ### [`v20.87.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20870---2021-11-11) - [#&#8203;1281](https://github.com/stripe/stripe-java/pull/1281) API Updates - Add support for `expire` method on resource `Checkout.Session` - Add support for `status` on `Checkout.Session` ### [`v20.86.1`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20861---2021-11-04) - [#&#8203;1279](https://github.com/stripe/stripe-java/pull/1279) API Updates - Remove support for `ownership_declaration_shown_and_signed` on `TokenCreateParams.account`. This API was unused. - Add support for `ownership_declaration_shown_and_signed` on `TokenCreateParams.account.company` ### [`v20.86.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20860---2021-11-01) - [#&#8203;1278](https://github.com/stripe/stripe-java/pull/1278) API Updates - Add support for `ownership_declaration` on `AccountUpdateParams.company`, `AccountCreateParams.company`, `Account.company`, and `TokenCreateParams.account.company` - Add support for `proof_of_registration` on `AccountUpdateParams.documents` and `AccountCreateParams.documents` - Add support for `ownership_declaration_shown_and_signed` on `TokenCreateParams.account` ### [`v20.85.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20850---2021-10-20) - [#&#8203;1275](https://github.com/stripe/stripe-java/pull/1275) Reorder fields - [#&#8203;1274](https://github.com/stripe/stripe-java/pull/1274) API Updates - Add support for `buyer_id` on `Charge.payment_method_details.alipay` ### [`v20.84.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20840---2021-10-15) - [#&#8203;1273](https://github.com/stripe/stripe-java/pull/1273) API Updates - Change type of `UsageRecordCreateParams.timestamp` from `integer` to `literal('now') | integer` - Change `UsageRecordCreateParams.timestamp` to be optional ### [`v20.83.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20830---2021-10-14) - [#&#8203;1272](https://github.com/stripe/stripe-java/pull/1272) API Updates - Add support for new value `klarna` on enum `checkout.SessionCreateParams.payment_method_types[]` ### [`v20.82.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20820---2021-10-11) - [#&#8203;1271](https://github.com/stripe/stripe-java/pull/1271) API Updates - Add support for `payment_method_category` and `preferred_locale` on `Charge.payment_method_details.klarna` - Add support for new value `klarna` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type` - Add support for `klarna` on `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntent.payment_method_options`, `PaymentMethodCreateParams`, and `PaymentMethod` - Add support for new value `klarna` on enums `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, and `PaymentIntentConfirmParams.payment_method_data.type` - Add support for new value `klarna` on enum `PaymentMethodCreateParams.type` ### [`v20.81.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20810---2021-10-11) - [#&#8203;1269](https://github.com/stripe/stripe-java/pull/1269) API Updates - Add support for `list_payment_methods` method on resource `Customer` ### [`v20.80.0`](https://github.com/stripe/stripe-java/blob/HEAD/CHANGELOG.md#20800---2021-10-07) - [#&#8203;1268](https://github.com/stripe/stripe-java/pull/1268) API Updates - Add support for `phone_number_collection` on `checkout.SessionCreateParams` and `Checkout.Session` - Add support for `phone` on `Checkout.Session.customer_details` - Change `PaymentMethodListParams.customer` to be optional - Add support for new value `customer_id` on enum `radar.ValueListCreateParams.item_type` - Add support for new value `bbpos_wisepos_e` on enum `terminal.ReaderListParams.device_type` </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Renovate added 1 commit 2025-03-12 15:03:13 +00:00
fix(deps): update dependencies (major and minor)
All checks were successful
CI / prettier (pull_request) Successful in 37s
CI / eslint (pull_request) Successful in 41s
CI / test-build (pull_request) Successful in 1m10s
CI / Checkstyle Main (pull_request) Successful in 1m29s
acf5974bad
jank approved these changes 2025-03-12 15:43:33 +00:00
Dismissed
Renovate force-pushed renovate/dependencies-(major-and-minor) from acf5974bad to 2341f4a88e 2025-03-12 16:03:08 +00:00 Compare
Renovate force-pushed renovate/dependencies-(major-and-minor) from 2341f4a88e to 3000a5f693 2025-03-12 18:03:00 +00:00 Compare
Renovate dismissed jank's review 2025-03-12 18:03:00 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

Renovate force-pushed renovate/dependencies-(major-and-minor) from 3000a5f693 to 9e953c8a44 2025-03-12 18:13:33 +00:00 Compare
Renovate force-pushed renovate/dependencies-(major-and-minor) from 9e953c8a44 to ba83f4308e 2025-03-12 19:02:56 +00:00 Compare
Renovate force-pushed renovate/dependencies-(major-and-minor) from ba83f4308e to 92da2f154c 2025-03-12 19:29:53 +00:00 Compare
Renovate force-pushed renovate/dependencies-(major-and-minor) from 92da2f154c to 84c4789cfa 2025-03-13 06:43:48 +00:00 Compare
Renovate force-pushed renovate/dependencies-(major-and-minor) from 84c4789cfa to ebd16b6503 2025-03-13 07:02:21 +00:00 Compare
jank approved these changes 2025-03-13 09:49:20 +00:00
jank merged commit d81cf1f68f into main 2025-03-13 09:49:25 +00:00
jank deleted branch renovate/dependencies-(major-and-minor) 2025-03-13 09:49:25 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SZUT/casino#62
No description provided.