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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7d96ad1f6ece5534092ff537d9f89f914a9c2566 | Rob Winch | Rossen Stoyanchev | MockMvc HtmlUnit support shares CookieManager
Previously MockMvc builders failed to share the WebConnection used for
managing cookies in the MockMvcWebConnection. This meant that the various
CookieManagers would have different states.
This commit ensures that the WebConnection is set on the
MockMvcWebConnection.
Fix... | mockmvc htmlunit support shares cookiemanager | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,357 |
8246fe453489c1bec6b32c483e1fb8633acd2db3 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates: EhCache 3.0 RC1, HtmlUnit 2.20, Apache HttpClient 4.5.2, Jackson 2.7.3, JasperReports 6.2.1, Jetty 9.3.8, JRuby 1.7.24, JsonAssert 1.3, JsonPath 2.2, POI 3.14, Selenium 2.52, SLF4J 1.7.19, Animal Sniffer 1.15, Undertow 1.3.19, H2 1.4.191 | ehcache 3.0 rc1, htmlunit 2.20, apache httpclient 4.5.2, jackson 2.7.3, jasperreports 6.2.1, jetty 9.3.8, jruby 1.7.24, jsonassert 1.3, jsonpath 2.2, poi 3.14, selenium 2.52, slf4j 1.7.19, animal sniffer 1.15, undertow 1.3.19, h2 1.4.191 | 237 | false | false | 33 | false | false | false | spring-projects | spring-framework | 13,358 |
7f786ce4d7a8b51a02133d7db404d9f038d5a927 | Arjen Poutsma | Arjen Poutsma | Added DataBufferAllocator property to ReactiveHttpOutputMessage, and use that to pass on to Encoder.encode(). | added databufferallocator property to reactivehttpoutputmessage, and use that to pass on to encoder.encode() | 108 | false | false | 13 | false | false | false | spring-projects | spring-framework | 13,359 |
1836b2825b3c844097105322aa9e659409906e86 | Arjen Poutsma | Arjen Poutsma | Added DataBufferAllocator parameter to Encoder.encode, and use that instead of AbstractAllocatingEncoder base class. | added databufferallocator parameter to encoder.encode, and use that instead of abstractallocatingencoder base class | 115 | false | false | 13 | false | false | false | spring-projects | spring-framework | 13,360 |
ec7c3aa349f1f25cc98ad516d84d07c7ea525983 | Juergen Hoeller | Juergen Hoeller | Correct RFC 4648 references in method-level javadoc
Issue: SPR-14067 | correct rfc 4648 references in method-level javadoc | 51 | false | false | 7 | true | false | false | spring-projects | spring-framework | 13,361 |
a95bf6e0fc5206c662e81811d3bb964c9003aad0 | Juergen Hoeller | Juergen Hoeller | Current InjectionPoint/DependencyDescriptor as factory method argument
Issue: SPR-14033 | current injectionpoint/dependencydescriptor as factory method argument | 70 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,362 |
2153d8870692572a74f17dacacc1f5db83b3d9e8 | Sam Brannen | Sam Brannen | Add TODO in AnnotatedElementUtilsTests
Issue: SPR-14069 | add todo in annotatedelementutilstests | 38 | false | false | 4 | true | true | true | spring-projects | spring-framework | 13,363 |
43661ededbc1ad0070fe67ecab7a2a239822f19c | Sam Brannen | Sam Brannen | Verify inlined props override files in @TestPropertySource
This commit introduces a test to demonstrate that inlined properties
override properties loaded from Properties files in
@TestPropertySource.
Issue: SPR-14068 | verify inlined props override files in @testpropertysource | 58 | false | false | 7 | true | true | false | spring-projects | spring-framework | 13,364 |
e56dda1864bed77ae5215599100f674982d3ef82 | Arjen Poutsma | Arjen Poutsma | Make JsonObjectDecoder use allocator property on DataBuffer. | make jsonobjectdecoder use allocator property on databuffer | 59 | false | false | 7 | false | true | false | spring-projects | spring-framework | 13,365 |
b838fdab88e60e8b8b1645e90c1fd0e58dd5a09f | Arjen Poutsma | Arjen Poutsma | Added allocator property to DataBuffer | added allocator property to databuffer | 38 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,366 |
273c1b85e68644ba426603340b1b92cd71dfe341 | Arjen Poutsma | Arjen Poutsma | Reduced batch size to 1, so that we don't block on init. | reduced batch size to 1, so that we don't block on init | 55 | false | false | 12 | false | false | false | spring-projects | spring-framework | 13,367 |
2c52731417154651f05881e57b866c5d5c2bd42d | Arjen Poutsma | Arjen Poutsma | Various test improvements | various test improvements | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,368 |
5519428d43e797742d60e76fcd10dab181cfcfe7 | Arjen Poutsma | Arjen Poutsma | Replaced DataBufferPublisherInputStream with JDK equivalent. | replaced databufferpublisherinputstream with jdk equivalent | 59 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,369 |
ecc22f717970a1dea1e76d5c0ea633bd29a84232 | Juergen Hoeller | Juergen Hoeller | DispatcherServet.checkMultipart considers MultipartException cause as well
Issue: SPR-15178 | dispatcherservet.checkmultipart considers multipartexception cause as well | 74 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,370 |
7d3fcaa934ad0fefd4a7097e659caa60a9bac856 | Juergen Hoeller | Juergen Hoeller | Consider abstract classes with @Lookup methods as candidate components
Issue: SPR-14550 | consider abstract classes with @lookup methods as candidate components | 70 | false | false | 9 | true | true | false | spring-projects | spring-framework | 13,371 |
ed40b1c8ee2c86a2e2055c6d54f34cb0d7207ecc | Juergen Hoeller | Juergen Hoeller | Remove outdated abstractions/delegates from core/util
Issue: SPR-15159 | remove outdated abstractions/delegates from core/util | 53 | false | false | 5 | true | true | false | spring-projects | spring-framework | 13,372 |
6fe7e56598e7ad8fad52d7bec6c2f07d2483e3e5 | Juergen Hoeller | Juergen Hoeller | Document further configuration class restrictions
Issue: SPR-14602 | document further configuration class restrictions | 49 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,373 |
253060c21c8fc2de0ee0fab0bbc56ff6624d1517 | Juergen Hoeller | Juergen Hoeller | Only expose ASM-driven method order if the methods match
Issue: SPR-14505 | only expose asm-driven method order if the methods match | 56 | false | false | 9 | false | false | false | spring-projects | spring-framework | 13,374 |
a9ae2c34020c291cb374030989671fb50d72317c | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,375 |
e566e25b6f7702858ae7d1ed6b3cbeae6bf95122 | Juergen Hoeller | Juergen Hoeller | Clear nonAnnotatedClasses cache in afterSingletonsInstantiated
Issue: SPR-15175 | clear nonannotatedclasses cache in aftersingletonsinstantiated | 62 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,376 |
55554143d70d3ef5a8fa8df039e4f67b46dc6a21 | Juergen Hoeller | Juergen Hoeller | Upgrade to Objenesis 2.5.1
Issue: SPR-15146 | upgrade to objenesis 2.5.1 | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,377 |
3ec6c0e42442aaaa2fa68e93fb68bec082dfae95 | Sam Brannen | GitHub | Update example copyright dates | update example copyright dates | 30 | false | false | 4 | true | true | true | spring-projects | spring-framework | 13,378 |
bc884023e41ec80dcc1bbb1d6d2006731615cd3a | Rossen Stoyanchev | Rossen Stoyanchev | Add ExpectedCount#never()
Issue: SPR-15168 | add expectedcount#never() | 25 | false | false | 2 | true | true | false | spring-projects | spring-framework | 13,379 |
f07a23e63d55d9f1ad622b85fa50122bd50c4cd2 | Stephane Nicoll | Stephane Nicoll | Merge pull request #1294 from echoAlexey:patch-1
* pr/1294:
Fix Javadoc for CronSequenceGenerator | patch-1 | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,380 |
644b0b8bebaff53022bb58c3417980965920d9ef | Alexey Nikolaenko | Stephane Nicoll | Fix Javadoc for CronSequenceGenerator
Closes gh-1294 | fix javadoc for cronsequencegenerator | 37 | false | false | 4 | true | true | true | spring-projects | spring-framework | 13,381 |
ab5f3e733b5581772cabaade949f8120a2eaefbb | Stephane Nicoll | Stephane Nicoll | Merge pull request #1279 from jvz:updated-logging-docs
* pr/1279:
Polish contribution
Update logging documentation to include Log4j 2 | updated-logging-docs | 20 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,382 |
3e155736287cc8fffaeb7590a2a0e9e484b5d10c | Stephane Nicoll | Stephane Nicoll | Polish contribution
Since Log4J 1.x is EOL there is no need to have a dedicated section for
it.
Closes gh-1279
Issue: SPR-15170 | polish contribution | 19 | false | false | 2 | false | false | false | spring-projects | spring-framework | 13,383 |
e0100ea3f189e0ff56b5780d07e1dac159f57245 | Matt Sicker | Stephane Nicoll | Update logging documentation to include Log4j 2
This also updates the version numbers provided in the sample pom.xml
snippets for configuring logging for SLF4J and Log4j 1.x. A sample
log4j2.xml file is also given with the same configuration as
demonstrated in the log4j.properties example. The link to the Log4j 1.x
si... | update logging documentation to include log4j 2 | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 13,384 |
0b08d0a246902e798cd978d9ae2dda9658eff7df | Sebastien Deleuze | Sebastien Deleuze | Change repositories order to use the right Kotlin dependency
A bogus pre-release of Kotlin 1.1.0-beta-17 seems to be
in Spring Artifactory cache, this change make Gradle using
the right one from Bintray. Using --refresh-dependencies
may be needed to pick-up the right one. | change repositories order to use the right kotlin dependency | 60 | false | false | 9 | false | true | false | spring-projects | spring-framework | 13,385 |
5203bd13cc8b0b213e7d32a350e63aabda409654 | Brian Clozel | Brian Clozel | Upgrade to Tomcat 8.5.11 | upgrade to tomcat 8.5.11 | 24 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,386 |
b1fed6f7c8314f070833e8dfda86f8d0f112a6c0 | Andy Wilkinson | Andy Wilkinson | Only apply dependency-management and propdeps-maven to subprojects
Previously, the dependency management and propdeps-maven plugins
were being applied to all projects. The latter caused a problem with
publishing to Artifactory as the buildSrc project now had the
propdeps-maven plugin applied to it.
This commit remove... | only apply dependency-management and propdeps-maven to subprojects | 66 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,387 |
54e2d63d6f6f4e9467fe4bcba0c83306c6d60ba4 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,388 |
69326dbf9ae7f8ec908bedd97cc52d0035f9edba | Juergen Hoeller | Juergen Hoeller | Upgrade to Hibernate ORM 5.2.7 and Rome 1.7.1 | upgrade to hibernate orm 5.2.7 and rome 1.7.1 | 45 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,389 |
6fe7b176c4ae1ceb26aa81f4d465abde8e8f6dd9 | Andy Wilkinson | Andy Wilkinson | Apply propdeps-maven plugin to ensure the optional deps are in poms
Issue: SPR-15167 | apply propdeps-maven plugin to ensure the optional deps are in poms | 67 | false | false | 11 | false | false | false | spring-projects | spring-framework | 13,390 |
053ac64101362fe749bf4138e96df0eff9d1e2f2 | Kazuki Shimizu | Brian Clozel | Add "Problem Details for HTTP APIs" media types
See RFC 7807: Problem Details for HTTP APIs
* application/problem+json
* application/problem+xml
Issue: SPR-15110 | add "problem details for http apis" media types | 47 | false | false | 8 | false | true | false | spring-projects | spring-framework | 13,391 |
35d5dca571ead26abf5947b0161caede764d316a | Sebastien Deleuze | Sebastien Deleuze | Upgrade to Kotlin 1.1-beta-17
Spring Framework 5.0 now requires Kotlin 1.1+. This commit
also re-enable Kotlin JSR 223 unit tests.
Issue: SPR-15100 | upgrade to kotlin 1.1-beta-17 | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,392 |
b77e03b1e0af83ddbd5eee3ee2bcd0f6b3b26cfe | Arjen Poutsma | Arjen Poutsma | Map to UnsupportedMediaTypeStatusException
This commit maps the UnsupportedMediaTypeException, used by both client
and server, to a server-side UnsupportedMediaTypeStatusException in the
functional web framework. | map to unsupportedmediatypestatusexception | 42 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,393 |
b39ebfd6e8c04a10defd1c8c32dbef2f471be07a | Arjen Poutsma | Arjen Poutsma | Added FormHttpMessage[Reader|Writer] to functional config
This commit adds the FormHttpMessageReader and FormHttpMessageWriter to
the server and client default configuration respectively. | added formhttpmessage[reader|writer] to functional config | 57 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,394 |
264edb3fb5de63051e6a66a533e40dadee253ae0 | Sam Brannen | Sam Brannen | Improve initialization of Assume class
Prior to this commit, the org.springframework.tests.Assume class could
fail to load resulting in a NoClassDefFoundError if parsing of the
'testGroups' system property failed. This is because the parsing took
place while initializing a static field.
This commit addresses this iss... | improve initialization of assume class | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,395 |
bb3b1f2fe200f93253af49d413d037a6ccc4be1f | Rossen Stoyanchev | Rossen Stoyanchev | Additional convenience methods in UriUtils
The generic encode method in UriUtils that encodes any character
outside the reserved character set for a URI is meant for "strict"
encoding of URI variable values. This commit adds a couple more
conveninence methods that accept a Map or array of URI variable
values to encode... | additional convenience methods in uriutils | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,396 |
f2e293aadf98cb64ba7ef3044b59f469efd21503 | Rossen Stoyanchev | Rossen Stoyanchev | UriComponents allows "+" in a query param
Issue: SPR-14828 | uricomponents allows "+" in a query param | 41 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,397 |
8703cdd9cbb3b71b7c0caf35eeab246cc036ffd8 | Rossen Stoyanchev | Rossen Stoyanchev | ResponseStatusExceptionHandler is ordered at 0
Issue: SPR-15134 | responsestatusexceptionhandler is ordered at 0 | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,398 |
b609f3a5469b269d3c1d4058529d2e675655a8bd | Rossen Stoyanchev | Rossen Stoyanchev | WebHttpHandlerBuilder supports @Order on beans
Issue: SPR-15074 | webhttphandlerbuilder supports @order on beans | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,399 |
9faaa22fd4a801de5b3ee450a1cc85c8f968c69f | Rossen Stoyanchev | Rossen Stoyanchev | Enable reactive web integration tests | enable reactive web integration tests | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,400 |
95da47f57987c8d668828a120095a478ae85388e | Rob Winch | Rob Winch | Use dependency-management-plugin:1.0.0.BUILD-SNAPSHOT
This fixes an issue where the dependencyManagement entries are not
added to the generated pom [1]
[1] https://github.com/spring-gradle-plugins/dependency-management-plugin/issues/141 | 1.0.0.build-snapshot | 20 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,401 |
a0427209d8e73c1006aa3cce406d5f17b2f72cef | Brian Clozel | Brian Clozel | Upgrade to Reactor Aluminium SNAPSHOT | upgrade to reactor aluminium snapshot | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,402 |
63106e7ffb5bc103ef18d1674bcba3a7cf1d3f40 | Andy Wilkinson | Brian Clozel | Fix dependencyMangement plugin config
Apply the dependency management plugin to all projects
Do not use Maven-style exclusion semantics
Issue: SPR-15162 | fix dependencymangement plugin config | 37 | false | false | 4 | false | true | false | spring-projects | spring-framework | 13,403 |
17525ef969f69074a5c406caf5ee98c47bee8a0d | Brian Clozel | Brian Clozel | Use Reactor BOM and dependency management plugin
Issue: SPR-15162 | use reactor bom and dependency management plugin | 48 | false | false | 7 | true | true | true | spring-projects | spring-framework | 13,404 |
7b341ae5e29a5a23f850e4c4b49cb7db122f9510 | Arjen Poutsma | Arjen Poutsma | Moved UnsupportedMediaTypeException
Moved UnsupportedMediaTypeException next to Body[Inserters|Extractors],
as that is where they are used. This move should have been done as part
of the inserter and extractor move, but was forgotten. | moved unsupportedmediatypeexception | 35 | false | false | 2 | false | false | false | spring-projects | spring-framework | 13,405 |
13a7563ddde4e66fcd5ebda84b9b08ccf552e017 | Arjen Poutsma | Arjen Poutsma | Added form support to Body[Inserter|Extractor]
- Added BodyInserter for MultiValueMap form data in BodyInserters
- Added BodyExtractor to MultiValueMap in BodyExtractors
Issue: SPR-15144 | added form support to body[inserter|extractor] | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,406 |
bc87c27b184e28f46adcdf65cb42d99ee84668d8 | Sam Brannen | Sam Brannen | Use MockitoJUnitRunner from Mockito 2's preferred location
Issue: SPR-14880 | use mockitojunitrunner from mockito 2's preferred location | 58 | false | false | 7 | true | true | false | spring-projects | spring-framework | 13,407 |
ee71e7bae1fe7039dd3ad994cf501d3b4df5ebbd | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,408 |
bea934b5bdf2988bbc088ebd8ba9edff4c70158a | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,409 |
d21b6e596fd54381c8bbbb5cf80d28d302faf6a6 | Juergen Hoeller | Juergen Hoeller | Revised Charset handling and common StringUtils.uriDecode delegate
Issue: SPR-14492 | revised charset handling and common stringutils.uridecode delegate | 66 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,410 |
8417831602fb1f3ea873d88cd09090f878db73d3 | Rossen Stoyanchev | Rossen Stoyanchev | Add accessor methods to HttpPutFormContentFilter
Issue: SPR-14503 | add accessor methods to httpputformcontentfilter | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,411 |
2e414ab25a359012ffa513521cc0476b39c5b11d | Rossen Stoyanchev | Rossen Stoyanchev | Well-known names for beans in message broker XML config
Issue: SPR-15068 | well-known names for beans in message broker xml config | 55 | false | false | 9 | false | false | false | spring-projects | spring-framework | 13,412 |
be45de0571fbcd2340d864988b9351df3628f471 | Sebastien Deleuze | Sebastien Deleuze | Polish Kotlin Web functional DSL
Issue: SPR-15065 | polish kotlin web functional dsl | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,413 |
6e508f70d31818916c34d13a538b1fdc803eb274 | Rossen Stoyanchev | Rossen Stoyanchev | Add locking to AbstractRequestExpectationManager
This commit ensures that verifying a request, which includes finding
and updating expectations, is done synchronously to avoid concurrent
modification exceptions.
Technically SimpleRequestExpectationManager is not even expected to see
concurrent requests by definition ... | add locking to abstractrequestexpectationmanager | 48 | false | false | 4 | false | true | false | spring-projects | spring-framework | 13,414 |
af7289d6e9879f7494c1c18b8e2112afa5890dd4 | Juergen Hoeller | Juergen Hoeller | Clarify WebContentInterceptor path mappings and efficiently match them
Issue: SPR-15096
(cherry picked from commit 801b93a) | clarify webcontentinterceptor path mappings and efficiently match them | 70 | false | false | 8 | true | true | false | spring-projects | spring-framework | 13,415 |
99dc96b1a47394740b0db4bf15e67d9abd27a25a | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,416 |
ad5386773e8d501215da9b2218917c97ecaa9994 | Juergen Hoeller | Juergen Hoeller | ContentCachingRequestWrapper supports content cache limit
Issue: SPR-14829 | contentcachingrequestwrapper supports content cache limit | 57 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,417 |
976d32fc5943a11668b12e83621feaa197677ec4 | Juergen Hoeller | Juergen Hoeller | SimpleApplicationEventMulticaster defensively swallows ClassCastException without message
Issue: SPR-15145 | simpleapplicationeventmulticaster defensively swallows classcastexception without message | 89 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,418 |
e5f4cb6a1a086fdcb6fd900110baa69896b562ac | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #1297 from eiiches/SPR-15140 | merge pull request from eiiches/spr-15140 | 42 | true | false | 5 | true | true | false | spring-projects | spring-framework | 13,419 |
9819558cba10b831b5a48b3574ac9670621f870b | Rossen Stoyanchev | Rossen Stoyanchev | Support encoded query string in reactive requests
In addition to the updates from PR#1297 this commit adds an integration
test and fixes for the resulting failures with RxNetty, Reactor Netty,
and Undertow.
Also replaced use of URLDecoder which is not for decoding URIs with use
of UriUtils for decoding query paramete... | support encoded query string in reactive requests | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,420 |
613e65f043e36324577eed14e08da3d83b2fa520 | Eiichi Sato | Rossen Stoyanchev | Fix URL decoding issue in reactive @RequestParam
%-encoded strings were injected undecoded into @RequestParam variables,
which does not coincide with spring-webmvc behaviour. This commit
fixes AbstractServerHttpRequest.getQueryParams() to correctly return
decoded name-value pairs.
Issue: SPR-15140 | fix url decoding issue in reactive @requestparam | 48 | false | false | 7 | true | false | true | spring-projects | spring-framework | 13,421 |
88c5f5981f29a8815b9521adf49408780a12933b | Arjen Poutsma | Arjen Poutsma | Added DataBuffer Encoder/Decoder
This commit adds a DataBuffer Encoder and Decoder, and uses it in
the annotation-based processing model.
Note that these codecs are not used in the functional processing model,
since the BodyInserter/BodyExtractor already have methods for
writing/reading DataBuffers.
Issue: SPR-15148 | added databuffer encoder/decoder | 32 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,422 |
141e04aa0f43d221aa0a80569df70301fe294304 | Violeta Georgieva | Rossen Stoyanchev | Fix URI construction in UndertowServerHttpRequest
Ensure there is no "?" at the end of the generated URI when there is
no query available. | fix uri construction in undertowserverhttprequest | 49 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,423 |
8b7f3a65ed50f176b739d9723d8deff1d4362171 | Daniel Fernández | Rossen Stoyanchev | Fix exception if no RequestDataValueProcessor is present
This modification fixes the way AbstractView retrieves the
RequestDataValueProcessor bean, correctly returning null if there
is no bean of such type at the Application Context.
This avoids an exception in RedirectView (which extends AbstractView)
when trying to... | fix exception if no requestdatavalueprocessor is present | 56 | false | false | 7 | true | true | false | spring-projects | spring-framework | 13,424 |
052014783a6f40cc231a3c56192e78a4704906c4 | Juergen Hoeller | Juergen Hoeller | Remove outdated BeanFactoryLocator documentation references
Issue: SPR-15154 | remove outdated beanfactorylocator documentation references | 59 | false | false | 5 | true | true | false | spring-projects | spring-framework | 13,425 |
874b65331435a6f7d8c81b77f4b1c80c4960d957 | Juergen Hoeller | Juergen Hoeller | Clarified cookieMaxAge default
Issue: SPR-15155 | clarified cookiemaxage default | 30 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,426 |
2047f8d5ae4f00a1085c32251cbcde23dc2678d3 | Juergen Hoeller | Juergen Hoeller | Reference documentation for Groovy bean definition DSL
Issue: SPR-15153 | reference documentation for groovy bean definition dsl | 54 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,427 |
54da4a8c8e4e60f17f9295dc3df8ad58974f149d | Juergen Hoeller | Juergen Hoeller | Correct reference to XJC classpath | correct reference to xjc classpath | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,428 |
ac6aa53031b361e4ea8c74c6bdb4035715f37fb4 | Juergen Hoeller | Juergen Hoeller | Drop outdated BeanFactoryLocator / beanRefContext.xml mechanism
Issue: SPR-15154 | drop outdated beanfactorylocator / beanrefcontext.xml mechanism | 63 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,429 |
d96738d61337e52398d7bfd5cf8a066142637ccc | Juergen Hoeller | Juergen Hoeller | Revised indexer implementation
Issue: SPR-11890 | revised indexer implementation | 30 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,430 |
c42d44a42c83ee44d91f99bf41072bdc62cb9d48 | Juergen Hoeller | Juergen Hoeller | Polishing and documentation fixes | polishing and documentation fixes | 33 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,431 |
5471d6a465b1e2c86942615d4112d2bdf7d04ede | Juergen Hoeller | Juergen Hoeller | Revised indexer implementation
Issue: SPR-11890 | revised indexer implementation | 30 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,432 |
0c99346829b19a65fb435fb2557db3b2427de54b | Brian Clozel | Brian Clozel | Add SNI support in Netty4ClientHttpRequestFactory
This commit changes the `Bootstrap` to create a SSL Handler with
advisory peer information; this enables support for SNI.
Issue: SPR-15101 | add sni support in netty4clienthttprequestfactory | 49 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,433 |
e9db4d6f96e98a3bf1cf84fdf2463612363dcae3 | Juergen Hoeller | Juergen Hoeller | Proper resolution of Optional.empty() for header arguments
Issue: SPR-15151 | proper resolution of optional.empty() for header arguments | 58 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,434 |
46fc7fba8f173b1ef2c1644e9a4c385edb6af758 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,435 |
e59f4004eb896e9136e4c965184710d2ddd23663 | Juergen Hoeller | Juergen Hoeller | Use MockitoJUnitRunner from Mockito 2's preferred location
Issue: SPR-14880 | use mockitojunitrunner from mockito 2's preferred location | 58 | false | false | 7 | true | true | false | spring-projects | spring-framework | 13,436 |
95330d0e44356f98b591e4c865f6864a2b2be7d9 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,437 |
1922f03d24247001571e38e38ecea497c274b51f | Juergen Hoeller | Juergen Hoeller | StandardMultipartHttpServletRequest identifies MaxUploadSizeExceededException through keywords in message
Issue: SPR-9294 | standardmultiparthttpservletrequest identifies maxuploadsizeexceededexception through keywords in message | 105 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,438 |
62e530ec94fe2b9a60f15739356ef70065aa4371 | Juergen Hoeller | Juergen Hoeller | Resolve minor 4.3.x deprecations in master
Issue: SPR-15139 | resolve minor 4.3.x deprecations in master | 42 | false | false | 6 | true | true | true | spring-projects | spring-framework | 13,439 |
e97a55ad54b952c2489d448b6c22664caf3d3330 | Rossen Stoyanchev | Rossen Stoyanchev | WebClient supports Void response body
WebResponseExtractor uses Mono.when with the response status, headers,
and the decoded body. However when the response body stream is empty
then when completes empty too.
This change adds defaultIfEmpty handling for en empty response body. | webclient supports void response body | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,440 |
4bead6e5424126d52edf075d272e5cfe86984196 | Sam Brannen | Sam Brannen | Polish Javadoc for @GetMapping
Issue: SPR-13992 | polish javadoc for @getmapping | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,441 |
cbcc9998f16d34685ee34fefa56c6cb51d4616e3 | Sam Brannen | Sam Brannen | Support 'produces' and 'consumes' attributes in @DeleteMapping
Issue: SPR-13992 | support 'produces' and 'consumes' attributes in @deletemapping | 62 | false | false | 7 | false | true | false | spring-projects | spring-framework | 13,442 |
bea26413b4a237cc6fff1bae24ffdba7d10200f9 | Sam Brannen | Sam Brannen | Support 'produces' attribute in @[Post|Put|Patch]Mapping
Issue: SPR-13992 | support 'produces' attribute in @[post|put|patch]mapping | 56 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,443 |
78690a24fb3c0f0f163a8344d8ebc94fb743d589 | Sam Brannen | Sam Brannen | Add headers & name attributes to composed @RequestMapping annotations
Issue: SPR-13992 | add headers & name attributes to composed @requestmapping annotations | 69 | false | false | 9 | true | true | false | spring-projects | spring-framework | 13,444 |
b2648f84addf424256221369892548f1fb9e45d2 | Rossen Stoyanchev | Rossen Stoyanchev | DefaultWebSessionManager supports multiple sessions
Issue: #64 | defaultwebsessionmanager supports multiple sessions | 51 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,445 |
ca8acc8758043883a7c72ccdf36ddd755830d202 | Sam Brannen | Sam Brannen | Suppress warnings Gradle build | suppress warnings gradle build | 30 | false | false | 4 | false | true | false | spring-projects | spring-framework | 13,446 |
eb654dc177eee8ed9d5e3f03f879d1fa9b1bf4ef | Sam Brannen | Sam Brannen | Allow single element to override array in synthesized annotation
This commit picks up where 8ff9e818a53aed90da80e68f4948147f07bec394
left off.
Specifically, this commit introduces support that allows a single
element attribute to override an array attribute with a matching
component type when synthesizing annotations... | allow single element to override array in synthesized annotation | 64 | false | false | 9 | false | true | false | spring-projects | spring-framework | 13,447 |
1eadee5655e9d69d04afb83984438db7bc1363b9 | Stephane Maldini | Stephane Maldini | integration build with Reactor Core 2.5.0.M2 | integration build with reactor core 2.5.0.m2 | 44 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,448 |
e086a5d58b48e3d2cdff342b6b6b202af0f43852 | Stephane Nicoll | Stephane Nicoll | Polish
Add period unit in the description so that it shows up in the summary
description. | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,449 |
1772278053e7f57668671b2b9a4098f16cebd936 | Stephane Nicoll | Stephane Nicoll | Merge pull request #985 from verydapeng/master
* pr/985:
Add table title for @Transactional settings | merge pull request #985 from verydapeng/master | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 13,450 |
9d4c6e4d06c4f888166a8b0edc988037e715fe85 | Dapeng | Stephane Nicoll | Add table title for @Transactional settings
Closes gh-985 | add table title for @transactional settings | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 13,451 |
dfa1938ac191195c301da924f2d8ceb18678ba06 | Rossen Stoyanchev | Rossen Stoyanchev | Update what's new | update what's new | 17 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,452 |
ff2a911baa97921e018e6d5a7cd0f3dbaa55496e | Rossen Stoyanchev | Rossen Stoyanchev | Update MVC config to use CNM for static resources
The MVC config now plugs the configured ContentNegotiationManager into
resource request handling.
Issue: SPR-13658 | update mvc config to use cnm for static resources | 49 | false | false | 9 | false | true | false | spring-projects | spring-framework | 13,453 |
f1622569065374352b44a8e8dee9a16bbacef5a7 | Rossen Stoyanchev | Rossen Stoyanchev | Use ContentNegotiationManager for static resources
The ResourceHttpRequestHandler now relies on the conifgured
ContentNegotiationManager to determine the content type for resource
requests rather than implementing that internally.
First we check against the matched resource based on the resource file
extension. Then ... | use contentnegotiationmanager for static resources | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,454 |
1a76f7e9c20a0fb87c50a71a2444f9c61619c3bb | Rossen Stoyanchev | Rossen Stoyanchev | Polish static resource handling | polish static resource handling | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,455 |
5067f00228c4752363051fd8d565a4a422413336 | Brian Clozel | Brian Clozel | Polish
Issue: SPR-14018 | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,456 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.