Nineya
Home
Blog
Spring Spring AOP works for save() but not for findAll() with Spring Data JPA
2025-01-08 21:52:09
5579
Define point cuts:@Aspect@Component public class FooAspect { @Around("execution(* com.example.demo.model.*Reposit...
Spring Observation not picking up exception from DispatcherServlet
2025-01-08 21:51:40
4659
Affects: 6.0.14Hi,I'm usingspring-boot:3.0.13spring-framework:6.0.14And I'm facing an issue with the observation feature...
Spring MockMvc misbehaves with multiple servlets and ambiguous SecurityFilterChain RequestMatchers
2025-01-08 21:51:37
8584
Affects: 3.1.9-SNAPSHOT (haven't tested other release lines)Reproducer repo attached.bugsample.zipGiven the following co...
Spring RestClient does not work for http request without body
2025-01-08 21:51:34
391
Comment From: bclozelThis doesn't give us much to proceed unfortunately.I'm closing this issue for now and we can reopen...
Spring Unable to use baseUrl on builders created from RestTemplate
2025-01-08 21:51:31
3044
Affects: \6.1.3If RestClient Builder is created from a RestTemplate an attempt to set a the baseUrl would leads to the j...
Spring RouterFunctionMapping does not implement MatchableHandlerMapping
2025-01-08 21:51:19
221
RouterFunctionMapping does not implement MatchableHandlerMapping, which causes an IllegalStateException to occur here. I...
Spring RequestPredicate fails with WebFlux 6.1.2
2025-01-08 21:51:17
599
RequestPredicates is broken in Spring WebFlux.@Beanpublic RouterFunction<ServerResponse> myRouter() { return Ro...
Spring [FIX REQUEST] cvc-elt.1.a: Cannot find the declaration of element 'project'. pom.xml / Downloading external resources is disabled
2025-01-08 21:51:14
781
Fix default maven-4.0.0.xsd project tag creationChange https://maven.apache.org/xsd/maven-4.0.0.xsd (default project con...
Spring [Feature Request] Packaging POM option via New > Spring Starter Project
2025-01-08 21:51:06
1503
There is no packaging POM option via New > Spring Starter Project.Spring Starter Project (No Pom): Maven Project (Pom...
Spring Fix typo in beanvalidation.adoc
2025-01-08 21:50:55
302
FieldErrro to FieldErrorComment From: pivotal-cla@jmondo Please sign the Contributor License Agreement!Click here to man...
Spring Need spring-web 5.3.27 - Vulnerability and 6.0.0 compatibility with Spring framework 5.3.27
2025-01-08 21:50:51
3068
Affects: \I am trying to use spring framework 5.3.27 with spring boot, but due to vulnerability of spring-web 5.3.27, i ...
Spring Variables definition fixed
2025-01-08 21:50:48
367
In Kotlin variables should be defined as val or var. "mockMvc" was not defined properlyComment From: pivotal-cla@senocak...
Spring Initialize (another) Map with correct size in RequestPredicates
2025-01-08 21:50:45
383
Fix another instance where a LinkedHashMap was initialized with an initial capacity that would always cause a resize / r...
Spring RequestParam defaultValue is not correctly reading from application.yml for integration tests
2025-01-08 21:50:42
6583
Affects: 3.2.2id("org.springframework.boot") version "3.2.2"kotlin("jvm") version "1.9.22"This is my requestparam to get...
Spring System Requirements Specification
2025-01-08 21:50:34
543
I am willing to start my open source software development. Can you help me find the first issue, please?Btw, I'am senior...
Spring Support Iterable in SpEL Indexer
2025-01-08 21:50:30
2364
make object implementing java.lang.Iterable accessible with SpELindexingonly read access is possible, as we cannot write...
Spring Add a Basic Websocket Java Client with Reconnection capability as a new Package of Spring [SPR-14331]
2025-01-08 21:50:28
1858
Sergio Pinto opened SPR-14331 and commentedI have found that sometime an application need a persistent connection with W...
Spring Using types in @SessionAttributes is sometimes not reflected in the model
2025-01-08 21:50:25
3649
@SessionAttributes stores the session object specified by the following attributes in the Model for each method of the a...
Spring Add MQTT over WebSocket support [SPR-12581]
2025-01-08 21:50:22
5053
pascal gehl opened SPR-12581 and commentedSTOMP over websocket is really nice as starting point but for resource-constra...
Spring Extract MockHttp from MockMvc [SPR-13818]
2025-01-08 21:50:19
7663
Rob Winch opened SPR-13818 and commentedStatus QuoThe MockMvc support provides an excellent API for testing Spring MVC a...
上一页
下一页
1
…
1219
1220
1221
1222
1223
…
2246
.