Nineya
Home
Blog
Spring URL Cleanup
2025-01-08 05:24:08
19886
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intent...
Spring URL Cleanup
2025-01-08 05:24:06
19886
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intent...
Spring 4.3.x
2025-01-08 05:24:04
392
pullComment From: pivotal-issuemaster@coderGJ Please sign the Contributor License Agreement!Click here to manually synch...
Spring URL Cleanup
2025-01-08 05:24:02
20073
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intent...
Spring URL Cleanup
2025-01-08 05:23:59
71083
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intent...
Spring No provision for multiple brokerMessagingTemplate in spring-websocket
2025-01-08 05:23:57
4561
Affects: 5.0.6.RELEASEAim: Support multiple SimpMessagingTemplate beans inside the same application using WebSockets.My ...
Spring RestControllerAdvice is not working when I deployed myproject in tomcat with war
2025-01-08 05:23:54
20665
I use spring boot : 2.0.4.RELEASE the advice code is:package com.my.common.base;import java.util.Arrays;import org.sp...
Spring OriginHandshakeInterceptor same origin check always fails
2025-01-08 05:23:52
851
Affects: 5.1.4+OriginHandshakeInterceptor is always registered for a websocket:message-broker. This interceptor checks a...
Spring query(PSC, PSS RSE) missing from JdbcOperations
2025-01-08 05:23:50
973
JdbcTemplate.query(PSC, PSS RSE) is the only public query method onJdbcTemplate that is not on JdbcOperations.Comment Fr...
Spring Replace c-style array declaration with Java-style
2025-01-08 05:23:47
274
subjComment From: jhoellerI'm afraid both of those source files are forks from CGLIB classes where we intend to strictly...
Spring merge
2025-01-08 05:23:45
394
Comment From: pivotal-issuemaster@kristensun Please sign the Contributor License Agreement!Click here to manually synchr...
Spring Make resolveAutowiringValue method of AutowireUtils support abstract class parameter
2025-01-08 05:23:41
1020
If the argument requiredType of resolveAutowiringValue is an abstract class and meet some other conditions, I think the...
Spring Update CciLocalTransactionManager.java
2025-01-08 05:23:38
846
The determineTimeout(TransactionDefinition definition) method will fall back to this manager's default timeout if the t...
Spring Small readability update.
2025-01-08 05:23:36
563
[method runs before any "before methods" of the underlying test framework] is more readable than [method runs before any...
Spring Default UriBuilder removes slash from protocol
2025-01-08 05:23:33
238
The UriBuilder returned by DefaultUriBuilder removes slashes from protocols, turning, for example http://test.com to htt...
Spring Use array.clone() instead of manual array creation
2025-01-08 05:23:30
208
Tiny simplification making code more brief and readable: in case we create a copy of the same length as original array a...
Spring RestClientResponseException.getResponseBodyAsString() encodes JSON wrongly with ISO_8859_1
2025-01-08 05:23:28
732
Accoring to the JSON spec the default encoding for JSON is UTF-8:JSON text SHALL be encoded in UTF-8, UTF-16, or UTF-32....
Spring update
2025-01-08 05:23:26
517
Comment From: pivotal-issuemaster@zhaoxc-git Please sign the Contributor License Agreement!Click here to manually synchr...
Spring pull
2025-01-08 05:23:22
451
pullComment From: pivotal-issuemaster@huhuixin Please sign the Contributor License Agreement!Click here to manually sync...
Spring Improve the performance of the method MethodParameter.getParameterType
2025-01-08 05:23:20
860
The method ResolvableType.forMethodParameter can be unused in some cases.See #23792.Comment From: jhoellerSee my comment...
上一页
下一页
1
…
1449
1450
1451
1452
1453
…
2246
.