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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2b822d5053c38fa2e0bc0bfa1a29729a9a7c06f0 | Stephane Nicoll | Stephane Nicoll | Polish contribution
Closes gh-1095 | polish contribution | 19 | false | false | 2 | false | false | false | spring-projects | spring-framework | 12,857 |
60123b6ca34480482478ca8e70dddd7f4efbed5c | nkjackzhang | Stephane Nicoll | Fix typo in javadoc
See gh-1095 | fix typo in javadoc | 19 | false | false | 4 | true | true | true | spring-projects | spring-framework | 12,858 |
5c6f57ba78de09aa3948c772f952a69b9cc7cec7 | Juergen Hoeller | Juergen Hoeller | Upgrade to EhCache 3.1 and Jetty 9.3.10 | upgrade to ehcache 3.1 and jetty 9.3.10 | 39 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,859 |
952395192fb9c878272487a0d487a5fe177f7dbd | Rossen Stoyanchev | Rossen Stoyanchev | Collapse core.codec and core.codec.support into one | collapse core.codec and core.codec.support into one | 51 | false | false | 6 | true | true | false | spring-projects | spring-framework | 12,860 |
2f2546c8a454bd63181d793e31acdf0252b3ff4c | Rossen Stoyanchev | Rossen Stoyanchev | Simplify initialization of WebSession Mono
The DefaultWebSessionManager now uses Mono.defer to protect the call
to getSession from parsing session cookies immediately. This allows
pre-initializing the Mono<WebSession> upfront vs using a lock. | simplify initialization of websession mono | 42 | false | false | 5 | true | true | true | spring-projects | spring-framework | 12,861 |
4e2802338acb29107e7ba28085b8d16b4cf68c2c | Rossen Stoyanchev | Rossen Stoyanchev | Add MockWebSessionManager | add mockwebsessionmanager | 25 | false | false | 2 | true | true | false | spring-projects | spring-framework | 12,862 |
dda0942c782793c94d2daf71b071db725b13d563 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,863 |
66ec1c1618ae70bdd1a5ad24ef1d1c294043f9eb | Juergen Hoeller | Juergen Hoeller | Add missing package-info files for common packages
Issue: SPR-14420 | add missing package-info files for common packages | 50 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,864 |
43a1ea6bac64daf96f35aaf57896d96af36fd75d | Rossen Stoyanchev | Rossen Stoyanchev | Remove class checked in by mistake | remove class checked in by mistake | 34 | false | false | 6 | false | true | false | spring-projects | spring-framework | 12,865 |
39253b314af2c1d896a901987c57ee468ef37a6e | Rossen Stoyanchev | Rossen Stoyanchev | Fix tests by moving JAXB2 types back into sub-package | fix tests by moving jaxb2 types back into sub-package | 53 | false | false | 9 | true | true | false | spring-projects | spring-framework | 12,866 |
6d089cdc08e54091224cf2ec61ca4c81a6c40ca2 | Rossen Stoyanchev | Rossen Stoyanchev | Move remaining JAXB2 test files from core to http | move remaining jaxb2 test files from core to http | 49 | false | false | 9 | true | true | true | spring-projects | spring-framework | 12,867 |
9c29ed75f8aeaf224730522a57bcb67903417bb1 | Rossen Stoyanchev | Rossen Stoyanchev | Suppress OPTIONS handling for an ERROR dispatch
Issue: SPR-14410 | suppress options handling for an error dispatch | 47 | false | false | 7 | false | true | false | spring-projects | spring-framework | 12,868 |
b115f1885d431c5b470b1f469055b70ae08f3af2 | Sebastien Deleuze | Sebastien Deleuze | Move JSON and XML codecs to org.springframework.http.codec | move json and xml codecs to org.springframework.http.codec | 58 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,869 |
8d654584a86dbca6a1f348769c8287f5f84c981c | Sebastien Deleuze | Sebastien Deleuze | Make JsonObjectDecoder package private | make jsonobjectdecoder package private | 38 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,870 |
3403a6ca3828b45a8b8d8ac2d6f28562b336f51d | Arjen Poutsma | GitHub | Merge pull request #127 from violetagg/ondataavailable-state
AbstractRequestBodyPublisher.onDataAvailable improvement | merge pull request #127 from violetagg/ondataavailable-state | 60 | true | false | 6 | false | false | false | spring-projects | spring-framework | 12,871 |
ea18e7380353d8458757e034de5301de0f7678b3 | Violeta Georgieva | Violeta Georgieva | AbstractRequestBodyPublisher.onDataAvailable improvement
When in state DATA_AVAILABLE if there are simultaneous invocations of
AbstractRequestBodyPublisher.RequestBodySubscription.request and
ReadListener.onDataAvailable, the first one will process the available
data, the second one should not throw an exception becau... | abstractrequestbodypublisher.ondataavailable improvement | 56 | false | false | 2 | false | false | false | spring-projects | spring-framework | 12,872 |
1d48e7c5b9a45b3c8a37437b259c4a894d07bd07 | Arjen Poutsma | Arjen Poutsma | Allow to set response status on Undertow
Refactored Undertow support to register a response listener only when
the body is written to, as opposed to registering it at startup. The
reason for this is that getting the response channel from the
HttpServerExchange commits the status and response, making it impossible
to c... | allow to set response status on undertow | 40 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,873 |
16949941f83251662cf3c71a2a2cc6c3f806a2f6 | Juergen Hoeller | Juergen Hoeller | MatchableHandlerMapping extends HandlerMapping and lives in web.servlet.handler now
Issue: SPR-14321 | matchablehandlermapping extends handlermapping and lives in web.servlet.handler now | 83 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,874 |
232cfe5e987a12816e0e1ad676d49f2bcef45204 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,875 |
c4c941c43fc23f58503c7b687fd1469d4a27c777 | Juergen Hoeller | Juergen Hoeller | Convert comma-separated string into list of classes analogous to existing support for class array
Issue: SPR-14415 | convert comma-separated string into list of classes analogous to existing support for class array | 97 | false | false | 14 | false | true | false | spring-projects | spring-framework | 12,876 |
2418ff0ad4dd15a953162b8cc6ea228d7484ceb6 | Arjen Poutsma | GitHub | Merge pull request #126 from violetagg/onwritepossible-state
Make AbstractResponseBodySubscriber.onWritePossible thread-safe | merge pull request #126 from violetagg/onwritepossible-state | 60 | true | false | 6 | true | false | false | spring-projects | spring-framework | 12,877 |
e545b20289df650499aeb8f3a30317b5d678cfa5 | Violeta Georgieva | Violeta Georgieva | Make AbstractResponseBodySubscriber.onWritePossible thread-safe
When there are simultaneous invocations of onWritePossible, only the
first one should succeed. This can happens when
AbstractResponseBodySubscriber.onNext and
WriteListener.onWritePossible() are called respectively by the
application and the web container... | make abstractresponsebodysubscriber.onwritepossible thread-safe | 63 | false | false | 3 | false | true | false | spring-projects | spring-framework | 12,878 |
e9d8152ab2b25ba6ec51fadf5206e7c82d7a23e3 | Rossen Stoyanchev | Rossen Stoyanchev | Port fix for SPR-14397
This is a port of the following commit, adapted for Java 8+:
https://github.com/spring-projects/spring-framework/commit/89396ff01ff159aa7df18e332f3888cf9ce3dc20 | port fix for spr-14397 | 22 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,879 |
b28d96af7de438aa32f1a2c2e22c15cb91009f08 | Juergen Hoeller | Juergen Hoeller | ScheduledAnnotationBeanPostProcessor accepts non-void methods as well
Issue: SPR-14175 | scheduledannotationbeanpostprocessor accepts non-void methods as well | 69 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,880 |
999112216d46d95119b520dcef928cb7924370dc | Juergen Hoeller | Juergen Hoeller | AopUtils.canApply properly matches package-visible methods (aligned with advice matching within proxies)
Also, AbstractAutoProxyCreator considers Pointcut as infrastructure class, analogous to Advice and Advisor.
Issue: SPR-14174 | aoputils.canapply properly matches package-visible methods (aligned with advice matching within proxies) | 104 | false | false | 11 | false | false | false | spring-projects | spring-framework | 12,881 |
3460e577ad86c6d660bab066e751911b16182f73 | Rossen Stoyanchev | Rossen Stoyanchev | Polish "simple" handler support
- correct name of HttpHandlerHandlerAdapter to WebHandlerHandlerAdapter
- shorten SimpleHandlerResultHandler to SimpleResultHandler
- add HandlerResult constructor without Model
- update tests | polish "simple" handler support | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,882 |
3b44c47dcd6dc7979439bba5a9fb9d8acd4271a0 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,883 |
f1cb793ccb7864ed5907ddf3f3bd7b3911842383 | Juergen Hoeller | Juergen Hoeller | Rename MimeType's getCharSet() to getCharset()
Issue: SPR-14172 | rename mimetype's getcharset() to getcharset() | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,884 |
977734cc5908d3d438f3d13c41e10424d06c83f8 | Juergen Hoeller | Juergen Hoeller | Upgrade to Protobuf Java Format 1.4
Issue: SPR-14171 | upgrade to protobuf java format 1.4 | 35 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,885 |
62ce9afe3a0f24910744ab45947ed8e350bae6ca | Juergen Hoeller | Juergen Hoeller | Jackson-based message converters consistently check media type first
Issue: SPR-14163 | jackson-based message converters consistently check media type first | 68 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,886 |
5f4e838f4165f99ac6166a14e8ce6afcc39a5ba0 | Juergen Hoeller | Juergen Hoeller | Jackson-based message converters do not log warning for serializer not found
Issue: SPR-14163 | jackson-based message converters do not log warning for serializer not found | 76 | false | false | 11 | false | false | false | spring-projects | spring-framework | 12,887 |
7e55b0822f47abb106345f7baf84d6768646de6b | Juergen Hoeller | Juergen Hoeller | BeanInstantiationException preserves Constructor/Method if available
Issue: SPR-14166 | beaninstantiationexception preserves constructor/method if available | 68 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,888 |
32226640242e48801e40949b984bcc6a14adaac5 | Juergen Hoeller | Juergen Hoeller | Avoid unnecessary GenericHttpMessageConverter re-declaration | avoid unnecessary generichttpmessageconverter re-declaration | 60 | false | false | 4 | false | true | false | spring-projects | spring-framework | 12,889 |
96875fe015dbd050d40bab1a85e960e693a3aa70 | Juergen Hoeller | Juergen Hoeller | Avoid unnecessary GenericHttpMessageConverter re-declaration | avoid unnecessary generichttpmessageconverter re-declaration | 60 | false | false | 4 | false | true | false | spring-projects | spring-framework | 12,890 |
570851e8e4ff0072492c18b8753ca185841f5488 | Juergen Hoeller | Juergen Hoeller | Consistent headers.getContentLength() checks
(cherry picked from commit 7f438dc) | consistent headers.getcontentlength() checks | 44 | false | false | 3 | false | false | false | spring-projects | spring-framework | 12,891 |
e3667467f627bc60e4e72df766facec66d37ec86 | Juergen Hoeller | Juergen Hoeller | AbstractJackson2HttpMessageConverter's canRead/canWrite checks media type first before delegating to Jackson
Issue: SPR-14163 | abstractjackson2httpmessageconverter's canread/canwrite checks media type first before delegating to jackson | 108 | false | false | 10 | false | false | false | spring-projects | spring-framework | 12,892 |
ee31617ebe55db6991d95d02bea6240f0daf200b | Juergen Hoeller | Juergen Hoeller | Drop outdated support for building on JDK 9 (not compatible with JDK 9 b111+) | drop outdated support for building on jdk 9 (not compatible with jdk 9 b111+) | 77 | false | false | 14 | true | true | false | spring-projects | spring-framework | 12,893 |
dcfa4740ee9990254fb4017730cf027d1a4a9570 | Juergen Hoeller | Juergen Hoeller | Polishing
(cherry picked from commit 09b7735) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,894 |
88b5b12baf0ff9bef477c620a1c439449c288b20 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (AspectJ 1.8.9, Rhino 1.7.7.1, WebJars Locator 0.30) | latest dependency updates (aspectj 1.8.9, rhino 1.7.7.1, webjars locator 0.30) | 78 | false | false | 10 | false | false | false | spring-projects | spring-framework | 12,895 |
da112611a5dbbc27ec92fc9b00425b2846ad98e5 | Juergen Hoeller | Juergen Hoeller | SpringCacheAnnotationParser properly accepts empty @Caching annotation
Issue: SPR-14162 | springcacheannotationparser properly accepts empty @caching annotation | 70 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,896 |
836a321ab2ae1aa1f75535a9d70f2183c4cbe00a | Juergen Hoeller | Juergen Hoeller | JPA ClassFileTransformerAdapter defensively backs out when called from within a transform call
Issue: SPR-13886 | jpa classfiletransformeradapter defensively backs out when called from within a transform call | 94 | false | false | 12 | false | false | false | spring-projects | spring-framework | 12,897 |
74608e6b49ef19b59e0264695b9d365e92749851 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,898 |
831f09cf48a1cd2242bc1da010a6e0fbb4db293c | Juergen Hoeller | Juergen Hoeller | SimpleTransactionScope properly suspends and resumes scoped objects
Issue: SPR-14148 | simpletransactionscope properly suspends and resumes scoped objects | 67 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,899 |
10554a85c9960190099bea349d10cb8a01bf48ce | Stephane Nicoll | Stephane Nicoll | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,900 |
454165f4c8667f0d406d64014c0a1447b5d1dd20 | Stephane Nicoll | Stephane Nicoll | Merge pull request #1013 from tokuhirom/patch-1
* pr/1013:
Fix typo | merge pull request from tokuhirom/patch-1 | 42 | true | false | 5 | true | false | false | spring-projects | spring-framework | 12,901 |
741fbcd6fe21fb9becf0f7a35110e937e745f3da | Tokuhiro Matsuno | Stephane Nicoll | Fix typo
Closes gh-1013 | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 12,902 |
1e7be7be3f4514a19407377ec2d4101a0cdb967a | Stephane Nicoll | Stephane Nicoll | Merge pull request #1030 from izeye/patch-6
* pr/1030:
Fix typo | merge pull request from izeye/patch-6 | 38 | true | false | 5 | true | false | false | spring-projects | spring-framework | 12,903 |
f4b7da9a3ec4ce8c5dc5148520f09f9f0d3edf45 | Johnny Lim | Stephane Nicoll | Fix typo
Closes gh-1030 | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 12,904 |
7d7d1c365a9e65c37bf7073f683a54c658efc366 | Stephane Nicoll | Stephane Nicoll | Merge pull request #1028 from michael-simons/fix-appendix-typo
* pr/1028:
Fix copy & paste error for cache schema | merge pull request from michael-simons/fix-appendix-typo | 57 | true | false | 5 | true | false | false | spring-projects | spring-framework | 12,905 |
82778e1746ab38677ed5b559ae31e01516e55d05 | Michael Simons | Stephane Nicoll | Fix copy & paste error for cache schema
This replaces the prefix "jdbc" with "cache" and fixes the schema URL.
Closes gh-1028 | fix copy & paste error for cache schema | 39 | false | false | 8 | true | true | true | spring-projects | spring-framework | 12,906 |
bdb94738ec7d1552922db42a5a096e457a75beca | Juergen Hoeller | Juergen Hoeller | Refined default excluded packages
Issue: SPR-13886 | refined default excluded packages | 33 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,907 |
b6f1afd47142499717e699d83b3eac2d3b9c9997 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,908 |
537193a4e0a4597e93f461ab36dc359d4cd71d0b | Juergen Hoeller | Juergen Hoeller | Consistent license header | consistent license header | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 12,909 |
d695f65e7c579623a8ce62fc8090a8da7713dc5c | Juergen Hoeller | Juergen Hoeller | Upgrade to HtmlUnit-aligned Selenium Driver 2.20
Issue: SPR-14146 | upgrade to htmlunit-aligned selenium driver 2.20 | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,910 |
550a3209f79d3472a15dbee0a9a9ee7185041549 | Juergen Hoeller | Juergen Hoeller | Fixed XML example for setup of scheduled tasks
Issue: SPR-14145 | fixed xml example for setup of scheduled tasks | 46 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,911 |
b82df144e48efa115d2cffaf4daa6e707af36ecc | Juergen Hoeller | Juergen Hoeller | LoadTimeWeaver.getThrowawayClassLoader() decorated for exclude support (if necessary)
Issue: SPR-13886 | loadtimeweaver.getthrowawayclassloader() decorated for exclude support (if necessary) | 85 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,912 |
448621ac58135b69f8d5d5d2d25631ae08fbe669 | Juergen Hoeller | Juergen Hoeller | HttpHeaders consistently ignores invalid date header values
Issue: SPR-14144 | httpheaders consistently ignores invalid date header values | 59 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,913 |
437ffa6067266eafca6fa7c5200b7375618e1970 | Juergen Hoeller | Juergen Hoeller | Detect LoadTimeWeaver bean when declared through @Bean method as well
Issue: SPR-10856 | detect loadtimeweaver bean when declared through @bean method as well | 69 | false | false | 10 | true | true | false | spring-projects | spring-framework | 12,914 |
ff6b639cf9ea00a4a96f85175e0bc11f1d40c7ea | Stephane Maldini | Stephane Maldini | sync with dispatchOn change in reactor-core | sync with dispatchon change in reactor-core | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,915 |
21e4ac1aa26ca8bb33bb3c4acf4d9f9dc207df13 | Juergen Hoeller | Juergen Hoeller | Upgrade to Netty 4.1
Issue: SPR-14143 | upgrade to netty 4.1 | 20 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,916 |
4407bd794d0968e4e7578f3b65a9f900a20dce9f | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,917 |
dc7ec441886dc39fed8581000c985d355aff6ca8 | Juergen Hoeller | Juergen Hoeller | Upgrade to CGLIB 3.2.2
Issue: SPR-13934 | upgrade to cglib 3.2.2 | 22 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,918 |
cb9549655c078534db6cd2b7631640e44054e976 | Juergen Hoeller | Juergen Hoeller | AbstractApplicationContext registers default embedded value resolver
Issue: SPR-14140 | abstractapplicationcontext registers default embedded value resolver | 68 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,919 |
572e535fbaed0090e605939fd43f86205ecd2498 | Sam Brannen | Sam Brannen | Update Eclipse code template to Spring 4.3 | update eclipse code template to spring 4.3 | 42 | false | false | 7 | false | true | false | spring-projects | spring-framework | 12,920 |
4ae065996b8edbdbda217acae24c997000fc098a | Juergen Hoeller | Juergen Hoeller | Polishing
(cherry picked from commit aa5c12c) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,921 |
a3b371bf4bd04ce590dc2b3df0a7e373b015e6d5 | Brian Clozel | Brian Clozel | Accept all media types in StringDecodere
This commit adds the "*/*" media type in the list of compatible media
types for the StringDecoder. This allows this decoder to decoder
payloads of any media type as long as the target type is String.
Fixes #87 | accept all media types in stringdecodere | 40 | false | false | 6 | true | true | true | spring-projects | spring-framework | 12,922 |
3abe75b2541f4422a8f2ac0788fc148f74bb1f04 | Rossen Stoyanchev | Rossen Stoyanchev | Remove section on spring-framework-contrib group | remove section on spring-framework-contrib group | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 12,923 |
f3b09464f3096e935b4849656f6e9b712c9cb928 | Brian Clozel | Brian Clozel | Polish reference documentation
`@InitBinder` annotated methods are not meant to be part of the public
contract of Controller and should be package protected. | polish reference documentation | 30 | false | false | 3 | false | false | false | spring-projects | spring-framework | 12,924 |
e365ffb67a09d0af25f3c356ea42af38e5a91647 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (EhCache 3.0 RC3, Undertow 1.3.21) | latest dependency updates (ehcache 3.0 rc3, undertow 1.3.21) | 60 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,925 |
37bd51cf6d1d1a41d287a66504539b28fc8e4584 | Juergen Hoeller | Juergen Hoeller | Handle Resources beyond int length through Servlet 3.1's setContentLengthLong
Issue: SPR-14135 | handle resources beyond int length through servlet 3.1's setcontentlengthlong | 77 | false | false | 9 | true | true | false | spring-projects | spring-framework | 12,926 |
da2276a954fd5bea3388ad0072fe15b6de02a7ee | Stephane Maldini | Stephane Maldini | First wave scheduler contract migration | first wave scheduler contract migration | 39 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,927 |
87ce5d641cde0036cc1e476a0092e1aafe64dc4b | Sebastien Deleuze | Sebastien Deleuze | Update dependencies
- Spring Framework 4.2.3.RELEASE -> 4.3.0.RC1
- Netty 4.1.0.CR3 -> 4.1.0.CR6
- Jackson 2.6.2 -> 2.7.3
- Jetty 9.3.5.v20151012 -> 9.3.8.v20160314
- Undertow 1.3.5.Final -> 1.3.20.Final | update dependencies | 19 | false | false | 2 | false | false | false | spring-projects | spring-framework | 12,928 |
463c8f149d62448135810d6a242f48b6aec9333b | Sam Brannen | Sam Brannen | Add properties files directly to environment in TestPropertySourceUtils
This commit introduces a new method in TestPropertySourceUtils that
allows properties files to be added directly to the environment without
the need for a ConfigurableApplicationContext upfront; however, a
ResourceLoader is still necessary.
Issue... | add properties files directly to environment in testpropertysourceutils | 71 | false | false | 8 | true | true | false | spring-projects | spring-framework | 12,929 |
023dafa90386ed8ef84fb21a14e07feace0bf75b | Brian Clozel | Brian Clozel | Support "text/*" media types in StringDecoder | support "text/*" media types in stringdecoder | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,930 |
e3f87b3e3a9c1084ed24b2956a20fc4df7ce027b | Brian Clozel | Brian Clozel | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,931 |
09327181c4d07031e4ed8aa7a822c34075de935a | Brian Clozel | Brian Clozel | Improve ClientHttpRequestFactory javadoc
This commit underlines the fact that the request created by a
ClientHttpRequestFactory should be augmented with a message body using
the `ClientHttpRequest#setBody` method before it is executed.
See #82 | improve clienthttprequestfactory javadoc | 40 | false | false | 3 | true | true | true | spring-projects | spring-framework | 12,932 |
ddf996cfeb5a725f9ff21e8c14b44c41fcf27d99 | Brian Clozel | Brian Clozel | Polish HttpRequestBuilder API
This commit makes messageEncoders a required argument for building a
client request - those are needed to actually encode the body object as
a reactive stream to be written to the HTTP request body.
Removed raw types usage in DefaultHttpRequestBuilder.
DefaultHttpRequestBuilder now uses... | polish httprequestbuilder api | 29 | false | false | 3 | false | false | false | spring-projects | spring-framework | 12,933 |
8ed2925ce3cac5ebf55651a1790dd6fe208d5b6d | Brian Clozel | Brian Clozel | Propagate Errors in DefaultHttpRequestBuilder
This commit introduces the new `WebClientException` for wrapping
client-side exceptions.
This exception is now thrown when now message encoder can be found for
writing the request body as an HTTP request message.
Fixes #83 | propagate errors in defaulthttprequestbuilder | 45 | false | false | 4 | false | true | false | spring-projects | spring-framework | 12,934 |
e2a07659ab3bcef618661c94583a4596765cf1a6 | Brian Clozel | Brian Clozel | Add generics support for WebResponseExtractors
This commit adds generics support for WebResponseExtractors.
Types should be described using a ResolvableType, which can be
created with static methods like:
// for the type Event<Registration>
ResolvableType.forClassWithGenerics(Event.class, Registration.class)
... | add generics support for webresponseextractors | 46 | false | false | 5 | true | true | true | spring-projects | spring-framework | 12,935 |
24a63f1d90ffd58553e805c9ee2f7edca42c3fab | Sebastien Deleuze | Sebastien Deleuze | Upgrade RxNetty to 0.5.2-SNAPSHOT and Tomcat to 8.0.33 | upgrade rxnetty to 0.5.2-snapshot and tomcat to 8.0.33 | 54 | false | false | 8 | true | true | false | spring-projects | spring-framework | 12,936 |
04fae44163c93dba78bd70e1094bf825ad1fd374 | Brian Clozel | Brian Clozel | Switch back to reactor-core SNAPSHOT versions
Some important issues have been fixed in recent SNAPSHOT versions.
See #78 and #70 | switch back to reactor-core snapshot versions | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,937 |
157dcab56ce2ce132c6d8887916020d418683b63 | Juergen Hoeller | Juergen Hoeller | Cleanup of remaining direct BeanWrapper usage
Issue: SPR-14121 | cleanup of remaining direct beanwrapper usage | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,938 |
5c1d3fca15d9c020a07a0130a3992926d7087f1a | Juergen Hoeller | Juergen Hoeller | BeanFactory does not unwrap java.util.Optional for top-level bean
Issue: SPR-14121 | beanfactory does not unwrap java.util.optional for top-level bean | 65 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,939 |
042d8d0b4c699e58629d99b7860bc6b8c546c773 | Juergen Hoeller | Juergen Hoeller | FacesRequestAttributes falls back to ExternalContext as session mutex
Issue: SPR-12402 | facesrequestattributes falls back to externalcontext as session mutex | 69 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,940 |
ed14ae60e54b7402ba4b8a3b93311ba0a0786f36 | Juergen Hoeller | Juergen Hoeller | Consistent deprecation of outdated MVC infrastructure classes
Issue: SPR-14128 | consistent deprecation of outdated mvc infrastructure classes | 61 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,941 |
4ea4257e3cc3f014439ef89bd16bc14b24f1fda3 | Juergen Hoeller | Juergen Hoeller | BeanDefinitionBuilder keeps providing addConstructorArg(Object) for Spring Security 2.x compatibility
Issue: SPR-14123 | beandefinitionbuilder keeps providing addconstructorarg(object) for spring security 2.x compatibility | 101 | false | false | 9 | false | false | false | spring-projects | spring-framework | 12,942 |
5f09a62950849d52a66efdc27c7c80e9312ee090 | Arjen Poutsma | Arjen Poutsma | Merge pull request #77 from poutsma/refactor_jaxb2decoder
Improve Jaxb2Decoder | merge pull request #77 from poutsma/refactor_jaxb2decoder | 57 | true | false | 6 | false | false | false | spring-projects | spring-framework | 12,943 |
75399814cdc99c26b0efaa044c2b6e596cf57c66 | Arjen Poutsma | Arjen Poutsma | Improve Jaxb2Decoder
- Introcuces XmlEventDecoder which decodes from DataBuffer to
javax.xml.stream.events.XMLEvent. It uses the Aalto async XML API if
available, but falls back to a blocking default if not.
- Refacors Jaxb2Decoder to use said XmlEventDecoder, and split the
stream of events into separate substr... | improve jaxb2decoder | 20 | false | false | 2 | true | true | false | spring-projects | spring-framework | 12,944 |
a8f27af5fbfc255199d6065d26c321aac70b3417 | Arjen Poutsma | Arjen Poutsma | Polishing. | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,945 |
8213df817e1a0f595e6aa55fecb7a5d5777f8236 | Sam Brannen | Sam Brannen | Clean up warnings in spring-web | clean up warnings in spring-web | 31 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,946 |
ebeba43830a6b7df1daa4290fb7b32645ab84c75 | Sam Brannen | Sam Brannen | Document context cache size control in the TCF in reference manual
Issue: SPR-8055 | document context cache size control in the tcf in reference manual | 66 | false | false | 11 | false | false | false | spring-projects | spring-framework | 12,947 |
5bd5c74e7c2fdbf50afd786ea564f448450b4ee1 | Sam Brannen | Sam Brannen | Polish TCF key abstractions section in reference manual | polish tcf key abstractions section in reference manual | 55 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,948 |
b6f99e38ae35a25034df0eb3e7750b1036ea8ddd | Sam Brannen | Sam Brannen | Polish wording regarding previous release versions in reference manual | polish wording regarding previous release versions in reference manual | 70 | false | false | 9 | false | false | false | spring-projects | spring-framework | 12,949 |
50a44aab5456b9747845b13483e0f2222d76ce60 | Andriy Kryvtsun | Stephane Nicoll | Import format fix according to Code Style
Closes gh-1222 | import format fix according to code style | 41 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,950 |
2075932780b9801c22222ddd2016ed63f360c894 | Sebastien Deleuze | Sebastien Deleuze | Add support for RxJava 2 Maybe type
Issue: SPR-14843 | add support for rxjava 2 maybe type | 35 | false | false | 7 | true | true | true | spring-projects | spring-framework | 12,951 |
20dec61d0425d034baea738fb044fc8b5e28c4b3 | Arjen Poutsma | Arjen Poutsma | Refactored BodyInserters
This commit introduces a couple of changes to BodyInserters:
- Refactored writeWithMessageWriters into BiFunction
- BodyInserters.fromResource now uses ResourceMessagewriter from context
- BodyInserters.fromServerSentEvents now uses SseHttpMessageWriter from context | refactored bodyinserters | 24 | false | false | 2 | false | false | false | spring-projects | spring-framework | 12,952 |
94930043fdcbd85d0aa4db1a4e61c175a0390e82 | Arjen Poutsma | Arjen Poutsma | Added MediaType.TEXT_EVENT_STREAM | added mediatype.text_event_stream | 33 | false | false | 2 | false | false | false | spring-projects | spring-framework | 12,953 |
99a321085902ac002bf6ac918500f0d30d71cf0b | Brian Clozel | Brian Clozel | Refactor tests with ScriptedSubscriber
Reactor recently added the `ScriptedSubscriber` in its new
`reactor-addons` module. This `Subscriber` revissits the previous
`TestSubscriber` with many improvements, including:
* scripting each expectation
* builder API that guides you until the final verification step
* virtual... | refactor tests with scriptedsubscriber | 38 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,954 |
827bc78e34485c929acbd343bdbea423235e1644 | Stephane Nicoll | Stephane Nicoll | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,955 |
b7d85f8ebc49267b6d511f11c583b46f1c0886f9 | Stephane Nicoll | Stephane Nicoll | Expose ResolvableType in NoSuchBeanDefinitionException
This commit improves NoSuchBeanDefinitionException to expose a full
ResolvableType rather than a raw class if a lookup by type failed. This
allows to know more about the underlying type and is typically useful
when a collection or map is required as the relevant g... | expose resolvabletype in nosuchbeandefinitionexception | 54 | false | false | 4 | true | true | false | spring-projects | spring-framework | 12,956 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.