bcgov / nr-forest-client-api

Forest client API allows systems to consume forest client data without having to connect to a database
Apache License 2.0
6 stars 1 forks source link

chore(deps): update maven all non-major dependencies #193

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.cyclonedx:cyclonedx-maven-plugin 2.7.9 -> 2.7.10 age adoption passing confidence
org.apache.maven.plugins:maven-checkstyle-plugin 3.3.0 -> 3.3.1 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 -> 3.6.2 age adoption passing confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.10 -> 0.8.11 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.1.2 -> 3.2.2 age adoption passing confidence
org.apache.maven.plugins:maven-failsafe-plugin 3.1.2 -> 3.2.2 age adoption passing confidence
org.yaml:snakeyaml 2.1 -> 2.2 age adoption passing confidence
org.apache.commons:commons-lang3 (source) 3.13.0 -> 3.14.0 age adoption passing confidence
org.testcontainers:testcontainers-bom (source) 1.19.1 -> 1.19.3 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.1.4 -> 3.2.0 age adoption passing confidence

Release Notes

jacoco/jacoco (org.jacoco:jacoco-maven-plugin) ### [`v0.8.11`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.11): 0.8.11 [Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.10...v0.8.11) #### New Features - JaCoCo now officially supports Java 21 (GitHub [#​1520](https://togithub.com/jacoco/jacoco/issues/1520)). - Experimental support for Java 22 class files (GitHub [#​1479](https://togithub.com/jacoco/jacoco/issues/1479)). - Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub [#​1472](https://togithub.com/jacoco/jacoco/issues/1472)). - Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub [#​1473](https://togithub.com/jacoco/jacoco/issues/1473)). #### Fixed bugs - Instrumentation should not cause `VerifyError` when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub [#​893](https://togithub.com/jacoco/jacoco/issues/893)). - Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub [#​1492](https://togithub.com/jacoco/jacoco/issues/1492)). #### Non-functional Changes - jacoco-maven-plugin now requires at least Java 8 (GitHub [#​1466](https://togithub.com/jacoco/jacoco/issues/1466), [#​1468](https://togithub.com/jacoco/jacoco/issues/1468)). - JaCoCo build now requires at least Maven 3.5.4 (GitHub [#​1467](https://togithub.com/jacoco/jacoco/issues/1467)). - Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub [#​1468](https://togithub.com/jacoco/jacoco/issues/1468)). - JaCoCo build now requires JDK 17 (GitHub [#​1482](https://togithub.com/jacoco/jacoco/issues/1482)). - JaCoCo now depends on ASM 9.6 (GitHub [#​1518](https://togithub.com/jacoco/jacoco/issues/1518)).
testcontainers/testcontainers-java (org.testcontainers:testcontainers-bom) ### [`v1.19.3`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.19.3) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.19.2...1.19.3) ##### What's Changed ##### ๐Ÿ› Bug Fixes - Register default network alias using ContainerDef ([#​7861](https://togithub.com/testcontainers/testcontainers-java/issues/7861)) [@​eddumelendez](https://togithub.com/eddumelendez) - Fix regression using GenericContainer#setImage ([#​7820](https://togithub.com/testcontainers/testcontainers-java/issues/7820)) [@​eddumelendez](https://togithub.com/eddumelendez) - Fix bugs in SQL`ScriptScanner` with big String literals and PostgreSQL identifiers (as introduced by [#​7646](https://togithub.com/testcontainers/testcontainers-java/issues/7646)) ([#​7818](https://togithub.com/testcontainers/testcontainers-java/issues/7818)) [@​inponomarev](https://togithub.com/inponomarev) ##### ๐Ÿงน Housekeeping - YCQL driver update ([#​7822](https://togithub.com/testcontainers/testcontainers-java/issues/7822)) [@​HarshDaryani896](https://togithub.com/HarshDaryani896) ### [`v1.19.2`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.19.2) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.19.1...1.19.2) ##### Testcontainers for Java 1.19.2 ##### Core - Add shutdownHook to send sigterm to ryuk ([#​7717](https://togithub.com/testcontainers/testcontainers-java/issues/7717)) [@​eddumelendez](https://togithub.com/eddumelendez) - Deprecate file/volume mapping APIs ([#​7652](https://togithub.com/testcontainers/testcontainers-java/issues/7652)) [@​eddumelendez](https://togithub.com/eddumelendez) - Container definition API ([#​7714](https://togithub.com/testcontainers/testcontainers-java/issues/7714)) [@​eddumelendez](https://togithub.com/eddumelendez) - Enable HTTP and HTTPS on native for HttpWaitStrategy ([#​7790](https://togithub.com/testcontainers/testcontainers-java/issues/7790)) [@​eddumelendez](https://togithub.com/eddumelendez) - Resolve strategy to detect the remote docker socket ([#​7727](https://togithub.com/testcontainers/testcontainers-java/issues/7727)) [@​eddumelendez](https://togithub.com/eddumelendez) ##### Modules - New Oracle Free module ##### Elasticserach - Support Elastisearch image from DockerHub ([#​7777](https://togithub.com/testcontainers/testcontainers-java/issues/7777)) [@​eddumelendez](https://togithub.com/eddumelendez) ##### JDBC - Fix SQL parser ([#​7646](https://togithub.com/testcontainers/testcontainers-java/issues/7646)) [@​inponomarev](https://togithub.com/inponomarev) ##### K3S - Fix K3S start command ([#​7677](https://togithub.com/testcontainers/testcontainers-java/issues/7677)) [@​tgeens](https://togithub.com/tgeens) ##### Kafka - Create KafkaContainerDef ([#​7748](https://togithub.com/testcontainers/testcontainers-java/issues/7748)) [@​eddumelendez](https://togithub.com/eddumelendez) - Add examples enabling SASL with JAAS ([#​7763](https://togithub.com/testcontainers/testcontainers-java/issues/7763)) [@​eddumelendez](https://togithub.com/eddumelendez) ##### LocalStack - Fix default credentials ([#​7718](https://togithub.com/testcontainers/testcontainers-java/issues/7718)) [@​fokion](https://togithub.com/fokion) ##### YugabyteDB - Improve SQL wait strategy ([#​7784](https://togithub.com/testcontainers/testcontainers-java/issues/7784)) [@​HarshDaryani896](https://togithub.com/HarshDaryani896) ##### What's Changed ##### ๐Ÿ“– Documentation - Introducing Oracle Free module ([#​7749](https://togithub.com/testcontainers/testcontainers-java/issues/7749)) [@​gvenzl](https://togithub.com/gvenzl) - Update PR template with more specific wording ([#​7751](https://togithub.com/testcontainers/testcontainers-java/issues/7751)) [@​gvenzl](https://togithub.com/gvenzl) - Fix small typo in new Podman docs ([#​7722](https://togithub.com/testcontainers/testcontainers-java/issues/7722)) [@​TheHaf](https://togithub.com/TheHaf) - Deprecate file/volume mapping APIs ([#​7652](https://togithub.com/testcontainers/testcontainers-java/issues/7652)) [@​eddumelendez](https://togithub.com/eddumelendez) - Fixing link to Toxiproxy docs from Kafka docs ([#​7684](https://togithub.com/testcontainers/testcontainers-java/issues/7684)) [@​alex-sherwin](https://togithub.com/alex-sherwin) - Fix documentation for BigQuery in gcloud module ([#​7681](https://togithub.com/testcontainers/testcontainers-java/issues/7681)) [@​zanmagerl](https://togithub.com/zanmagerl) - Update Docker requirements page to be more container runtime agnostic ([#​7655](https://togithub.com/testcontainers/testcontainers-java/issues/7655)) [@​kiview](https://togithub.com/kiview) ##### ๐Ÿ“ฆ Dependency updates
12 changes - Combined dependencies PR ([#​7810](https://togithub.com/testcontainers/testcontainers-java/issues/7810)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​7809](https://togithub.com/testcontainers/testcontainers-java/issues/7809)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​7807](https://togithub.com/testcontainers/testcontainers-java/issues/7807)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update docker-java version to 3.3.4 ([#​7730](https://togithub.com/testcontainers/testcontainers-java/issues/7730)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update kubernetes client version to 19.0.0 ([#​7716](https://togithub.com/testcontainers/testcontainers-java/issues/7716)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​7715](https://togithub.com/testcontainers/testcontainers-java/issues/7715)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​7713](https://togithub.com/testcontainers/testcontainers-java/issues/7713)) [@​eddumelendez](https://togithub.com/eddumelendez) - Selenium updates ([#​7688](https://togithub.com/testcontainers/testcontainers-java/issues/7688)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update httpclient version to 4.5.14 ([#​7650](https://togithub.com/testcontainers/testcontainers-java/issues/7650)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update Gradle Wrapper to 8.4 ([#​7619](https://togithub.com/testcontainers/testcontainers-java/issues/7619)) [@​github-actions](https://togithub.com/github-actions) - Combined dependencies PR ([#​7643](https://togithub.com/testcontainers/testcontainers-java/issues/7643)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​7617](https://togithub.com/testcontainers/testcontainers-java/issues/7617)) [@​eddumelendez](https://togithub.com/eddumelendez)
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent) ### [`v3.2.0`](https://togithub.com/spring-projects/spring-boot/releases/tag/v3.2.0) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.1.6...v3.2.0) ##### :star: New Features - Auto-configure observations for RestClients [#​38500](https://togithub.com/spring-projects/spring-boot/issues/38500) - Add support for Oracle Free, the replacement for Oracle XE, with Testcontainers and Docker Compose [#​38476](https://togithub.com/spring-projects/spring-boot/issues/38476) - Provide dependency management for org.crac:crac [#​38378](https://togithub.com/spring-projects/spring-boot/issues/38378) - Add new properties for Liquibase 4.24.0 [#​38274](https://togithub.com/spring-projects/spring-boot/pull/38274) - Provide a way to create custom ApplicationContextFactory in SpringBootContextLoader [#​38205](https://togithub.com/spring-projects/spring-boot/issues/38205) - Report friendly error when failing to find AOT initializer [#​38188](https://togithub.com/spring-projects/spring-boot/pull/38188) ##### :lady_beetle: Bug Fixes - Annotation based ConditionalOnBean checks can cause early initialization of FactoryBeans [#​38507](https://togithub.com/spring-projects/spring-boot/issues/38507) - CRaC restoration fails when Actuator's running on a separate port [#​38502](https://togithub.com/spring-projects/spring-boot/issues/38502) - App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created [#​38286](https://togithub.com/spring-projects/spring-boot/issues/38286) - App fails to start with a NoSuchMethodError when using Flyway 10.0.0 [#​38268](https://togithub.com/spring-projects/spring-boot/issues/38268) - MeterRegistry throws BeanCreationNotAllowedException on shutdown [#​38240](https://togithub.com/spring-projects/spring-boot/issues/38240) - Resolution of productionRuntimeClasspath configuration may select the wrong variant and contain a dependency's source jar [#​38233](https://togithub.com/spring-projects/spring-boot/issues/38233) - Docker JSON parsing fails on certain locales [#​38220](https://togithub.com/spring-projects/spring-boot/issues/38220) - FileNotFoundException is thrown serving resources due to JarUrlConnection.getLastModified() returning zero [#​38204](https://togithub.com/spring-projects/spring-boot/issues/38204) - Failed to extract parameter names exception thrown when binding with non-enumerable property source [#​38201](https://togithub.com/spring-projects/spring-boot/issues/38201) - Spring Boot 3.2.0-RC1 application fails on JDK with CRaC but without a dependency on org.crac:crac [#​38186](https://togithub.com/spring-projects/spring-boot/issues/38186) - Missing configuration processing for PartEvent support [#​37642](https://togithub.com/spring-projects/spring-boot/issues/37642) ##### :notebook_with_decorative_cover: Documentation - Document supported SQL comment prefixes [#​38496](https://togithub.com/spring-projects/spring-boot/issues/38496) - Update access log pattern documentation to align with changes in Tomcat 10 [#​38425](https://togithub.com/spring-projects/spring-boot/issues/38425) - Update Dynatrace docs with info about the meter metadata toggle [#​38368](https://togithub.com/spring-projects/spring-boot/pull/38368) - Improve documentation regarding tracing in tests [#​38362](https://togithub.com/spring-projects/spring-boot/issues/38362) - Document the accepted inputs when configuring tags on spring-boot:build-image and bootBuildImage [#​38354](https://togithub.com/spring-projects/spring-boot/issues/38354) - Document how to use cloudfoundry specific actuators with a custom base path for webflux applications [#​38353](https://togithub.com/spring-projects/spring-boot/issues/38353) - Document Liberica JDK with CRaC [#​38350](https://togithub.com/spring-projects/spring-boot/pull/38350) - Add a Restarting a stopped or failed Job section to the batch howto [#​38341](https://togithub.com/spring-projects/spring-boot/issues/38341) - Clarify documentation on importing Testcontainer declarations and using `@ServiceConnection` or `@DynamicPropertySource` [#​38337](https://togithub.com/spring-projects/spring-boot/issues/38337) - Make distinction between Testcontainers for integration tests and development more clear in documentation [#​38336](https://togithub.com/spring-projects/spring-boot/issues/38336) - When using Testcontainers at development time with `@ServiceConnection` on a `@Bean` method, describe when to use the name attribute and why [#​38335](https://togithub.com/spring-projects/spring-boot/issues/38335) - Fix link to Elasticsearch health indicator [#​38334](https://togithub.com/spring-projects/spring-boot/issues/38334) - Update Spring Framework documentation links [#​38289](https://togithub.com/spring-projects/spring-boot/issues/38289) - Code sample in "Developing Your First Spring Boot Application" does not work [#​38272](https://togithub.com/spring-projects/spring-boot/issues/38272) - Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI [#​38249](https://togithub.com/spring-projects/spring-boot/issues/38249) - Add how-to documentation for test-only database migrations with Flyway/Liquibase [#​38231](https://togithub.com/spring-projects/spring-boot/issues/38231) - Document that PEM content can be used directly in application.yaml [#​38215](https://togithub.com/spring-projects/spring-boot/issues/38215) - Document that TomcatConnectorCustomizers are not applied to additional connectors [#​38198](https://togithub.com/spring-projects/spring-boot/issues/38198) ##### :hammer: Dependency Upgrades - Upgrade to AspectJ 1.9.20.1 [#​38358](https://togithub.com/spring-projects/spring-boot/issues/38358) - Upgrade to Byte Buddy 1.14.10 [#​38407](https://togithub.com/spring-projects/spring-boot/issues/38407) - Upgrade to DB2 JDBC 11.5.9.0 [#​38408](https://togithub.com/spring-projects/spring-boot/issues/38408) - Upgrade to Dependency Management Plugin 1.1.4 [#​38346](https://togithub.com/spring-projects/spring-boot/issues/38346) - Upgrade to Dropwizard Metrics 4.2.22 [#​38409](https://togithub.com/spring-projects/spring-boot/issues/38409) - Upgrade to GraphQL Java 21.3 [#​38478](https://togithub.com/spring-projects/spring-boot/issues/38478) - Upgrade to Hazelcast 5.3.6 [#​38410](https://togithub.com/spring-projects/spring-boot/issues/38410) - Upgrade to Infinispan 14.0.21.Final [#​38411](https://togithub.com/spring-projects/spring-boot/issues/38411) - Upgrade to JUnit Jupiter 5.10.1 [#​38412](https://togithub.com/spring-projects/spring-boot/issues/38412) - Upgrade to Kotlin Serialization 1.6.1 [#​38413](https://togithub.com/spring-projects/spring-boot/issues/38413) - Upgrade to Lettuce 6.3.0.RELEASE [#​38414](https://togithub.com/spring-projects/spring-boot/issues/38414) - Upgrade to Maven Javadoc Plugin 3.6.2 [#​38415](https://togithub.com/spring-projects/spring-boot/issues/38415) - Upgrade to Micrometer 1.12.0 [#​38305](https://togithub.com/spring-projects/spring-boot/issues/38305) - Upgrade to Micrometer Tracing 1.2.0 [#​38306](https://togithub.com/spring-projects/spring-boot/issues/38306) - Upgrade to Mockito 5.7.0 [#​38479](https://togithub.com/spring-projects/spring-boot/issues/38479) - Upgrade to MongoDB 4.11.1 [#​38416](https://togithub.com/spring-projects/spring-boot/issues/38416) - Upgrade to Netty 4.1.101.Final [#​38417](https://togithub.com/spring-projects/spring-boot/issues/38417) - Upgrade to Pooled JMS 3.1.5 [#​38418](https://togithub.com/spring-projects/spring-boot/issues/38418) - Upgrade to Pulsar Reactive 0.5.0 [#​38406](https://togithub.com/spring-projects/spring-boot/issues/38406) - Upgrade to Rabbit Stream Client 0.14.0 [#​38480](https://togithub.com/spring-projects/spring-boot/issues/38480) - Upgrade to Reactor Bom 2023.0.0 [#​38307](https://togithub.com/spring-projects/spring-boot/issues/38307) - Upgrade to Spring AMQP 3.1.0 [#​38308](https://togithub.com/spring-projects/spring-boot/issues/38308) - Upgrade to Spring Authorization Server 1.2.0 [#​38309](https://togithub.com/spring-projects/spring-boot/issues/38309) - Upgrade to Spring Batch 5.1.0 [#​38310](https://togithub.com/spring-projects/spring-boot/issues/38310) - Upgrade to Spring Data Bom 2023.1.0 [#​38311](https://togithub.com/spring-projects/spring-boot/issues/38311) - Upgrade to Spring Framework 6.1.1 [#​38451](https://togithub.com/spring-projects/spring-boot/issues/38451) - Upgrade to Spring GraphQL 1.2.4 [#​38313](https://togithub.com/spring-projects/spring-boot/issues/38313) - Upgrade to Spring HATEOAS 2.2.0 [#​38314](https://togithub.com/spring-projects/spring-boot/issues/38314) - Upgrade to Spring Integration 6.2.0 [#​38315](https://togithub.com/spring-projects/spring-boot/issues/38315) - Upgrade to Spring Kafka 3.1.0 [#​38316](https://togithub.com/spring-projects/spring-boot/issues/38316) - Upgrade to Spring LDAP 3.2.0 [#​38317](https://togithub.com/spring-projects/spring-boot/issues/38317) - Upgrade to Spring Pulsar 1.0.0 [#​38419](https://togithub.com/spring-projects/spring-boot/issues/38419) - Upgrade to Spring RESTDocs 3.0.1 [#​38420](https://togithub.com/spring-projects/spring-boot/issues/38420) - Upgrade to Spring Security 6.2.0 [#​38318](https://togithub.com/spring-projects/spring-boot/issues/38318) - Upgrade to Spring Session 3.2.0 [#​38319](https://togithub.com/spring-projects/spring-boot/issues/38319) - Upgrade to Spring WS 4.0.8 [#​38320](https://togithub.com/spring-projects/spring-boot/issues/38320) - Upgrade to Testcontainers 1.19.3 [#​38471](https://togithub.com/spring-projects/spring-boot/issues/38471) - Upgrade to Tomcat 10.1.16 [#​38421](https://togithub.com/spring-projects/spring-boot/issues/38421) - Upgrade to Versions Maven Plugin 2.16.2 [#​38422](https://togithub.com/spring-projects/spring-boot/issues/38422) - Upgrade to WebJars Locator Core 0.55 [#​38481](https://togithub.com/spring-projects/spring-boot/issues/38481) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@​EvaristeGalois11](https://togithub.com/EvaristeGalois11), [@​PENEKhun](https://togithub.com/PENEKhun), [@​abdullah-jaffer](https://togithub.com/abdullah-jaffer), [@​audtjddld](https://togithub.com/audtjddld), [@​cachescrubber](https://togithub.com/cachescrubber), [@​dreis2211](https://togithub.com/dreis2211), [@​eddumelendez](https://togithub.com/eddumelendez), [@​izeye](https://togithub.com/izeye), [@​jonatan-ivanov](https://togithub.com/jonatan-ivanov), [@​pirgeo](https://togithub.com/pirgeo), [@​quaff](https://togithub.com/quaff), and [@​sdeleuze](https://togithub.com/sdeleuze) ### [`v3.1.6`](https://togithub.com/spring-projects/spring-boot/releases/tag/v3.1.6) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.1.5...v3.1.6) #### :star: New Features - Upgrade default CNB builders to Paketo Jammy [#​38485](https://togithub.com/spring-projects/spring-boot/issues/38485) #### :lady_beetle: Bug Fixes - Annotation based ConditionalOnBean checks can cause early initialization of FactoryBeans [#​38473](https://togithub.com/spring-projects/spring-boot/issues/38473) - App fails to start with a NoSuchMethodError when using Flyway 10.0.0 [#​38267](https://togithub.com/spring-projects/spring-boot/issues/38267) - Resolution of productionRuntimeClasspath configuration may select the wrong variant and contain a dependency's source jar [#​38209](https://togithub.com/spring-projects/spring-boot/issues/38209) - App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created [#​38181](https://togithub.com/spring-projects/spring-boot/issues/38181) - spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int [#​38151](https://togithub.com/spring-projects/spring-boot/issues/38151) - Mail health indicator fails when host is not set in properties [#​38043](https://togithub.com/spring-projects/spring-boot/issues/38043) - Docker Compose integration does not work with 2.23.0 due to 'Cannot invoke "org.springframework.boot.docker.compose.core.DockerCliInspectResponse.hostConfig()" because "inspectResponse" is null' [#​37982](https://togithub.com/spring-projects/spring-boot/issues/37982) - Docker JSON parsing fails on certain locales [#​37648](https://togithub.com/spring-projects/spring-boot/issues/37648) - Testcontainers support for various containers does not work in a native-image [#​36606](https://togithub.com/spring-projects/spring-boot/issues/36606) #### :notebook_with_decorative_cover: Documentation - Document supported SQL comment prefixes [#​38495](https://togithub.com/spring-projects/spring-boot/issues/38495) - Update access log pattern documentation to align with changes in Tomcat 10 [#​38424](https://togithub.com/spring-projects/spring-boot/issues/38424) - Add a Restarting a stopped or failed Job section to the batch howto [#​38340](https://togithub.com/spring-projects/spring-boot/issues/38340) - Fix link to Elasticsearch health indicator [#​38333](https://togithub.com/spring-projects/spring-boot/issues/38333) - Update Spring Framework documentation links [#​38288](https://togithub.com/spring-projects/spring-boot/issues/38288) - Code sample in "Developing Your First Spring Boot Application" does not work [#​38271](https://togithub.com/spring-projects/spring-boot/issues/38271) - Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI [#​38248](https://togithub.com/spring-projects/spring-boot/issues/38248) - Add how-to documentation for test-only database migrations with Flyway/Liquibase [#​38230](https://togithub.com/spring-projects/spring-boot/issues/38230) - Document that PEM content can be used directly in application.yaml [#​38210](https://togithub.com/spring-projects/spring-boot/issues/38210) - Document that TomcatConnectorCustomizers are not applied to additional connectors [#​38197](https://togithub.com/spring-projects/spring-boot/issues/38197) - Document that application.\* banner variables require a packaged jar or the use of Boot's launcher [#​38148](https://togithub.com/spring-projects/spring-boot/issues/38148) - Improve systemd configuration documentation [#​38116](https://togithub.com/spring-projects/spring-boot/issues/38116) - Clarify that `@AutoConfigureWebTestClient` binds WebTestClient to mock infrastructure [#​38113](https://togithub.com/spring-projects/spring-boot/issues/38113) - MyErrorWebExceptionHandler example in documentation isn't working [#​38110](https://togithub.com/spring-projects/spring-boot/issues/38110) - Document that properties that change an application's beans are fixed at build time [#​38107](https://togithub.com/spring-projects/spring-boot/issues/38107) - Add section on AspectJ support [#​38096](https://togithub.com/spring-projects/spring-boot/issues/38096) - Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default [#​38089](https://togithub.com/spring-projects/spring-boot/issues/38089) - Document that testing with ApplicationContextRunner in a native image is not supported [#​38081](https://togithub.com/spring-projects/spring-boot/issues/38081) - Spring Boot Actuator documentation misses management.endpoint.env.show-values property [#​38079](https://togithub.com/spring-projects/spring-boot/issues/38079) - Document how to downgrade dependencies to use embedded Jetty 11 [#​38076](https://togithub.com/spring-projects/spring-boot/issues/38076) - Update "Use Another Web Server" how-to to reflect Servlet 5.0 baseline [#​38074](https://togithub.com/spring-projects/spring-boot/issues/38074) - Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer [#​38071](https://togithub.com/spring-projects/spring-boot/issues/38071) - Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) [#​38053](https://togithub.com/spring-projects/spring-boot/issues/38053) - Reference documentation MyContainersConfiguration sample is missing `@ServiceConnection` [#​38046](https://togithub.com/spring-projects/spring-boot/issues/38046) - Clarifying documentation on including a top-level `@TestConfiguration` class in a test [#​38040](https://togithub.com/spring-projects/spring-boot/issues/38040) - Document ConfigurationPropertyCaching [#​38037](https://togithub.com/spring-projects/spring-boot/issues/38037) - Document server.servlet.encoding.\* properties and server.servlet.encoding.mapping in particular [#​38034](https://togithub.com/spring-projects/spring-boot/issues/38034) - Document configuration for building images with Colima [#​38031](https://togithub.com/spring-projects/spring-boot/issues/38031) - Add a section on customizing embedded reactive servers [#​38027](https://togithub.com/spring-projects/spring-boot/issues/38027) - Improve documentation of `classpath.idx` file and its generation by the Maven and Gradle plugins [#​38024](https://togithub.com/spring-projects/spring-boot/issues/38024) - Document additional user configuration that's required after setting `spring.hateoas.use-hal-as-default-json-media-type` to `false` [#​38021](https://togithub.com/spring-projects/spring-boot/issues/38021) - Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC [#​38018](https://togithub.com/spring-projects/spring-boot/issues/38018) - Add Embedded MongoDB to community starters [#​38015](https://togithub.com/spring-projects/spring-boot/issues/38015) - Document that spring-boot-starter-parent sets maven.compiler.release and how to unset it if needed [#​37993](https://togithub.com/spring-projects/spring-boot/issues/37993) - Improve health group membership validation error message to provide hint for property to disable validation [#​36489](https://togithub.com/spring-projects/spring-boot/issues/36489) - Explain how Docker Compose support works when services are already running [#​36483](https://togithub.com/spring-projects/spring-boot/issues/36483) - Outdated spring-boot-maven-plugin build-info documentation causing project builds to fail [#​36114](https://togithub.com/spring-projects/spring-boot/issues/36114) - When using Testcontainers at development time with `@ServiceConnection` on a `@Bean` method, describe when to use the name attribute and why [#​36071](https://togithub.com/spring-projects/spring-boot/issues/36071) - Make distinction between Testcontainers for integration tests and development more clear in documentation [#​35856](https://togithub.com/spring-projects/spring-boot/issues/35856) - Clarify documentation on importing Testcontainer declarations and using `@ServiceConnection` or `@DynamicPropertySource` [#​35629](https://togithub.com/spring-projects/spring-boot/issues/35629) - Improve documentation regarding tracing in tests [#​33975](https://togithub.com/spring-projects/spring-boot/issues/33975) - Document the accepted inputs when configuring tags on spring-boot:build-image and bootBuildImage [#​33088](https://togithub.com/spring-projects/spring-boot/issues/33088) - Document how to use cloudfoundry specific actuators with a custom base path for webflux applications [#​24991](https://togithub.com/spring-projects/spring-boot/issues/24991) #### :hammer: Dependency Upgrades - Upgrade to ActiveMQ 5.18.3 [#​38452](https://togithub.com/spring-projects/spring-boot/issues/38452) - Upgrade to AspectJ 1.9.20.1 [#​38357](https://togithub.com/spring-projects/spring-boot/issues/38357) - Upgrade to Byte Buddy 1.14.10 [#​38453](https://togithub.com/spring-projects/spring-boot/issues/38453) - Upgrade to DB2 JDBC 11.5.9.0 [#​38454](https://togithub.com/spring-projects/spring-boot/issues/38454) - Upgrade to Dependency Management Plugin 1.1.4 [#​38345](https://togithub.com/spring-projects/spring-boot/issues/38345) - Upgrade to Dropwizard Metrics 4.2.22 [#​38455](https://togithub.com/spring-projects/spring-boot/issues/38455) - Upgrade to Glassfish JAXB 4.0.4 [#​38456](https://togithub.com/spring-projects/spring-boot/issues/38456) - Upgrade to Infinispan 14.0.21.Final [#​38457](https://togithub.com/spring-projects/spring-boot/issues/38457) - Upgrade to Jakarta Json 2.1.3 [#​38458](https://togithub.com/spring-projects/spring-boot/issues/38458) - Upgrade to Jakarta XML SOAP 3.0.1 [#​38459](https://togithub.com/spring-projects/spring-boot/issues/38459) - Upgrade to Jakarta XML WS 4.0.1 [#​38460](https://togithub.com/spring-projects/spring-boot/issues/38460) - Upgrade to Jetty 11.0.18 [#​38462](https://togithub.com/spring-projects/spring-boot/issues/38462) - Upgrade to Jetty Reactive HTTPClient 3.0.10 [#​38461](https://togithub.com/spring-projects/spring-boot/issues/38461) - Upgrade to Lettuce 6.2.7.RELEASE [#​38463](https://togithub.com/spring-projects/spring-boot/issues/38463) - Upgrade to Micrometer 1.11.6 [#​38297](https://togithub.com/spring-projects/spring-boot/issues/38297) - Upgrade to Micrometer Tracing 1.1.7 [#​38298](https://togithub.com/spring-projects/spring-boot/issues/38298) - Upgrade to Native Build Tools Plugin 0.9.28 [#​38464](https://togithub.com/spring-projects/spring-boot/issues/38464) - Upgrade to Netty 4.1.101.Final [#​38465](https://togithub.com/spring-projects/spring-boot/issues/38465) - Upgrade to Pooled JMS 3.1.5 [#​38466](https://togithub.com/spring-projects/spring-boot/issues/38466) - Upgrade to Reactor Bom 2022.0.13 [#​38299](https://togithub.com/spring-projects/spring-boot/issues/38299) - Upgrade to SAAJ Impl 3.0.3 [#​38467](https://togithub.com/spring-projects/spring-boot/issues/38467) - Upgrade to Spring Batch 5.0.4 [#​38493](https://togithub.com/spring-projects/spring-boot/issues/38493) - Upgrade to Spring Data Bom 2023.0.6 [#​38300](https://togithub.com/spring-projects/spring-boot/issues/38300) - Upgrade to Spring Framework 6.0.14 [#​38301](https://togithub.com/spring-projects/spring-boot/issues/38301) - Upgrade to Spring GraphQL 1.2.4 [#​38302](https://togithub.com/spring-projects/spring-boot/issues/38302) - Upgrade to Spring HATEOAS 2.1.3 [#​38375](https://togithub.com/spring-projects/spring-boot/issues/38375) - Upgrade to Spring Integration 6.1.5 [#​38303](https://togithub.com/spring-projects/spring-boot/issues/38303) - Upgrade to Spring Kafka 3.0.13 [#​38370](https://togithub.com/spring-projects/spring-boot/issues/38370) - Upgrade to Spring RESTDocs 3.0.1 [#​38468](https://togithub.com/spring-projects/spring-boot/issues/38468) - Upgrade to Spring WS 4.0.8 [#​38304](https://togithub.com/spring-projects/spring-boot/issues/38304) - Upgrade to Tomcat 10.1.16 [#​38469](https://togithub.com/spring-projects/spring-boot/issues/38469) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​GVictorG7](https://togithub.com/GVictorG7), [@​PENEKhun](https://togithub.com/PENEKhun), [@​audtjddld](https://togithub.com/audtjddld), [@​cachescrubber](https://togithub.com/cachescrubber), [@​dreis2211](https://togithub.com/dreis2211), [@​eddumelendez](https://togithub.com/eddumelendez), [@​izeye](https://togithub.com/izeye), [@​jonatan-ivanov](https://togithub.com/jonatan-ivanov), and [@​quaff](https://togithub.com/quaff) ### [`v3.1.5`](https://togithub.com/spring-projects/spring-boot/releases/tag/v3.1.5) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.1.4...v3.1.5) #### :warning: Noteworthy Changes - The behavior of `spring.jms.listener.concurrency` has been corrected to match the documentation ([#​37180](https://togithub.com/spring-projects/spring-boot/pull/37180)). If you were setting `spring.jms.listener.concurrency` without also setting `spring.jms.listener.max-concurrency`, please review your configuration when upgrading. #### :lady_beetle: Bug Fixes - Constructor binding with a custom collection type does not work [#​37941](https://togithub.com/spring-projects/spring-boot/issues/37941) - `@Order` does not work on (CommandLine|Application)Runner `@Bean` methods [#​37938](https://togithub.com/spring-projects/spring-boot/issues/37938) - `@ComponentScan` on a test class is processed when creating a test context but is not included in the context's cache key [#​37924](https://togithub.com/spring-projects/spring-boot/issues/37924) - Restarter creates memory leak in tests [#​37920](https://togithub.com/spring-projects/spring-boot/issues/37920) - AOT processing fails when a `@WebServlet` found by scanning is annotated with `@MultipartConfig` [#​37883](https://togithub.com/spring-projects/spring-boot/issues/37883) - Gradle plugin uses to-be-deprecated API for getting and setting file permissions [#​37881](https://togithub.com/spring-projects/spring-boot/issues/37881) - Task executor metrics are not registered when using lazy initialization [#​37838](https://togithub.com/spring-projects/spring-boot/issues/37838) - Gradle AOT processing tasks do not use project's Java toolchain [#​37826](https://togithub.com/spring-projects/spring-boot/issues/37826) - `@ServiceConnection` is not found when used in an interface implemented by a test class [#​37671](https://togithub.com/spring-projects/spring-boot/issues/37671) - Image building can fail when using GraalVM compilation and a remote Docker daemon [#​37665](https://togithub.com/spring-projects/spring-boot/issues/37665) - NPE from Jetty's WebSocketUpgradeFilter when testing with `@SpringBootTest`, `@AutoConfigureMockMvc`, and MockMvc [#​37663](https://togithub.com/spring-projects/spring-boot/issues/37663) - `@WebListener` does not work in a native image without additional reflection hints [#​37635](https://togithub.com/spring-projects/spring-boot/issues/37635) - AspectJ transaction management with compile-time weaving does not work with spring.main.lazy-initialization=true [#​37632](https://togithub.com/spring-projects/spring-boot/issues/37632) - IPv6 IP addresses cannot be used with RabbitMQ [#​37619](https://togithub.com/spring-projects/spring-boot/pull/37619) - Unwanted Logback status messages are sometimes logged during startup [#​37600](https://togithub.com/spring-projects/spring-boot/issues/37600) - Managed types for Neo4j are not used in Neo4j Data auto configuration [#​37594](https://togithub.com/spring-projects/spring-boot/issues/37594) - fileMode and dirMode are not applied to all entries in an archive produced by BootJar [#​37588](https://togithub.com/spring-projects/spring-boot/issues/37588) - Application fails to start when an optional config import cannot be resolved [#​37570](https://togithub.com/spring-projects/spring-boot/issues/37570) - Contrary to the documentation, setting spring.jms.listener.concurrency alone configures the maximum concurrency [#​37553](https://togithub.com/spring-projects/spring-boot/issues/37553) - Dependency management for kafka-server-common with a test classifier is missing [#​37542](https://togithub.com/spring-projects/spring-boot/issues/37542) - RepackageMojo doesn't support 1 digit numerical values for project.build.outputTimestamp [#​37535](https://togithub.com/spring-projects/spring-boot/issues/37535) #### :notebook_with_decorative_cover: Documentation - Document that 'spring.docker.compose.file' can be used to share Docker Compose configuration between applications [#​37886](https://togithub.com/spring-projects/spring-boot/issues/37886) - Remove link to LiveReload website due to timeout [#​37691](https://togithub.com/spring-projects/spring-boot/issues/37691) - Refer to ActiveMQ as ActiveMQ "Classic" [#​37615](https://togithub.com/spring-projects/spring-boot/issues/37615) - Removal of spring.webflux.multipart.streaming is not documented [#​37609](https://togithub.com/spring-projects/spring-boot/issues/37609) - Default value of spring.jmx.registration-policy is not documented [#​37596](https://togithub.com/spring-projects/spring-boot/issues/37596) - Update documentation to align with Mockito 5 using the inline mock maker by default [#​37561](https://togithub.com/spring-projects/spring-boot/pull/37561) - Add Javadoc since for AbstractAotMojo.getSession() [#​37547](https://togithub.com/spring-projects/spring-boot/issues/37547) - Document support for Java 21 [#​37532](https://togithub.com/spring-projects/spring-boot/issues/37532) - Use more idiomatic Kotlin in example for "Map Health Indicators to Micrometer Metrics" [#​37510](https://togithub.com/spring-projects/spring-boot/issues/37510) #### :hammer: Dependency Upgrades - Upgrade to Byte Buddy 1.14.9 [#​37853](https://togithub.com/spring-projects/spring-boot/issues/37853) - Upgrade to Couchbase Client 3.4.11 [#​37759](https://togithub.com/spring-projects/spring-boot/issues/37759) - Upgrade to Dropwizard Metrics 4.2.21 [#​37897](https://togithub.com/spring-projects/spring-boot/issues/37897) - Upgrade to Hibernate 6.2.13.Final [#​37854](https://togithub.com/spring-projects/spring-boot/issues/37854) - Upgrade to HttpCore5 5.2.3 [#​37762](https://togithub.com/spring-projects/spring-boot/issues/37762) - Upgrade to Infinispan 14.0.19.Final [#​37855](https://togithub.com/spring-projects/spring-boot/issues/37855) - Upgrade to Jackson Bom 2.15.3 [#​37898](https://togithub.com/spring-projects/spring-boot/issues/37898) - Upgrade to Jetty 11.0.17 [#​37856](https://togithub.com/spring-projects/spring-boot/issues/37856) - Upgrade to Jetty Reactive HTTPClient 3.0.9 [#​37932](https://togithub.com/spring-projects/spring-boot/issues/37932) - Upgrade to jOOQ 3.18.7 [#​37857](https://togithub.com/spring-projects/spring-boot/issues/37857) - Upgrade to Micrometer 1.11.5 [#​37693](https://togithub.com/spring-projects/spring-boot/issues/37693) - Upgrade to Micrometer Tracing 1.1.6 [#​37694](https://togithub.com/spring-projects/spring-boot/issues/37694) - Upgrade to Neo4j Java Driver 5.13.0 [#​37793](https://togithub.com/spring-projects/spring-boot/issues/37793) - Upgrade to Netty 4.1.100.Final [#​37858](https://togithub.com/spring-projects/spring-boot/issues/37858) - Upgrade to Pooled JMS 3.1.4 [#​37764](https://togithub.com/spring-projects/spring-boot/issues/37764) - Upgrade to R2DBC MySQL 1.0.5 [#​37859](https://togithub.com/spring-projects/spring-boot/issues/37859) - Upgrade to Reactor Bom 2022.0.12 [#​37695](https://togithub.com/spring-projects/spring-boot/issues/37695) - Upgrade to RxJava3 3.1.8 [#​37766](https://togithub.com/spring-projects/spring-boot/issues/37766) - Upgrade to Spring AMQP 3.0.10 [#​37696](https://togithub.com/spring-projects/spring-boot/issues/37696) - Upgrade to Spring Authorization Server 1.1.3 [#​37697](https://togithub.com/spring-projects/spring-boot/issues/37697) - Upgrade to Spring Data Bom 2023.0.5 [#​37698](https://togithub.com/spring-projects/spring-boot/issues/37698) - Upgrade to Spring Framework 6.0.13 [#​37816](https://togithub.com/spring-projects/spring-boot/issues/37816) - Upgrade to Spring Integration 6.1.4 [#​37914](https://togithub.com/spring-projects/spring-boot/issues/37914) - Upgrade to Spring Kafka 3.0.12 [#​37797](https://togithub.com/spring-projects/spring-boot/issues/37797) - Upgrade to Spring LDAP 3.1.2 [#​37699](https://togithub.com/spring-projects/spring-boot/issues/37699) - Upgrade to Spring Retry 2.0.4 [#​37700](https://togithub.com/spring-projects/spring-boot/issues/37700) - Upgrade to Spring Security 6.1.5 [#​37701](https://togithub.com/spring-projects/spring-boot/issues/37701) - Upgrade to Spring Session 3.1.3 [#​37702](https://togithub.com/spring-projects/spring-boot/issues/37702) - Upgrade to Tomcat 10.1.15 [#​37902](https://togithub.com/spring-projects/spring-boot/issues/37902) - Upgrade to UnboundID LDAPSDK 6.0.10 [#​37767](https://togithub.com/spring-projects/spring-boot/issues/37767) - Upgrade to Undertow 2.3.10.Final [#​37933](https://togithub.com/spring-projects/spring-boot/issues/37933) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​JinseongHwang](https://togithub.com/JinseongHwang), [@​bottlerocketjonny](https://togithub.com/bottlerocketjonny), [@​dependabot](https://togithub.com/dependabot)\[bot], [@​erichaagdev](https://togithub.com/erichaagdev), [@​esperar](https://togithub.com/esperar), [@​izeye](https://togithub.com/izeye), [@​jbertram](https://togithub.com/jbertram), [@​jonasfugedi](https://togithub.com/jonasfugedi), [@​michael-simons](https://togithub.com/michael-simons), [@​nielsbasjes](https://togithub.com/nielsbasjes), [@​onobc](https://togithub.com/onobc), [@​sushant1987](https://togithub.com/sushant1987), [@​ttddyy](https://togithub.com/ttddyy), and [@​vpavic](https://togithub.com/vpavic)

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

๐Ÿ‘ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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


Thanks for the PR!

Any successful deployments (not always required) will be available below. API available

Once merged, code will be promoted and handed off to following workflow run. Main Merge Workflow

renovate[bot] commented 9 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

โš  Warning: custom changes will be lost.

github-actions[bot] commented 9 months ago

Current changelog

Bug Fixes

github-actions[bot] commented 9 months ago
Overall Project 98.36% :green_apple:

There is no coverage information present for the Files changed

github-actions[bot] commented 9 months ago
Overall Project 98.36% :green_apple:

There is no coverage information present for the Files changed

github-actions[bot] commented 8 months ago
Overall Project 98.36% :green_apple:

There is no coverage information present for the Files changed

github-actions[bot] commented 8 months ago

Your Pull Request code is being promoted! Please follow the link below. Main Merge Workflow