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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3a096448431bc7b8d1c15e870ffe0e5fa232806d | Juergen Hoeller | unknown | Adapted PropertySourcesPropertyResolverTests for different error message format | adapted propertysourcespropertyresolvertests for different error message format | 79 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,057 |
5b93b143928941ce155ad0fc471dbab04106c1bc | Juergen Hoeller | unknown | DateTimeFormat annotation supports use as a meta-annotation as well | datetimeformat annotation supports use as a meta-annotation as well | 67 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,058 |
ee50d849a195a52328444e88769bdb481c03f541 | Juergen Hoeller | unknown | Polished "Could not resolve placeholder" error message | polished "could not resolve placeholder" error message | 54 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,059 |
69763fe249bc6b5d3185edafda30d384af4abf9e | Juergen Hoeller | unknown | Added test for custom async annotation | added test for custom async annotation | 38 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,060 |
0e0200769d892932561f721a1a015d176e95337f | Juergen Hoeller | unknown | ManagedResource annotation supports placeholders for String attributes
In particular, the specified object name may use a placeholder for its domain part now, allowing for several instances of the MBean to be registered against the same MBeanServer from different applications.
Issue: SPR-8244 | managedresource annotation supports placeholders for string attributes | 70 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,061 |
8f8e517c0d81dfdfdc53aa053353ce5b4a9cee7e | Juergen Hoeller | unknown | Portlet mapping predicate compareTo implementations are transitive now
Also removed unused validateHandler code with dead cachedMappings HashMap.
Issue: SPR-9874 | portlet mapping predicate compareto implementations are transitive now | 70 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,062 |
4ff765446e6951ee57efd7d99ec81fa976b4ee09 | Juergen Hoeller | unknown | Added "jtaDataSource" property to JPA LocalContainerEntityManagerFactoryBean (for default units)
Issue: SPR-9883 | added "jtadatasource" property to jpa localcontainerentitymanagerfactorybean (for default units) | 96 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,063 |
88ef3ce51f027c39337e0c85b1716b4399e01fa8 | Juergen Hoeller | unknown | DispatcherPortlet uses a forward for rendering a view as resource response
Issue: SPR-9876 | dispatcherportlet uses a forward for rendering a view as resource response | 74 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,064 |
1c7e8cfbf641878d3e4f223d7cc7e6db79d98740 | Phillip Webb | Phillip Webb | Merge pull request #99 from dsyer/SPR-4675
* SPR-4675:
Throw on advise returning null for primitive type
Upgrade to Hamcrest 1.3 | merge pull request #99 from dsyer/spr-4675 | 42 | true | false | 6 | false | false | false | spring-projects | spring-framework | 21,065 |
3e296974c4b4e6b11d97728073c1df77bb9cc8f6 | Dave Syer | Phillip Webb | Throw on advise returning null for primitive type
Throw an AopInvocationException when an AOP advisor returns null on
a method that should return a primitive type.
Issue: SPR-4675 | throw on advise returning null for primitive type | 49 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,066 |
39682b7d3f3b81124fb7d88874169d877ad2e6cc | Phillip Webb | Phillip Webb | Upgrade to Hamcrest 1.3 | upgrade to hamcrest 1.3 | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,067 |
22dfe93f2fabfcfaf60a957dc8b2e308b2dc020b | Phillip Webb | Phillip Webb | Revert ConversionService SPI interface
Remove canBypassConvert() methods from the ConversionService SPI
interface, restoring it to the previous Spring 3.1 incarnation.
Bypassing conversion is now only supported when using a
GenericConversionService.
Issue: SPR-9566 | revert conversionservice spi interface | 38 | false | false | 4 | false | true | false | spring-projects | spring-framework | 21,068 |
e9cdb3d24e3eb440a9adbc96a83e7f5ac600863f | Phillip Webb | Phillip Webb | Polish JavaDoc | polish javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,069 |
baea01ac9005fa3ac8bb6b20fdd6b238dde19f7b | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6464 Add RedirectAttributes and SmartView interfaces. | spr-6464 add redirectattributes and smartview interfaces | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,070 |
bd7fd57ad2114ce3ed3385116b886862a6cb3fd3 | Chris Beams | Chris Beams | Fix cache ref doc typo: Eh{c=>C}acheCacheManager
Issue: SPR-8632, SPR-8635 | eh{c=>c}achecachemanager | 24 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,071 |
7d177ecfd4cf7c7dd148a6ccba887b259831dd77 | Chris Beams | Chris Beams | Update Servlet 3.0 dependency in webmvc pom | update servlet 3.0 dependency in webmvc pom | 43 | false | false | 7 | true | true | true | spring-projects | spring-framework | 21,072 |
7a1553472d5628f6dc7085852e32f43fcd731f4e | Sam Brannen | Sam Brannen | [SPR-8633] Introduced generic invokeMethod() in ReflectionTestUtils. | [spr-8633] introduced generic invokemethod() in reflectiontestutils | 67 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,073 |
4d99ddba8a5839f455e88ba830c981f9bbc2ec50 | Sam Brannen | Sam Brannen | [SPR-8633] Introduced generic invokeMethod() in ReflectionTestUtils. | [spr-8633] introduced generic invokemethod() in reflectiontestutils | 67 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,074 |
72da569aa3c84ade51cac8af84e0206f644746b6 | Sam Brannen | Sam Brannen | [SPR-8386][SPR-8387] Revised Javadoc in the TestContext framework regarding changes in 3.1. | [spr-8386][spr-8387] revised javadoc in the testcontext framework regarding changes in 3.1 | 90 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,075 |
1c7cc172d91ee0a3a71ff6f536dc03c87f185eb9 | Sam Brannen | Sam Brannen | [SPR-8627] Deprecated @ExpectedException. | [spr-8627] deprecated @expectedexception | 40 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,076 |
381ab6fcc2c93b8873ade9a9f9ba667086d87d92 | Sam Brannen | Sam Brannen | [SPR-8627] Deprecated @ExpectedException. | [spr-8627] deprecated @expectedexception | 40 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,077 |
960082dbb0ff3623fc9e0aba2b4097f627d7f7ed | Sam Brannen | Sam Brannen | [SPR-8541] Oops! Fixed a minor logic error in DelegatingSmartContextLoader. | [spr-8541] oops! fixed a minor logic error in delegatingsmartcontextloader | 74 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,078 |
8ccedd452ef2c9f99ec4e067439ac835065f38f1 | Sam Brannen | Sam Brannen | [SPR-8541] Documented DelegatingSmartContextLoader. | [spr-8541] documented delegatingsmartcontextloader | 50 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,079 |
466c3b4b2a12d8db69a1fe80fb59887000762f88 | Sam Brannen | Sam Brannen | [SPR-8541] Documented DelegatingSmartContextLoader. | [spr-8541] documented delegatingsmartcontextloader | 50 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,080 |
0a88d4bae13648d3e0b1cb6c31d6336526416934 | Sam Brannen | Sam Brannen | Fixed broken test: now verifying that an attempt to set a null active profile throws an IllegalArgumentException. | now verifying that an attempt to set a null active profile throws an illegalargumentexception | 93 | false | false | 14 | false | false | false | spring-projects | spring-framework | 21,081 |
2c239e30d540f85ce5424dfc39f853b067373df9 | Chris Beams | Chris Beams | Update spring-webmvc-portlet template.mf
Add Import-Template entry for org.spring-framework.jndi
Issue: SPR-8038 | update spring-webmvc-portlet template.mf | 40 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,082 |
f0460ce6fd49cdd3f8a9e25e9e9961d21ac013b9 | Chris Beams | Chris Beams | Register JndiPropertySource by default in portlet environments
Issue: SPR-8038, SPR-8545, SPR-8490 | register jndipropertysource by default in portlet environments | 62 | false | false | 7 | true | true | false | spring-projects | spring-framework | 21,083 |
6db594c79dec6532e68c06ac0a44af4edd055975 | Chris Beams | Chris Beams | Register JndiPropertySource by default in servlet environments
Prior to this change, StandardServletEnvironment evaluated a
"jndiPropertySourceEnabled" flag to determine whether or not to add a
JndiPropertySource. Following the changes introduced in SPR-8490, there
is now no reason not to enable a JNDI property sourc... | register jndipropertysource by default in servlet environments | 62 | false | false | 7 | true | true | false | spring-projects | spring-framework | 21,084 |
76bf72c9f85bb7cb9d50cedbd096e639314350b3 | Chris Beams | Chris Beams | Introduce ConfigurableEnvironment#addActiveProfile
Provides a convenient mechanism for activating an additional profile
while preserving those that are already active, as opposed to
calling #setActiveProfiles with the contents of #getActiveProfiles plus
the new profile.
Issue: SPR-8548 | introduce configurableenvironment#addactiveprofile | 50 | false | false | 2 | false | true | false | spring-projects | spring-framework | 21,085 |
c0eeb8bacd639406601abd2727808fa12814651f | Chris Beams | Chris Beams | Introduce AbstractEnvironment#validateProfile
Consolidates validation for profiles and provides a mechanism for
AbstractEnvironment subclasses to customize validation logic if
desired. | introduce abstractenvironment#validateprofile | 45 | false | false | 2 | false | true | false | spring-projects | spring-framework | 21,086 |
e19a2e737089a7e20a233826d88c21bc33890fda | Chris Beams | Chris Beams | Reorganize and add comments to build.properties | reorganize and add comments to build.properties | 47 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,087 |
68d5d753ba8653ed71622353abb4c02a2ee5d4c3 | Chris Beams | Chris Beams | Increase supported aspectj version 1.5.4 => 1.6.8 | increase supported aspectj version 1.5.4 => 1.6.8 | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,088 |
1b176db8e75bda88bba1aaeedceffd8152f5f329 | Chris Beams | Chris Beams | Remove obsolete taglibs dependency from webmvc pom | remove obsolete taglibs dependency from webmvc pom | 50 | false | false | 7 | false | true | false | spring-projects | spring-framework | 21,089 |
5946e66586f558fc3de18e8b4b567c3b0185c3ec | Chris Beams | Chris Beams | Update ejb and javax.resource deps in tx pom | update ejb and javax.resource deps in tx pom | 44 | false | false | 8 | false | true | false | spring-projects | spring-framework | 21,090 |
36c1813828b2cdf572a2644a57c2780253f7de62 | Chris Beams | Chris Beams | Update ejb, inject-tck, jsr166 deps in context pom | update ejb, inject-tck, jsr166 deps in context pom | 50 | false | false | 8 | false | true | false | spring-projects | spring-framework | 21,091 |
711b84ab06372e45d5be0e2788652367e82c7985 | Chris Beams | Chris Beams | Update .core pom with jopt dependency
Issue: SPR-8482 | update .core pom with jopt dependency | 37 | false | false | 6 | true | true | true | spring-projects | spring-framework | 21,092 |
ef04ccca1796076c5ddb3133d7e33f1bf1cb999c | Juergen Hoeller | Juergen Hoeller | allow for Hibernate 4.0 | allow for hibernate 4.0 | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,093 |
f32b8f81e4ea13cc45acba78f4081779d1dd52e2 | Juergen Hoeller | Juergen Hoeller | allow for Quartz 2.0 | allow for quartz 2.0 | 20 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,094 |
90997e65cf90aa05eee8a871d4f79e99f55d9d0d | Juergen Hoeller | Juergen Hoeller | fixed Hibernate Validator import range | fixed hibernate validator import range | 38 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,095 |
9e375a860a9e18fca2eabf827f914d2b0e239208 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,096 |
87dad65ff00c9fc3eed4c918edb50be0232e2fba | Sam Brannen | Sam Brannen | [SPR-8622] Upgraded to JUnit 4.8.2 | [spr-8622] upgraded to junit 4.8.2 | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,097 |
7f715ee80329632f4f99a88f91caaa4dcbae0cef | Sam Brannen | Sam Brannen | Fixed minor typo in Javadoc. | fixed minor typo in javadoc | 27 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,098 |
e16e3a9f601cd82e0e7be25fbf1effe5e86502d1 | Sam Brannen | Sam Brannen | Fixed source attachments in Eclipse classpath; sorted classpath entries. | fixed source attachments in eclipse classpath; sorted classpath entries | 71 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,099 |
28e6d9a69252aafeb22834aeec6b5a35c7c87fe7 | Juergen Hoeller | Juergen Hoeller | added test for month sequence (SPR-7807) | added test for month sequence (spr-7807) | 40 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,100 |
f6be50eda24dc4811a6f9024b8134e33c5e99a17 | Juergen Hoeller | Juergen Hoeller | RequiredAnnotationBeanPostProcessor's skip attribute accepts "true" as String value as well (SPR-8617) | requiredannotationbeanpostprocessor's skip attribute accepts "true" as string value as well (spr-8617) | 102 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,101 |
63a217a40a7cdf9e8ebf73dfd3887a5797fe4998 | Costin Leau | Costin Leau | + add XML support for cache abstraction (cache-advice) - DRAFT | + add xml support for cache abstraction (cache-advice) - draft | 62 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,102 |
a8476d05be958c3cbe9a76758b3f40f75ebf3c50 | Chris Beams | Chris Beams | Prune misplaced src directory | prune misplaced src directory | 29 | false | false | 4 | false | true | false | spring-projects | spring-framework | 21,103 |
9fce69849ad33db8ee1fdf092783ba7d6d8376e7 | Chris Beams | Chris Beams | Move misplaced integration test to proper location | move misplaced integration test to proper location | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 21,104 |
9b9975f269e211a2b4f934cd69fcd35ca5f0813a | Juergen Hoeller | Juergen Hoeller | ForkJoinPoolFactoryBean etc | forkjoinpoolfactorybean etc | 27 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,105 |
36084c348f3a703b60f0e3ddc38dc36560cff864 | Juergen Hoeller | Juergen Hoeller | fixed timeout assertion | fixed timeout assertion | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,106 |
20f748865e87d10acf80f59169e9ec30cb9cd5e0 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,107 |
cce1e2010da4330346ecb66c4aa8ef028d2d7572 | Juergen Hoeller | Juergen Hoeller | added HttpComponentsHttpInvokerRequestExecutor | added httpcomponentshttpinvokerrequestexecutor | 46 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,108 |
152add37d5a94c4ab048ff7d3ee77ebf8f46fe8d | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6464 Add getInputFlashMap and getOutputFlashMap methods to RequestContextUtils | spr-6464 add getinputflashmap and getoutputflashmap methods to requestcontextutils | 82 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,109 |
f0db3d0992b76c04c59eb30fcb5baa7ba735f8e3 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,110 |
c564049b238de2233a95cda520c78f50f50733f6 | Juergen Hoeller | Juergen Hoeller | consistent "connectTimeout" and "readTimeout" properties (SPR-8615) | consistent "connecttimeout" and "readtimeout" properties (spr-8615) | 67 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,111 |
4acb0fa284ce4a6f474ba22c9b215b716d260456 | Juergen Hoeller | Juergen Hoeller | introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6) | add new jsr166.jar to java 6) | 29 | false | false | 6 | true | true | true | spring-projects | spring-framework | 21,112 |
aa46d181254e8e36aedd5ee90964b9072de4dea7 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6464 FlashMap polish | spr-6464 flashmap polish | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,113 |
224bce1b6462731a7aed43f586bbc5cb4bb00dfa | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8612 Allow explicit status code in HTTP 1.0 compatibility mode | spr-8612 allow explicit status code in http 1.0 compatibility mode | 66 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,114 |
936c83b030ab682228fa8617277936068b7c910f | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6464 Add RedirectModel | spr-6464 add redirectmodel | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,115 |
84ff2b49a63c29c036664b9780b4bef52fdc5310 | Sam Brannen | Sam Brannen | Polishing Javadoc and suppressing warnings. | polishing javadoc and suppressing warnings | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,116 |
a94e3785b8e2f1577230339479e20eb475ac22c0 | Sam Brannen | Sam Brannen | Polishing Javadoc and suppressing warnings. | polishing javadoc and suppressing warnings | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,117 |
d746dcaa63959b78dc15582cdee63fd7746aeb61 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-5628 Use MediaType to parse the content type in HttpPutFormContentFilter | spr-5628 use mediatype to parse the content type in httpputformcontentfilter | 76 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,118 |
9a40021f18bc0493c247d5fe29b05d5d76a9c05a | Sam Brannen | Sam Brannen | [SPR-8386][SPR-8387] Refined logging regarding detection of default resource locations and default configuration classes. | [spr-8386][spr-8387] refined logging regarding detection of default resource locations and default configuration classes | 120 | false | false | 13 | false | false | false | spring-projects | spring-framework | 21,119 |
bfbd7def33ffbda5b3520869895f564c800f410f | Sam Brannen | Sam Brannen | Documented recent changes to the TestContext framework in the changelog | documented recent changes to the testcontext framework in the changelog | 71 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,120 |
a298c2dde80d08c0ad02495d9e53f6d58650efa4 | Sam Brannen | Sam Brannen | [SPR-8386][SPR-8387] Redesign of DelegatingSmartContextLoader and the SmartContextLoader SPI:
- Removed generatesDefaults() and supports() from the SmartContextLoader SPI and modified the DelegatingSmartContextLoader algorithm accordingly.
- DelegatingSmartContextLoader no longer operates on a list of candidate loaders... | null | null | null | false | null | false | false | false | spring-projects | spring-framework | 21,121 |
2d6340af74484fc6f2ee99c5570909abfc073ece | Sam Brannen | Sam Brannen | Deleting unnecessary TODOs and suppressing warnings. | deleting unnecessary todos and suppressing warnings | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,122 |
03c267e93a9bed5bf0246ed6b560fd8299be9edd | Juergen Hoeller | Juergen Hoeller | added "connectTimeout" and "readTimeout" properties to SimpleClientHttpRequestFactory (SPR-8614) | added "connecttimeout" and "readtimeout" properties to simpleclienthttprequestfactory (spr-8614) | 96 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,123 |
45efe6184c55edcc81740125bc9fbd4fcaccbfcb | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6464 FlashMap polish | spr-6464 flashmap polish | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,124 |
367dcf13ced026d4a75b269c1376fd144836dc18 | Sam Brannen | Sam Brannen | Suppressing deprecation warnings in MockPageContext. | suppressing deprecation warnings in mockpagecontext | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,125 |
49e61d2680c66e6d59aaa2d483300d4ac76cbc78 | Juergen Hoeller | Juergen Hoeller | overridden @PersistenceContext annotations on subclass methods are being processed correctly (SPR-8594) | overridden @persistencecontext annotations on subclass methods are being processed correctly (spr-8594) | 103 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,126 |
b9ebdd28fb5b9a3705dafa264fa8c7dc4d5a3724 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,127 |
c97257b16f8772c9e2dfc6963ea48eb1ae2c8113 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6464 Fix minor issue | spr-6464 fix minor issue | 24 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,128 |
6f1818a604e7d99043030a04abf55db75e8d92ce | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6464 Use the redirect URL and its request parameters (if any), instead of a synthetic key, to match a FlashMap instance to its intended recepient request. This should help to prevent conflicts in most cases transparently. Only if necessary a controller can add extra request parameters to distinguish the request eve... | spr-6464 use the redirect url and its request parameters (if any), instead of a synthetic key, to match a flashmap instance to its intended recepient request. this should help to prevent conflicts in most cases transparently. only if necessary a controller can add extra request parameters to distinguish the request eve... | 335 | false | false | 53 | false | false | false | spring-projects | spring-framework | 21,129 |
3ead3cf8592a6eaf84511a26cda303b250f80db7 | Chris Beams | Chris Beams | Improve wording of scoped-proxy example in ref doc
Issue: SPR-8591 | improve wording of scoped-proxy example in ref doc | 50 | false | false | 8 | true | true | true | spring-projects | spring-framework | 21,130 |
47f45ff7435cc9be7a2ad0fbfe6e65312f348599 | David Syer | David Syer | SPR-8585: add generic composite filter | add generic composite filter | 28 | false | false | 4 | true | true | true | spring-projects | spring-framework | 21,131 |
296099f2224698b7128f2242feb627ed203c77f5 | David Syer | David Syer | SPR-8592: add SpEL support in <jdbc:/> | /> | 2 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,132 |
0c0ab97a84b8c99a259d8f316f6a16dcbe151ead | David Syer | David Syer | Switch servlet dependency to a public one | switch servlet dependency to a public one | 41 | false | false | 7 | true | true | true | spring-projects | spring-framework | 21,133 |
1df0cd9f2031eb65fef3ed87b0871095806c9292 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6464 Drop @FlashAttributes, add ResponseContext, ViewResponse, and RedirectResponse types for annotated controllers to use to prepare a redirect response with flash attributes; Add FlashMap and FlashMapManager and update DispatcherServlet to discover and invoke the FlashMapManager. | spr-6464 drop @flashattributes, add responsecontext, viewresponse, and redirectresponse types for annotated controllers to use to prepare a redirect response with flash attributes; add flashmap and flashmapmanager and update dispatcherservlet to discover and invoke the flashmapmanager | 285 | false | false | 35 | false | false | false | spring-projects | spring-framework | 21,134 |
11597c906dce28820ab323ac62f5a61f5ee9397f | Chris Beams | Chris Beams | Fix typo in reference documentation
Issue: SPR-8579 | fix typo in reference documentation | 35 | false | false | 5 | true | true | true | spring-projects | spring-framework | 21,135 |
b6e82048fc838ebbb2e58288eeda0c14119d38b9 | Juergen Hoeller | Juergen Hoeller | removed GenericConversionService logging in order to avoid toString side effects (and to avoid isTraceEnabled overhead; SPR-8297) | removed genericconversionservice logging in order to avoid tostring side effects (and to avoid istraceenabled overhead; spr-8297) | 129 | false | false | 16 | false | false | false | spring-projects | spring-framework | 21,136 |
6404440cbf216111b4643e6cf5667b7e64fef9b5 | Chris Beams | Chris Beams | Fix typo in SmartLifecycle Javadoc
Issue: SPR-8570 | fix typo in smartlifecycle javadoc | 34 | false | false | 5 | true | true | true | spring-projects | spring-framework | 21,137 |
fc4ea16ba087a6d66cd98cdbd2331c9885d041e7 | Rossen Stoyanchev | Rossen Stoyanchev | Replace RequestBodyNotValidException and RequestPartNotValidException with MethodArgumentNotValidException and add MethodParameter information to the exception message. | replace requestbodynotvalidexception and requestpartnotvalidexception with methodargumentnotvalidexception and add methodparameter information to the exception message | 167 | false | false | 14 | true | true | false | spring-projects | spring-framework | 21,138 |
3c7e44ada41a26cd1ac243015af893fe2b5411ba | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8536 When two methods match a request for any content type (i.e. Accept=*/* or no Accept header), choose the one that doesn't define any 'Accept' media types by default. This addresses an important use case where methods serving browsers typically don't specify Accept media types. | spr-8536 when two methods match a request for any content type (i.e. accept=*/* or no accept header), choose the one that doesn't define any 'accept' media types by default. this addresses an important use case where methods serving browsers typically don't specify accept media types | 284 | false | false | 45 | false | false | false | spring-projects | spring-framework | 21,139 |
4da4f2be315e92a10da76a90ef434b0bb3c41d60 | Rossen Stoyanchev | Rossen Stoyanchev | Async support in MockMvcClientHttpRequestFactory
Issue: SPR-15181 | async support in mockmvcclienthttprequestfactory | 48 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,140 |
f5fe3f0f97f0e578101ba1484539824dc123b661 | Sam Brannen | Sam Brannen | Upgrade to Gradle 3.5
Issue: SPR-15383 | upgrade to gradle 3.5 | 21 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,141 |
e92e65f8c36661c3314e9200a1aee743fb938ee5 | Rob Winch | Rob Winch | Fix ForwardedHeaderFilter preserves semicolon content
Previously a requestURI that contained ';' would have the value incorrectly stripped out when using
ForwardedHeaderFilter.
This commit ensures that the ';' is preserved when using ForwardedHeaderFilter.
Issue: SPR-15428 | fix forwardedheaderfilter preserves semicolon content | 53 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,142 |
96bfe7d197702258c60aae0f71275b95b6d56095 | Rob Winch | Rob Winch | Polish
Group all contextPath tests together | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,143 |
1f289b7580fab4a0b8ea2619da1ab5e4f4d24683 | Rob Winch | Rob Winch | Add test to ensure ForwardedHeaderFilter contextPath preserves encoding
Add a test to verify that the ForwardedHeaderFilter contextPath override preserves URL encoding
as it should.
Issue SPR-15422 | add test to ensure forwardedheaderfilter contextpath preserves encoding | 71 | false | false | 8 | true | true | false | spring-projects | spring-framework | 21,144 |
84db06ec0bbb6dcae37366af8aa8f7464d89acee | Rob Winch | Rob Winch | ForwardedHeaderFilter requestURI preserve encoding
Previously ForwardedHeaderFilter would override the requestURI with a URL decoded value. This would cause
problems when using a URL encoded requestURI since downstream Filters would not see the URL encoded
value as they should.
This commit resolves this issue by ensu... | forwardedheaderfilter requesturi preserve encoding | 50 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,145 |
d098a4b96b0251065ea606450e5de95c9827fd19 | Sebastien Deleuze | Sebastien Deleuze | Make CodecException handling consistent
This commit makes CodecException handling consistent between functional
and annotation-based APIs. It now returns by default 4xx status code
for decoding error and 5xx for encoding error + print the error reason
in logs without the full stack trace in both variants.
Issue: SPR-... | make codecexception handling consistent | 39 | false | false | 4 | false | true | false | spring-projects | spring-framework | 21,146 |
15b5dd9f1268c84bc16a8f1f5f39f17ba2ab909d | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,147 |
cf306037b5be019eaf6876e7271902d05854e7e9 | Juergen Hoeller | Juergen Hoeller | Support for JSON Binding API (JSON-B)
Issue: SPR-14923 | support for json binding api (json-b) | 37 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,148 |
e5fdd4cd1de76303842e47646213054d25242f4f | Juergen Hoeller | Juergen Hoeller | Extracted AbstractJsonHttpMessageConverter from GsonHttpMessageConverter
Generic type resolution algorithm in GenericTypeResolver shared between Jackson and Gson.
Issue: SPR-15381 | extracted abstractjsonhttpmessageconverter from gsonhttpmessageconverter | 72 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,149 |
ea98ee820a34ffcf4cad744ed00a0b921b026363 | Juergen Hoeller | Juergen Hoeller | AcceptHeaderLocaleResolver returns default locale in case of no supported locale found
Issue: SPR-15426 | acceptheaderlocaleresolver returns default locale in case of no supported locale found | 86 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,150 |
9b85c5b6361a1a0997733326992dbb9005b16c9f | Sebastien Deleuze | Sebastien Deleuze | Rename RouterDsl to RouterFunctionDsl | rename routerdsl to routerfunctiondsl | 37 | false | false | 4 | false | true | false | spring-projects | spring-framework | 21,151 |
18d8876dc8330ac816473aad1139b94be53c1794 | Sebastien Deleuze | Sebastien Deleuze | Update RouterFunctionExtensions documentation | update routerfunctionextensions documentation | 45 | false | false | 3 | true | true | true | spring-projects | spring-framework | 21,152 |
57f1f4cc9849257d95ab658877ad945f42e503a6 | Sebastien Deleuze | Sebastien Deleuze | Avoid duplicated kotlinVersion definition in build.gradle | avoid duplicated kotlinversion definition in build.gradle | 57 | false | false | 6 | true | true | false | spring-projects | spring-framework | 21,153 |
7d61911cd483ba6424e0509a2cae088704196d53 | Stephane Nicoll | Stephane Nicoll | Merge pull request #1383 from gavvvr:patch-2
* pr/1383:
Fix typo | patch-2 | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,154 |
5fd03e45f6f1e30f75a4df43a9e5d201c5f9ffc8 | Kirill Gavrilov | Stephane Nicoll | Fix typo
Closes gh-1383 | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 21,155 |
c5b23c218ca504b5dd41c52482cdc3c481ecefbc | Stephane Nicoll | Stephane Nicoll | Merge pull request #1382 from pivotaljohn:patch-1
* pr/1382:
Update copyright header
Fix typo in AfterReturningAdviceInterceptor JavaDoc | patch-1 | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,156 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.