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
74de35df1ecccd13e982d6a684bddfcd69183b09
Rossen Stoyanchev
Rossen Stoyanchev
Refactor async result handling in Spring MVC Test This change removes the use of a CountDownLatch to wait for the asynchronously computed controller method return value. Instead we check in a loop every 200 milliseconds if the result has been set. If the result is not set within the specified amount of time to wait an...
refactor async result handling in spring mvc test
49
false
false
8
false
false
false
spring-projects
spring-framework
17,457
e50cff47c1a9a955f7814e12e64dce93eb43aed0
Juergen Hoeller
Juergen Hoeller
KeyGenerators should not return a plain array parameter as raw key but rather always handle that case in a deepHashCode fashion Issue: SPR-11505
keygenerators should not return a plain array parameter as raw key but rather always handle that case in a deephashcode fashion
127
false
false
21
false
false
false
spring-projects
spring-framework
17,458
a434903a2a5483b4d0f7976cb37957e4771b1e88
Rossen Stoyanchev
Rossen Stoyanchev
Adjust log level in LoggingWebSocketHandlerDecorator
adjust log level in loggingwebsockethandlerdecorator
52
false
false
5
true
true
false
spring-projects
spring-framework
17,459
9325a99bf0e3d88840b4da44bb47da5b6492d4f2
Stephane Nicoll
Stephane Nicoll
Merge pull request #462 from snicoll/cache-tx-tests * cache-tx-tests: Add tests for TransactionAwareCacheDecorator
merge pull request #462 from snicoll/cache-tx-tests
51
true
false
6
false
false
false
spring-projects
spring-framework
17,460
45406aa19b5445bd923809b9f782a0dd6490526a
Stephane Nicoll
Stephane Nicoll
Add tests for TransactionAwareCacheDecorator This commit adds tests for TransactionAwareCacheDecorator. In particular, the put/evict behaviour when the operation is invoked in the course of Spring-managed transaction.
add tests for transactionawarecachedecorator
44
false
false
4
true
true
true
spring-projects
spring-framework
17,461
ad317774fb8e0b1f70e0135e5786c94c2521fb73
Juergen Hoeller
Juergen Hoeller
instantiateUsingFactoryMethod avoids NPE and reports argument types in case of explicitArgs and resolved generic arguments as well Issue: SPR-11517
instantiateusingfactorymethod avoids npe and reports argument types in case of explicitargs and resolved generic arguments as well
130
false
false
17
false
false
false
spring-projects
spring-framework
17,462
9891bdc7b43feb970951658a808d701aec13b10b
Sam Brannen
Sam Brannen
Clean up "abstract" test issues - Deleted empty AbstractWebSocketClientTests class. - AbstractServletHandlerMethodTests and AbstractHttpRequestTests are now actually declared as abstract. - The following classes are not abstract but currently have an "Abstract" prefix and therefore get ignored by the Gradle...
clean up "abstract" test issues
31
false
false
5
false
false
false
spring-projects
spring-framework
17,463
b42f258c54c84fe268002394ce37d8a2b8aed83d
Sam Brannen
Sam Brannen
Use unmodifiable set in AbstractSockJsSession
use unmodifiable set in abstractsockjssession
45
false
false
5
true
true
true
spring-projects
spring-framework
17,464
705efc5bdf7971cde7a1de1b05b437cea557eee9
Rossen Stoyanchev
Rossen Stoyanchev
Fix timing issue with obtaining async result Issue: SPR-11516
fix timing issue with obtaining async result
44
false
false
7
true
true
true
spring-projects
spring-framework
17,465
c146be2eb7720f978068d6937955a7ac3b285911
Stephane Nicoll
Stephane Nicoll
Merge pull request #477 from candrews/patch-1 * patch-1: Fix SimpleKey equality with array argument
merge pull request #477 from candrews/patch-1
45
true
false
6
true
false
false
spring-projects
spring-framework
17,466
6d8f3a0a20fe3f0f75dc98eccd7080248238f567
Craig Andrews
Stephane Nicoll
Fix SimpleKey equality with array argument Prior to this commit, an array argument was not handled properly in SimpleKey#equals and SimpleKey#hashCode. As a result, two method invocations with the same array argument lead to two different keys and therefore two different entries in the cache. This commit uses deepEqu...
fix simplekey equality with array argument
42
false
false
6
true
true
true
spring-projects
spring-framework
17,467
9b771573ec2e492d3f044e8570e8d76670ec0d74
Juergen Hoeller
Juergen Hoeller
Log4jWebConfigurer does not try to parse empty "log4jRefreshInterval" context-param Issue: SPR-11507
log4jwebconfigurer does not try to parse empty "log4jrefreshinterval" context-param
83
false
false
9
false
false
false
spring-projects
spring-framework
17,468
f3884084f27d9058d6a56cf27d695b373e203e7c
Juergen Hoeller
Juergen Hoeller
Optimized DefaultResourceLoader's getResource implementation for "/..." paths, not relying on URL parsing exceptions for such a common case anymore Issue: SPR-8283
optimized defaultresourceloader's getresource implementation for "/..." paths, not relying on url parsing exceptions for such a common case anymore
147
false
false
19
false
false
false
spring-projects
spring-framework
17,469
cb41f42791acfa634d0bd3ccfa753eff50865563
Juergen Hoeller
Juergen Hoeller
AbstractApplicationEventMulticaster filters listeners against their type first, avoiding eager retrieval of listener instances for non-matching events Issue: SPR-11501
abstractapplicationeventmulticaster filters listeners against their type first, avoiding eager retrieval of listener instances for non-matching events
150
false
false
16
false
false
false
spring-projects
spring-framework
17,470
fa442244302188695f11b45589aa69c6785a7c57
Sam Brannen
Sam Brannen
Aggregate JUnit and TestNG test reports Prior to this commit, the test results for JUnit tests overwrote the results for TestNG tests in the HTML test report generated by the Gradle build. This commit addresses this problem by introducing a new 'aggregateTestReports' task in the spring-test module and making the 'che...
aggregate junit and testng test reports
39
false
false
6
false
false
false
spring-projects
spring-framework
17,471
a60b34fd9eed26c852bfed93d2d108a863cce011
Sam Brannen
Sam Brannen
Merge pull request #476 from platan/master Update MockRestServiceServer example in reference manual
merge pull request #476 from platan/master
42
true
false
6
false
false
false
spring-projects
spring-framework
17,472
7cf5e3a508ea255617835bfb71fc3a3c19efb870
Marcin Mielnicki
Marcin Mielnicki
Outdated code example correction in section 10.3.6
outdated code example correction in section 10.3.6
50
false
false
7
false
false
false
spring-projects
spring-framework
17,473
53017da0c369041f5a6c8de64c370f07840341c1
Brian Clozel
Brian Clozel
Update reference documentation for SPR-11486 Issue: SPR-11486
update reference documentation for spr-11486
44
false
false
5
true
true
true
spring-projects
spring-framework
17,474
035d9d5af091b9472d82cd831f6a8bfc917dd5ec
Stephane Nicoll
Stephane Nicoll
Clarify exception handling in converter Issue: SPR-11500
clarify exception handling in converter
39
false
false
5
true
true
true
spring-projects
spring-framework
17,475
8f3a8975026b0982ad20d4915976631f496442bb
Sam Brannen
Sam Brannen
Polish AbstractSockJsSession
polish abstractsockjssession
28
false
false
2
false
false
false
spring-projects
spring-framework
17,476
42382996612825c96c745a593716f31446075a5c
Rossen Stoyanchev
Rossen Stoyanchev
Add smart logging for disconnected SockJS clients The Servlet API does not provide notifications when a client disconnects, see see https://java.net/jira/browse/SERVLET_SPEC-44. Therefore network IO failures may occur simply because a client has gone away. Before this change that could fill logs with unnecessary stack...
add smart logging for disconnected sockjs clients
49
false
false
7
true
true
true
spring-projects
spring-framework
17,477
5d4ed4efe5598aa966b658bfbface0419d1f676c
Sam Brannen
Sam Brannen
Fix DocBook to AsciiDoc conversion errors - "__ `text`__" --> "__`text`__" - "`text` s" --> "`text`s"
fix docbook to asciidoc conversion errors
41
false
false
6
true
true
true
spring-projects
spring-framework
17,478
1d47034736af06998e871f53ab7ce3fb082df991
Sam Brannen
Sam Brannen
Merge pull request #466 from olivergierke/SPR-11459 * SPR-11459: Update ref. manual to favor constructor injection
merge pull request #466 from olivergierke/spr-11459
51
true
false
6
false
false
false
spring-projects
spring-framework
17,479
74969a47945aadf171d78b29c04046544c5c0e69
Oliver Gierke
Sam Brannen
Update ref. manual to favor constructor injection The breakout box named "Constructor-based or setter-based DI?" in the reference manual currently recommends the use of setter injection. This commit refines this text to align with current best practices and now favors constructor injection over setter injection. Iss...
update ref. manual to favor constructor injection
49
false
false
7
true
false
true
spring-projects
spring-framework
17,480
9af7d2646bd44a51c45f63ce649b1990da48e7bb
Juergen Hoeller
Juergen Hoeller
Added documentation on how to set up JSR-303 method validation Also removed outdated Struts references and made use of 'javadocs' term consistent. Issue: SPR-11473
added documentation on how to set up jsr-303 method validation
62
false
false
10
false
false
false
spring-projects
spring-framework
17,481
473061ec1ebe7404fe8221cb8652b07a0f12dc66
Juergen Hoeller
Juergen Hoeller
Added explicit note on thread safety to JdbcTemplate variants Issue: SPR-11478
added explicit note on thread safety to jdbctemplate variants
61
false
false
9
false
false
false
spring-projects
spring-framework
17,482
c553d681f14bb19fac3bc25d8ecec83ae7347071
Rossen Stoyanchev
Rossen Stoyanchev
Add Servlet 3.1 methods to mock request Issue: SPR-11492
add servlet 3.1 methods to mock request
39
false
false
7
true
true
true
spring-projects
spring-framework
17,483
3786993eb03adeb98c4312b99f0328d0cf5586a3
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #474 from sdeleuze/SPR-11488
merge pull request #474 from sdeleuze/spr-11488
47
true
false
6
true
false
false
spring-projects
spring-framework
17,484
c4000727eff5d5af4ac47797121a686f07f278bd
Rossen Stoyanchev
Rossen Stoyanchev
Move customize(Un)Marshaller methods to abstract class Issue: SPR-11488
move customize(un)marshaller methods to abstract class
54
false
false
6
false
false
false
spring-projects
spring-framework
17,485
45be8c06921206bfd008bef8044f1e7bcbe27595
Sebastien Deleuze
Rossen Stoyanchev
Add marshalling hooks in Jaxb2RootElementHttpMessageConverter Allow Jaxb2RootElementHttpMessageConverter subclasses to customize the {@link Marshaller} and the {@link Unmarshaller} created by the message converter. Issue: SPR-11488
add marshalling hooks in jaxb2rootelementhttpmessageconverter
61
false
false
5
true
true
false
spring-projects
spring-framework
17,486
474142a8625b7e5c00cb4eaae0193c54a559e3a7
Sam Brannen
Sam Brannen
Update link to Pro Git in CONTRIBUTING page
update link to pro git in contributing page
43
false
false
8
false
true
false
spring-projects
spring-framework
17,487
3a758a8c60c8a6f77874adf94ec05c15f40b4039
Sam Brannen
Sam Brannen
Update link to Pro Git in CONTRIBUTING page
update link to pro git in contributing page
43
false
false
8
false
true
false
spring-projects
spring-framework
17,488
b22ae598ca6e45b9f4787728d64b1280018897c1
Brian Clozel
Brian Clozel
update org name in links SpringSource github org name changed to spring-projects.
update org name in links
24
false
false
5
false
true
false
spring-projects
spring-framework
17,489
5637890661bd2531a474f531823285030d621f44
Sam Brannen
Sam Brannen
Link to @SpringCentral in README
link to @springcentral in readme
32
false
false
5
false
false
false
spring-projects
spring-framework
17,490
57ecb9f307a481621b986c1be556098b5802196c
Sam Brannen
Sam Brannen
Polish formatting and update links in README
polish formatting and update links in readme
44
false
false
7
false
false
false
spring-projects
spring-framework
17,491
035bac025a2e8062a1894ae9651930e528511e27
Rossen Stoyanchev
Rossen Stoyanchev
Use unique names when auto-registering Filters AbstractDispatcherServletInitializer now adds a unique suffix to a filter name if it fails to register it. Issue: SPR-11493
use unique names when auto-registering filters
46
false
false
6
true
true
true
spring-projects
spring-framework
17,492
8b24f99487d22950389e5007b486142bbd43c19f
Rossen Stoyanchev
Rossen Stoyanchev
Update CONTRIBUTING.md
update contributing.md
22
false
false
2
false
false
false
spring-projects
spring-framework
17,493
fc05df0f14add7d53bbe8f2c0a1cdedc2b320e1a
Brian Clozel
Brian Clozel
Expose path matching settings in MVC Java config Prior to this commit, one had to provide her own RequestMappingHandlerMapping instance (i.e extend WebMvcConfigurationSupport and override the requestMappingHandlerMapping method) in order to customize path matching properties on that bean. Since SPR-10163, XML config ...
expose path matching settings in mvc java config
48
false
false
8
false
true
false
spring-projects
spring-framework
17,494
1c90bf5e4f53f77a13eed269d7e0e0c32ab7f07c
Rossen Stoyanchev
Rossen Stoyanchev
Update CONTRIBUTING.md
update contributing.md
22
false
false
2
false
false
false
spring-projects
spring-framework
17,495
d108db8a797cac08ab49da1ea7842d14016d8b2b
Sam Brannen
Sam Brannen
Polish CONTRIBUTING page
polish contributing page
24
false
false
3
false
false
false
spring-projects
spring-framework
17,496
2edff2135f7052ae33165a82de9ae7828283b930
Sam Brannen
Sam Brannen
Polish Javadoc for DefaultContentTypeResolver
polish javadoc for defaultcontenttyperesolver
45
false
false
4
false
false
false
spring-projects
spring-framework
17,497
ac61b13a7c8284dea58ca4d2a046a44d317ced00
Juergen Hoeller
Juergen Hoeller
AnnotatedElementUtils wraps unexpected exceptions with descriptive IllegalStateException Issue: SPR-10441
annotatedelementutils wraps unexpected exceptions with descriptive illegalstateexception
88
false
false
7
false
false
false
spring-projects
spring-framework
17,498
1763bfbad04704f4a38290f371119a3544f7546b
Juergen Hoeller
Juergen Hoeller
Fixed content length check in XmlValidationModeDetector Issue: SPR-11477
fixed content length check in xmlvalidationmodedetector
55
false
false
6
false
false
false
spring-projects
spring-framework
17,499
f60bd2566685d8af19267b78e2a541d58ba5f3eb
Stephane Nicoll
Stephane Nicoll
Merge pull request #874 from kamilszymanski/fix-configuration-docs * pr/874: Fix `@Configuration` javadoc typo
merge pull request #874 from kamilszymanski/fix-configuration-docs
66
true
false
6
false
false
false
spring-projects
spring-framework
17,500
6802504db0fafc29971ef72eafe782c61775e709
Kamil Szymanski
Stephane Nicoll
Fix `@Configuration` javadoc typo Closes gh-874
fix `@configuration` javadoc typo
33
false
false
4
false
true
false
spring-projects
spring-framework
17,501
77c5b3fd657e731a560351d764f12e2ace9b595a
Sebastien Deleuze
Sebastien Deleuze
Fix RxNetty tests by finding a new port for each test
fix rxnetty tests by finding a new port for each test
53
false
false
11
true
true
false
spring-projects
spring-framework
17,502
3b17de8ab21bc8ad9549b6cea6524baae5ba5c25
Stephane Nicoll
Stephane Nicoll
Merge pull request #873 from izeye/patch-5 * pr/873: Add a missing `@throws` in Javadoc
merge pull request #873 from izeye/patch-5
42
true
false
6
true
false
false
spring-projects
spring-framework
17,503
1aa77ef81733a5c5573361ec396751c6fc1d8310
izeye
Stephane Nicoll
Add a missing `@throws` in Javadoc Closes gh-873
add a missing `@throws` in javadoc
34
false
false
6
true
true
true
spring-projects
spring-framework
17,504
6da7453517f2a04bd47d7265f7cb71f60b804d3d
Stephane Maldini
Stephane Maldini
Merge remote-tracking branch 'origin/master'
merge remote-tracking branch 'origin/master'
44
true
false
4
false
false
false
spring-projects
spring-framework
17,505
4d29110cd7cc722e289847dc660c06b52ec905ec
Sebastien Deleuze
Sebastien Deleuze
Polish Gradle configuration for deployment
polish gradle configuration for deployment
42
false
false
5
false
false
false
spring-projects
spring-framework
17,506
5e39858780ee68bb65986109d0841216d705e69b
Stephane Maldini
Stephane Maldini
ignore for now
ignore for now
14
false
false
3
false
false
false
spring-projects
spring-framework
17,507
e2bfbdcfd160d1a7be64b8eca53190f5698b7bcf
Sam Brannen
Sam Brannen
Support attribute overrides with @ResponseStatus This commit introduces support for attribute overrides for @ResponseStatus when @ResponseStatus is used as a meta-annotation on a custom composed annotation. Specifically, this commit migrates all code that looks up @ResponseStatus from using AnnotationUtils.findAnnota...
support attribute overrides with @responsestatus
48
false
false
5
false
true
false
spring-projects
spring-framework
17,508
4a49ce96948b1dc992d246d8a6e58714e64535ef
Sam Brannen
Sam Brannen
Polish Javadoc for @ResponseStatus
polish javadoc for @responsestatus
34
false
false
4
false
false
false
spring-projects
spring-framework
17,509
de2e201a2abd9b9ba945e3bd231f78327dc0b1f7
Sam Brannen
Sam Brannen
Refer to @Commit instead of @Rollback(false) in the reference manual
refer to @commit instead of @rollback(false) in the reference manual
68
false
false
10
false
false
false
spring-projects
spring-framework
17,510
870c1ae43bd143c81e476dd7312a7c19fcc6996c
Sebastien Deleuze
Sebastien Deleuze
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,511
ca1ec24aa9a8236f52781122648bb9aaa095ae55
Sebastien Deleuze
Sebastien Deleuze
Define the group to use for the dependency
define the group to use for the dependency
42
false
false
8
true
true
true
spring-projects
spring-framework
17,512
3f6301648ee78c3eadba501b079f01d1ddd9c14c
Sebastien Deleuze
Sebastien Deleuze
Update version to 0.1.0.BUILD-SNAPSHOT
update version to 0.1.0.build-snapshot
38
false
false
4
true
true
true
spring-projects
spring-framework
17,513
3fd0f60618e99599c3b278233668e86ae137b966
Sebastien Deleuze
Sebastien Deleuze
Polish integration tests
polish integration tests
24
false
false
3
false
false
false
spring-projects
spring-framework
17,514
bc13cb2af5bde64793495ee255c1640fc807b633
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,515
ae0d945a05847f8a212e76ef4dcd3c2fc4ba6dd0
Juergen Hoeller
Juergen Hoeller
DeferredResult accessors based on volatile fields for proper visibility Issue: SPR-13451
deferredresult accessors based on volatile fields for proper visibility
71
false
false
9
false
false
false
spring-projects
spring-framework
17,516
4dee9cbf626aa195b9d1d5bb5be67eb8d1e5338c
Juergen Hoeller
Juergen Hoeller
ConcurrentMapCache.putIfAbsent properly supports nulls Issue: SPR-13458
concurrentmapcache.putifabsent properly supports nulls
54
false
false
4
false
false
false
spring-projects
spring-framework
17,517
881db0688b5448768e1b3196fe5365a3d41d9342
Sebastien Deleuze
Sebastien Deleuze
Add Codec support This commit adds support for Publisher based codecs that allows to convert byte stream to object stream and vice & versa. Jackson, JAXB2 and String codec implementations are provided.
add codec support
17
false
false
3
true
true
true
spring-projects
spring-framework
17,518
5ddbbf46731c2e10848ab73996dedae31a187668
Sebastien Deleuze
Sebastien Deleuze
Rename XMLHandler.java to XmlHandler.java
rename xmlhandler.java to xmlhandler.java
41
false
false
4
false
true
false
spring-projects
spring-framework
17,519
01ef90f1ca3ff6f9b8725d2d54483d29770e6731
Arjen Poutsma
Arjen Poutsma
Fixed tests.
fixed tests
11
false
false
2
false
false
false
spring-projects
spring-framework
17,520
df31c94d7f5d403dcedead5ae7bf7a42aef129c5
Arjen Poutsma
Arjen Poutsma
Merge branch 'master' of github.com:spring-projects/spring-reactive # Conflicts: # src/test/java/org/springframework/reactive/io/ByteArrayPublisherInputStreamTests.java
spring-projects/spring-reactive
31
false
false
1
false
false
false
spring-projects
spring-framework
17,521
0b19fca73a2e502423dbba71bc7eaf84824b9360
Arjen Poutsma
Arjen Poutsma
Added cancellation logic to RequestBodyPublisher.
added cancellation logic to requestbodypublisher
48
false
false
5
false
false
false
spring-projects
spring-framework
17,522
5bbeb9c204055eb3024ea31d77d86beda609dbf3
Arjen Poutsma
Arjen Poutsma
Removed BlockingSignalQueue in favor of PublisherSignal.
removed blockingsignalqueue in favor of publishersignal
55
false
false
6
false
false
false
spring-projects
spring-framework
17,523
f3b7e9ff2d42af7fd507ed817cc413f0a1523fe4
Sebastien Deleuze
Sebastien Deleuze
Expose view url to render function in ScriptTemplateView After this change, with Nashorn it is possible to use either render(template, model) or render(template, model, url). With JRuby or Jython, specifying the 3 parameters is mandatory. Issue: SPR-13453
expose view url to render function in scripttemplateview
56
false
false
8
true
true
false
spring-projects
spring-framework
17,524
ff02ad47e0d69e162b329a8e2e0ba0b78e45bc1f
Sebastien Deleuze
Sebastien Deleuze
Close properly the InputStream in ScriptTemplateView#getTemplate() Issue: SPR-13445
close properly the inputstream in scripttemplateview#gettemplate()
66
false
false
6
false
false
false
spring-projects
spring-framework
17,525
f2c9838e9565fe5d11326d6114c9072161247180
Juergen Hoeller
Juergen Hoeller
Updated ContentNegotiatingViewResolver example towards ContentNegotiationManager Issue: SPR-13431
updated contentnegotiatingviewresolver example towards contentnegotiationmanager
80
false
false
5
false
false
false
spring-projects
spring-framework
17,526
99f72ce3dbb27028fcb9cf3aa9f559e0fbddaa3f
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,527
5f598586ea930a98fbe4209d25e8c667d197314e
Juergen Hoeller
Juergen Hoeller
SseEmitter exposes super constructor with timeout value Issue: SPR-13446
sseemitter exposes super constructor with timeout value
55
false
false
7
false
false
false
spring-projects
spring-framework
17,528
c4f5a0fb102c29fdea72df8642ec68d2203f865e
Juergen Hoeller
Juergen Hoeller
MessagingException provides null description (instead of empty String) to NestedRuntimeException Issue: SPR-13447
messagingexception provides null description (instead of empty string) to nestedruntimeexception
96
false
false
10
false
false
false
spring-projects
spring-framework
17,529
22e84a87f4ef447dccf86a35506671ebf4b99166
Sam Brannen
Sam Brannen
Polish proxy tests
polish proxy tests
18
false
false
3
false
false
false
spring-projects
spring-framework
17,530
ae8a341a55efd425ebd6091680ad8207d56055b9
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,531
52fdfd59abf2c38c8274fa9acbe359b2e49df29a
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,532
5c22002d2166a160efff9ee756097c733be81cb7
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Undertow 1.2.12, WebJars Locator 0.28)
latest dependency updates (undertow 1.2.12, webjars locator 0.28)
65
false
false
8
false
false
false
spring-projects
spring-framework
17,533
e47069775ca0fef2ab147141f8018e0f203ba478
Sebastien Deleuze
Sebastien Deleuze
Update dependencies (Spring 4.2.1, Tomcat 8.0.26, Jetty 9.3.3) This commit also polishes build.gradle to use double quotes consistently.
update dependencies (spring 4.2.1, tomcat 8.0.26, jetty 9.3.3)
62
false
false
8
false
false
false
spring-projects
spring-framework
17,534
a8432bc8a10fa714efd560aa741fe4ac45cfa3c5
Juergen Hoeller
Juergen Hoeller
Tests for enum array with varargs (and related refinements) Issue: SPR-13328
tests for enum array with varargs (and related refinements)
59
false
false
9
false
false
false
spring-projects
spring-framework
17,535
1feb757c54c9f7dedcbf85e0d93fc088ad7cb916
Juergen Hoeller
Juergen Hoeller
ResourceHttpMessageConverter allows for using InputStreamResource Issue: SPR-13443
resourcehttpmessageconverter allows for using inputstreamresource
65
false
false
5
false
false
false
spring-projects
spring-framework
17,536
e393c7b1ee03321ab2afda7ea8aff775128aca94
Juergen Hoeller
Juergen Hoeller
AbstractEnvironment defensively synchronizes access to activeProfiles and defaultProfiles Issue: SPR-13213
abstractenvironment defensively synchronizes access to activeprofiles and defaultprofiles
89
false
false
8
false
false
false
spring-projects
spring-framework
17,537
357ce225f33f55f99f14a32df7a61341451b0c06
Sebastien Deleuze
Sebastien Deleuze
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,538
edb0fcefafd8e094ae89147228c29da3900ca94a
Sebastien Deleuze
Sebastien Deleuze
Update RxNetty artifactId to use their latest Snapshot
update rxnetty artifactid to use their latest snapshot
54
false
false
8
true
true
false
spring-projects
spring-framework
17,539
e214e64782a00026f665d6d61b014de38c70c929
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Hibernate ORM 5.0.1, JasperReports 6.1.1, Joda-Time 2.8.2, SnakeYAML 1.16)
latest dependency updates (hibernate orm 5.0.1, jasperreports 6.1.1, joda-time 2.8.2, snakeyaml 1.16)
101
false
false
12
false
false
false
spring-projects
spring-framework
17,540
667fc7e4a9d9daf15110339af3659404ace6adba
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,541
811de8e50bb68bc055961ceb2719d1992b66df15
Juergen Hoeller
Juergen Hoeller
AbstractApplicationContext allows for re-refresh and re-close Issue: SPR-13425
abstractapplicationcontext allows for re-refresh and re-close
61
false
false
6
false
false
false
spring-projects
spring-framework
17,542
0ec29d1c6703b583a06e12138d33955bb30cad5d
Arjen Poutsma
Arjen Poutsma
Fixed stalling issue in RequestBodyPublisher.
fixed stalling issue in requestbodypublisher
44
false
false
5
false
false
false
spring-projects
spring-framework
17,543
c663fd551aa0250a3030543fb535594a0104e4b9
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,544
734aecb15a947eb501c50bf4a1fb7e2bb9bd1c72
Sam Brannen
Sam Brannen
Polish "What's New" section in reference manual
polish "what's new" section in reference manual
47
false
false
7
false
false
false
spring-projects
spring-framework
17,545
d3d81c2864542c5fe4db3492e357c1a98178680b
Brian Clozel
Brian Clozel
Add MockHttpServletResponse.getDateHeader This change adds a new `getDateHeader` method that converts date header Strings to long values - making tests more readable. This feature is also documented in the "what's new section" for 4.2.
add mockhttpservletresponse.getdateheader
41
false
false
2
true
true
false
spring-projects
spring-framework
17,546
e81a430e6174a67d453cb9c1871e01193f96867a
Brian Clozel
Brian Clozel
Fix @RequestBody(required=false) support Prior to this commit, requests with an empty body and no Content-Type header set would fail with a HttpMediaTypeNotSupportedException when mapped to a Controller method argument annotated with @RequestBody(required=false). In those cases, the server implementation considers wit...
fix @requestbody(required=false) support
40
false
false
3
false
false
false
spring-projects
spring-framework
17,547
eeab7f38a26976acbe693c5991ff25588cf57dab
Juergen Hoeller
Juergen Hoeller
Fixed generateETagHeaderValue's IOException handling Issue: SPR-12081
fixed generateetagheadervalue's ioexception handling
52
false
false
4
false
false
false
spring-projects
spring-framework
17,548
93f3b9cbe08e3eb7f29c4cff1f66c439484a7f8e
Sam Brannen
Sam Brannen
Polish Javadoc for @EnableAsync
polish javadoc for @enableasync
31
false
false
4
false
false
false
spring-projects
spring-framework
17,549
ec741bd5ea2e8afd639b81ec148a65af34030f50
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Jetty 9.3.3, Netty 4.0.31, Undertow 1.2.11)
latest dependency updates (jetty 9.3.3, netty 4.0.31, undertow 1.2.11)
70
false
false
9
false
false
false
spring-projects
spring-framework
17,550
1ed1167153fe3717e72e3a064bcde934304416fe
Juergen Hoeller
Juergen Hoeller
Avoid ConcurrentModificationException in SingleConnectionFactory's AggregatedExceptionListener Issue: SPR-13421
avoid concurrentmodificationexception in singleconnectionfactory's aggregatedexceptionlistener
94
false
false
5
true
true
false
spring-projects
spring-framework
17,551
2caaa81afafebe073bc2f629e1f21e510b98bf98
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,552
21cfa0e4ba3404501a3d75733eb3a55dc4d9a4b2
Sam Brannen
Sam Brannen
Suppress warning in DefaultDeserializer
suppress warning in defaultdeserializer
39
false
false
4
false
true
false
spring-projects
spring-framework
17,553
b9e461a54f9e1bd5be53d48e1c87e3cd6e252bca
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,554
2fa1caca0cf5dad868870f856c0cadb983709f37
Juergen Hoeller
Juergen Hoeller
ServletWebRequest.checkNotModified avoids HttpServletResponse.getHeader calls on Servlet 2.5 Includes a revision for consistent and defensive Servlet 3.0 method calls across Spring's web abstraction (in particular, also working in debug mode where method references may get resolved early, so ternary expressions are to...
servletwebrequest.checknotmodified avoids httpservletresponse.getheader calls on servlet 2.5
92
false
false
7
false
false
false
spring-projects
spring-framework
17,555
d32ba954dc198638b501e94581d0c0f50ef05551
Spring Buildmaster
Spring Buildmaster
Next Development Version
next development version
24
false
false
3
false
false
false
spring-projects
spring-framework
17,556