Nineya
Home
Blog
Spring Add "application/java-archive" MediaType
2025-01-08 03:59:54
241
I have found myself using this type in a few projects, so I figured I would throw a PR up for it.Comment From: snicollTh...
Spring If a bean has @RefreshScope annotation and implements SmartLifecycle, SmartLifecycle failure
2025-01-08 03:59:52
988
Affects: \<5.2.6.RELEASE>If a Bean has the @RereshScope annotation and implements the SmartLife interface, the Sma...
Spring UrlPathHelper#removeJsessionid doesn't remove the jsessionid from the URL
2025-01-08 03:59:49
1647
Affects: v5.2.10The fix for issue 25864 re-introduced the UrlPathHelper#removeJsessionid method which should fix broken ...
Spring Template URI Variables with newline %0A or %0D are not matched
2025-01-08 03:59:46
2043
Affects: 5.1.8.RELEASEThe AntPathMatcher does not match strings containing newlines \n or \r when encoded as %0A or %0D ...
Spring Can't access setAllowedOriginPatterns method
2025-01-08 03:59:44
3375
Affects: 5.3.0I use the following code to configure CORS...import java.util.List;import org.springframework.context.anno...
Spring Spring Websocket's IllegalStateException: Already immutable
2025-01-08 03:59:41
6797
I am implementing Websocket in spring-boot application.Here is what my configuration file looks like: @Configuration@Ena...
Spring Add support for X-Forwarded-For and Forwarded for
2025-01-08 03:59:38
7177
Closes #23260Comment From: pivotal-issuemaster@molassar Please sign the Contributor License Agreement!Click here to manu...
Spring Add cron expression documentation
2025-01-08 03:59:35
120
We should add a section on the supported cron expressions, considering we have quite extensive support as of Spring 5.3.
Spring Avoid full singleton lock for getSingleton(beanName, singletonFactory)
2025-01-08 03:59:33
489
Quick check for existing instance without full singleton lock.Comment From: jhoellerThat variant of getSingleton is not ...
Spring UrlPathHelper#removeJsessionid doesn't remove the jsessionid from the URL
2025-01-08 03:59:31
515
Affects: v5.2.10The fix for issue 25864 re-introduced the UrlPathHelper#removeJsessionid method which should fix broken ...
Spring NamedParameterJdbcTemplate.batchUpdate does not individually apply the SQL type from each SqlParameterSource argument
2025-01-08 03:59:28
2738
The class NamedParameterJdbcTemplate has following method:@Nonnull@Overridepublic int[] batchUpdate(@Nonnull String sql,...
Spring Polish Javadoc for InjectionMetadata.forElements()
2025-01-08 03:59:23
1337
This PR polishes InjectionMetadata.forElements() by removing an unnecessary branch and updating outdated Javadoc.Comment...
Spring Spring Boot REST App. You can't link bean with service in MVC controller.
2025-01-08 03:59:21
16832
Good afternoon! I'm new to Java please be patient. I want to get a list of entities via REST, but I can't link bean with...
Spring Message converters list allows null elements
2025-01-08 03:59:17
2701
Because of concurrent threads processing to add custom converter at the same time into the existing message converters l...
Spring WebClient & HTTP2, response with Content-Encoding=gzip results in decoding failure
2025-01-08 03:59:14
3416
Set UpClient using Spring WebClientReactor HttpClient protocols includes H2 (Reactor upgraded to 20.0.0)Server supports ...
Spring Lazy dependency proxy does not populate bean dependencies
2025-01-08 03:59:11
6452
Start off with the latest spring-petclinic project based on Boot 2.3.xLaunch the app and see the JSON response for /actu...
Spring webflux truncates payload [SPR-16846]
2025-01-08 03:59:07
6063
Nikolay Gorylenko opened SPR-16846 and commentedsample of truncated payload (webflux 5.0.5, payload extracted from Serve...
Spring PathPatternRouteMatcher - Possible Minor Memory Leak
2025-01-08 03:59:04
4234
Affects: v5.3.0The PathPatternRouteMatcher appears to utilize the below cache to optimize the parsing of Routes: https:/...
Spring AbstractMessageConverterMethodProcessor ignores altered response type via ResponseBodyAdvice when selecting supported HttpMessageConverters
2025-01-08 03:59:01
4393
Hi Spring team. Via WebMvcConfigurer#configureMessageConverters I included StringHttpMessageConverter (for reference: to...
Spring Introduce and() methods in MethodFilter and FieldFilter for composite filters
2025-01-08 03:58:59
179
Introducing and() default methods in the MethodFilter and FieldFilter functional interfaces in ReflectionUtils will simp...
上一页
下一页
1
…
1536
1537
1538
1539
1540
…
2246
.