Nineya
Home
Blog
Spring Quartz does not understand Cron expression when dayOfweek is 2-6 and dayOfMonth is *
2025-01-08 22:46:25
1538
I am using Spring boot application and used spring-boot-starter-quartz.I have a UNIX cron 0 15 * * 2-6 means run at 3pm ...
Spring Revise convention-based semantics for @TestBean factory methods
2025-01-08 22:46:23
3075
OverviewIf the name of the test bean factory method is not explicitly configured in the @TestBean annotation, a conventi...
Spring Remove TestOverrideMetadata and adapt tests to use a simple implementation
2025-01-08 22:46:21
652
The root package of bean override (org.springframework.test.context.bean.override) does not provide a simple implementa...
Spring Being able to provide extended timeouts for specific phases in the DefaultLifecycleProcessor
2025-01-08 22:46:18
1129
Affects: 6.1.6Context: LifecycleProcessor / DefaultLifecycleProcessorWe would like to have the possibility to change the...
Spring An autonomous transaction cancellation by a reactive chain timeout operator results in r2dbc connections leakage
2025-01-08 22:46:15
17331
Greetings!Please consider the test below (reactor + r2dbc-postgresql + r2dbc-pool). A reactive chain within the test beg...
Spring Fix typo in the Simple Broker section of the reference documentation
2025-01-08 22:46:07
527
Fixed a small typo.Link to the relevant webpage: https://docs.spring.io/spring-framework/reference/web/websocket/stomp/h...
Spring AspectJ CTW aspects executed twice
2025-01-08 22:46:04
1936
Affects: 6.1.7, 6.1.8We experience AspectJ aspects to be executed twice since updating to Spring-Boot 3.2.6 with Spring-...
Spring Bean override with REPLACE_OR_CREATE_DEFINITION and byType lookup fails if no match is found
2025-01-08 22:46:01
2687
Consider the following scenario:@SpringJunitConfigpublic class MyTest { @MockitoBean private ExampleService service;}W...
Spring Do not swallow exceptions on failing to release a savepoint
2025-01-08 22:45:59
1119
By swallowing the exception on failing to release a savepoint, we are hiding client code from database errors that they ...
Spring Add Conditional Property Loading Based on Environment
2025-01-08 22:45:56
1810
Purpose:This feature allows Spring Boot applications to conditionally load properties based on the active environment, w...
Spring MethodArgumentNotValidException should include BindingResult errors in ProblemDetail
2025-01-08 22:45:53
5515
Affects: 6.0.3After migrating to Boot 3 in my Boot application that has a @ControllerAdvice extending ResponseEntityExce...
Spring Observation in ServerHttpObservationFilter is never stopped for asynchronous requests
2025-01-08 22:45:49
5733
Spring Framework 6.0.19CometD 7.0.10Micrometer 1.12.5I'm not exactly sure which component is responsible for this issue ...
Spring CRaC: ignore checkpointOnRefresh afterRestore
2025-01-08 22:45:47
2560
You do a spring.context.checkpoint=onRefresh. You do a CRaC restore. Your restored application needs to adapt its config...
Spring Jaxb2XmlEncoder can not encode JAXBElement
2025-01-08 22:45:44
1685
Affects: \Spring boot: 3.3.0I'm trying to use WebClient to send XML date using Jaxb. I have generate my classes using ja...
Spring Add a way to set the timeout to reactive jdk client
2025-01-08 22:45:42
940
Add a setTimeout method to the http reactive jdk native connectorComment From: jhoellerThanks for the suggestion! We sho...
Spring Rework Bean Overriding feature to better behave with TCF Context Caching
2025-01-08 22:45:39
1267
Field and Class should be avoided in elements that participate in the context cache key, but currently BeanOverrideConte...
Spring Deadlock when initializing bean in BeanPostProcessor in Spring Boot 3.3.0
2025-01-08 22:45:36
8791
BackgroundI'm developing an event-sourcing library/framework called Occurrent that uses Spring/Boot in some of its modul...
Spring Custom JMS acknowledgment and client acknowledgment auto-ack messages
2025-01-08 22:45:34
3019
When you configure a JMS listener with SessionAcknowledgeMode set to CLIENT_ACKNOWLEDGE or a custom mode like the UNORDE...
Spring @CacheEvict condition uses wrapper comparison instead of actual objects
2025-01-08 22:45:31
520
@CacheEvict(key = "#type", condition = "#result > 0")@Overridepublic Mono<Long> delete(Stri...
Spring Remove outdated copyright from index.adoc
2025-01-08 22:45:27
146
The new Antora documentation takes care of displaying an up-to-date copyright on each page, so the outdated one should b...
上一页
下一页
1
…
1180
1181
1182
1183
1184
…
2246
.