Skip to content

Bump springBootVersion from 2.6.2 to 2.6.4 #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2022

Bumps springBootVersion from 2.6.2 to 2.6.4.
Updates spring-boot-gradle-plugin from 2.6.2 to 2.6.4

Release notes

Sourced from spring-boot-gradle-plugin's releases.

v2.6.4

🐞 Bug Fixes

  • Default JmxAutoConfiguration changes JConsole hierarchy for multi-property @ManagedResource object names #29970
  • The active profiles log message is ambiguous when a profile's name contains a comma #29915
  • @SpyBean causes BeanCurrentlyInCreationException when there are circular references #29909
  • Failed application contexts are not deregistered from SpringApplicationShutdownHook #29905
  • Gradle Plugin triggers eager configuration of some tasks #29817
  • MimeMapping for ots has a trailing space in its mime type #29750
  • A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root #29748
  • Dependency management for Liquibase does not include its liquibase-cdi module #29741
  • server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework #29731
  • Ignore invalid stream types when reading log update events #29691
  • bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied #29679
  • WebSessionIdResolverAutoConfiguration should only be active in a reactive web application #29669
  • ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container #29558
  • Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit #29532

📔 Documentation

  • Document that placeholders in @DefaultValue annotations are not resolved #29980
  • Clarify relation of import path to resultant properties in configtree import data #29978
  • bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 #29966
  • Rectify incorrect sanitizing regex example provided in how-to docs #29959
  • "Customizing the Banner" should make it more obvious that any environment property can be used #29934
  • Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain #29901
  • Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties #29807
  • Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default #29743
  • Add documentation for WebMvc.fn #29728
  • Move appendix subsections under appendix section #29689
  • In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples #29685
  • Warn about the dangers of early bean initialization when using @ConditionalOnExpression #29616
  • Rename Boxfuse to CloudCaptain #29539
  • Upgrade version of gradle-git-properties in reference doc #29537

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.4 #29937
  • Upgrade to AppEngine SDK 1.9.95 #29938
  • Upgrade to Artemis 2.19.1 #29784
  • Upgrade to Couchbase Client 3.2.5 #29785
  • Upgrade to Dropwizard Metrics 4.2.8 #29786
  • Upgrade to Glassfish JAXB 2.3.6 #29787
  • Upgrade to Hibernate 5.6.5.Final #29788
  • Upgrade to Hibernate Validator 6.2.2.Final #29789
  • Upgrade to HttpClient5 5.1.3 #29790
  • Upgrade to Jetty 9.4.45.v20220203 #29791
  • Upgrade to Jetty Reactive HTTPClient 1.1.11 #29939
  • Upgrade to Johnzon 1.2.16 #29793
  • Upgrade to Json-smart 2.4.8 #29794

... (truncated)

Commits
  • db293ba Release v2.6.4
  • 1a3841f Polish
  • 9411fc2 Merge branch '2.5.x' into 2.6.x
  • 57009d5 Polish
  • 59ffe28 Ignore buildpack deprecation warnings in Paketo system tests
  • acd1ba0 Merge branch '2.5.x' into 2.6.x
  • 67b13ee Document that placeholders in @​DefaultValue annotations are not resolved
  • 894860c Merge branch '2.5.x' into 2.6.x
  • cc95f73 Clarify relation of import path to resultant properties in configtree import ...
  • 4e4e3f1 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-web from 2.6.2 to 2.6.4

Release notes

Sourced from spring-boot-starter-web's releases.

v2.6.4

🐞 Bug Fixes

  • Default JmxAutoConfiguration changes JConsole hierarchy for multi-property @ManagedResource object names #29970
  • The active profiles log message is ambiguous when a profile's name contains a comma #29915
  • @SpyBean causes BeanCurrentlyInCreationException when there are circular references #29909
  • Failed application contexts are not deregistered from SpringApplicationShutdownHook #29905
  • Gradle Plugin triggers eager configuration of some tasks #29817
  • MimeMapping for ots has a trailing space in its mime type #29750
  • A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root #29748
  • Dependency management for Liquibase does not include its liquibase-cdi module #29741
  • server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework #29731
  • Ignore invalid stream types when reading log update events #29691
  • bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied #29679
  • WebSessionIdResolverAutoConfiguration should only be active in a reactive web application #29669
  • ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container #29558
  • Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit #29532

