Nineya
Home
Blog
Spring MockitoTestExecutionListener no longer opens mocks in the prepareTestInstance() callback
2025-01-09 00:39:23
10589
Affects: 6.2.0-SNAPSHOTThis is a recent regression from 6.2.0-RC1. I believe it was introduced in https://github.com/spr...
Spring Remove @MockitoBeanSettings and support for MockitoSession management
2025-01-09 00:39:20
6003
OverviewWe currently have several issues/challenges related to @MockitoBeanSettings, strictness enforcement, and the use...
Spring Rename OverrideMetadata for Bean Overrides
2025-01-09 00:39:18
1179
Within the org.springframework.test.context.bean.override package, OverrideMetadata sticks out like a sore thumb: it's t...
Spring Spring 6 / Java 21 - cannot be cast to class org.springframework.cglib.proxy.Factory
2025-01-09 00:39:14
4793
I updated our application from Spring 5.3.30 to Spring 6.1.2 and Java version from 8 to 21. I also updated bunch of othe...
Spring Improve check to preserve case sensitivity of scheme if URI variable present
2025-01-09 00:39:10
1219
See GH-33699, Continue c261ca3102414053677c40cf17f4b70b28b4b170Map has no value for 'thescheme'java.lang.IllegalArgument...
Spring ExchangeFilterFunction are applied in reverse order when chained with andThen
2025-01-09 00:39:08
2487
Configured ExchangeFilterFunction using andThen and expected them to be applied in the order provided. That is first han...
Spring Offer a way for MockitoTestExecutionListener to enable strict stubbing
2025-01-09 00:39:05
15623
Running tests with SpringRunner does not report unused stubs like MockitoJUnitRunner does.In MockitoTestExecutionListene...
Spring Lower-casing of scheme in UriComponentsBuilder breaks use of URI variables
2025-01-09 00:39:02
340
Spring Security started seeing test failures after #33639 due to the scheme now being lower-cased. The OAuth2 redirect_u...
Spring Document XML parser usage against security false positives
2025-01-09 00:39:00
636
We received quite a few false positive CVE reports about XXE (XML external entity) attacks recently. This seems to be th...
Spring Update scheduling.adoc
2025-01-09 00:38:58
1442
Change executor to 'executor' like "The 'scheduler' Element" or "The 'scheduled-tasks' Element" for unity.Comment From: ...
Spring Rename BeanOverrideStrategy enum constants
2025-01-09 00:38:56
784
The enum constants in BeanOverrideStrategy reflect our initial understanding of how the Bean Override feature would work...
Spring Revisit issue template on GitHub
2025-01-09 00:38:54
174
We've had recently a few security reports and questions created as public issues. Our issue template warns against this,...
Spring Upgrade to Reactor 2024.0.0-RC1
2025-01-09 00:38:51
129
We need to switch to snapshots to make use of forwarded header prefix support https://github.com/reactor/reactor-netty/p...
Spring [3.2.0] Jackson Deserialization fails in Spring Controller (works fine in Spring 3.1.x)
2025-01-09 00:38:49
6806
We are facing an issue when upgrading to Spring Boot 3.2.0. We are currently using: - Spring Boot 3.1.5, - Jackson 2.15....
Spring Port GroovyDynamicElementReader to Java
2025-01-09 00:38:39
486
It makes the compilation much simpler and means you can open theproject in Eclipse or VSCode without red errors.Comment ...
Spring CorsUtils.isCorsRequest throws unhandled IllegalArgumentException and returns 500 Internal Server Error on malfomed Origin header
2025-01-09 00:38:36
4596
Affects: 6.1.13if a client sends a malformed origin header in a CORS request to a spring boot application that looks lik...
Spring Missing native image hints for JDK proxies created by JMS connection factories
2025-01-09 00:38:33
3488
Affects: v6.2.0-RC1Classes (may be incomplete, but these two were sufficient for working send/receive example via JMS qu...
Spring Current Hibernate needs reflective access to equals(…)/hashCode() for complex identifier types
2025-01-09 00:38:31
1615
Given a simple JPA arrangement like this:@Embeddablerecord MyId(UUID id) {}@Entityclass MyEntity { @EmbeddedId MyId id;...
Spring Polishing
2025-01-09 00:38:28
655
This PR includes:- Reduce else if condition. I think this make code more readable- Polish diamond operator usage- Polish...
Spring Polish ServletWebRequest
2025-01-09 00:38:25
298
This PR includes the following changes to improve code readability:Code readability:Refactored an if statement to enhanc...
上一页
下一页
1
…
1140
1141
1142
1143
1144
…
2246
.