SpringBoot SpEL containing argument references not working in Spring Boot 3.2.0

BugReportSpring Boot version 3.2.0Summary: SpEL can' t extract parametersA controller is annotated with:@PreAuthorize(&q...

SpringBoot Remove deprecated support for FailureAnalyzer setter injection

See https://github.com/spring-projects/spring-boot/issues/29811Comment From: Wzy19930507Hi, @scottfrederick, @wilkinsona...

SpringBoot Remove org.springframework.boot.autoconfigure.flyway.FlywayMigrationScriptMissingFailureAnalyzer from spring.factories

The class was deprecated in 2.5 and then removed in 2.7 but we missed tidying up the entry in spring.factories. This doe...

SpringBoot Correct the documentation on injecting dependencies into FailureAnalyzer implementations

The docs currently state that "if you need access to the BeanFactory or the Environment, your FailureAnalyzer can implem...

SpringBoot Polish WebFluxAutoConfigurationTests

This PR corrects two tests added in #38703, where the assertions were not being executed.Comment From: mhalbritterThank ...

SpringBoot Dependency vulnerability (org.codehaus.jettison)

Not sure if this dependency is managed by Spring Boot or any other Spring dependency.It uses jettison dependency (org.co...

SpringBoot Added detecting protocol, username and password in ElasticsearchConta…

Improve Elasticsearch ServiceConnection #35926 Currently only Elasticsearch 7.x works with @ServiceConnection without an...

SpringBoot bean not loading as expected

I expect my controller to be loaded when the ElasticsearchDataAutoConfiguration bean exists, but my ElasticSearchControl...

SpringBoot Liquibase Diff Ignores Envers Configuration from Spring Configuration File

Bug descriptionI'm encountering an issue while using Liquibase with Hibernate Envers in my Maven project created with Sp...

SpringBoot When a runner throws an unchecked exception, SpringApplication no longer wraps it in an IllegalStateException

There is a slight behavioural change in boot 3.2.1 which I had to mitigate in spring-shell and there's a bit more info i...

SpringBoot Auto-configure a JwtAuthenticationConverter

Hi,I learn the below way to customize the authority prefix and claim name. Would like to suggest provide configuration p...

SpringBoot Make WebServers' started log messages more consistent

Working on #36103 showed that there are some inconsistencies in how we log the Servlet WebServer's context path:Jetty lo...

SpringBoot Consistently log default context paths for embedded servers

This PR is intended to fix #36149 with the aim to be consistent when the embedded servers start and log their context pa...

SpringBoot Use unknown_service as default application name for OpenTelemetry

Fixes https://github.com/spring-projects/spring-boot/issues/38218Comment From: mhalbritterHey, thanks for the issue and ...

SpringBoot Add property for maximum number of reactive sessions

By default, the maxinum number of sessions is 10,000 while using Reactive server. Our users always receive errors that r...

SpringBoot Add possibility to configure a custom ExecutionContextSerializer in BatchAutoConfiguration

Add possibility to configure a custom ExecutionContextSerializer in BatchAutoConfigurationSee #38234 Comment From: cache...

SpringBoot Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close"

ExecutorConfigurationSupport::setAcceptTasksAfterContextClose is introduced since Spring Framework 6.1Comment From: wilk...

SpringBoot Connection leak when using jOOQ and spring.jooq.sql-dialect has not been set

SqlDialectLookup in jOOQ auto configuration doesn't close connection properly after obtaining it.java.lang.Exception: Ap...

SpringBoot Error mark in the log message for PatternParseException is in the wrong place

When a PatternParseException for a regexp path pattern occurs in a Spring MVC application launched by Spring Boot, the P...

SpringBoot Update copyright year to 2024

Hi,happy new year to the entire team.Cheers,ChristophComment From: mhalbritterThank you and happy new year to you, too!
上一页 下一页
.