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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b2ccdfbc9e112e48f001b0dffa1280e6e7fe7122 | Rossen Stoyanchev | Rossen Stoyanchev | Polish error logging for HTTP reactive server classes | polish error logging for http reactive server classes | 53 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,757 |
80ff5ae9c513372db37eb0dbcb19048adb09b21f | Violeta Georgieva | Rossen Stoyanchev | Improve exception handling when clients disconnect.
Issue: SPR-14538 | improve exception handling when clients disconnect | 50 | false | false | 6 | true | true | true | spring-projects | spring-framework | 12,758 |
c4b9b9224786262cf5e07984ab4fb9b96e858255 | Brian Clozel | Brian Clozel | Polish ResponseExtractors | polish responseextractors | 25 | false | false | 2 | false | false | false | spring-projects | spring-framework | 12,759 |
b58a06208f261db26832db531eb975e1e7c7c232 | Rob Winch | Brian Clozel | Add HttpBasic ClientWebRequestPostProcessor
Issue: SPR-14682 | add httpbasic clientwebrequestpostprocessor | 43 | false | false | 3 | true | true | true | spring-projects | spring-framework | 12,760 |
0bace1b0ae7aec176607a8ffdbf3497bab7755a5 | Rossen Stoyanchev | Rossen Stoyanchev | Add getContextPath to ServerHttpRequest
Issue: SPR-14726 | add getcontextpath to serverhttprequest | 39 | false | false | 4 | true | true | true | spring-projects | spring-framework | 12,761 |
3772398700f4ae2496fd2870fbfa189e8b8dd218 | Juergen Hoeller | Juergen Hoeller | Explicit sun.nio.ch export for Netty's NioEventLoopGroup on JDK 9
Issue: SPR-14645 | explicit sun.nio.ch export for netty's nioeventloopgroup on jdk 9 | 65 | false | false | 9 | false | false | false | spring-projects | spring-framework | 12,762 |
b60af42e23bf0d4fcc3a2e67fdb873b19e1597e8 | Juergen Hoeller | Juergen Hoeller | Polishing
(cherry picked from commit ace25d4) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,763 |
cf2112f5398c74f1d7279fea17b4db3a4dc6f4e1 | Rossen Stoyanchev | Rossen Stoyanchev | Update intializer for the reactive servlet adapter
Move the AbstractServletHttpHandlerAdapterInitializer together with
the other two base classes in spring-web-reactive. Since the
interface is in the web package, this avoids a package cycle.
Also add a mention in the reference.
Issue: SPR-14713 | update intializer for the reactive servlet adapter | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 12,764 |
2b57a4d618a1e755ee9e362208291c0cde813e8d | Arjen Poutsma | Rossen Stoyanchev | Add WebApplicationInitializers for Web Reactive
This commit introduces three new WebApplicationInitializers for use with
Spring Web Reactive:
- The AbstractServletHttpHandlerAdapterInitializer registers a
ServletHttpHandlerAdapter that wraps a user-provided HttpHandler.
- The AbstractDispatcherHandlerInitializer ... | add webapplicationinitializers for web reactive | 47 | false | false | 5 | true | true | true | spring-projects | spring-framework | 12,765 |
b703dbf6ab93b58ee842e863eb5b61bf6e73f361 | Arjen Poutsma | Arjen Poutsma | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,766 |
de3e07b3203581242c701f86ffc49cd010d44fca | Arjen Poutsma | Arjen Poutsma | Move instance methods before static methods | move instance methods before static methods | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 12,767 |
c57beef95edcd5b328fd73557a49f894f559904f | Arjen Poutsma | Arjen Poutsma | Rename RoutingFunction to RouterFunction | rename routingfunction to routerfunction | 40 | false | false | 4 | false | true | false | spring-projects | spring-framework | 12,768 |
228a01b298658096f0e6d3108eca3c16a52ddee7 | Arjen Poutsma | Arjen Poutsma | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,769 |
8072497ce24062c78b48122495349179508d2d32 | Arjen Poutsma | Arjen Poutsma | Extract body extraction logic in w.r.f
This commit refactors the response body extraction logic into a separate
function: BodyExtractor. Standard populators can be found in
BodyExtractors. | extract body extraction logic in w.r.f | 38 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,770 |
5e730408fdf2912b30a516242aa6d692ae628e7b | Arjen Poutsma | Arjen Poutsma | Extract body population logic in w.r.f
This commit extracts the response body insertion logic into a separate
strategy interface: BodyPopulator. Standard populators can be found in
BodyPopulators. | extract body population logic in w.r.f | 38 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,771 |
91bde2e6b28758ba966db60ff61f6a3a31a0ddec | Arjen Poutsma | Arjen Poutsma | Refactor Router to RoutingFunctions
This commit refactors the Router into a RoutingFunctions class, by:
- Renaming the class :)
- Moving all Configuration logic into a separate, top-level
Configuration class with mutable builder. | refactor router to routingfunctions | 35 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,772 |
aaa128180958d4b6d420cb7e4a955bb2edab0c0b | Rossen Stoyanchev | Rossen Stoyanchev | Remove Exception declaration in abstract Encoder | remove exception declaration in abstract encoder | 48 | false | false | 6 | true | true | true | spring-projects | spring-framework | 12,773 |
9d8c089a212d0daacc9e0970170d45cb4512e27d | Sebastien Deleuze | Sebastien Deleuze | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,774 |
6cda08e94b9ba72da2334733443aefd2462c8755 | Sebastien Deleuze | Sebastien Deleuze | Add Jackson @JsonView support
Issue: SPR-14693 | add jackson @jsonview support | 29 | false | false | 4 | true | true | true | spring-projects | spring-framework | 12,775 |
e74c59bf301ed18eb52fe79df03f1c3cef230a7e | Sebastien Deleuze | Sebastien Deleuze | Introduce ServerHttpMessageWriter/Reader to resolve hints
Issue: SPR-14693 | introduce serverhttpmessagewriter/reader to resolve hints | 57 | false | false | 5 | true | true | false | spring-projects | spring-framework | 12,776 |
084daa7fb510cdc650b0ade942c2fc067d2b2027 | Brian Clozel | Brian Clozel | Document media type registration for appcache files
Since appcache manifests can have various file extensions, developers
should register the (file extension, media type) mapping in their Spring
MVC / Reactive Web configuration.
This commit adds javadoc on both `AppCacheManifestTransformer` variants
to explain how to... | document media type registration for appcache files | 51 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,777 |
3fdc11e739f4d42104bf3356794ff42f28756b31 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Undertow 1.4.3, EhCache 3.1.2, Caffeine 2.3.3, Rome 1.7, Woodstox 5.0.3, Jettison 1.3.8, JRuby 9.1.5.0, RxJava 2.0 RC2, RxNetty 0.5.2 RC4) | latest dependency updates (undertow 1.4.3, ehcache 3.1.2, caffeine 2.3.3, rome 1.7, woodstox 5.0.3, jettison 1.3.8, jruby 9.1.5.0, rxjava 2.0 rc2, rxnetty 0.5.2 rc4) | 165 | false | false | 23 | false | false | false | spring-projects | spring-framework | 12,778 |
2b2cc2d1cae2a465965b5e3a94ae0452aecc920e | Juergen Hoeller | Juergen Hoeller | Rearranged field order in RootBeanDefinition
Issue: SPR-14725 | rearranged field order in rootbeandefinition | 44 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,779 |
2b0bf9f04a62fafd9ce28da37dbeb227b82cf462 | Stephane Nicoll | Stephane Nicoll | Add Qualified element on RootBeanDefinition
Improve RootBeanDefinition to specify an AnnotatedElement that holds
qualifier information. When such element is present, any qualifier that
it defines will be used to find a matching candidate.
Issue: SPR-14725 | add qualified element on rootbeandefinition | 43 | false | false | 5 | true | true | true | spring-projects | spring-framework | 12,780 |
f24ce76edb4f00b6e45cd9a56cacee0aace55db1 | Juergen Hoeller | Juergen Hoeller | StringUtils.parseLocaleString accepts Java 7 variants
Issue: SPR-14718 | stringutils.parselocalestring accepts java 7 variants | 53 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,781 |
6de4b12992ba3a10b75a7ae413911da0a1fc1184 | Juergen Hoeller | Juergen Hoeller | Adapted recent tests to pass on Windows | adapted recent tests to pass on windows | 39 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,782 |
6dc1898dbbfa34217790b136f9f6e48ffd1f8f0e | Juergen Hoeller | Juergen Hoeller | Timeout exceptions as RuntimeExceptions
Issue: SPR-14669 | timeout exceptions as runtimeexceptions | 39 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,783 |
765b47246a4893a4855f4e8e26ad41de491fa175 | Rossen Stoyanchev | Rossen Stoyanchev | Improve async request timeout handling
Rather than setting the status to 503 directly from the timeout
interceptor which no longer seems to work reliably with Servlet
containers like Jetty even performing an additional ERROR dispatch back
to the original URL, we know rather set the DeferredResult to an
AsyncTimeoutExc... | improve async request timeout handling | 38 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,784 |
8ccfecc406e4e9e99a07017142fc8b9a852edc85 | Rossen Stoyanchev | Rossen Stoyanchev | Workaround for Content-Length issue in Reactor Netty
Issue: SPR-14643 | workaround for content-length issue in reactor netty | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,785 |
e024aa0049979ff77dfefdd8debbe8ded13e7425 | Rossen Stoyanchev | Rossen Stoyanchev | Follow up fix for PR #1168 | follow up fix for pr | 20 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,786 |
3bc1121b9d6f73f601776a20e6ec5b0e1ea0f4b2 | Rossen Stoyanchev | Rossen Stoyanchev | Check both connection and connected flag
Issue: SPR-14703 | check both connection and connected flag | 40 | false | false | 6 | true | true | true | spring-projects | spring-framework | 12,787 |
c6a61e0d8538f5dc70aa9a21f366efba064e3702 | Arjen Poutsma | Rossen Stoyanchev | Add Resource.readableChannel()
Added readableChannel() to Resource, which returns a
java.nio.ReadableByteChannel. The default implementation uses
Channels.newChannel() to create a channel based on what is returned from
getInputStream(). Subclasses have more effecient, file-based
implementations.
Issue: SPR-14698 | add resource.readablechannel() | 30 | false | false | 2 | true | true | false | spring-projects | spring-framework | 12,788 |
06395f41cbe22c8f52d2c95b157059b8a60bad9b | Stephane Nicoll | Stephane Nicoll | Merge pull request #1172 from kosmaty:punctuation-formatting-fix
* pr/1172:
Fix doc style | punctuation-formatting-fix | 26 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,789 |
eef41fd8abb9234bb857a55142bb20265e84a0a2 | kosmaty | Stephane Nicoll | Fix doc style
Closes gh-1172 | fix doc style | 13 | false | false | 3 | true | true | true | spring-projects | spring-framework | 12,790 |
bc14c5ba83e1f211628456bbccce7b2531aac58c | Rossen Stoyanchev | Rossen Stoyanchev | Polish [CssLinkResource|AppCacheManifest]Transformer
This commit updates the two transformers to make them more
consistent with updates of their spring-web-reactive equivalents.
Issue: SPR-14521 | polish [csslinkresource|appcachemanifest]transformer | 52 | false | false | 2 | false | false | false | spring-projects | spring-framework | 12,791 |
33d90747a14b06b7e2e6f80cfc687b55d6400575 | Rossen Stoyanchev | Rossen Stoyanchev | Asynchronous ResourceResolver + ResourceTransformer
Issue: SPR-14521 | asynchronous resourceresolver + resourcetransformer | 51 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,792 |
f5925993491cd8af55e6c9f08a12c77ac22618ec | Juergen Hoeller | Juergen Hoeller | Polishing
(cherry picked from commit 54db496) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,793 |
782c99dfaf23f5954380dd5a47dcf760ef0d5a58 | Juergen Hoeller | Juergen Hoeller | PropertySourcesPropertyResolver does not log retrieved value by default
Issue: SPR-14709
(cherry picked from commit fbe7ddb) | propertysourcespropertyresolver does not log retrieved value by default | 71 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,794 |
ce42ed4d449e7fee7179275c8bacd5b902fa672e | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,795 |
c69e6a36f7322d52d2989ea9136c7aff33f199c9 | Juergen Hoeller | Juergen Hoeller | Revised IllegalArgumentException handling for Formatter parse calls
Issue: SPR-14661 | revised illegalargumentexception handling for formatter parse calls | 67 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,796 |
0c2e8a6246348b9ea01131943581235dbff3bf71 | Juergen Hoeller | Juergen Hoeller | Consistent callbacks for TypeFilters, ImportSelectors and ImportBeanDefinitionRegistrars
Issue: SPR-14686 | consistent callbacks for typefilters, importselectors and importbeandefinitionregistrars | 88 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,797 |
5405c07d26db564cb680c713dce5abb859635147 | Juergen Hoeller | Juergen Hoeller | Configuration class processing uses MetadataReaderFactory for current ResourceLoader
Issue: SPR-14684 | configuration class processing uses metadatareaderfactory for current resourceloader | 84 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,798 |
34ab818dfa795bd67fa44061f71e68bc665fa0bf | Juergen Hoeller | Juergen Hoeller | HibernateExceptionTranslator avoids JPA IllegalState/ArgumentException translation
Issue: SPR-14681 | hibernateexceptiontranslator avoids jpa illegalstate/argumentexception translation | 82 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,799 |
480cd2c2f00491b1700ac9bfc24ef3215a15554d | Juergen Hoeller | Juergen Hoeller | IdentityHashMap for scheduled tasks (avoiding hashCode calls on bean instances)
Issue: SPR-14666 | identityhashmap for scheduled tasks (avoiding hashcode calls on bean instances) | 79 | false | false | 10 | false | false | false | spring-projects | spring-framework | 12,800 |
a86f6d3676ab655b7e7c4f82009c0c20726bd144 | Juergen Hoeller | Juergen Hoeller | ApplicationEventPublisher as functional interface
Issue: SPR-14699 | applicationeventpublisher as functional interface | 49 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,801 |
915350d0ce3e15291a4e6f6843f36af104ce633a | Juergen Hoeller | Juergen Hoeller | Reliable last-modified timestamp tests on Windows | reliable last-modified timestamp tests on windows | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,802 |
118d093eaf8510fc1b0926975ece4240689d97ce | Juergen Hoeller | Juergen Hoeller | Drop defensive Joda-Time 2.x check | drop defensive joda-time 2.x check | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,803 |
d5c9cc62f1c67d04428ffc76c29e3665d549a8a9 | Juergen Hoeller | Juergen Hoeller | Correct ISO DateTime example
Issue: SPR-14675 | correct iso datetime example | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,804 |
edbc1e92129f659b9c59722611065befa705e2fe | Juergen Hoeller | Juergen Hoeller | Avoid outdated Tibco workaround in shouldCommitAfterNoMessageReceived
Issue: SPR-14697 | avoid outdated tibco workaround in shouldcommitafternomessagereceived | 69 | false | false | 6 | true | true | false | spring-projects | spring-framework | 12,805 |
fa820bc0c9ce8608d583f5af8e92cd8c3f8bceb9 | Juergen Hoeller | Juergen Hoeller | PropertyValue stores source object in common superclass field
Issue: SPR-8337 | propertyvalue stores source object in common superclass field | 61 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,806 |
6f491bb319a0e6694caf9f8edbf705911550bf41 | Juergen Hoeller | Juergen Hoeller | Upgrade to Tomcat 8.5.5 and Undertow 1.4.2 | upgrade to tomcat 8.5.5 and undertow 1.4.2 | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 12,807 |
360ef5f5e3941a67fb3595d5497d221ac85dd7ef | Arjen Poutsma | Arjen Poutsma | Remove accidentally added ModelAndView class
Removed accidentally added ModelAndView class. | remove accidentally added modelandview class | 44 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,808 |
fc52ddcd973e08118028599a177ddb79e98b93cd | Sebastien Deleuze | Sebastien Deleuze | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,809 |
81057a2cee2990de1a69a191a3cb5e379822a82b | Juergen Hoeller | Juergen Hoeller | Require EhCache 2.10+
Issue: SPR-13794 | require ehcache 2.10+ | 21 | false | false | 3 | true | true | true | spring-projects | spring-framework | 12,810 |
447835465fe209d00b9cbb309f32ef40cc71d6ba | Juergen Hoeller | Juergen Hoeller | Remove support for deprecated AbstractHttpClient class
Issue: SPR-14422 | remove support for deprecated abstracthttpclient class | 54 | false | false | 6 | true | true | false | spring-projects | spring-framework | 12,811 |
0900808820d436ee94f3c8f8cfc7042bec356f75 | Juergen Hoeller | Juergen Hoeller | Method-level @SuppressWarnings("unchecked") for generic varargs | method-level @suppresswarnings("unchecked") for generic varargs | 63 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,812 |
873fc53a2fb0612c58102c09ea9572815bf18187 | Sam Brannen | Sam Brannen | Introduce support for JUnit 5 in the TestContext framework
This commit introduces initial support for JUnit Jupiter (i.e., the new
programming and extension models in JUnit 5) in the Spring TestContext
Framework.
Specifically, this commit introduces the following.
- SpringExtension: an implementation of multiple ext... | introduce support for junit 5 in the testcontext framework | 58 | false | false | 9 | true | true | false | spring-projects | spring-framework | 12,813 |
54e3ea8d37c570a5615e226f100ff684f99e50ea | Sam Brannen | Sam Brannen | Enable Java 8 source and target compatibility in Gradle build
Issue: SPR-13188 | enable java 8 source and target compatibility in gradle build | 61 | false | false | 10 | false | true | false | spring-projects | spring-framework | 12,814 |
8690464a9b07b6e00c5d469ba0fde356b6d14e7f | Sebastien Deleuze | Sebastien Deleuze | Remove @Ignore on streamResult() test
This test was fixed by previous commit that allows to
JSON encode correctly streams with more than 2 elements. | remove @ignore on streamresult() test | 37 | false | false | 5 | true | true | true | spring-projects | spring-framework | 12,815 |
7ed03d01c66f1f5f504bd0130b6eb473603697de | Sebastien Deleuze | Sebastien Deleuze | Fix JacksonJsonEncoder for streams with more than 2 elements | fix jacksonjsonencoder for streams with more than 2 elements | 60 | false | false | 9 | true | true | false | spring-projects | spring-framework | 12,816 |
3aefa136fd0543e75c1d0b970227be6e966f737f | Sam Brannen | Sam Brannen | Upgrade build to Gradle 2.14
Issue: SPR-14362 | upgrade build to gradle 2.14 | 28 | false | false | 5 | true | false | true | spring-projects | spring-framework | 12,817 |
3be0ea9128a0c8ac907523c9d974ce6da3b966bf | Sam Brannen | Sam Brannen | Suppress deprecation warning in spring-test | suppress deprecation warning in spring-test | 43 | false | false | 5 | false | true | false | spring-projects | spring-framework | 12,818 |
fb1eb00b4a09e7922015780cf38d15b42bf7d229 | Sam Brannen | Sam Brannen | Update @since tag in Eclipse template to 5.0 | update @since tag in eclipse template to 5.0 | 44 | false | false | 8 | true | true | true | spring-projects | spring-framework | 12,819 |
c1518c3fdef8822e26ca4c82ad43a46dbb5dede1 | Sebastien Deleuze | Sebastien Deleuze | Avoid exception while setting the status code of a committed response
Before this commit, it was not possible to set the status code of an
HTTP response without throwing an exception if it was already
committed. The consequence was a lot of errors in the logs for long
lived HTTP exchanges like Server-Sent Events for e... | avoid exception while setting the status code of a committed response | 69 | false | false | 11 | true | true | false | spring-projects | spring-framework | 12,820 |
19622e3b2d9d076bc561ab568b93e363bc39ed32 | Stephane Nicoll | Stephane Nicoll | Upgrade copyright | upgrade copyright | 17 | false | false | 2 | true | true | false | spring-projects | spring-framework | 12,821 |
b6a1680df58b0ece513b4d36d1f60b47b423f2d6 | Spring Buildmaster | Spring Buildmaster | Next Development Version | next development version | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 12,822 |
b7b6704c7e4368e9b3ed68d0f241ec1e325ef851 | Sebastien Deleuze | Sebastien Deleuze | Support rx.Completable | support rx.completable | 22 | false | false | 2 | false | false | false | spring-projects | spring-framework | 12,823 |
a1d4fe69389da2de69ce8c9c6d3953807f86f623 | Sebastien Deleuze | Sebastien Deleuze | Upgrade dependencies | upgrade dependencies | 20 | false | false | 2 | true | true | false | spring-projects | spring-framework | 12,824 |
f254680f291334ced941d539ceab7c90f5954371 | Sebastien Deleuze | Sebastien Deleuze | Remove unused imports | remove unused imports | 21 | false | false | 3 | true | true | true | spring-projects | spring-framework | 12,825 |
0f01729b27e1cdfa37a871e6d10e9d9027c683f0 | Sebastien Deleuze | Sebastien Deleuze | Allow to configure Tomcat baseDir
This commit also set Tomcat baseDir to java.io.tmpdir for
integration tests in order to avoid creation of temporary directories
in the project root. | allow to configure tomcat basedir | 33 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,826 |
b7b0313c212e8d84586b40bae1d9257389e29817 | Sebastien Deleuze | Sebastien Deleuze | Speed up RequestMappingIntegrationTests
Reactor Core + Spring Reactive now handle correctly
shorter interval for the stream result test. | speed up requestmappingintegrationtests | 39 | false | false | 3 | false | false | false | spring-projects | spring-framework | 12,827 |
8c7658144284f2f47124c6ac8131f53320091551 | Rossen Stoyanchev | Rossen Stoyanchev | Provide rich type information to ConversionService
When using the ConversionService to check and bridge to and from
reactive types we now generallly provide the full type information
available from method signatures. However that full type information
is not always necessary such as when we perform additional checks o... | provide rich type information to conversionservice | 50 | false | false | 6 | true | false | true | spring-projects | spring-framework | 12,828 |
fb2e79604859a5b6fbc9b1c491caee8c3a9dbdcc | Rossen Stoyanchev | Rossen Stoyanchev | HandlerResult now requires MethodParameter as input
HandlerAdapter's should always be able to provide a MethodParameter
which in turn ensures that HandlerResultHandler's have full type
information from method declarations.
This commit also introduces ResolvableMethod for use in tests to make
it easy to obtain MethodP... | handlerresult now requires methodparameter as input | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 12,829 |
080dcad218e2ecc3646e27ced0e42bc1d09def01 | Juergen Hoeller | Juergen Hoeller | Add missing package-info file for new test.context.web.socket package
Issue: SPR-14420 | add missing package-info file for new test.context.web.socket package | 69 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,830 |
a6e4b64c235f02c6a927112abb1cdcaa064d2650 | Juergen Hoeller | Juergen Hoeller | PropertySourcesPropertyResolver provides logKeyFound template method
Issue: SPR-14370 | propertysourcespropertyresolver provides logkeyfound template method | 68 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,831 |
f6334fc62b4eabd9ef3975f556def0db82852efb | Juergen Hoeller | Juergen Hoeller | Aligned default Map capacity | aligned default map capacity | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,832 |
c6752e6023c4948c0f2c007c166ab8ecf677d7b6 | Juergen Hoeller | Juergen Hoeller | Explicit note on self references
Issue: SPR-14402 | explicit note on self references | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,833 |
b204437cef0976f5af0e1c5290e77e266b306a51 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,834 |
e5122d084a936551da9786711b3de55dc0bc53d1 | Juergen Hoeller | Juergen Hoeller | Avoid wrapping in plain RuntimeException in favor of IllegalStateException | avoid wrapping in plain runtimeexception in favor of illegalstateexception | 74 | false | false | 9 | false | false | false | spring-projects | spring-framework | 12,835 |
e7a53e37fb1a0131f2c753fd83c1d161e21b1105 | Juergen Hoeller | Juergen Hoeller | Avoid stateful MethodParameter nesting level changes in MVC processing | avoid stateful methodparameter nesting level changes in mvc processing | 70 | false | false | 9 | false | false | false | spring-projects | spring-framework | 12,836 |
e5de7d5455a6fbd750504daa3a8f605fa506fa65 | Juergen Hoeller | Juergen Hoeller | @MessageExceptionHandler matches cause as well (analogous to @ExceptionHandler)
Issue: SPR-14424 | @messageexceptionhandler matches cause as well (analogous to @exceptionhandler) | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,837 |
cfc560c4c460ed0ee465182d715339bd6e81c84b | Juergen Hoeller | Juergen Hoeller | Leniently accept custom DeferredResult etc subclasses for null values
Issue: SPR-14423 | leniently accept custom deferredresult etc subclasses for null values | 69 | false | false | 9 | false | false | false | spring-projects | spring-framework | 12,838 |
dffd6d674ab9415caed1b82755634f52383cd7ba | Rossen Stoyanchev | Rossen Stoyanchev | Shorten returnValueType name in HandlerResult | shorten returnvaluetype name in handlerresult | 45 | false | false | 5 | true | true | true | spring-projects | spring-framework | 12,839 |
df64262db6e6dbca68e0f0a572acfe75b0d488ce | Rossen Stoyanchev | Rossen Stoyanchev | Complete reactive conversion support refactoring
This commit ensures stream semantics (Flux vs Mono) are adhered to also
on the target side. | complete reactive conversion support refactoring | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,840 |
71f4dff011e7dad78b0b5f4f7fc0bbbcdfbd2c0a | Rossen Stoyanchev | Rossen Stoyanchev | Polish validation in RequestBodyArgumentResolver | polish validation in requestbodyargumentresolver | 48 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,841 |
a68ff94fbc323b70115750ad12dbc4b1c8e14657 | Rossen Stoyanchev | Rossen Stoyanchev | Polish "decodeOne" related changes | polish "decodeone" related changes | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 12,842 |
917a2fb9d00d08e95ac4ae5c3c9c6184569d4031 | Sebastien Deleuze | Rossen Stoyanchev | Add Decoder#decodeOne()
This commit adds a Decoder#decodeOne() method in order
to handle correctly the streaming versus one value
deserialization based on the type provided by the user.
For example, if a List parameter is provided in a controller
method, Jackson will be called once, while if the user provides
a Flux ... | add decoder#decodeone() | 23 | false | false | 2 | true | true | false | spring-projects | spring-framework | 12,843 |
12d7b78169274c99862a22a292d6d09b381fe04a | Sebastien Deleuze | Rossen Stoyanchev | Refactor reactive type conversion support
This commit replaces Reactive Streams converters for RxJava1 and
CompletableFuture with Reactor specific ones. The results in conversion
that preserves stream semantics, i.e. Mono vs Flux.
For example this is allowed:
Flux -> Observable
Mono -> Single
Mono -> CompletableFutur... | refactor reactive type conversion support | 41 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,844 |
498d896ef06397f5c4a17f511e8ef2e652778d51 | Juergen Hoeller | Juergen Hoeller | Upgrade to WebJars Locator 0.32 | upgrade to webjars locator 0.32 | 31 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,845 |
037746da44dcf66b4e2d819ffd14dad2be690b13 | Stephane Nicoll | Stephane Nicoll | Polish
Closes gh-1097 | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,846 |
d7184d1ad8b96c91ae4e2b910675bbbc6c6dd7f0 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (HttpAsyncClient 4.1.2, HtmlUnit 2.22, Selenium 2.53.1, JOpt Simple 5.0.2) | latest dependency updates (httpasyncclient 4.1.2, htmlunit 2.22, selenium 2.53.1, jopt simple 5.0.2) | 100 | false | false | 12 | false | false | false | spring-projects | spring-framework | 12,847 |
1c73664c4019eb11855ca92faa13cc71632950a0 | Juergen Hoeller | Juergen Hoeller | Defensively access deprecated AbstractHttpClient class from Apache HttpComponents
Issue: SPR-14422 | defensively access deprecated abstracthttpclient class from apache httpcomponents | 81 | false | false | 8 | false | false | false | spring-projects | spring-framework | 12,848 |
8389e3fc3508124d973ccf2f742dea5bdc8c8b64 | 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 | 12,849 |
a530a1c7f2f9772b7d5dc39eef9523afc76507de | Juergen Hoeller | Juergen Hoeller | Upgrade to Hibernate ORM 5.2.1
Issue: SPR-14327 | upgrade to hibernate orm 5.2.1 | 30 | false | false | 5 | false | false | false | spring-projects | spring-framework | 12,850 |
716273df478d8af7c1b93ed9e025ccd6f12cd902 | Stephane Nicoll | Stephane Nicoll | Polish
Closes gh-967 | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,851 |
49d78b48356912fdd5c4ae0153383d14d172244a | Stephane Nicoll | Stephane Nicoll | Merge pull request #1089 from nkjackzhang:patch-2
* pr/1089:
Polish
Fix typo in asciidoc | patch-2 | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,852 |
cac58738c9fe730ce37224d970d21eda5cb16473 | Stephane Nicoll | Stephane Nicoll | Polish
Closes gh-1089 | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,853 |
66fd86be33038db375f138ef8e03df2dec1ca0e6 | nkjackzhang | Stephane Nicoll | Fix typo in asciidoc
See gh-1089 | fix typo in asciidoc | 20 | false | false | 4 | true | true | true | spring-projects | spring-framework | 12,854 |
d9993243b612dc78ff9fd0b67ef7a431e1e86186 | Stephane Nicoll | Stephane Nicoll | Polish
Closes gh-1096 | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,855 |
d35709dfbcac19176b641479cce3d7a23d864b96 | Stephane Nicoll | Stephane Nicoll | Merge pull request #1095 from nkjackzhang:patch-4
* pr/1095:
Polish contribution
Fix typo in javadoc | patch-4 | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 12,856 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.