Nineya
Home
Blog
Spring MvcUriComponentsBuilder should resolve property placeholders in request mapping paths
2025-01-08 21:33:30
2213
I'm using Spring Framework 5.3.4 with Spring Boot 2.4.3.I have a controller declared in this way:@Controller@RequestMapp...
Spring Introduce RestClient
2025-01-08 21:33:27
14677
In Spring Framework 5.0, we introduced the WebClient: a new, reactive HTTP client. Compared to RestTemplate, the previou...
Spring Introduce processInjection() in CommonAnnotationBeanPostProcessor
2025-01-08 21:33:24
198
OverviewTo align with the existing processInjection() method in AutowiredAnnotationBeanPostProcessor, we should introduc...
Spring IllegalReferenceCountException when using ExchangeFilterFunction that mutates ClientResponse body with a annotation based route
2025-01-08 21:33:21
3738
Affects: 6.1.1 (Spring Web)ContextI created an ExchangeFilterFunction that exported response to a bucket for some paths....
Spring Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute()
2025-01-08 21:33:19
306
This PR changes to try to ensure that Observation is stopped and Scope is closed in AbstractPollingMessageListenerContai...
Spring Undo workaround for SameSite Cookie support in WebFlux servers
2025-01-08 21:33:15
289
23693 introduced "SameSite" support for cookies and temporarily added workarounds by manually writing the entire Cookie ...
Spring Support XML Marshalling with jackson-dataformat-xml in WebFlux
2025-01-08 21:33:13
7899
Jarno Walgemoed opened SPR-15697 and commentedHi,Jackson-xml marshalling seems to be broken in the 2.0.0 M2 milestone re...
Spring Make UrlBasedViewResolver prefix/suffix nullability consistent [SPR-16220]
2025-01-08 21:33:10
661
Sébastien Deleuze opened SPR-16220 and commentedNo further details from SPR-16220Comment From: spring-projects-issuesSéb...
Spring SimpleJdbcInsert does not quote table and column names [SPR-9236]
2025-01-08 21:33:07
4147
Michel Zanini opened SPR-9236 and commentedIf you have table or column names that are reserved SQL words, like "varchar"...
Spring SimpleJdbcInsert needs backticks in table name for in MariaDB
2025-01-08 21:33:04
2707
I'm using spring-jdbc 5.1.14.RELEASE and MariaDB 10.3.13. When I use SimpleJdbcInsert I'm getting the error: "Thro...
Spring SerializableTypeProxy cannot be deserialized
2025-01-08 21:33:01
3280
Hi,we're trying to use Tomcat Session serialization into Redis. The de/serialization process is failing because we save ...
Spring XpathExpectationsHelper should support Hamcrest matching against typed objects [SPR-14722]
2025-01-08 21:32:58
6194
Manuel Jordan opened SPR-14722 and commentedI am working with:Spring Framework 4.3.2About Spring MVC Test for Json I hav...
Spring CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup
2025-01-08 21:32:53
294
Along with #19475, it turned out that CronTrigger hard-codes the system ZoneId by default while it should really take it...
Spring Allow CronTrigger to resume from specified timestamp [SPR-14909]
2025-01-08 21:32:51
1613
Jean-Philippe Legault opened SPR-14909 and commentedAllowing ReschedulingRunnable to receive a TriggerContext on creatio...
Spring Spring boot web throws erroneous org.springframework.web.HttpMediaTypeNotSupportedException when the actual cause is simply a missing field in json request object
2025-01-08 21:32:48
4342
Affects: \spring-web-6.1.1I have an @Entity annotated class that I also use as a type for @RequestBody argument in an @P...
Spring Check for AOP proxies in AbstractHandlerMethodMapping
2025-01-08 21:32:45
1155
MotivationWhen enabling Spring Security MethodSecurity, I noticed that the Controller under test was not recoginized as ...
Spring Fix references to "application/*+xml" in Javadoc
2025-01-08 21:32:42
594
Small typo in comments of Media Type supportedComment From: pivotal-cla@pri88yank Please sign the Contributor License Ag...
Spring Annotation-based event listener does not receive event published in @PostConstruct [SPR-15122]
2025-01-08 21:32:39
1560
František Hartman opened SPR-15122 and commentedAnnotation-based event listener does not receive event published in @Pos...
Spring HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL
2025-01-08 21:32:36
3031
After upgrade the Spring Boot 3.2, a HTTP request with * wildcard is throwing an exception as below:java.util.regex.Patt...
Spring Unable to pass connection parameters to EmbeddedDatabaseBuilder [SPR-12614]
2025-01-08 21:32:33
902
Petar Tahchiev opened SPR-12614 and commentedFollowing this problem here:http://stackoverflow.com/questions/24687769/how...
上一页
下一页
1
…
1234
1235
1236
1237
1238
…
2246
.