📔 Documentation

  • Document that placeholders in @DefaultValue annotations are not resolved #29980
  • Clarify relation of import path to resultant properties in configtree import data #29978
  • bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 #29966
  • Rectify incorrect sanitizing regex example provided in how-to docs #29959
  • "Customizing the Banner" should make it more obvious that any environment property can be used #29934
  • Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain #29901
  • Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties #29807
  • Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default #29743
  • Add documentation for WebMvc.fn #29728
  • Move appendix subsections under appendix section #29689
  • In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples #29685
  • Warn about the dangers of early bean initialization when using @ConditionalOnExpression #29616
  • Rename Boxfuse to CloudCaptain #29539
  • Upgrade version of gradle-git-properties in reference doc #29537

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.4 #29937
  • Upgrade to AppEngine SDK 1.9.95 #29938
  • Upgrade to Artemis 2.19.1 #29784
  • Upgrade to Couchbase Client 3.2.5 #29785
  • Upgrade to Dropwizard Metrics 4.2.8 #29786
  • Upgrade to Glassfish JAXB 2.3.6 #29787
  • Upgrade to Hibernate 5.6.5.Final #29788
  • Upgrade to Hibernate Validator 6.2.2.Final #29789
  • Upgrade to HttpClient5 5.1.3 #29790
  • Upgrade to Jetty 9.4.45.v20220203 #29791
  • Upgrade to Jetty Reactive HTTPClient 1.1.11 #29939
  • Upgrade to Johnzon 1.2.16 #29793
  • Upgrade to Json-smart 2.4.8 #29794

... (truncated)

Commits
  • db293ba Release v2.6.4
  • 1a3841f Polish
  • 9411fc2 Merge branch '2.5.x' into 2.6.x
  • 57009d5 Polish
  • 59ffe28 Ignore buildpack deprecation warnings in Paketo system tests
  • acd1ba0 Merge branch '2.5.x' into 2.6.x
  • 67b13ee Document that placeholders in @​DefaultValue annotations are not resolved
  • 894860c Merge branch '2.5.x' into 2.6.x
  • cc95f73 Clarify relation of import path to resultant properties in configtree import ...
  • 4e4e3f1 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-data-jpa from 2.6.2 to 2.6.4

Release notes

Sourced from spring-boot-starter-data-jpa's releases.

v2.6.4

🐞 Bug Fixes

  • Default JmxAutoConfiguration changes JConsole hierarchy for multi-property @ManagedResource object names #29970
  • The active profiles log message is ambiguous when a profile's name contains a comma #29915
  • @SpyBean causes BeanCurrentlyInCreationException when there are circular references #29909
  • Failed application contexts are not deregistered from SpringApplicationShutdownHook #29905
  • Gradle Plugin triggers eager configuration of some tasks #29817
  • MimeMapping for ots has a trailing space in its mime type #29750
  • A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root #29748
  • Dependency management for Liquibase does not include its liquibase-cdi module #29741
  • server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework #29731
  • Ignore invalid stream types when reading log update events #29691
  • bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied #29679
  • WebSessionIdResolverAutoConfiguration should only be active in a reactive web application #29669
  • ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container #29558
  • Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit #29532

📔 Documentation

  • Document that placeholders in @DefaultValue annotations are not resolved #29980
  • Clarify relation of import path to resultant properties in configtree import data #29978
  • bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 #29966
  • Rectify incorrect sanitizing regex example provided in how-to docs #29959
  • "Customizing the Banner" should make it more obvious that any environment property can be used #29934
  • Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain #29901
  • Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties #29807
  • Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default #29743
  • Add documentation for WebMvc.fn #29728
  • Move appendix subsections under appendix section #29689
  • In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples #29685
  • Warn about the dangers of early bean initialization when using @ConditionalOnExpression #29616
  • Rename Boxfuse to CloudCaptain #29539
  • Upgrade version of gradle-git-properties in reference doc #29537

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.4 #29937
  • Upgrade to AppEngine SDK 1.9.95 #29938
  • Upgrade to Artemis 2.19.1 #29784
  • Upgrade to Couchbase Client 3.2.5 #29785
  • Upgrade to Dropwizard Metrics 4.2.8 #29786
  • Upgrade to Glassfish JAXB 2.3.6 #29787
  • Upgrade to Hibernate 5.6.5.Final #29788
  • Upgrade to Hibernate Validator 6.2.2.Final #29789
  • Upgrade to HttpClient5 5.1.3 #29790
  • Upgrade to Jetty 9.4.45.v20220203 #29791
  • Upgrade to Jetty Reactive HTTPClient 1.1.11 #29939
  • Upgrade to Johnzon 1.2.16 #29793
  • Upgrade to Json-smart 2.4.8 #29794

