Nineya
Home
Blog
Spring Add extra test case of creating bean
2025-01-08 04:37:33
350
I've noticed the methodpublic Object createBean(Class<?> beanClass, int autowireMode, boolean dependencyCheck) thr...
Spring Fix typo in code example
2025-01-08 04:37:31
464
Today, I found this error while browsing the spring web reactive document.Comment From: pivotal-cla@hunjipo Please sign ...
Spring Thread BLOCKED issues of DestinationCache in DefaultSubscriptionRegistry
2025-01-08 04:37:28
9495
We are using the spring-messaging to implement a STOMP server (using SimpleBrokerMessageHandler).The Client will subscri...
Spring CronExpression is broken on spring-context-5.3.6
2025-01-08 04:37:26
1690
Here's a little proof you can run:package com.example;import org.junit.jupiter.api.Test;import org.springframework.sched...
Spring Fix typo
2025-01-08 04:37:23
381
Comment From: pivotal-cla@dregimbal Please sign the Contributor License Agreement!Click here to manually synchronize the...
Spring Add ApplicationEvent constructor for specifying timestamp
2025-01-08 04:37:20
2057
Unit testing listener behaviour where the time between events is important is a pain because it is impossible to specify...
Spring Document transactional semantics for @TransactionalEventListener after completion methods
2025-01-08 04:37:17
4167
When using @TransactionalEventListener with the default AFTER_COMMIT or AFTER_COMPLETION phase, any database writes in t...
Spring question
2025-01-08 04:37:14
544
When I use RestTemplate in the main method to send HTTP requests, it prints a lot of debug logs. How do I turn off this ...
Spring Exception in Tomcat when SockJS top URL is a WebSocket upgrade
2025-01-08 04:37:12
8862
Creating simple websocke/sompt serverSpring fails to parse HTTP request header, although it sends 200 response to the cl...
Spring HttpServletRequest doesn't contain attribute UrlPathHelper.PATH_ATTRIBUTE in AccessDecisionVoter.vote() method
2025-01-08 04:37:09
4605
Affects: \<5.3.6>When register a customer AccessDecisionVoter in a project that using springboot 2.4.5, I found t...
Spring ResponseEntity Allows Body for 1xx, 204, 304 Statuses
2025-01-08 04:37:06
613
This is for the issues: https://github.com/spring-projects/spring-framework/issues/26737Comment From: pivotal-cla@tyc313...
Spring ResponseEntity Allows Body for 1xx, 204, 304 Statuses
2025-01-08 04:37:04
1743
Spring MVC allows constructing a ResponseEntity object with a body for HTTP statuses which do not allow one.https://tool...
Spring @ExceptionHandler method not invoked for IOException
2025-01-08 04:37:01
15032
It looks like exception is not handled.I attached the error below. IOException is not handled.2021-05-26 13:04:24.338 W...
Spring Fix function in URI Links section of ref docs
2025-01-08 04:36:58
1010
Just fix the same function invoke like this:URI uri = UriComponentsBuilder .fromUriString("https://example.c...
Spring BodyInserters.fromMultipartData swallows content type in certain cases
2025-01-08 04:36:56
3370
Affects: 5.3.3My use case is that I need to proxy some multipart form to another service: @PostMapping( consumes ...
Spring AnnotationUtils.isCandidateClass always return true
2025-01-08 04:36:53
1573
Affects: Spring Context 5.4.5When I want to use this method to find those beans annotated with a custom annotationit alw...
Spring Add option to get WebSession instance only if a session exists #26958
2025-01-08 04:36:51
572
the realized new method, it's connected with enhancement #26958 (comment)Comment From: rstoyanchevThis is not a str...
Spring How to generate bytecode file of proxy class
2025-01-08 04:36:48
618
How to generate a proxy class to a folder in springComment From: sbrannenThanks for getting in touch, but it feels like ...
Spring Spring CLI cannot find main class after installing
2025-01-08 04:36:45
1275
Hi. I'm new to learn spring. And I learn it with the document on spring.io, which is the url.I read part 3.2.1. Manual I...
Spring java.lang.IllegalArgumentException: Unsupported class file major version 60
2025-01-08 04:36:40
10668
I would like to report this issue:20:52:23.660 [http-nio-8010-exec-1] DEBUG RequestResponseBodyMethodProcessor[traceDebu...
上一页
下一页
1
…
1499
1500
1501
1502
1503
…
2246
.