Nineya
Home
Blog
Spring Iterate over Map.entrySet() instead of Map.keySet() in PropertyEditorRegistrySupport
2025-01-08 04:55:38
143
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
2025-01-08 04:55:35
842
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
2025-01-08 04:55:32
347
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
2025-01-08 04:55:29
400
The remove(Object key) method in UndertowHeadersAdapter should return any previous value stored under the key; however, ...
Spring 111
2025-01-08 04:55:27
193
Comment From: pivotal-cla@vapourdown Please sign the Contributor License Agreement!Click here to manually synchronize th...
Spring Introduce TypeFilterUtils for processing @ComponentScan.Filter
2025-01-08 04:55:24
1360
Spring Data leverages ComponentScan.filter for repository scanning while implementing the filter annotation parser itsel...
Spring How to contribute
2025-01-08 04:55:21
541
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
2025-01-08 04:55:19
665
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
2025-01-08 04:55:16
696
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]
2025-01-08 04:55:14
2227
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
2025-01-08 04:55:11
1811
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
2025-01-08 04:55:07
1104
Javadoc of methods:1. NamedParameterJdbcOperations#queryForObject(String, SqlParameterSource, RowMapper<T>) https:...
Spring Spring "SchedulerFactoryBean" overrides the Quartz "jobstore" properties values
2025-01-08 04:55:05
657
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
2025-01-08 04:55:02
8966
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()
2025-01-08 04:54:58
356
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
2025-01-08 04:54:55
1719
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
2025-01-08 04:54:53
3199
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?
2025-01-08 04:54:50
583
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
2025-01-08 04:54:48
383
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
2025-01-08 04:54:44
1067
Scheduler schedules a job with the cron expression evaluating time from the local machine. However, if you set the cron ...
上一页
下一页
1
…
1480
1481
1482
1483
1484
…
2246
.