Spring Iterate over Map.entrySet() instead of Map.keySet() in PropertyEditorRegistrySupport

Tiny optimization is possible using Map.entrySet() instead of Map.keySet()Comment From: sbrannenThis has been merged int...

Spring Issue with AbstractDataBoundFormElementTag.resolveId() in Spring 5.2.12

Below code is added in Spring 5.2.12 for AbstractDataBoundFormElementTag.resolveId(), and it is marked as, this method c...

Spring Fix typo in HeaderAssertions

Comment From: pivotal-cla@Xxpain Please sign the Contributor License Agreement!Click here to manually synchronize the st...

Spring UndertowHeadersAdapter's remove() method violates Map contract

The remove(Object key) method in UndertowHeadersAdapter should return any previous value stored under the key; however, ...

Spring 111

Comment From: pivotal-cla@vapourdown Please sign the Contributor License Agreement!Click here to manually synchronize th...

Spring Introduce TypeFilterUtils for processing @ComponentScan.Filter

Spring Data leverages ComponentScan.filter for repository scanning while implementing the filter annotation parser itsel...

Spring How to contribute

This is not a bug problem. I recently developed a deep learning (CV) example using AWS mxnet and tensorflow. I integrate...

Spring Improve example in Javadoc for HttpEntity

There is a minor typo in java doc.To be specific, provided code snippet in HttpEntity does not work because of lack of q...

Spring Use default stylesheet for generated Javadoc HTML

The Javadoc for Spring Framework 6.0 currently does not have proper styling, since we switched from JDK 8 to JDK 17.http...

Spring No redirect to index.html for static resources inside a folder [SPR-13316]

Akshay Gupta opened SPR-13316 and commentedWith Spring Boot, if I have a static file src/main/resources/public/index.htm...

Spring Update CONTRIBUTING.md with regards to discussion forums

Affects: N/AThe Discuss section in Contributing to the Spring Framework is confusing.Its first paragraph points to Stack...

Spring Incorrect Javadoc in [NamedParameter]JdbcOperations.queryForObject methods regarding exceptions

Javadoc of methods:1. NamedParameterJdbcOperations#queryForObject(String, SqlParameterSource, RowMapper<T>) https:...

Spring Spring "SchedulerFactoryBean" overrides the Quartz "jobstore" properties values

If you are using Spring's SchedulerFactoryBean, it overrides the configured value from the properties file.So if you tri...

Spring Update warn log message for empty static resource locations

The change to filter non-existing locations, related to #27538, caused those messages to appear automatically in scenari...

Spring Fix assertion failure messages in DefaultDataBuffer.checkIndex()

Fixed assertion logs in checkIndex to correctly use the length parameterComment From: pivotal-cla@ebradshaw Please sign ...

Spring DefaultCorsProcessor should return HTTP 204 instead of 200

When the DefaultCorsProrocessor successfully handles a pre-flight request and returns a response that has an HTTP 200 st...

Spring Infer default status code based on HTTP method for @RequestMapping

We have to use ResponseEntity or use @ResponseStatus to give the correct status code. But this could be linked to the ty...

Spring How can I send a http2 cleartext request by RestTemplate?

Now that Spring Boot already supports h2c,but how can I send a http2 cleartext request by RestTemplate?Comment From: rst...

Spring [Spring.io] Link for the javadoc points to a "404" page

Hi,At present, the "Api doc." link of the page https://spring.io/projects/spring-framework#learn points to a page contai...

Spring Scheduler does not function with zoneid set

Scheduler schedules a job with the cron expression evaluating time from the local machine. However, if you set the cron ...
上一页 下一页
.