... (truncated)

Commits
  • db293ba Release v2.6.4
  • 1a3841f Polish
  • 9411fc2 Merge branch '2.5.x' into 2.6.x
  • 57009d5 Polish
  • 59ffe28 Ignore buildpack deprecation warnings in Paketo system tests
  • acd1ba0 Merge branch '2.5.x' into 2.6.x
  • 67b13ee Document that placeholders in @​DefaultValue annotations are not resolved
  • 894860c Merge branch '2.5.x' into 2.6.x
  • cc95f73 Clarify relation of import path to resultant properties in configtree import ...
  • 4e4e3f1 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-parent from 2.6.2 to 2.6.4

Release notes

Sourced from spring-boot-starter-parent's releases.

v2.6.4

🐞 Bug Fixes

  • Default JmxAutoConfiguration changes JConsole hierarchy for multi-property @ManagedResource object names #29970
  • The active profiles log message is ambiguous when a profile's name contains a comma #29915
  • @SpyBean causes BeanCurrentlyInCreationException when there are circular references #29909
  • Failed application contexts are not deregistered from SpringApplicationShutdownHook #29905
  • Gradle Plugin triggers eager configuration of some tasks #29817
  • MimeMapping for ots has a trailing space in its mime type #29750
  • A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root #29748
  • Dependency management for Liquibase does not include its liquibase-cdi module #29741
  • server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework #29731
  • Ignore invalid stream types when reading log update events #29691
  • bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied #29679
  • WebSessionIdResolverAutoConfiguration should only be active in a reactive web application #29669
  • ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container #29558
  • Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit #29532

📔 Documentation

  • Document that placeholders in @DefaultValue annotations are not resolved #29980
  • Clarify relation of import path to resultant properties in configtree import data #29978
  • bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 #29966
  • Rectify incorrect sanitizing regex example provided in how-to docs #29959
  • "Customizing the Banner" should make it more obvious that any environment property can be used #29934
  • Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain #29901
  • Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties #29807
  • Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default #29743
  • Add documentation for WebMvc.fn #29728
  • Move appendix subsections under appendix section #29689
  • In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples #29685
  • Warn about the dangers of early bean initialization when using @ConditionalOnExpression #29616
  • Rename Boxfuse to CloudCaptain #29539
  • Upgrade version of gradle-git-properties in reference doc #29537

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.4 #29937
  • Upgrade to AppEngine SDK 1.9.95 #29938
  • Upgrade to Artemis 2.19.1 #29784
  • Upgrade to Couchbase Client 3.2.5 #29785
  • Upgrade to Dropwizard Metrics 4.2.8 #29786
  • Upgrade to Glassfish JAXB 2.3.6 #29787
  • Upgrade to Hibernate 5.6.5.Final #29788
  • Upgrade to Hibernate Validator 6.2.2.Final #29789
  • Upgrade to HttpClient5 5.1.3 #29790
  • Upgrade to Jetty 9.4.45.v20220203 #29791
  • Upgrade to Jetty Reactive HTTPClient 1.1.11 #29939
  • Upgrade to Johnzon 1.2.16 #29793
  • Upgrade to Json-smart 2.4.8 #29794

... (truncated)

Commits
  • db293ba Release v2.6.4
  • 1a3841f Polish
  • 9411fc2 Merge branch '2.5.x' into 2.6.x
  • 57009d5 Polish
  • 59ffe28 Ignore buildpack deprecation warnings in Paketo system tests
  • acd1ba0 Merge branch '2.5.x' into 2.6.x
  • 67b13ee Document that placeholders in @​DefaultValue annotations are not resolved
  • 894860c Merge branch '2.5.x' into 2.6.x
  • cc95f73 Clarify relation of import path to resultant properties in configtree import ...
  • 4e4e3f1 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-thymeleaf from 2.6.2 to 2.6.4

Release notes

Sourced from spring-boot-starter-thymeleaf's releases.

v2.6.4

