AxonFramework / extension-multitenancy

Axon Framework extension providing handles to support multi tenancy with distinct buses and stores per tenant.
Apache License 2.0
10 stars 2 forks source link

Bump spring.boot.version from 2.7.17 to 2.7.18 #166

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps spring.boot.version from 2.7.17 to 2.7.18. Updates org.springframework.boot:spring-boot-autoconfigure from 2.7.17 to 2.7.18

Release notes

Sourced from org.springframework.boot:spring-boot-autoconfigure's releases.

v2.7.18

⚠️ Noteworthy Changes

  • Following the Paketo team's announcement that the Bionic CNB builders will be removed, the default builder using by bootBuildImage (Gradle) and spring-boot:build-image (Maven) has been changed to Paketo Jammy #38477

:lady_beetle: Bug Fixes

  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #38164
  • spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int #38146
  • Mail health indicator fails when host is not set in properties #38007

:notebook_with_decorative_cover: Documentation

  • Document supported SQL comment prefixes #38385
  • Fix link to Elasticsearch health indicator #38330
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #38203
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #38183
  • MyErrorWebExceptionHandler example in documentation isn't working #38104
  • Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default #38083
  • Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer #37282
  • Improve documentation of classpath.idx file and its generation by the Maven and Gradle plugins #37125
  • Document configuration for building images with Colima #34522
  • Code sample in "Developing Your First Spring Boot Application" does not work #34513
  • Document ConfigurationPropertyCaching #34172
  • Document that application.* banner variables require a packaged jar or the use of Boot's launcher #33489
  • Add section on AspectJ support #32642
  • Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular #32472
  • Add a section on customizing embedded reactive servers #31917
  • Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC #31232
  • Clarifying documentation on including a top-level @TestConfiguration class in a test #30513
  • Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure #29890
  • Improve systemd configuration documentation #28453
  • Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) #27549
  • Document additional user configuration that's required after setting spring.hateoas.use-hal-as-default-json-media-type to false #26814
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #26796

:hammer: Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.7 #38427
  • Upgrade to DB2 JDBC 11.5.9.0 #38428
  • Upgrade to Dropwizard Metrics 4.2.22 #38429
  • Upgrade to Elasticsearch 7.17.15 #38430
  • Upgrade to Glassfish JAXB 2.3.9 #38431
  • Upgrade to Micrometer 1.9.17 #38279
  • Upgrade to Netty 4.1.101.Final #38432
  • Upgrade to Pooled JMS 1.2.6 #38433
  • Upgrade to Reactor Bom 2020.0.38 #38280
  • Upgrade to Spring Batch 4.3.10 #38281
  • Upgrade to Spring Data Bom 2021.2.18 #38282
  • Upgrade to Spring Framework 5.3.31 #38283

... (truncated)

Commits
  • 0c8b382 Release v2.7.18
  • 5490e73 Improve Tags generation for methods names
  • 7ad6e44 Upgrade to Spring Batch 4.3.10
  • a6346fb Merge pull request #38385 from PENEKhun
  • 0171ed2 Polish "Document comments in SQL for database initialization"
  • 578d043 Document comments in SQL for database initialization
  • 49c4f33 Prepare for the final OSS release of 2.7.x
  • b473ffd Upgrade to Spring Integration 5.5.20
  • d1cce0f Upgrade default CNB builders to Paketo Jammy
  • 95fbb49 Upgrade to Tomcat 9.0.83
  • Additional commits viewable in compare view


Updates org.springframework.boot:spring-boot-test from 2.7.17 to 2.7.18

Release notes

Sourced from org.springframework.boot:spring-boot-test's releases.

v2.7.18

⚠️ Noteworthy Changes

  • Following the Paketo team's announcement that the Bionic CNB builders will be removed, the default builder using by bootBuildImage (Gradle) and spring-boot:build-image (Maven) has been changed to Paketo Jammy #38477

:lady_beetle: Bug Fixes

  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #38164
  • spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int #38146
  • Mail health indicator fails when host is not set in properties #38007

