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
41da04d3865d611ece65e6a236a3f3b3876e27f9
Ruben Dijkstra
Brian Clozel
Remove duplicate slash from resolved WebJar locations This commit updates the WEBJARS_LOCATION in WebJarResourceResolver to avoid getting duplicate slashes in resolved resources locations such as `/webjars//bootstrap/3.3.2/js/bootstrap.min.js`. Issue: SPR-14018
remove duplicate slash from resolved webjar locations
53
false
false
7
true
true
false
spring-projects
spring-framework
13,457
ca7aeaae35469bfaa6ddcd02336f23948c6fa30e
Rossen Stoyanchev
Rossen Stoyanchev
WebSessionIdResolver now returns List of ids Issue: #64
websessionidresolver now returns list of ids
44
false
false
6
false
false
false
spring-projects
spring-framework
13,458
dbc6478b8ab30513b2c65b8e0a54c6214aec6656
Rossen Stoyanchev
Rossen Stoyanchev
Refactor HTTP Cookie support There is now an HttpCookie (simple name-value pair) and separately a ServerHttpCookie sub-class with additional attributes that a server can send to clients. HttpHeaders is no longer the place to access cookies. Instead there is a read-only HttpCookie map on ServerHttpRequest and a mutabl...
refactor http cookie support
28
false
false
4
false
false
false
spring-projects
spring-framework
13,459
a8c777b35facc210caf8bf32d19f01f296aa9bea
Stephane Maldini
Stephane Maldini
Remove reference to Fluxion
remove reference to fluxion
27
false
false
4
true
true
true
spring-projects
spring-framework
13,460
ce4a687cf24385a4b01f9f117419981a87bba666
Stephane Maldini
Stephane Maldini
remove reactor-stream and related artefacts, update tests
remove reactor-stream and related artefacts, update tests
57
false
false
7
false
false
false
spring-projects
spring-framework
13,461
9e167045fcd7024558131416cf5706ed75247c8d
Rossen Stoyanchev
Rossen Stoyanchev
Update what's new
update what's new
17
false
false
3
false
false
false
spring-projects
spring-framework
13,462
6f2c968925c28d7269e1dada1d97b7dff2d6cf07
Rossen Stoyanchev
Rossen Stoyanchev
Support strict URI variable encoding The DefaulUriTemplateHandler now provides a strictEncoding property which if turned on encodes everything outside the reserved char set. This is in contrast to the default policy of encoding only illegal charaters depending on the URI component type. Issue: SPR-11652
support strict uri variable encoding
36
false
false
5
true
true
true
spring-projects
spring-framework
13,463
e98738d8ba618c1d30db8e82820d86141eddebc3
Rossen Stoyanchev
Rossen Stoyanchev
Polish UriTemplateHandler related classes
polish uritemplatehandler related classes
41
false
false
4
false
false
false
spring-projects
spring-framework
13,464
44c32128dcdbd4fc848ae0873d4a6aa84383569c
Brian Clozel
Brian Clozel
Add newline at the beginning of textarea JSP tags This commit adds a newline char at the beginning of textarea tags values. As per the HTML 4.01 spec (and browsers behavior), a line break following a start tag is ignored. This can lead to Spring's textarea tag to ignore a line break char at the beginning of a tag val...
add newline at the beginning of textarea jsp tags
49
false
false
9
true
true
true
spring-projects
spring-framework
13,465
36e2dd90a7840fe82d30016ec5e7adc0c054eb7a
Rossen Stoyanchev
Rossen Stoyanchev
Support contextPath override in ForwardedHeaderFilter Issue: SPR-13614
support contextpath override in forwardedheaderfilter
53
false
false
5
true
true
false
spring-projects
spring-framework
13,466
6fcc869338c004e6b5696314be7673a0d707e785
Rossen Stoyanchev
Rossen Stoyanchev
Polish ForwardedHeaderFilter Issue: SPR-13614
polish forwardedheaderfilter
28
false
false
2
false
false
false
spring-projects
spring-framework
13,467
067994712df49b50b955e93944245a770b3962ad
Sam Brannen
Sam Brannen
Make TestContextManager.getTestContext() public This commit changes the visibility of the getTestContext() method in TestContextManager from 'protected' to 'public' in order to support test method injection in JUnit 5 and similar use cases. Issue: SPR-14011
make testcontextmanager.gettestcontext() public
47
false
false
3
true
true
true
spring-projects
spring-framework
13,468
50bcd67fb639dfb10443c316c1377550f74f8cba
Brian Clozel
Brian Clozel
Relax SPR-13867 changes for ResourceHttpRequestHandler Prior to this change, SPR-13867 made sure that any class extending WebContentGenerator would not overwrite existing HTTP "Cache-Control" response headers - set by a filter, a Controller handler, etc. This caused issues with resource handling, since specifying a c...
relax spr-13867 changes for resourcehttprequesthandler
54
false
false
5
true
true
false
spring-projects
spring-framework
13,469
18e9699a2b31204feb1ae76a3e4b19cae7666236
Sam Brannen
Sam Brannen
Demo @ContextConfiguration as composed annotation with ACI This commit demonstrates how to register one or more @Configuration classes via an ApplicationContextInitializer in a composed annotation so that certain @Configuration classes are always registered whenever the composed annotation is used, even if the compose...
demo @contextconfiguration as composed annotation with aci
58
false
false
7
false
false
false
spring-projects
spring-framework
13,470
4cf0b59e00d20328b861865bfa86247c650c6497
Rossen Stoyanchev
Rossen Stoyanchev
Add ForwardedHeaderFilter The new Filter is simply a new way of packaging the ability to extract X-Forwarded-* headers already available via UriComponentsBuilder. The Filter wraps the request and the effect is that anything using the request will see the original schem, host, and port. Issue: SPR-13614
add forwardedheaderfilter
25
false
false
2
true
true
false
spring-projects
spring-framework
13,471
7b861c9a8aeda83ef6844633901d6f00ea28c4c0
Sebastien Deleuze
Sebastien Deleuze
Add defaultUseWrapper support to Jackson builder Issue: SPR-13975
add defaultusewrapper support to jackson builder
48
false
false
6
true
true
true
spring-projects
spring-framework
13,472
ffbf2649768b5e6b45a95ef97adf3a97fa209b10
Phillip Webb
Phillip Webb
Polish Javadoc
polish javadoc
14
false
false
2
false
false
false
spring-projects
spring-framework
13,473
379ce6354e9af061123cc75177b0c79cc0b6bf6b
Sebastien Deleuze
Sebastien Deleuze
Update for latest Reactor Core Snapshot
update for latest reactor core snapshot
39
false
false
6
false
false
false
spring-projects
spring-framework
13,474
dc52d4c31f03621c86f5ede93eee5542b81f625a
Sebastien Deleuze
Sebastien Deleuze
Update for latest Reactor Core Snapshot
update for latest reactor core snapshot
39
false
false
6
false
false
false
spring-projects
spring-framework
13,475
14948d4241f60f0ba43b43ecfd6aa49af2f41665
Stephane Maldini
Stephane Maldini
sync reactor
sync reactor
12
false
false
2
false
true
false
spring-projects
spring-framework
13,476
b3b3fc5a7ee6449cf80254c8ccfc5f79e58cde88
Stephane Nicoll
Stephane Nicoll
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,477
3df66d023ce9af988cc5e192b8de04422b7c1719
Brian Clozel
Brian Clozel
Polish documentation on WebApplicationInitializer Issue: SPR-13978
polish documentation on webapplicationinitializer
49
false
false
4
false
false
false
spring-projects
spring-framework
13,478
0d6f80052d7a08bec69c2ef70818ff6551b54c5c
Brian Clozel
Brian Clozel
Support conditional updates in ServletWebRequest Prior to this commit, `ServletWebRequest.checkNotModified` would only support conditional GET/HEAD requests with "If-Modified-Since" and/or "If-None-Match" request headers. In those cases, the server would return "HTTP 304 Not Modified" responses if the resource didn't ...
support conditional updates in servletwebrequest
48
false
false
5
true
true
true
spring-projects
spring-framework
13,479
b3abd3b80943e2904585d8774fe007761717d77c
Sebastien Deleuze
Sebastien Deleuze
Fix HeaderResultMatchers#string(String, String) assert order Issue: SPR-14004
fix headerresultmatchers#string(string, string) assert order
60
false
false
5
true
true
false
spring-projects
spring-framework
13,480
c38542739734c15e84a28ecc5f575127f25d310a
Sebastien Deleuze
Sebastien Deleuze
Allow to specify AbstractHttpMessageConverter default charset Before this commit, specifying the charset to use with produces or consumes @RequestMapping attributes resulted in default charset loss. That was really annoying for JSON for example, where using UTF-8 charset is mandatory in a lot of use cases. This commi...
allow to specify abstracthttpmessageconverter default charset
61
false
false
6
false
false
false
spring-projects
spring-framework
13,481
61824b1aded8f975f3e02e0b1a7ace63a993a6fb
Sam Brannen
Sam Brannen
Remove trailing whitespace from source code
remove trailing whitespace from source code
43
false
false
6
true
true
true
spring-projects
spring-framework
13,482
2bb2657483a35bdb81e8dc0a8f2651fefa1e29e2
Sam Brannen
Sam Brannen
Merge pull request #981 from sbrannen/SPR-13992 * SPR-13992: Introduce composed annotations for @RequestMapping
merge pull request #981 from sbrannen/spr-13992
47
true
false
6
false
false
false
spring-projects
spring-framework
13,483
467b5f3f2875775781387385173e03821299195f
Sam Brannen
Sam Brannen
Introduce composed annotations for @RequestMapping This commit introduces the following common composed annotations for @RequestMapping in Spring MVC and Spring MVC REST. - @GetMapping - @PostMapping - @PutMapping - @DeleteMapping - @PatchMapping Issue: SPR-13992
introduce composed annotations for @requestmapping
50
false
false
5
true
true
true
spring-projects
spring-framework
13,484
5923ee8af39a5a36017e3046146bdf0591ab0f61
Stephane Nicoll
Stephane Nicoll
Add sun.misc annotation marker This commit adds an annotation that should be used to mark any usage of the `sun.misc` API.
add sun.misc annotation marker
30
false
false
4
true
true
true
spring-projects
spring-framework
13,485
161ec15a4602733bf08990c72f0668be8deabbba
Sam Brannen
Sam Brannen
Merge pull request #982 from sbrannen/SPR-13993 * SPR-13993: Introduce composed annotations for web scopes
merge pull request #982 from sbrannen/spr-13993
47
true
false
6
false
false
false
spring-projects
spring-framework
13,486
b423596b2eee8af7d06237b0ebd05c8dea11e099
Sam Brannen
Sam Brannen
Introduce composed annotations for web scopes This commit introduces the following common composed annotations for web scopes. - @RequestScope - @SessionScope - @ApplicationScope Issue: SPR-13993
introduce composed annotations for web scopes
45
false
false
6
true
true
true
spring-projects
spring-framework
13,487
df7b24b8e771abbbebdb034fb436d37812329689
Sam Brannen
Sam Brannen
Allow non-public @Transactional test methods Prior to this commit, the TransactionalTestExecutionListener required @Transactional test methods to be public; however, neither TestNG nor JUnit 5 require that @Test methods are public. Consequently, non-public transactional test methods silently run *without* a transactio...
allow non-public @transactional test methods
44
false
false
5
true
true
true
spring-projects
spring-framework
13,488
197434b3ec3850ff2b6ab775fea2825f9dac3457
Sam Brannen
Sam Brannen
Polish TestNG integration tests
polish testng integration tests
31
false
false
4
false
false
false
spring-projects
spring-framework
13,489
816185233d85f53fe7e3fee005f9e7d149f04a42
Sam Brannen
Sam Brannen
Polish TransactionalTestExecutionListener
polish transactionaltestexecutionlistener
41
false
false
2
false
false
false
spring-projects
spring-framework
13,490
a02fd7c9953b8e7f629f4d3a66a450a13341576b
Juergen Hoeller
Juergen Hoeller
RequestMappingHandlerAdapter properly invokes handler method in case of no session as well Issue: SPR-13999
requestmappinghandleradapter properly invokes handler method in case of no session as well
90
false
false
12
false
false
false
spring-projects
spring-framework
13,491
9c0f99c0b51959bc2b34b51ff1e695906893e4f6
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,492
8e5e384de74d4ac8463a8eed3b38461f94718160
Juergen Hoeller
Juergen Hoeller
Test for constructor with unresolvable parameter name Issue: SPR-13987
test for constructor with unresolvable parameter name
53
false
false
7
false
false
false
spring-projects
spring-framework
13,493
1815a6a7ebafb184b1f08de6245898b19de19c6a
Juergen Hoeller
Juergen Hoeller
RequestMappingHandlerAdapter properly invokes handler method in synchronizeOnSession mode again Issue: SPR-13999
requestmappinghandleradapter properly invokes handler method in synchronizeonsession mode again
95
false
false
9
false
false
false
spring-projects
spring-framework
13,494
a2bfe86630a9407d0f33236f7f8d6edcc6cb12dc
Sam Brannen
Sam Brannen
Support @[Before|After]Transaction on non-public methods In order to align with the relaxed programming models of TestNG and the upcoming JUnit 5 (with regard to method visibility), this commit removes the requirement that @BeforeTransaction and @AfterTransaction methods must be 'public'. Issue: SPR-13997
support @[before|after]transaction on non-public methods
56
false
false
5
true
false
false
spring-projects
spring-framework
13,495
4197f002d87c1c02455cc640e20f89b28b10d271
Stephane Maldini
Stephane Maldini
Arrange WriteWithOperator to save some allocation cost with the same technique used by RSC and Reactor
arrange writewithoperator to save some allocation cost with the same technique used by rsc and reactor
102
false
false
16
true
true
false
spring-projects
spring-framework
13,496
423a4852c57bbf9beb65835b35a9be296c92fb2f
Stephane Maldini
Stephane Maldini
use EmptySubscription
use emptysubscription
21
false
false
2
true
true
false
spring-projects
spring-framework
13,497
fc1b2e96f791cf0536109a823c12594dad506e3c
Stephane Maldini
Stephane Maldini
Introduce Mono#justOrEmpty(T)
introduce mono#justorempty(t)
29
false
false
2
true
true
false
spring-projects
spring-framework
13,498
999dfe39253c12718ef6ed7414f4e8ad6684de43
Stephane Maldini
Stephane Maldini
Sync BaseSubscriber
sync basesubscriber
19
false
false
2
false
true
false
spring-projects
spring-framework
13,499
31e0386bcb32700c65375a7937a851d4239e209e
Sam Brannen
Sam Brannen
Stop referencing deprecated @TransactionConfiguration in Javadoc
stop referencing deprecated @transactionconfiguration in javadoc
64
false
false
6
false
false
false
spring-projects
spring-framework
13,500
9d3dd1bc136b0552bc8925452ad30071da1a7d99
Sam Brannen
Sam Brannen
Introduce SpringRunner 'alias' for SpringJUnit4ClassRunner This commit introduces a SpringRunner extension of SpringJUnit4ClassRunner that is intended to be used as an 'alias' for SpringJUnit4ClassRunner, primarily in order to simplify configuration of JUnit 4 based integration tests. Developers can use this alias as...
introduce springrunner 'alias' for springjunit4classrunner
58
false
false
5
true
true
false
spring-projects
spring-framework
13,501
24d9e99de1468ddd1bad3230faf88d5cfab98f20
Stephane Maldini
Stephane Maldini
Sync toCompletableFuture
sync tocompletablefuture
24
false
false
2
false
true
false
spring-projects
spring-framework
13,502
cc77a338b1270010212cefe6b6c1221aed08ec88
Stephane Maldini
Stephane Maldini
Sync reactor-core jdk8 bump
sync reactor-core jdk8 bump
27
false
false
4
false
false
false
spring-projects
spring-framework
13,503
4c477189a6fbaf1d39cc3fbc35cc7351e987cf57
Stephane Maldini
Stephane Maldini
revert module Reactor Fluxion to Reactor Stream
revert module reactor fluxion to reactor stream
47
false
false
7
false
true
false
spring-projects
spring-framework
13,504
9f94f8c88ed77b2a9e3c45696c9a7c6c081524b8
Stephane Maldini
Stephane Maldini
Sync to Fluxion to remove Stream confusion
sync to fluxion to remove stream confusion
42
false
false
7
false
false
false
spring-projects
spring-framework
13,505
0c668382688fc2f6fc242fba09a9adaef3c1277a
Sam Brannen
Sam Brannen
Polish Javadoc for @RequestMapping
polish javadoc for @requestmapping
34
false
false
4
false
false
false
spring-projects
spring-framework
13,506
6fcb6630d75078b1b3928cfb7ab2a68c4807cce4
Sam Brannen
Sam Brannen
Clean up warnings in SampleAsyncTests
clean up warnings in sampleasynctests
37
false
false
5
false
false
false
spring-projects
spring-framework
13,507
ab16053ed4defa2dc009bddb3a22199aea75e42b
Juergen Hoeller
Juergen Hoeller
Redistribute AOP Alliance interfaces in spring-aop again (as in Spring 2.x) Issue: SPR-13984
redistribute aop alliance interfaces in spring-aop again (as in spring 2.x)
75
false
false
11
false
true
false
spring-projects
spring-framework
13,508
8a83af55b8adf833683b8d9a6924eecf69709a12
Juergen Hoeller
Juergen Hoeller
Consistent resolution of factory method exceptions Issue: SPR-13985
consistent resolution of factory method exceptions
50
false
false
6
false
false
false
spring-projects
spring-framework
13,509
03affa02dbb3d629d12228b1622a1d2c8cd37931
Juergen Hoeller
Juergen Hoeller
ConfigurationClassParser detects @Bean methods in interface hierarchies as well Issue: SPR-14288
configurationclassparser detects @bean methods in interface hierarchies as well
79
false
false
9
false
false
false
spring-projects
spring-framework
13,510
33c5a197698fdd87ff9edcafdf77d3993e35ae98
Rossen Stoyanchev
Rossen Stoyanchev
Handle unresolved view name
handle unresolved view name
27
false
false
4
true
true
true
spring-projects
spring-framework
13,511
a72462cd8c17e41c62fcfc8dc7538d0d9c52f5e2
Rossen Stoyanchev
Rossen Stoyanchev
Polish view resolution tests
polish view resolution tests
28
false
false
4
false
false
false
spring-projects
spring-framework
13,512
f7d4688b8457f9ce3527dc70cb69c3fe3f7762a2
Rossen Stoyanchev
Rossen Stoyanchev
Improve 404 "handler not found" handling Remove handler inserted at the end to generate error in favor of doing the same using the otherwiseIfEmpty operator.
improve 404 "handler not found" handling
40
false
false
6
true
false
true
spring-projects
spring-framework
13,513
2d85accb833bb5cd5e7f44c38c29919af82c836b
Juergen Hoeller
Juergen Hoeller
SpringTilesContainerFactory uses Tiles 3's createDecoratedContainer Issue: SPR-14311
springtilescontainerfactory uses tiles 3's createdecoratedcontainer
67
false
false
5
false
false
false
spring-projects
spring-framework
13,514
31a93792b27be268255cb4aba3c8ab6e4e4db7ff
Sam Brannen
Sam Brannen
Delete unused imports
delete unused imports
21
false
false
3
true
true
true
spring-projects
spring-framework
13,515
49bc2a9a02ba66af92f37cad15178f2dcf087807
Sam Brannen
Sam Brannen
Clean up warnings in PersistenceXmlParsingTests
clean up warnings in persistencexmlparsingtests
47
false
false
5
false
false
false
spring-projects
spring-framework
13,516
c6ed12297f284ef8b7385683fe40e1faf4d0ef95
Brian Clozel
Brian Clozel
Add Host property in HttpServerSupport And change the defaults to: * "0.0.0.0" for the host * any available port, starting at 8080
add host property in httpserversupport
38
false
false
5
true
true
true
spring-projects
spring-framework
13,517
03fe209862e2609f9bd25725b501b9c6bf0c751a
Arjen Poutsma
Arjen Poutsma
Renamed ReactiveHttpOutputMessage dataBufferFactory() method to bufferFactory()
renamed reactivehttpoutputmessage databufferfactory() method to bufferfactory()
79
false
false
6
false
false
false
spring-projects
spring-framework
13,518
917948deac778b96bb2e5fb9784e9265fa6d8d95
Stephane Nicoll
Stephane Nicoll
Polish SpEL documentation Issue: SPR-14243
polish spel documentation
25
false
false
3
false
false
false
spring-projects
spring-framework
13,519
d36286c7d1b5ffd13d847e3b97f4da2d8df66d74
Arjen Poutsma
Arjen Poutsma
Renamed DataBufferAllocator to DataBufferFactory
renamed databufferallocator to databufferfactory
48
false
false
4
false
false
false
spring-projects
spring-framework
13,520
6f461647274eb58781c4434d59668e111d0fbf6c
Arjen Poutsma
Arjen Poutsma
Changed reduceToSingleBuffer to splitOnNewline In order to be more "reactive", changed StringDecoder's default from merging all buffers in the stream to a single buffer into splitting the buffers along newline (\r, \n) characters.
changed reducetosinglebuffer to splitonnewline
46
false
false
4
false
false
false
spring-projects
spring-framework
13,521
74abe9280447b41117cf423fba938cfff437c455
Arjen Poutsma
Arjen Poutsma
Added DataBuffer indexOf and lastIndexOf This commit introduces DataBuffer.indexOf(IntPredicate) and lastIndexOf(IntPredicate), for finding the index of a byte in a DataBuffer. It also introduces DataBufferUtils.tokenize, which tokenizes a DataBuffer into separate tokens, given a delimiter function.
added databuffer indexof and lastindexof
40
false
false
5
false
false
false
spring-projects
spring-framework
13,522
f0c8c4e7a44f75cfed97a22fdec95df590204026
Rossen Stoyanchev
Rossen Stoyanchev
Add request path based default view name support
add request path based default view name support
48
false
false
8
false
true
false
spring-projects
spring-framework
13,523
abfe3f209d513eed28243b9d3a00eb6db4939e6e
Juergen Hoeller
Juergen Hoeller
DefaultPersistenceUnitManager can determine persistence unit root from orm.xml location Issue: SPR-14246
defaultpersistenceunitmanager can determine persistence unit root from orm.xml location
87
false
false
9
false
false
false
spring-projects
spring-framework
13,524
793638e610fa01cfffa53e1edcab56c98b2d5751
Rossen Stoyanchev
Rossen Stoyanchev
Rename ViewResolverResultHandler to ViewResolution~
rename viewresolverresulthandler to viewresolution~
51
false
false
4
false
true
false
spring-projects
spring-framework
13,525
8b99c51969ab8f2354685956fb5724fbc4de72d0
Rossen Stoyanchev
Rossen Stoyanchev
Fix compiler warnings
fix compiler warnings
21
false
false
3
true
true
true
spring-projects
spring-framework
13,526
eb9fe235fe1d4731e1f0e0a0aa6b97270724b061
Rossen Stoyanchev
Rossen Stoyanchev
Properly handle Mono.empty() for view resolution This commit ensures correct handling for Mono.empty() return value where the declared return type is Mono<String> or Mono<View>.
properly handle mono.empty() for view resolution
48
false
false
6
false
false
false
spring-projects
spring-framework
13,527
91a5759cf5125954541336a615b9796daaf89626
Rossen Stoyanchev
Rossen Stoyanchev
Polish result handlers default order
polish result handlers default order
36
false
false
5
false
false
false
spring-projects
spring-framework
13,528
bc782902d7e6b6abeb8041d620f0a7b7657496b5
Rossen Stoyanchev
Rossen Stoyanchev
Remove java.util.Optional from View contract
remove java.util.optional from view contract
44
false
false
5
true
true
true
spring-projects
spring-framework
13,529
4d04bd5690c07c6f6ac739344755583532a39c1d
Rossen Stoyanchev
Rossen Stoyanchev
Consolidate view resolution under result.view While View and ViewResolver play the same role as in spring-webmvc they are now abstracted behind the HandlerResultHandler abstraction so that top-level contracts don't reference them and the DispatcherHandler is also unaware of their existence. Furthermore view resolutio...
consolidate view resolution under result.view
45
false
false
5
true
true
true
spring-projects
spring-framework
13,530
a979885d17d3eb18ad1d35bab5c664cfc6d8bd98
Juergen Hoeller
Juergen Hoeller
SettableListenableFuture properly rethrows Error Issue: SPR-14298
settablelistenablefuture properly rethrows error
48
false
false
4
false
false
false
spring-projects
spring-framework
13,531
318b15c321963ad772ae9e4762c25b205047a463
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,532
2263954ad7d760c145eeaf4b02c2e9a68f118ad1
Rossen Stoyanchev
Rossen Stoyanchev
Respect produces condition in @ResponseBody algorithm
respect produces condition in @responsebody algorithm
53
false
false
6
false
false
false
spring-projects
spring-framework
13,533
dacc31e3d31527f2fbd75122bb75ffb24758a2a8
Juergen Hoeller
Juergen Hoeller
For attribute is not actually required Issue: SPR-14287
for attribute is not actually required
38
false
false
6
false
false
false
spring-projects
spring-framework
13,534
65f6ea320a13bc4d1f702ff44e871e68dfbcaba2
Juergen Hoeller
Juergen Hoeller
Upgrade to Objenesis 2.3 and Moneta 1.1 Issue: SPR-14292 Issue: SPR-14296
upgrade to objenesis 2.3 and moneta 1.1
39
false
false
7
false
false
false
spring-projects
spring-framework
13,535
4e8754ea87c1f52c589049eb123cc5e0e897639f
Rossen Stoyanchev
Rossen Stoyanchev
Add reset() to MockRestServiceServer Issue: SPR-14306
add reset() to mockrestserviceserver
36
false
false
4
true
true
true
spring-projects
spring-framework
13,536
a017e2848a792038b10eec635ab10e4809a2883b
Rossen Stoyanchev
Rossen Stoyanchev
Rename ContentTypeResolver to RequestedContentTypeResolver
rename contenttyperesolver to requestedcontenttyperesolver
58
false
false
4
false
true
false
spring-projects
spring-framework
13,537
37404d081e807c1f4926590a78f1d4da266fb5c3
Rossen Stoyanchev
Rossen Stoyanchev
Use ContentTypeResolver for content negotiation
use contenttyperesolver for content negotiation
47
false
false
5
true
true
true
spring-projects
spring-framework
13,538
f4ab6d8d52da2cc32e59f476b2f49ef6963c0436
Rossen Stoyanchev
Rossen Stoyanchev
MockRestServiceServerBuilder can be re-used Issue: SPR-14306
mockrestserviceserverbuilder can be re-used
43
false
false
4
false
false
false
spring-projects
spring-framework
13,539
a1851845add6099b3190e94dc02d38f7b18da678
Stephane Nicoll
Stephane Nicoll
Merge pull request #1065 from benelog:fix-comment * pr/1065: Polish javadoc in TableMetaDataContext
fix-comment
11
false
false
1
false
false
false
spring-projects
spring-framework
13,540
06e3ee68203467a0d9ec692885d20569a4f10fba
Sanghyuk Jung
Stephane Nicoll
Polish javadoc in TableMetaDataContext Closes gh-1065
polish javadoc in tablemetadatacontext
38
false
false
4
false
false
false
spring-projects
spring-framework
13,541
2292e46b04c65d4f3f8193b0eab249a8058e59a8
Rossen Stoyanchev
Rossen Stoyanchev
Update empty return value ResponseBody handling When a null is returned from an @ResponseBody method, rather than returning Mono.empty() immediately, convert it to Mono.empty() and apply the same processing. Currently that doesn't make a practical difference but it's more accurate to do it this way. Eventually it may...
update empty return value responsebody handling
47
false
false
6
false
false
false
spring-projects
spring-framework
13,542
91d063899bd816cc57815ac0b2317b3ab674868e
Rossen Stoyanchev
Rossen Stoyanchev
Polish ResponseBody result handling
polish responsebody result handling
35
false
false
4
false
false
false
spring-projects
spring-framework
13,543
aa3b04c937e807692f0a714832513235020bd18e
Stephane Nicoll
Stephane Nicoll
Merge pull request #1064 from izeye:patch-6 * pr/1064: Polish Javadoc in MediaType
patch-6
7
false
false
1
false
false
false
spring-projects
spring-framework
13,544
ace624a01abcfac3c26fc11f5c507d6d93241395
Johnny Lim
Stephane Nicoll
Polish Javadoc in MediaType Closes gh-1064
polish javadoc in mediatype
27
false
false
4
false
false
false
spring-projects
spring-framework
13,545
da3b21b020b4a5a733196b54ca1ae218f27fe741
Rossen Stoyanchev
Rossen Stoyanchev
Fix typo in build script
fix typo in build script
24
false
false
5
true
true
true
spring-projects
spring-framework
13,546
662e093fbb0d60ffa31fef8dcc3f6ac64ab9d10b
Rossen Stoyanchev
Rossen Stoyanchev
Temporarily fix RxJava at 1.1.1 to avoid hanging tests Issue #103
temporarily fix rxjava at 1.1.1 to avoid hanging tests
54
false
false
9
false
false
false
spring-projects
spring-framework
13,547
7d4d3db0ddd90fe70fd305b27410124301da1b45
Stephane Nicoll
Stephane Nicoll
Add alternative database name for HANA Issue: SPR-14261
add alternative database name for hana
38
false
false
6
true
true
true
spring-projects
spring-framework
13,548
c2625f968c9722b6d8d9617a8c2293ec0a3950ab
Rossen Stoyanchev
Rossen Stoyanchev
Properly handle single-value map with @MatrixVariable Issue: SPR-14294
properly handle single-value map with @matrixvariable
53
false
false
6
false
false
false
spring-projects
spring-framework
13,549
400206a2feb17919ee4ba192eb495198dcaafe03
Rossen Stoyanchev
Rossen Stoyanchev
Update @RestController javadoc Issue: SPR-13945
update @restcontroller javadoc
30
false
false
3
false
true
false
spring-projects
spring-framework
13,550
a9217d51c27c3846eb9e5e2cfc8e3cfff0193c38
Rossen Stoyanchev
Rossen Stoyanchev
Safe InetSocketAddress init for WebSocket and SockJS Issue: SPR-14295
safe inetsocketaddress init for websocket and sockjs
52
false
false
7
false
false
false
spring-projects
spring-framework
13,551
9c02a99d38f69e976e38a65cb7f49f8b0169c9f1
Stephane Nicoll
Stephane Nicoll
Polish doc SPR-14290
polish doc
10
false
false
2
true
false
false
spring-projects
spring-framework
13,552
3fb58cda8e9b5a36ce241f32f3578344328e240b
Rossen Stoyanchev
Rossen Stoyanchev
Wrap Jetty WebSocketException Issue: SPR-14267
wrap jetty websocketexception
29
false
false
3
false
true
false
spring-projects
spring-framework
13,553
1e003a1c90fe7f5aa91f99a34fa5be53a43ad6d8
Rossen Stoyanchev
Rossen Stoyanchev
Remove unnecessary assertion Issue: SPR-14279
remove unnecessary assertion
28
false
false
3
true
true
true
spring-projects
spring-framework
13,554
5cbc29e61e4137b418cdc2e6353c1b19bd434b5b
Sebastien Deleuze
Sebastien Deleuze
Upgrade to Tomcat 8.5.2
upgrade to tomcat 8.5.2
23
false
false
4
false
false
false
spring-projects
spring-framework
13,555
4a81aaba6c6d58a7e49b116b94b8f6c518392d99
Rossen Stoyanchev
Rossen Stoyanchev
Fix STOMP connect failure related memory leak Normally heartbeats keep connections from hanging. However in some cases a connection may hang before a CONNECTED frame is received and heartbeats are put in place. This commit adds a change to enforce a 60 limit on receiving the CONNECTED frame. Issue: SPR-14266
fix stomp connect failure related memory leak
45
false
false
7
false
false
false
spring-projects
spring-framework
13,556