🐞 Bug Fixes

  • Default JmxAutoConfiguration changes JConsole hierarchy for multi-property @ManagedResource object names #29970
  • The active profiles log message is ambiguous when a profile's name contains a comma #29915
  • @SpyBean causes BeanCurrentlyInCreationException when there are circular references #29909
  • Failed application contexts are not deregistered from SpringApplicationShutdownHook #29905
  • Gradle Plugin triggers eager configuration of some tasks #29817
  • MimeMapping for ots has a trailing space in its mime type #29750
  • A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root #29748
  • Dependency management for Liquibase does not include its liquibase-cdi module #29741
  • server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework #29731
  • Ignore invalid stream types when reading log update events #29691
  • bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied #29679
  • WebSessionIdResolverAutoConfiguration should only be active in a reactive web application #29669
  • ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container #29558
  • Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit #29532

📔 Documentation

  • Document that placeholders in @DefaultValue annotations are not resolved #29980
  • Clarify relation of import path to resultant properties in configtree import data #29978
  • bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 #29966
  • Rectify incorrect sanitizing regex example provided in how-to docs #29959
  • "Customizing the Banner" should make it more obvious that any environment property can be used #29934
  • Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain #29901
  • Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties #29807
  • Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default #29743
  • Add documentation for WebMvc.fn #29728
  • Move appendix subsections under appendix section #29689
  • In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples #29685
  • Warn about the dangers of early bean initialization when using @ConditionalOnExpression #29616
  • Rename Boxfuse to CloudCaptain #29539
  • Upgrade version of gradle-git-properties in reference doc #29537

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.4 #29937
  • Upgrade to AppEngine SDK 1.9.95 #29938
  • Upgrade to Artemis 2.19.1 #29784
  • Upgrade to Couchbase Client 3.2.5 #29785
  • Upgrade to Dropwizard Metrics 4.2.8 #29786
  • Upgrade to Glassfish JAXB 2.3.6 #29787
  • Upgrade to Hibernate 5.6.5.Final #29788
  • Upgrade to Hibernate Validator 6.2.2.Final #29789
  • Upgrade to HttpClient5 5.1.3 #29790
  • Upgrade to Jetty 9.4.45.v20220203 #29791
  • Upgrade to Jetty Reactive HTTPClient 1.1.11 #29939
  • Upgrade to Johnzon 1.2.16 #29793
  • Upgrade to Json-smart 2.4.8 #29794

... (truncated)

Commits
  • db293ba Release v2.6.4
  • 1a3841f Polish
  • 9411fc2 Merge branch '2.5.x' into 2.6.x
  • 57009d5 Polish
  • 59ffe28 Ignore buildpack deprecation warnings in Paketo system tests
  • acd1ba0 Merge branch '2.5.x' into 2.6.x
  • 67b13ee Document that placeholders in @​DefaultValue annotations are not resolved
  • 894860c Merge branch '2.5.x' into 2.6.x
  • cc95f73 Clarify relation of import path to resultant properties in configtree import ...
  • 4e4e3f1 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-security from 2.6.2 to 2.6.4

Release notes

Sourced from spring-boot-starter-security's releases.

v2.6.4

🐞 Bug Fixes

  • Default JmxAutoConfiguration changes JConsole hierarchy for multi-property @ManagedResource object names #29970
  • The active profiles log message is ambiguous when a profile's name contains a comma #29915
  • @SpyBean causes BeanCurrentlyInCreationException when there are circular references #29909
  • Failed application contexts are not deregistered from SpringApplicationShutdownHook #29905
  • Gradle Plugin triggers eager configuration of some tasks #29817
  • MimeMapping for ots has a trailing space in its mime type #29750
  • A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root #29748
  • Dependency management for Liquibase does not include its liquibase-cdi module #29741
  • server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework #29731
  • Ignore invalid stream types when reading log update events #29691
  • bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied #29679
  • WebSessionIdResolverAutoConfiguration should only be active in a reactive web application #29669
  • ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container #29558
  • Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit #29532