:notebook_with_decorative_cover: Documentation

  • Document supported SQL comment prefixes #38385
  • Fix link to Elasticsearch health indicator #38330
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #38203
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #38183
  • MyErrorWebExceptionHandler example in documentation isn't working #38104
  • Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default #38083
  • Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer #37282
  • Improve documentation of classpath.idx file and its generation by the Maven and Gradle plugins #37125
  • Document configuration for building images with Colima #34522
  • Code sample in "Developing Your First Spring Boot Application" does not work #34513
  • Document ConfigurationPropertyCaching #34172
  • Document that application.* banner variables require a packaged jar or the use of Boot's launcher #33489
  • Add section on AspectJ support #32642
  • Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular #32472
  • Add a section on customizing embedded reactive servers #31917
  • Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC #31232
  • Clarifying documentation on including a top-level @TestConfiguration class in a test #30513
  • Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure #29890
  • Improve systemd configuration documentation #28453
  • Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) #27549
  • Document additional user configuration that's required after setting spring.hateoas.use-hal-as-default-json-media-type to false #26814
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #26796

:hammer: Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.7 #38427
  • Upgrade to DB2 JDBC 11.5.9.0 #38428
  • Upgrade to Dropwizard Metrics 4.2.22 #38429
  • Upgrade to Elasticsearch 7.17.15 #38430
  • Upgrade to Glassfish JAXB 2.3.9 #38431
  • Upgrade to Micrometer 1.9.17 #38279
  • Upgrade to Netty 4.1.101.Final #38432
  • Upgrade to Pooled JMS 1.2.6 #38433
  • Upgrade to Reactor Bom 2020.0.38 #38280
  • Upgrade to Spring Batch 4.3.10 #38281
  • Upgrade to Spring Data Bom 2021.2.18 #38282
  • Upgrade to Spring Framework 5.3.31 #38283

... (truncated)

Commits
  • 0c8b382 Release v2.7.18
  • 5490e73 Improve Tags generation for methods names
  • 7ad6e44 Upgrade to Spring Batch 4.3.10
  • a6346fb Merge pull request #38385 from PENEKhun
  • 0171ed2 Polish "Document comments in SQL for database initialization"
  • 578d043 Document comments in SQL for database initialization
  • 49c4f33 Prepare for the final OSS release of 2.7.x
  • b473ffd Upgrade to Spring Integration 5.5.20
  • d1cce0f Upgrade default CNB builders to Paketo Jammy
  • 95fbb49 Upgrade to Tomcat 9.0.83
  • Additional commits viewable in compare view


Updates org.springframework.boot:spring-boot-starter from 2.7.17 to 2.7.18

Release notes

Sourced from org.springframework.boot:spring-boot-starter's releases.

v2.7.18

⚠️ Noteworthy Changes

  • Following the Paketo team's announcement that the Bionic CNB builders will be removed, the default builder using by bootBuildImage (Gradle) and spring-boot:build-image (Maven) has been changed to Paketo Jammy #38477

:lady_beetle: Bug Fixes

  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #38164
  • spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int #38146
  • Mail health indicator fails when host is not set in properties #38007

:notebook_with_decorative_cover: Documentation

  • Document supported SQL comment prefixes #38385
  • Fix link to Elasticsearch health indicator #38330
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #38203
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #38183
  • MyErrorWebExceptionHandler example in documentation isn't working #38104
  • Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default #38083
  • Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer #37282
  • Improve documentation of classpath.idx file and its generation by the Maven and Gradle plugins #37125
  • Document configuration for building images with Colima #34522
  • Code sample in "Developing Your First Spring Boot Application" does not work #34513
  • Document ConfigurationPropertyCaching #34172
  • Document that application.* banner variables require a packaged jar or the use of Boot's launcher #33489
  • Add section on AspectJ support #32642
  • Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular #32472
  • Add a section on customizing embedded reactive servers #31917
  • Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC #31232
  • Clarifying documentation on including a top-level @TestConfiguration class in a test #30513
  • Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure #29890
  • Improve systemd configuration documentation #28453
  • Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) #27549
  • Document additional user configuration that's required after setting spring.hateoas.use-hal-as-default-json-media-type to false #26814
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #26796

:hammer: Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.7 #38427
  • Upgrade to DB2 JDBC 11.5.9.0 #38428
  • Upgrade to Dropwizard Metrics 4.2.22 #38429
  • Upgrade to Elasticsearch 7.17.15 #38430
  • Upgrade to Glassfish JAXB 2.3.9 #38431
  • Upgrade to Micrometer 1.9.17 #38279
  • Upgrade to Netty 4.1.101.Final #38432
  • Upgrade to Pooled JMS 1.2.6 #38433
  • Upgrade to Reactor Bom 2020.0.38 #38280
  • Upgrade to Spring Batch 4.3.10 #38281
  • Upgrade to Spring Data Bom 2021.2.18 #38282
  • Upgrade to Spring Framework 5.3.31 #38283

... (truncated)

Commits
  • 0c8b382 Release v2.7.18
  • 5490e73 Improve Tags generation for methods names
  • 7ad6e44 Upgrade to Spring Batch 4.3.10
  • a6346fb Merge pull request #38385 from PENEKhun
  • 0171ed2 Polish "Document comments in SQL for database initialization"
  • 578d043 Document comments in SQL for database initialization
  • 49c4f33 Prepare for the final OSS release of 2.7.x
  • b473ffd Upgrade to Spring Integration 5.5.20
  • d1cce0f Upgrade default CNB builders to Paketo Jammy
  • 95fbb49 Upgrade to Tomcat 9.0.83
  • Additional commits viewable in compare view


Updates org.springframework.boot:spring-boot-starter-test from 2.7.17 to 2.7.18

Release notes

Sourced from org.springframework.boot:spring-boot-starter-test's releases.

v2.7.18

⚠️ Noteworthy Changes

  • Following the Paketo team's announcement that the Bionic CNB builders will be removed, the default builder using by bootBuildImage (Gradle) and spring-boot:build-image (Maven) has been changed to Paketo Jammy #38477

:lady_beetle: Bug Fixes

  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #38164
  • spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int #38146
  • Mail health indicator fails when host is not set in properties #38007

:notebook_with_decorative_cover: Documentation

  • Document supported SQL comment prefixes #38385
  • Fix link to Elasticsearch health indicator #38330
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #38203
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #38183
  • MyErrorWebExceptionHandler example in documentation isn't working #38104
  • Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default #38083
  • Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer #37282
  • Improve documentation of classpath.idx file and its generation by the Maven and Gradle plugins #37125
  • Document configuration for building images with Colima #34522
  • Code sample in "Developing Your First Spring Boot Application" does not work #34513
  • Document ConfigurationPropertyCaching #34172
  • Document that application.* banner variables require a packaged jar or the use of Boot's launcher #33489
  • Add section on AspectJ support #32642
  • Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular #32472
  • Add a section on customizing embedded reactive servers #31917
  • Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC #31232
  • Clarifying documentation on including a top-level @TestConfiguration class in a test #30513
  • Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure #29890
  • Improve systemd configuration documentation #28453
  • Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) #27549
  • Document additional user configuration that's required after setting spring.hateoas.use-hal-as-default-json-media-type to false #26814
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #26796

:hammer: Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.7 #38427
  • Upgrade to DB2 JDBC 11.5.9.0 #38428
  • Upgrade to Dropwizard Metrics 4.2.22 #38429
  • Upgrade to Elasticsearch 7.17.15 #38430
  • Upgrade to Glassfish JAXB 2.3.9 #38431
  • Upgrade to Micrometer 1.9.17 #38279
  • Upgrade to Netty 4.1.101.Final #38432
  • Upgrade to Pooled JMS 1.2.6 #38433
  • Upgrade to Reactor Bom 2020.0.38 #38280
  • Upgrade to Spring Batch 4.3.10 #38281
  • Upgrade to Spring Data Bom 2021.2.18 #38282
  • Upgrade to Spring Framework 5.3.31 #38283

... (truncated)

