Nineya
Home
Blog
软著申请
SpringBoot SpEL containing argument references not working in Spring Boot 3.2.0
2025-01-07 17:48:33
9208
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
2025-01-07 17:48:31
485
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
2025-01-07 17:48:27
195
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
2025-01-07 17:48:24
271
The docs currently state that "if you need access to the BeanFactory or the Environment, your FailureAnalyzer can implem...
SpringBoot Polish WebFluxAutoConfigurationTests
2025-01-07 17:48:17
124
This PR corrects two tests added in #38703, where the assertions were not being executed.Comment From: mhalbritterThank ...
SpringBoot Dependency vulnerability (org.codehaus.jettison)
2025-01-07 17:48:14
870
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…
2025-01-07 17:48:11
1335
Improve Elasticsearch ServiceConnection #35926 Currently only Elasticsearch 7.x works with @ServiceConnection without an...
SpringBoot bean not loading as expected
2025-01-07 17:48:09
3047
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
2025-01-07 17:48:05
5544
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
2025-01-07 17:48:02
1142
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
2025-01-07 17:47:56
1213
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
2025-01-07 17:47:54
5404
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
2025-01-07 17:47:51
1541
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
2025-01-07 17:47:49
2792
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
2025-01-07 17:47:46
468
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
2025-01-07 17:47:43
911
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"
2025-01-07 17:47:41
3669
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
2025-01-07 17:47:36
1154
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
2025-01-07 17:47:33
1233
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
2025-01-07 17:47:29
119
Hi,happy new year to the entire team.Cheers,ChristophComment From: mhalbritterThank you and happy new year to you, too!
上一页
下一页
1
…
1735
1736
1737
1738
1739
…
2246
.