Nineya
Home
Blog
Spring Support fragments in UriComponentsBuilder.fromHttpUrl()
2025-01-08 03:31:11
3502
Method fromHttpUrl ends with IllegalArgumentException if parameter contain fragmentjava.lang.IllegalArgumentException: [...
Spring Merge pull request #1 from spring-projects/master
2025-01-08 03:31:08
227
Update from spring-projectsComment From: pivotal-issuemaster@fransonsr Please sign the Contributor License Agreement!Cli...
Spring Webflux model in @GetMapping is empty
2025-01-08 03:31:06
1127
This appears to be a regression (works with Spring Boot 2.3.0 and fails with 2.3.1). I think it's more likely to be a We...
Spring MappingJackson2HttpMessageConverter default character set issue
2025-01-08 03:31:03
1451
Version: Spring Framework 5.2.7MappingJackson2HttpMessageConverter * <p>By default, this converter supports {@code...
Spring Make use of Servlet 4.0 mapping introspection when available [SPR-15320]
2025-01-08 03:30:59
695
Juergen Hoeller opened SPR-15320 and commentedServlet 4.0 b03 is available now, introducing support for HttpServletReque...
Spring component-scan causes ClassNotFoundException on lazy-init beans which otherwise fail silently
2025-01-08 03:30:57
16921
Hi I've ran into a problem, and from looking at the exception message - feels like a bug (at least in the exception mess...
Spring Kotlin unable to inherit type for WebTestClient#BodySpec [SPR-15692]
2025-01-08 03:30:54
6589
Mikhail Konovalov opened SPR-15692 and commentedIt seems that due to recursive generics in BodySpec interfaceinterface B...
Spring Snapshot introduces breaking change
2025-01-08 03:30:51
1371
Hi team,It looks like the current snapshot version of spring-framework introduces breaking changes, potentially because ...
Spring Use @SafeVarargs in Jackson builder and factory
2025-01-08 03:30:49
1173
Using @SafeVarargs in Jackson mapper builder and factory bean classesallows the varargs methods to be used without a com...
Spring Use @SafeVarargs in Jackson2ObjectMapperBuilder#modulesToInstall
2025-01-08 03:30:46
1133
Affects: 5.2.7When using Jackson2ObjectMapperBuilder#modulesToInstall(Class<? extends Module>...) you get the foll...
Spring Convert JSR310 to SQL type if possible
2025-01-08 03:30:42
3919
Some driver can not infer the SQL type from JSR310 type in setObject method, we should convert JSR310 type to SQL type v...
Spring ObjectProvider.ifAvailable throws exception for scoped bean without an active scope
2025-01-08 03:30:40
3083
Affects: 5.2.4 (Spring Boot 2.2.6)I have a rest service that uses a @RequestScope bean to store some data.Now I want to...
Spring Make WebFlux multipart support fully Reactive [SPR-17122]
2025-01-08 03:30:37
6676
Sébastien Deleuze opened SPR-17122 and commentedSpring Framework 5.0 and 5.1 provides support for reactive multipart lev...
Spring AbstractBeanFactory#markBeanAsCreated might have some logical problems
2025-01-08 03:30:34
1867
AbstractBeanFactory#markBeanAsCreated is that protected void markBeanAsCreated(String beanName) { if (!this.a...
Spring spring-kafka critical vulnerability CVE-2018-1270
2025-01-08 03:30:31
966
As per pivotal documentation (https://tanzu.vmware.com/security/cve-2018-1270), the critical vulnerability CVE-2018-1270...
Spring Use JDBC 4 API for connection validation
2025-01-08 03:30:29
117
With this commit use the JDBC 4.0 isValid method tovalidate the connection. This is favorable over avalidation query.
Spring Official Gradle Wrapper Validation GitHub Action
2025-01-08 03:30:27
478
See: https://github.com/gradle/wrapper-validation-actionComment From: pivotal-issuemaster@JLLeitschuh Please sign the Co...
Spring Add nullToEmpty convenience method to StringUtils
2025-01-08 03:30:23
330
It allows you to replace common patterns like:if(string == null) { string = "";}doSomethingWith(string);or:...
Spring Performance test may result in ConcurrentModificationException, less than 1% of requests will fail
2025-01-08 03:30:19
2482
I don't know why happened this exception,if too many request access, less than one percent of request will fail.What sh...
Spring ConcurrentModificationException during high load - Spring Web REST [SPR-13609]
2025-01-08 03:30:17
4317
Robert Johansson opened SPR-13609 and commentedWhen running load tests on a rest service, each request has random xml co...
上一页
下一页
1
…
1343
1344
1345
1346
1347
…
2025
.