📔 Documentation

  • Document that placeholders in @DefaultValue annotations are not resolved #29980
  • Clarify relation of import path to resultant properties in configtree import data #29978
  • bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 #29966
  • Rectify incorrect sanitizing regex example provided in how-to docs #29959
  • "Customizing the Banner" should make it more obvious that any environment property can be used #29934
  • Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain #29901
  • Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties #29807
  • Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default #29743
  • Add documentation for WebMvc.fn #29728
  • Move appendix subsections under appendix section #29689
  • In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples #29685
  • Warn about the dangers of early bean initialization when using @ConditionalOnExpression #29616
  • Rename Boxfuse to CloudCaptain #29539
  • Upgrade version of gradle-git-properties in reference doc #29537

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.4 #29937
  • Upgrade to AppEngine SDK 1.9.95 #29938
  • Upgrade to Artemis 2.19.1 #29784
  • Upgrade to Couchbase Client 3.2.5 #29785
  • Upgrade to Dropwizard Metrics 4.2.8 #29786
  • Upgrade to Glassfish JAXB 2.3.6 #29787
  • Upgrade to Hibernate 5.6.5.Final #29788
  • Upgrade to Hibernate Validator 6.2.2.Final #29789
  • Upgrade to HttpClient5 5.1.3 #29790
  • Upgrade to Jetty 9.4.45.v20220203 #29791
  • Upgrade to Jetty Reactive HTTPClient 1.1.11 #29939
  • Upgrade to Johnzon 1.2.16 #29793
  • Upgrade to Json-smart 2.4.8 #29794

... (truncated)

Commits
  • db293ba Release v2.6.4
  • 1a3841f Polish
  • 9411fc2 Merge branch '2.5.x' into 2.6.x
  • 57009d5 Polish
  • 59ffe28 Ignore buildpack deprecation warnings in Paketo system tests
  • acd1ba0 Merge branch '2.5.x' into 2.6.x
  • 67b13ee Document that placeholders in @​DefaultValue annotations are not resolved
  • 894860c Merge branch '2.5.x' into 2.6.x
  • cc95f73 Clarify relation of import path to resultant properties in configtree import ...
  • 4e4e3f1 Merge branch '2.5.x' into 2.6.x
  • Additional commits viewable in compare view

Updates spring-boot-starter-actuator from 2.6.2 to 2.6.4

Release notes

Sourced from spring-boot-starter-actuator's releases.

v2.6.4

🐞 Bug Fixes

  • Default JmxAutoConfiguration changes JConsole hierarchy for multi-property @ManagedResource object names #29970
  • The active profiles log message is ambiguous when a profile's name contains a comma #29915
  • @SpyBean causes BeanCurrentlyInCreationException when there are circular references #29909
  • Failed application contexts are not deregistered from SpringApplicationShutdownHook #29905
  • Gradle Plugin triggers eager configuration of some tasks #29817
  • MimeMapping for ots has a trailing space in its mime type #29750
  • A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root #29748
  • Dependency management for Liquibase does not include its liquibase-cdi module #29741
  • server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework #29731
  • Ignore invalid stream types when reading log update events #29691
  • bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied #29679
  • WebSessionIdResolverAutoConfiguration should only be active in a reactive web application #29669
  • ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container #29558
  • Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit #29532

📔 Documentation

  • Document that placeholders in @DefaultValue annotations are not resolved #29980
  • Clarify relation of import path to resultant properties in configtree import data #29978
  • bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 #29966
  • Rectify incorrect sanitizing regex example provided in how-to docs #29959
  • "Customizing the Banner" should make it more obvious that any environment property can be used #29934
  • Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain #29901
  • Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties #29807
  • Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default #29743
  • Add documentation for WebMvc.fn #29728
  • Move appendix subsections under appendix section #29689
  • In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples #29685
  • Warn about the dangers of early bean initialization when using @ConditionalOnExpression #29616
  • Rename Boxfuse to CloudCaptain #29539
  • Upgrade version of gradle-git-properties in reference doc #29537

🔨 Dependency Upgrades

Bumps `springBootVersion` from 2.6.2 to 2.6.4.

Updates `spring-boot-gradle-plugin` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.2...v2.6.4)

Updates `spring-boot-starter-web` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.2...v2.6.4)

Updates `spring-boot-starter-data-jpa` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.2...v2.6.4)

Updates `spring-boot-starter-parent` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.2...v2.6.4)

Updates `spring-boot-starter-thymeleaf` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.2...v2.6.4)

Updates `spring-boot-starter-security` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.2...v2.6.4)

Updates `spring-boot-starter-actuator` from 2.6.2 to 2.6.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.2...v2.6.4)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 23, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2022

Superseded by #77.

@dependabot dependabot bot closed this May 26, 2022
@dependabot dependabot bot deleted the dependabot/gradle/springBootVersion-2.6.4 branch May 26, 2022 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants