Aurora Blog
Home
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 Fix port handling in HtmlUnitRequestBuilder
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...
SpringBoot Rework Spring Session Redis properties to make it clearer which properties apply in which situations
2025-11-01 14:00:52
1724
We have 6 properties at the moment:spring.session.redis.cleanup-cronspring.session.redis.configure-actionspring.session....
SpringBoot Provide a clearer link between the documented managed dependency coordinates and version properties
2025-11-01 14:00:50
9214
Going along the lines of https://github.com/spring-projects/spring-boot/issues/21723 etc. (i.e. switching from the Sprin...
SpringBoot Use consistent style for Nested/Collection/Map properties in @ConfigurationProperties
2025-11-01 14:00:47
815
There are different styles in the codebase, even in a single source file, is it possible and worthy to force same style ...
SpringBoot Support Gradle's isolated projects feature
2025-11-01 14:00:45
622
https://docs.gradle.org/current/userguide/isolated_projects.htmlExperimenting with the feature today shows that our Reso...
SpringBoot Enable autoconfiguration of OAuth2 machinery in a non-webapp
2025-11-01 14:00:43
1150
OAuth2 is useful in messaging and non-servlet, non-webflux apps. A lot of the machinery is not dependent on the web APIs...
上一页
下一页
1
…
18
19
20
21
22
…
386
.