Nineya
Home
Blog
软著申请
Spring Correct Ant-style Patterns example in documentation
2025-01-08 03:01:41
444
The documentation contains incorrect Ant-style pattern code snippet. /WEB-INF/-context.xmlcom/mycompany//applicationCont...
Spring Support inlined properties in @PropertySource analogous to @TestPropertySource
2025-01-08 03:01:38
4560
In the annotation @TestPropertySource you can add single properties using @TestPropertySource(properties = ["foo=bar"])....
Spring spring-data-mysqlx
2025-01-08 03:01:36
531
It would be very nice to have spring-data-mysqlx, supporting MySQL's DocumentStore and CRUD operations using the X proto...
Spring Wss4jSecurityInterceptor not propagating time to live values when validating ws-security soap header timestamp
2025-01-08 03:01:33
7719
Affects: spring-ws-security-3.0.8.RELEASEDescriptionI have spring web services deployed to remote hosts offshore that ma...
Spring Update DigestUtils Javadoc with regards to InputStream closing
2025-01-08 03:01:30
6015
Maybe I need to use this file later, but for now, I just want the md5 string.Would you modify the DigestUtils class to c...
Spring If controller method has produces="*/*" in 5.2.3 response is 500 instead of 406
2025-01-08 03:01:25
4224
With the following commit, if a RequestMapping specifies produces="*/*and the request headers don't specify any accept, ...
Spring JdbcTemplate - Add support for multitenancy [SPR-17342]
2025-01-08 03:01:22
2893
robert-niestroj opened SPR-17342 and commentedPlease add support for multitenancy in JdbcTemplate.Scenario: i have an ap...
Spring spring-aspects has a compile dependency on spring-orm
2025-01-08 03:01:20
1884
Starting from version 5.2.0 spring-orm is no longer an optional dependency of spring-aspects.https://search.maven.org/ar...
Spring Fixing logic error.
2025-01-08 03:01:17
564
My application server provides HTTP(http://172.18.0.120) service on port 80, which runs behind the reverse proxy server ...
Spring Incorrect mention of getPropertyValues in BeanWrapper section of documentation
2025-01-08 03:01:15
647
In the section of 3.3.1 in spring framework version 5.1.3.RELEASE core technologies document, the document describes th...
Spring Collection type field annotated with Autowired, the field do not be injected into all beans.
2025-01-08 03:01:10
2117
public class User { private Long id; public Long getId() { return id; } public void setId(Long id) { ...
Spring Use equals method() instead of ==
2025-01-08 03:01:07
241
Equals are better than comparisons using "=="Also, Boolean returns each new object.Comment From: rstoyanchevI've changed...
Spring SELECT FOR UPDATE issue with @Transactional
2025-01-08 03:01:04
5528
I am using SELECT ... FOR UPDATE statement to achieve row-level locking in my SpringBoot app. Database: MySQL 5.7.28, co...
Spring Correct formatting of MessageSource example in documentation
2025-01-08 03:01:00
270
The formatting of MessageSource example is not correct. To have as an output the sentence "Ebagum lad, the 'userDao' arg...
Spring SQL parser fails on single quotes and raises Named parameter not bound
2025-01-08 03:00:57
2292
Affects: \Spring Boot 2.1.3I'm getting an error with some JPQL queries which include the '%' characters (single quotes i...
Spring "Status and headers already sent" ISE exception from Reactor Netty on WebSocket upgrade
2025-01-08 03:00:49
20842
Spring Boot 2.2.4.RELEASE + webfluxFrom the server log I quite often see this nasty exception. We are mixing Weblux + We...
Spring Upgrade to JUnit Jupiter 5.6
2025-01-08 03:00:47
1269
Comment From: sbrannenJUnit 5.6 was released on January 20, 2020: https://twitter.com/junitteam/status/12193583791702425...
Spring Use Gradle Enterprise Conventions Plugin to configure build scans
2025-01-08 03:00:43
261
This pull request simplifies the build scan configuration in the build by using our Gradle Enterprise Conventions Plugin...
Spring Consistent ROLE_INFRASTRUCTURE declarations for internal configuration classes
2025-01-08 03:00:33
451
As indicated by #24508, we inconsistently use @Role(BeanDefinition.ROLE_INFRASTRUCTURE) at the class level of our intern...
Spring Spring converter - Single String value to List<String> - Trim [SPR-11489]
2025-01-08 03:00:31
5857
Nicolas FABRE opened SPR-11489 and commentedIn the class org.springframework.core.convert.support.StringToCollectionConv...
上一页
下一页
1
…
1593
1594
1595
1596
1597
…
2246
.