sha stringlengths 1 40 | author stringlengths 1 63 ⌀ | committer stringlengths 1 41 ⌀ | message stringlengths 1 65.5k ⌀ | subject stringlengths 1 5.64k ⌀ | subject_length float64 1 5.64k ⌀ | is_chore bool 2
classes | is_bot bool 2
classes | subject_word_count float64 1 806 ⌀ | verb_object_spacy bool 2
classes | verb_object_stanza bool 2
classes | fits_requirements bool 2
classes | owner stringlengths 2 15 | repo stringlengths 2 21 | __index_level_0__ int64 0 85.4k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
71e2d8e9dec60550201243d2b5a56a9d73525781 | Sebastien Deleuze | Sebastien Deleuze | Handle correctly * in CorsConfiguration#combine() other parameter
Issue: SPR-13674 | handle correctly * in corsconfiguration#combine() other parameter | 65 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,357 |
e8a0ef0206924c4e4a2227467fc419aaba955cb9 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,358 |
cc06183668d3beeeecb3fd56efee2aa0b609aadf | Juergen Hoeller | Juergen Hoeller | SimpleJdbcCall reliably throws exception on missing stored procedure
Issue: SPR-13669 | simplejdbccall reliably throws exception on missing stored procedure | 68 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,359 |
43d72e2079d94edd6a8bcd26e59ed7ef2c4ca996 | Juergen Hoeller | Juergen Hoeller | Restored capacity check before trying output stream resize
Issue: SPR-13671 | restored capacity check before trying output stream resize | 58 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,360 |
e7073474740283761bb2e9f823d6fc9e9f22eb1d | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing tests | fix failing tests | 17 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,361 |
3a919a48d6941622ae1b08034630b0f565d0554b | Rossen Stoyanchev | Rossen Stoyanchev | Switch "attachment" to "inline" on Content-Disposition
Issue: SPR-13587, SPR-13643 | switch "attachment" to "inline" on content-disposition | 54 | false | false | 6 | true | true | false | spring-projects | spring-framework | 14,362 |
8c127ad3c9b3ebbad542b20d37760e33ea6c9641 | Rossen Stoyanchev | Rossen Stoyanchev | Property init HandlerMapping in standalone MockMvc
Issue: SPR-13637 | property init handlermapping in standalone mockmvc | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,363 |
62af99a21c4599576cbdf93e51e0deb131bca4dd | Rossen Stoyanchev | Rossen Stoyanchev | Add containsKey to ServletResponseHttpHeaders
Issue: SPR-13668 | add containskey to servletresponsehttpheaders | 45 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,364 |
cf4a417f712a8c4c1552011ffbaf1b9b688e4d22 | Rossen Stoyanchev | Rossen Stoyanchev | Upgrade to reactor 2.0.7
Issue: SPR-13665 | upgrade to reactor 2.0.7 | 24 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,365 |
e56c11c1e82d5d0fd5fcd47c09a8b62b3e0367a2 | Juergen Hoeller | Juergen Hoeller | AbstractApplicationContext.isRunning() avoids IllegalStateException
Issue: SPR-13667 | abstractapplicationcontext.isrunning() avoids illegalstateexception | 67 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,366 |
71a7b5d0868e6797f9d1c502ab7d880d6d3c8f68 | Juergen Hoeller | Juergen Hoeller | Fixed code examples
Issue: SPR-13666 | fixed code examples | 19 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,367 |
2bf8c0bc4233662904f189400deb5e9422544059 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,368 |
cdf6eb95ab1ec041b1512185d2e00b09f433e866 | Juergen Hoeller | Juergen Hoeller | Reduced warn log entry without stacktrace for startup exceptions
Issue: SPR-13663 | reduced warn log entry without stacktrace for startup exceptions | 64 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,369 |
5d9d88c44d36eb16a6e31c03f82acbb1bc68cd5d | Juergen Hoeller | Juergen Hoeller | CommonsMultipartFile removes mixed separator paths from original filename
Issue: SPR-13662 | commonsmultipartfile removes mixed separator paths from original filename | 73 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,370 |
e6b1f0a139293be2ea90da754218c7fd282f836a | Phillip Webb | Phillip Webb | Use constants when caching empty arrays
Reduce cache memory consumption by using a single constant for empty
arrays. | use constants when caching empty arrays | 39 | false | false | 6 | true | true | true | spring-projects | spring-framework | 14,371 |
760bc719f20a847d7b1f47b671728b9754a313ff | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,372 |
da9c80c6048a184e8151638f7031e83a4d73281a | Juergen Hoeller | Juergen Hoeller | Revised method selection for JMS listeners (and their parameters)
Issue: SPR-13576 | revised method selection for jms listeners (and their parameters) | 65 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,373 |
d5efe4f9837134f7a6303515e79fd394082e3cfc | Juergen Hoeller | Juergen Hoeller | Detect event listener methods behind interface proxies as well
Issue: SPR-13650 | detect event listener methods behind interface proxies as well | 62 | false | false | 9 | true | true | false | spring-projects | spring-framework | 14,374 |
bc7bcab5781aa8303274ccd2e18e5db4598ba082 | Juergen Hoeller | Juergen Hoeller | Consistent method selection for listeners and endpoint mappings
Issue: SPR-13654 | consistent method selection for listeners and endpoint mappings | 63 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,375 |
5b06150096ae93e456e2558cce5599b77b91970d | Sam Brannen | Sam Brannen | Deprecate correct method in AnnotatedElementUtils | deprecate correct method in annotatedelementutils | 49 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,376 |
2a2a8d3f939f2f16a85a5ec6b2d8699b95f20cc0 | Stephane Nicoll | Stephane Nicoll | Allow null values to be cached with `@CacheResult`
Even though the JSR-107 spec forbids to store null values, our cache
abstraction allows that behaviour with a special handled (and this is
the default behaviour).
While this was working fine with our own set of annotations, the
JSR-107 interceptor counterpart was int... | allow null values to be cached with `@cacheresult` | 50 | false | false | 8 | false | true | false | spring-projects | spring-framework | 14,377 |
59b66007638c6937daca6b0c5f97a0fbe8a111bf | Juergen Hoeller | Juergen Hoeller | Class identity comparisons wherever possible
Issue: SPR-12926 | class identity comparisons wherever possible | 44 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,378 |
ea2843ecc01f50a090142eaf5f890df5e05c7ae0 | Juergen Hoeller | Juergen Hoeller | MethodInvokeTypeProvider lazily invokes target method (avoiding deserialization exploits)
Issue: SPR-13656 | methodinvoketypeprovider lazily invokes target method (avoiding deserialization exploits) | 89 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,379 |
a1bf941ec4282e9924c2e98bf5e9816a509c4d26 | Juergen Hoeller | Juergen Hoeller | CommonsFileUploadSupport applies maxUploadSizePerFile to FileUpload copy as well
Issue: SPR-13653 | commonsfileuploadsupport applies maxuploadsizeperfile to fileupload copy as well | 80 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,380 |
f1bec5f1e4c677807f9be42fb32df759990b2fc4 | Marek Hawrylczak | Marek Hawrylczak | referencing fields of a class using this | referencing fields of a class using this | 40 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,381 |
9126fd9dec35a95f6363937490630a7e9173089d | Marek Hawrylczak | Marek Hawrylczak | Indentation using tabs | indentation using tabs | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,382 |
4c84117155c4acc69e826f217ad1fe1336e32b27 | Marek Hawrylczak | Marek Hawrylczak | undertow support using non-blocking API’s | undertow support using non-blocking api’s | 41 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,383 |
a3168fde18f34489bcbb497f3accc4c930fdb098 | Rossen Stoyanchev | Rossen Stoyanchev | Expand range of whitelisted extensions by media type
This commit expands the range of whitelisted extensions by checking
if an extension can be resolved to image/*, audo/*, video/*, as well
as any content type that ends with +xml.
Issue: SPR-13643 | expand range of whitelisted extensions by media type | 52 | false | false | 8 | true | true | false | spring-projects | spring-framework | 14,384 |
237439ef972214e10396b0b88be9a58d7f33bccf | Rossen Stoyanchev | Rossen Stoyanchev | Whitelist extension if present in the request mapping
We know skip the Content-Disposition header for any extension if the
chosen request mapping explicitly contains the URl extension.
Issue: SPR-13629 | whitelist extension if present in the request mapping | 53 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,385 |
889366320d70132b1a0decc7b71b70d97b8f6a10 | Brian Clozel | Brian Clozel | Do not process undefined conditional HTTP requests
Prior to this change, the HttpEntityMethodProcessor would try to process
conditional requests that are undefined by the spec, such as:
* an HTTP GET request with "If-None-Match:*"
* a request with both "If-None-Match" and "If-Match"
* a request with both "If-None-Mat... | do not process undefined conditional http requests | 50 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,386 |
9f4c9d7f3cee38e54b5aa8bb5813d2f138a088b5 | Juergen Hoeller | Juergen Hoeller | Upgrade to Undertow 1.3.5 | upgrade to undertow 1.3.5 | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,387 |
da707c15b370f167200e95d78cd232f7d25b5467 | Rossen Stoyanchev | Rossen Stoyanchev | Update Javadoc
Issue: SPR-13530 | update javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,388 |
b7b8d854d9ddd9f4082bd8ede35ca282e22ea463 | Rossen Stoyanchev | Rossen Stoyanchev | Update reference for MediaType constants.
Issue: SPR-13531 | update reference for mediatype constants | 40 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,389 |
ac975df448eed9cad620b895f4999a10237df1f0 | Rossen Stoyanchev | Rossen Stoyanchev | Fix javadoc ambiguity
Issue: SPR-13642 | fix javadoc ambiguity | 21 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,390 |
f0464e81761d2631902d512d67016967b9cd316a | Rossen Stoyanchev | Rossen Stoyanchev | Add section on RFD + whitelist yml/properties/csv
Issue: SPR-13643 | add section on rfd + whitelist yml/properties/csv | 49 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,391 |
b46a301e8ad2c7a90ad222de4c047d53b6a20d1e | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Hibernate ORM 5.0.3, Netty 4.0.33, Selenium 2.48.2, TestNG 6.9.9) | latest dependency updates (hibernate orm 5.0.3, netty 4.0.33, selenium 2.48.2, testng 6.9.9) | 92 | false | false | 12 | false | false | false | spring-projects | spring-framework | 14,392 |
b057e503efc4c667f5489a1cd90bd17dfc281e35 | Juergen Hoeller | Juergen Hoeller | Adapted exception message expectations
Issue: SPR-13621 | adapted exception message expectations | 38 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,393 |
c88877f1c4547c692bee372cd487c22c54ce42e1 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,394 |
9683da52b2ef507f0309d7198796bfa3b2599f82 | Juergen Hoeller | Juergen Hoeller | Avoid annotation synthesizing for getAnnotationAttributes retrieval
Issue: SPR-13621 | avoid annotation synthesizing for getannotationattributes retrieval | 67 | false | false | 6 | true | true | false | spring-projects | spring-framework | 14,395 |
971f0469133e845c9befb0260db6a27b88e31b7c | Rossen Stoyanchev | Rossen Stoyanchev | Replace NAMES_PATTERN in UriTemplate
The URI template is now manually parsed vs using a regex to extract
URI variable names and to create a pattern for matching to actual URLs.
This provides more control to deal with nested curly braces.
Issue: SPR-13627 | replace names_pattern in uritemplate | 36 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,396 |
2ba5cb273403598a3dea90cbd34e2b9ea78ad531 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,397 |
6cedaa109100dc637a9801a8afacd3381a70918b | Juergen Hoeller | Juergen Hoeller | Fixed order determination check to only kick in for actual configuration candidates
Issue: SPR-13621 | fixed order determination check to only kick in for actual configuration candidates | 83 | false | false | 12 | false | false | false | spring-projects | spring-framework | 14,398 |
e27df06f919a1f1ef53b0571e1a15dfc9e2f707f | Juergen Hoeller | Juergen Hoeller | AnnotatedElementUtils consistently operates on actual annotation type if available (for performance reasons)
The goal is to avoid String name comparisons in favor of annotation type identity checks wherever possible. Also, we avoid double getDeclaredAnnotations/getAnnotations checks on anything other than Classes now,... | annotatedelementutils consistently operates on actual annotation type if available (for performance reasons) | 108 | false | false | 12 | false | false | false | spring-projects | spring-framework | 14,399 |
e35855f9b52ea13a2ce4fd321e4189a0a7f3cfb3 | Juergen Hoeller | Juergen Hoeller | Avoid expensive annotation retrieval algorithm if no annotations present in the first place
Issue: SPR-13621 | avoid expensive annotation retrieval algorithm if no annotations present in the first place | 91 | false | false | 13 | false | false | false | spring-projects | spring-framework | 14,400 |
1733d0111d1fb0b253b0085be9347d269548bac4 | Phillip Webb | Phillip Webb | Add shortcuts for elements with no annotations
Improve the performance of the `getMergedAnnotationAttributes` and
`isAnnotated` methods in `AnnotatedElementUtils` by returning
immediately when the element had no annotations.
Issue: SPR-13621 | add shortcuts for elements with no annotations | 46 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,401 |
ce64761069ef77e169ac64be6131ad9127001775 | Juergen Hoeller | Juergen Hoeller | Optimized equals/hashCode handling in ResolvableType
Issue: SPR-13621 | optimized equals/hashcode handling in resolvabletype | 52 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,402 |
09cb286c842fb855d01325e7e80280effbacbba3 | Sebastien Deleuze | Sebastien Deleuze | Add MediaType.APPLICATION_JSON_UTF8
Add new MediaType.APPLICATION_JSON_UTF8 and
MediaType.APPLICATION_JSON_UTF8_VALUE constants for
"application/json;charset=UTF-8" content type in order to make it
easier to override @RequestMapping "produces" attribute without
losing the default JSON charset (UTF-8).
Issue: SPR-1360... | add mediatype.application_json_utf8 | 35 | false | false | 2 | true | true | false | spring-projects | spring-framework | 14,403 |
23c8f712c47680fbfc6be9ac010bb2531561a68a | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,404 |
c3dbaed4ced5dafe736dfe391807ac85bfe6858e | Juergen Hoeller | Juergen Hoeller | AnnotationUtils caches findAnnotation results in pre-synthesized form
Issue: SPR-13621 | annotationutils caches findannotation results in pre-synthesized form | 69 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,405 |
4dc31667d474832c06ecfdbd01fc7ad425fd8af1 | Juergen Hoeller | Juergen Hoeller | AnnotationUtils defines synthesized proxy class in original annotation's ClassLoader
Issue: SPR-13634 | annotationutils defines synthesized proxy class in original annotation's classloader | 84 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,406 |
77af692e5e9531fed4c993308826df722fb78709 | Stephane Nicoll | Stephane Nicoll | Polishing
Issue: SPR-13633 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,407 |
bdb71e91ad63d1a8da4bf8d6e9319c35afe0f5c8 | Rossen Stoyanchev | Rossen Stoyanchev | No Content-Disposition if HTML in the request mapping
Issue: SPR-13629 | no content-disposition if html in the request mapping | 53 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,408 |
1bc41bdf0f4f491259c2079de48a93ed1dfbe9eb | Stephane Nicoll | Stephane Nicoll | Expose JMS message listener container ids
Issue: SPR-13633 | expose jms message listener container ids | 41 | false | false | 6 | true | false | true | spring-projects | spring-framework | 14,409 |
cca037a74df9b87f99858154b47696a9eccf69c8 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,410 |
6685c78cea9e3419cc37365ac2b5607b8c7cf8b0 | Juergen Hoeller | Juergen Hoeller | Avoid NPE for anonymous SqlParameter in CallMetaDataContext
Issue: SPR-13628 | avoid npe for anonymous sqlparameter in callmetadatacontext | 59 | false | false | 7 | true | true | false | spring-projects | spring-framework | 14,411 |
ce20268597e0b1ac9b81e5b3ca412c72a37ecfdb | Juergen Hoeller | Juergen Hoeller | Consistent warn logging without stacktrace in Portlet HandlerExceptionResolver
Issue: SPR-13611 | consistent warn logging without stacktrace in portlet handlerexceptionresolver | 78 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,412 |
76d7f4527acaaeb784938cada6b57c73eb4abdb7 | Sebastien Deleuze | Sebastien Deleuze | Revert most SPR-13100 changes since SPR-13267 was a better fix
Issue: SPR-13596 | revert most spr-13100 changes since spr-13267 was a better fix | 62 | false | false | 10 | false | true | false | spring-projects | spring-framework | 14,413 |
62cd6ad526dac77484af4737c102c3aae5bc82a9 | Sebastien Deleuze | Sebastien Deleuze | Add @RequestMapping produces documentation about charset
Issue: SPR-13600 | add @requestmapping produces documentation about charset | 56 | false | false | 6 | true | true | false | spring-projects | spring-framework | 14,414 |
4aedd92c3c9cea5f25f0d7b57ae2e00a91a0565d | Stephane Nicoll | Stephane Nicoll | Merge pull request #908 from haisi/master
* pr/908:
Fix typo | merge pull request #908 from haisi/master | 41 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,415 |
ff4e48c7a14dbc18809d508b4361544e05df4dbe | Hasan Kara | Stephane Nicoll | Fix typo
Closes gh-908 | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 14,416 |
a48c9b6305a9aab74168b5c5455f8b5ef9eb466b | Rossen Stoyanchev | Rossen Stoyanchev | Replace DefaultConversionService in spring-reactive | replace defaultconversionservice in spring-reactive | 51 | false | false | 4 | true | true | false | spring-projects | spring-framework | 14,417 |
c0dff3d2bb2277429f4e387d18deb75b0797a375 | Rossen Stoyanchev | Rossen Stoyanchev | Comply with Spring Framework code style
https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Code-Style | comply with spring framework code style | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,418 |
0989c8b3c24b94b6dc3eeb8e60f68b80be32fb14 | Rossen Stoyanchev | Rossen Stoyanchev | HandlerMethodArgumentResolver is now asynchronous | handlermethodargumentresolver is now asynchronous | 49 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,419 |
2dc4da3d4e4e3d6b20c212262bffe80283f76e8f | Sam Brannen | Sam Brannen | Link to AssertJ instead of Fest in testing chapter | link to assertj instead of fest in testing chapter | 50 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,420 |
283fc945722365eeb4986d3dbc503ff93b45e2b7 | Sam Brannen | Sam Brannen | Support null query param values in HtmlUnitRequestBuilder
Prior to this commit, HtmlUnitRequestBuilder would incorrectly attempt
to decode null values for query parameters (i.e., query parameters such
as 'error' in 'http://example.com/login?error') which resulted in a
NullPointerException since URLDecoder.decode() doe... | support null query param values in htmlunitrequestbuilder | 57 | false | false | 7 | false | true | false | spring-projects | spring-framework | 14,421 |
d5b4685391cb7e06fc419c25528f4756927108fc | Sam Brannen | Sam Brannen | Polish HtmlUnitRequestBuilderTests | polish htmlunitrequestbuildertests | 34 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,422 |
42e5ad411120ff20b1cff68cf229b135d802d0b2 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,423 |
39726740e5c9aa33b6c311e979f52aee967eefcf | Brian Clozel | Brian Clozel | Guard against invalid response status
ServletWebRequest now guard against invalid HTTP response status when
processing conditional requests.
Issue: SPR-13516 | guard against invalid response status | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,424 |
43c23cb7755c76d8ce91623b88f8043868de9f2b | Stephane Maldini | Stephane Maldini | Merge pull request #21 from spring-projects/update-reactor-next
Update reactor next | merge pull request #21 from spring-projects/update-reactor-next | 63 | true | false | 6 | true | false | false | spring-projects | spring-framework | 14,425 |
0b9bfe6aa253b3338498bfd6e60fe9d06dd5a43e | Stephane Maldini | Stephane Maldini | Merge pull request #20 from spring-projects/add-reactor-net
Add reactor net | merge pull request #20 from spring-projects/add-reactor-net | 59 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,426 |
d20fbffcd006a069741f43e927c80c4184224b5f | Stephane Maldini | Stephane Maldini | Update to Reactor 2.1.0.BUILD-SNAPSHOT | update to reactor 2.1.0.build-snapshot | 38 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,427 |
4ffec61310c2e1a47c524c09eadf8ff1530aa91d | Stephane Maldini | Stephane Maldini | Update to 2.0.6 snapshot for Header sent too soon fix, which allows DispatcherHandler to assign content-type correctly. | update to 2.0.6 snapshot for header sent too soon fix, which allows dispatcherhandler to assign content-type correctly | 118 | false | false | 17 | false | false | false | spring-projects | spring-framework | 14,428 |
24a91b43ccc76ba0bd0ce7ed6a5d8006cbed946c | Rossen Stoyanchev | Rossen Stoyanchev | Polish content negotiation | polish content negotiation | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,429 |
c75206f9752ba532219085589817677a666f39bb | Rossen Stoyanchev | Rossen Stoyanchev | Prepare for Reactor 2.0.6 | prepare for reactor 2.0.6 | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,430 |
20c401109473a22e6d1bfe638374e885a372d0f8 | Stephane Maldini | Stephane Maldini | initialize reactor support, not passing requestmapping tests yet | initialize reactor support, not passing requestmapping tests yet | 64 | false | false | 8 | true | true | false | spring-projects | spring-framework | 14,431 |
faa2f5cc500cbbaa41ddb4dce3d5af86cbb643bc | Sam Brannen | Sam Brannen | Fix formatting in SpEL chapter | fix formatting in spel chapter | 30 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,432 |
8d58f66c0fcbb859cf9c09227c908ea54c745785 | Sam Brannen | Sam Brannen | Fix formatting in SpEL chapter | fix formatting in spel chapter | 30 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,433 |
d3c539a9abb2c17d7ddc1ccd4e9162adf060be3a | Juergen Hoeller | Juergen Hoeller | Portlet MVC documentation consistently refers to Portlet 2.0 spec (JSR-286)
Issue: SPR-13513 | portlet mvc documentation consistently refers to portlet 2.0 spec (jsr-286) | 75 | false | false | 10 | false | false | false | spring-projects | spring-framework | 14,434 |
a9fbbc55e6b60d89116d7f3216cd4be4c252a496 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,435 |
3845eb3cbc7195320e9522bda1d95d638f3ef45f | Sam Brannen | Sam Brannen | Migrate Groovy tests to JUnit 4
Issue: SPR-13514 | migrate groovy tests to junit 4 | 31 | false | false | 6 | false | true | false | spring-projects | spring-framework | 14,436 |
d883efcb2a1f799c4796c849fa377e4717c4203c | Sam Brannen | Sam Brannen | Throw meaningful exception if JUnit 4.9 is not present
SpringJUnit4ClassRunner, SpringClassRule, and SpringMethodRule now
throw an IllegalStateException with a meaningful message if JUnit 4.9
is not present in the classpath (specifically if
org.junit.runners.model.MultipleFailureException cannot be loaded).
Issue: SP... | throw meaningful exception if junit 4.9 is not present | 54 | false | false | 9 | true | true | false | spring-projects | spring-framework | 14,437 |
452b124ff62537f39c6eea6d5fb197dfe45b628a | Sam Brannen | Sam Brannen | Polish FreeMarker tests and suppress warnings | polish freemarker tests and suppress warnings | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,438 |
58c2990794a3fa332a63f3facddd26656fb599b3 | Sam Brannen | Sam Brannen | Reinstate and modernize Jasper Reports tests | reinstate and modernize jasper reports tests | 44 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,439 |
9c66dfa7b5f610ddeb69b9dc10baa227fbddcbf1 | Sebastien Deleuze | Sebastien Deleuze | Avoid stacktrace for invalid Origin header values
This commit adds support for origins with a trailing slash or a path,
in order to avoid printing a stacktrace in the logs when
WebUtils#isSameOrigin(HttpRequest) parses such invalid Origin header
value.
Issue: SPR-13478 | avoid stacktrace for invalid origin header values | 49 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,440 |
3dcf8c1712b6c6fe45155b33e16482863d7069ec | Sam Brannen | Sam Brannen | Simplify legacy JUnit 3.8 based tests in spring-orm
This is in preparation for a migration from JUnit 3 to JUnit 4.
Issue: SPR-13514, SPR-13515 | simplify legacy junit 3.8 based tests in spring-orm | 51 | false | false | 8 | true | false | false | spring-projects | spring-framework | 14,441 |
d5ee787e1e6653257720afe31ee3f8819cd4605c | Sam Brannen | Sam Brannen | Migrate JUnit 3 tests to JUnit 4
This commit migrates all remaining tests from JUnit 3 to JUnit 4, with
the exception of Spring's legacy JUnit 3.8 based testing framework that
is still in use in the spring-orm module.
Issue: SPR-13514 | migrate junit 3 tests to junit 4 | 32 | false | false | 7 | false | true | false | spring-projects | spring-framework | 14,442 |
158028881575fb3f00f96579a04ca52857afa375 | Sebastien Deleuze | Sebastien Deleuze | Improve error reporting in ScriptTemplateView
This commit introduces a new ScriptRenderException in order to:
- Print in the resulting error page the reason of the script failure
- Not print the whole stacktrace in the logs
The ScriptRenderException thrown in ScriptTemplateView#renderMergedOutputModel()
is wrapped ... | improve error reporting in scripttemplateview | 45 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,443 |
fdbe8dc4c1ea274bb092f13b4eac62400a1e24eb | Rossen Stoyanchev | Rossen Stoyanchev | ResponseBodyEmitter detects timeout/completion
ResponseBodyEmitter now registers by default to receive callbacks
on timeout/completion and sets its internal "complete" flag to true
in order to prevent proactively further use of the emitter.
Issue: SPR-13498 | responsebodyemitter detects timeout/completion | 46 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,444 |
a6a6aed17f3ef9e9f774f25c14c7e6e5bb5dd2f3 | Juergen Hoeller | Juergen Hoeller | StopWatch provides getId/currentTaskName accessors (plus further fine-tuning)
Issue: SPR-13509 | stopwatch provides getid/currenttaskname accessors (plus further fine-tuning) | 77 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,445 |
097bcfb997bd215c7b39635770e34812744f0d9e | Juergen Hoeller | Juergen Hoeller | DefaultListableBeanFactory switches to thread-safe copying for names collections if necessary
Issue: SPR-13493
Issue: SPR-13123
Issue: SPR-12503 | defaultlistablebeanfactory switches to thread-safe copying for names collections if necessary | 93 | false | false | 10 | false | false | false | spring-projects | spring-framework | 14,446 |
f816cc6a516c324875fa409a33d288447c6996f7 | Sebastien Deleuze | Sebastien Deleuze | Add CompletableFuture/Single/Promise support | add completablefuture/single/promise support | 44 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,447 |
627393a1550403c8d928164f3f678a03a0cff571 | Juergen Hoeller | Juergen Hoeller | Reverted StrictMapAppenderConstructor constructor back to public
Issue: SPR-13504 | reverted strictmapappenderconstructor constructor back to public | 64 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,448 |
71dcd28c7734e0a4a04745661c3205d28a033692 | Juergen Hoeller | Juergen Hoeller | Upgrade to Groovy 2.4.5 (plus extracted guavaVersion and okhttpVersion) | upgrade to groovy 2.4.5 (plus extracted guavaversion and okhttpversion) | 71 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,449 |
75f473927fadf5901b923cc03bb918abce33f079 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,450 |
11b4e3be2cef95d398a2e1e432786b0b1a3b7f3c | Juergen Hoeller | Juergen Hoeller | Consistent HttpMethod resolution against underlying HttpServletRequest | consistent httpmethod resolution against underlying httpservletrequest | 70 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,451 |
90409cbe9834e8b6b798da6308cc38a0ec88ae5a | Juergen Hoeller | Juergen Hoeller | Renamed Undertow10BufferSupport to UndertowXnioBufferSupport
Issue: SPR-13366 | renamed undertow10buffersupport to undertowxniobuffersupport | 60 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,452 |
7f700cc63eadacfec243857bf5c9a13397bebca7 | Brian Clozel | Brian Clozel | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,453 |
d91806d7ab945f3350ecb3b2fda3a7c2a3247c95 | Sam Brannen | Sam Brannen | Suppress warnings in Gradle build | suppress warnings in gradle build | 33 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,454 |
55db4ae94b22c448566190f6fdfdc36f60819105 | Brian Clozel | Brian Clozel | Document that @ResponseStatus overrides redirect views
Issue: SPR-13439 | document that @responsestatus overrides redirect views | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,455 |
583a48ab7565264ec0dc17089f3becd24bb1991a | Brian Clozel | Brian Clozel | Do not process conditional requests for non-GET
Prior to this commit, HttpEntityMethodProcessor would process
conditional requests even if those aren't GET requests.
This is an issue for POST requests with "If-None-Match: *" headers and
many other use cases, which should not receive an HTTP 304 Not Modified
status in ... | do not process conditional requests for non-get | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,456 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.