Aurora Blog
Home
SpringBoot WebClientAutoConfiguration is no longer included by @AutoConfigureWebClient
2025-10-07 14:01:03
494
Spring Boot 4.0.0-M3The imports file references the wrong FQCN:https://github.com/spring-projects/spring-boot/blob/104fe...
SpringBoot Remove Java 24 from CI matrix
2025-10-07 14:01:00
225
With Java 24 being a non-LTS release it has been superseded by Java 25. We can remove Java 24 from our CI matrix in 3.5....
SpringBoot Add mail sender support for spring-boot-testcontainers
2025-10-07 14:00:56
5574
Mail catcher is good solution to test email sending by SMTP, such as: https://mailcatcher.me/https://github.com/linux-c...
SpringBoot Missed bump update on commons-lang3 - 3.1.18 and 3.1.19
2025-10-07 14:00:54
569
The CVE is relatively new 2 mois. https://www.cve.org/CVERecord?id=CVE-2025-48924.As you guys forgot to bump to 3.1.18 t...
SpringBoot Clarify that spring-boot-rsocket does not require spring-web
2025-10-07 14:00:49
459
With the modularization spring-boot-rsocket got an implementation dependency to spring-web. This looks strange consideri...
Spring Add the ability to limit ContentCachingResponseWrapper cache size
2025-10-07 14:00:40
435
It would be nice if ContentCachingResponseWrapper could support setting a limit to its cache so that response body is ca...
Spring Allow HttpHeaders invocation on MockHttpServletRequest and MockHttpServletRequestBuilder
2025-10-07 14:00:38
565
It's nice that WebClient and RestClient provides access to the rich HttpHeaders object for setting things like HTTP Basi...
Spring AbstractJacksonEncoder ignores FILTER_PROVIDER_HINT when encoding Flux<T>
2025-10-07 14:00:29
2727
WebFlux 7.0.0-M9: AbstractJacksonEncoder considers the FILTER_PROVIDER_HINT only when going through encodeValue():https:...
Spring Update Javadoc related to use of ApiVersionInserter to show examples
2025-10-07 14:00:26
492
The inserter exposes a builder through a static method, so wherever we accept an inserter (clients, test clients, MockMv...
Spring Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler
2025-10-07 14:00:20
2599
In the documentation, an example is provided for implementing WebSocketHandler when processing inbound and outbound mess...
Spring Test bean override support should only override singletons
2025-10-07 14:00:18
1986
While working on #32933, I noticed some potential issues regarding singleton and scope semantics in our Bean Override su...
Spring Support Bean Overrides for non-singletons
2025-10-07 14:00:15
1096
OverviewDue to interest from the community (see comments in #33602), we have decided to reinstate support for overriding...
Spring ControllerAdviceBean#findAnnotatedBeans should not require ApplicationContext
2025-10-07 14:00:05
1771
Looking at the implementation of ControllerAdviceBean#findAnnotatedBeans it requires an ApplicationContext but only for ...
Pandas ERR: improve error message when specifying a previously-deprecated frequency alias
2025-10-06 14:01:50
1224
For example, in pd.date_range, we deprecated some frequency aliases. With pandas 2.3:>>> pd.date_range("20...
Pandas BUG: Regression in Series.pow with all-NA double[pyarrow] values in pandas 3.x
2025-10-06 14:01:35
8367
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: DataFrame.to_sql with if_exists='replace' should do truncate table instead of drop table
2025-10-06 14:01:20
18157
Is your feature request related to a problem?Dropping table when if_exists=‘replace’ will fail if the table has any obje...
Keras Add keras.jit
2025-10-06 14:01:08
415
It seems that we need a Keras JIT program.Now that torch.compile, tf.function, and jax.jit can all implement JIT functio...
Jackson Databind Jackson 3: JsonGenerator vs PrettyPrinter
2025-10-06 14:00:56
2281
Is your feature request related to a problem? Please describe.In Jackson 2.x, I am wrapping JsonGenerator to add syntax ...
Redis Make an 8.0 release?
2025-10-06 14:00:36
1041
Blog says 8.0 is released, But is there a tagged release? I see an 8.0 branch:% git log -1 ...
SpringBoot Consider common connection pool for all DataJpaTest's
2025-10-06 14:00:17
5126
There is not connection pool issue as long DataJpaTest is used for main purpose, to test repositories.However, in my ca...
上一页
下一页
1
…
11
12
13
14
15
…
367
.