Aurora Blog
Home
SpringBoot Provide configuration properties for common low-level HTTP client settings
2025-11-05 14:01:13
2638
Currently, configuring implementation-specific properties for HTTPClient instances—such as idleTimeout or maxConnections...
SpringBoot Incorrect metadata for HttpServiceClientProperties ("spring.http.serviceclient")
2025-11-05 14:01:04
694
spring-configuration-metadata.json in spring-boot-http-client-4.0.0-RC1.jar has incorrect metadata generated for HttpSer...
Spring Is it possible to change the default value of DEFAULT_CHARSET in StringHttpMessageConverter to UTF-8 in version 7.0?
2025-11-05 14:00:49
427
I have looked at https://github.com/spring-projects/spring-framework/pull/29437, but I still insist that it's time to de...
Spring Convenient API Version Configuration in MockMvc
2025-11-05 14:00:39
309
Java 21Spring Boot 4 RC1Example Project: https://github.com/hantsy/spring7-sandbox/tree/master/boot-api-versioning-webmv...
Spring Default API Vesrion Configuration in WebTestClient.ControllerSepc Not Applied
2025-11-05 14:00:36
1969
Java 21 Spring Boot 4.0 RC1Example Project: https://github.com/hantsy/spring7-sandbox/tree/master/boot-api-versioning-we...
Spring ContentNegotiationManager not finding media type when request includes quality parameter
2025-11-05 14:00:22
1329
Given a basic configuration for content negotiation: <bean id="contentNegotiationManager" class="or...
Spring Improve user check in TransportHandlingSockJsService
2025-11-05 14:00:16
463
Based on https://github.com/spring-projects/spring-security/issues/18106, there is a Principal#equals check in Transport...
Spring RestTemplate with jetty client leads to IllegalArgumentException with "Self-suppression not permitted"
2025-11-05 14:00:14
1310
Affects:- spring-web 6.1.11There is a bug in the exception handling of the JettyClientHttpRequest.If a RestTemplate is u...
Spring Remove support for callable references in BeanRegistrarDsl
2025-11-05 14:00:10
1364
The support for callable references in BeanRegistrarDsl which has been introduced in #34922 adds around 150 additional c...
Spring Consider introducing JacksonXmlDecoder & friends
2025-11-05 14:00:08
572
Spring Framework 7 migrated to Jackson 3. With this, Jackson2JsonDecoder got deprecated and is replaced by JacksonJsonDe...
Spring HtmlUnitRequestBuilder Creates ServletRequet.getServerPort() = -1
2025-11-05 14:00:05
2744
SummaryI'm getting an error in Spring Security when using HtmlUnitRequestBuilder to request a URL that does not contain ...
Spring Deprecate setConnectTimeout on HttpComponentsClientHttpRequestFactory
2025-11-04 14:00:17
10015
Spring Boot 3.5.7 upgrades Apache HttpClient5 from 5.5 to 5.5.1.We now see a strange error when using RestTemplates with...
Spring Improve 404 error handling in Spring MVC
2025-11-04 14:00:07
1390
There are two places in Spring MVC that can call sendError(SC_NOT_FOUND). One is the DispatcherServlet and the other Res...
SpringBoot Make use of JavaExecSpec.getJvmArguments()
2025-11-01 14:01:10
602
Gradle 8.1 will add and jvmArguments property to JavaExecSpec. We should be able to use this new property instead of our...
SpringBoot Allow Jackson StreamReadConstraints to be configured
2025-11-01 14:01:06
16590
Jackson 2.15 (v2.15.0-rc1 is out) has a default set of limits that it applies to inputs. Input Files that breach those l...
SpringBoot @MockBean and @SpyBean without amending the application context
2025-11-01 14:01:02
6569
This is more an idea for enhancement rather than an issue. @MockBean and @SpyBean are designed in a way that using them ...
SpringBoot Missing callback-Method "onBind" in org.springframework.boot.context.properties.bind.BindHandler
2025-11-01 14:01:00
3422
Hello!There are several methods for influencing / processing PropertyBinding using org.springframework.boot.context.prop...
SpringBoot Provide auto-configuration for Liquibase with NoSQL databases
2025-11-01 14:00:58
3643
Spring Boot version is 3.1.4.Reproducer (ignore the README title, the initial scope of the reproducer is unrelated to th...
SpringBoot Support Markdown documentation comments in spring-boot-configuration-processor
2025-11-01 14:00:56
1836
https://openjdk.org/jeps/467, currently targeted at Java 23, will add support for writing documentation comments using M...
SpringBoot Consider restructuring Spring Session configuration properties
2025-11-01 14:00:54
2951
This is a follow-up on #17278, which handled changes to flush mode related configuration properties. More changes in con...
上一页
下一页
1
2
3
4
5
6
7
…
368
.