Spring Correct Ant-style Patterns example in documentation

The documentation contains incorrect Ant-style pattern code snippet. /WEB-INF/-context.xmlcom/mycompany//applicationCont...

Spring Support inlined properties in @PropertySource analogous to @TestPropertySource

In the annotation @TestPropertySource you can add single properties using @TestPropertySource(properties = ["foo=bar"])....

Spring spring-data-mysqlx

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

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

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

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]

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

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.

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

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.

public class User { private Long id; public Long getId() { return id; } public void setId(Long id) { ...

Spring Use equals method() instead of ==

Equals are better than comparisons using "=="Also, Boolean returns each new object.Comment From: rstoyanchevI've changed...

Spring SELECT FOR UPDATE issue with @Transactional

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

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

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

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

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

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

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]

Nicolas FABRE opened SPR-11489 and commentedIn the class org.springframework.core.convert.support.StringToCollectionConv...
上一页 下一页
.