Commits
  • 0c8b382 Release v2.7.18
  • 5490e73 Improve Tags generation for methods names
  • 7ad6e44 Upgrade to Spring Batch 4.3.10
  • a6346fb Merge pull request #38385 from PENEKhun
  • 0171ed2 Polish "Document comments in SQL for database initialization"
  • 578d043 Document comments in SQL for database initialization
  • 49c4f33 Prepare for the final OSS release of 2.7.x
  • b473ffd Upgrade to Spring Integration 5.5.20
  • d1cce0f Upgrade default CNB builders to Paketo Jammy
  • 95fbb49 Upgrade to Tomcat 9.0.83
  • Additional commits viewable in compare view


Updates org.springframework.boot:spring-boot-test-autoconfigure from 2.7.17 to 2.7.18

Release notes

Sourced from org.springframework.boot:spring-boot-test-autoconfigure's releases.

v2.7.18

⚠️ Noteworthy Changes

  • Following the Paketo team's announcement that the Bionic CNB builders will be removed, the default builder using by bootBuildImage (Gradle) and spring-boot:build-image (Maven) has been changed to Paketo Jammy #38477

:lady_beetle: Bug Fixes

  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #38164
  • spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int #38146
  • Mail health indicator fails when host is not set in properties #38007

:notebook_with_decorative_cover: Documentation

  • Document supported SQL comment prefixes #38385
  • Fix link to Elasticsearch health indicator #38330
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #38203
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #38183
  • MyErrorWebExceptionHandler example in documentation isn't working #38104
  • Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default #38083
  • Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer #37282
  • Improve documentation of classpath.idx file and its generation by the Maven and Gradle plugins #37125
  • Document configuration for building images with Colima #34522
  • Code sample in "Developing Your First Spring Boot Application" does not work #34513
  • Document ConfigurationPropertyCaching #34172
  • Document that application.* banner variables require a packaged jar or the use of Boot's launcher #33489
  • Add section on AspectJ support #32642
  • Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular #32472
  • Add a section on customizing embedded reactive servers #31917
  • Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC #31232
  • Clarifying documentation on including a top-level @TestConfiguration class in a test #30513
  • Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure #29890
  • Improve systemd configuration documentation #28453
  • Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) #27549
  • Document additional user configuration that's required after setting spring.hateoas.use-hal-as-default-json-media-type to false #26814
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #26796

:hammer: Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.7 #38427
  • Upgrade to DB2 JDBC 11.5.9.0 #38428
  • Upgrade to Dropwizard Metrics 4.2.22 #38429
  • Upgrade to Elasticsearch 7.17.15 #38430
  • Upgrade to Glassfish JAXB 2.3.9 #38431
  • Upgrade to Micrometer 1.9.17 #38279
  • Upgrade to Netty 4.1.101.Final #38432
  • Upgrade to Pooled JMS 1.2.6 #38433
  • Upgrade to Reactor Bom 2020.0.38 #38280
  • Upgrade to Spring Batch 4.3.10 #38281
  • Upgrade to Spring Data Bom 2021.2.18 #38282
  • Upgrade to Spring Framework 5.3.31 #38283

... (truncated)

Commits
  • 0c8b382 Release v2.7.18
  • 5490e73 Improve Tags generation for methods names
  • 7ad6e44 Upgrade to Spring Batch 4.3.10
  • a6346fb Merge pull request #38385 from PENEKhun
  • 0171ed2 Polish "Document comments in SQL for database initialization"
  • 578d043 Document comments in SQL for database initialization
  • 49c4f33 Prepare for the final OSS release of 2.7.x
  • b473ffd Upgrade to Spring Integration 5.5.20
  • d1cce0f Upgrade default CNB builders to Paketo Jammy
  • 95fbb49 Upgrade to Tomcat 9.0.83
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | org.springframework.boot:spring-boot-autoconfigure | [>= 3.a, < 4] | | org.springframework.boot:spring-boot-starter | [>= 3.a, < 4] | | org.springframework.boot:spring-boot-starter-test | [>= 3.a, < 4] | | org.springframework.boot:spring-boot-test | [>= 3.a, < 4] | | org.springframework.boot:spring-boot-test-autoconfigure | [>= 3.a, < 4] |

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)