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
47a432719348dd9773a1bec2c3500771168ab962
Stephane Nicoll
Stephane Nicoll
Add JSR-107 cache annotations support This commit adds support for the JSR-107 cache annotations alongside the Spring's cache annotations, that is @CacheResult, @CachePut, @CacheRemove and @CacheRemoveAll as well as related annotations @CacheDefaults, @CacheKey and @CacheValue. Spring's caching configuration infrastr...
add jsr-107 cache annotations support
37
false
false
5
false
false
false
spring-projects
spring-framework
17,657
4cd075bb963d87bb03b6542403d6d0688e1a250d
Sam Brannen
Sam Brannen
Introduce test for PropertySource + ACI in the TCF This commit introduces an explicit integration test to verify that a PropertySource can be set via a custom ApplicationContextInitializer in the Spring TestContext Framework. Issue: SPR-11666
introduce test for propertysource + aci in the tcf
50
false
false
9
true
true
true
spring-projects
spring-framework
17,658
711c95d7d23319caba84d72b5db69ac45398e59a
Sam Brannen
Sam Brannen
Clean up warnings due to removal of legacy Jackson support
clean up warnings due to removal of legacy jackson support
58
false
false
10
false
false
false
spring-projects
spring-framework
17,659
d9ee44cd7c6751528bb965daa75847dcddc0fead
Sam Brannen
Sam Brannen
Clean up warnings that show up in Gradle build
clean up warnings that show up in gradle build
46
false
false
9
false
false
false
spring-projects
spring-framework
17,660
0eba1f818f2553c4f55f3b18cc5b2ad1c2d62a92
Sam Brannen
Sam Brannen
Use unconstrained quotes in reference manual Prior to this commit, there were numerous places in the reference manual, where we would see output similar to the following: BeanDefinition`s with the `ApplicationContext This commit addresses this issue by using unconstrained quotes (e.g., ++XYZ++s) instead of backt...
use unconstrained quotes in reference manual
44
false
false
6
true
true
true
spring-projects
spring-framework
17,661
2e674c24f8baab4361fd77b1e2d8e54eb8a3d089
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #509 from garyrussel/SPR-11468
merge pull request #509 from garyrussel/spr-11468
49
true
false
6
false
false
false
spring-projects
spring-framework
17,662
ddf875051187e5b57e625b37988596ec1b92cf9f
Rossen Stoyanchev
Rossen Stoyanchev
Update MessageHeaders constructor Following discussion with Gary. Issue: SPR-11468
update messageheaders constructor
33
false
false
3
false
true
false
spring-projects
spring-framework
17,663
1eee339c152a3de2f2a37525899be28bb0bfaf0a
Gary Russell
Rossen Stoyanchev
Relax constraints in MessageHeaders for subclasses Allow a subclass to modify MessageHeaders as well as override the strategy for or even skip having `ID` and `TIMESTAMP` headers. Issue: SPR-11468
relax constraints in messageheaders for subclasses
50
false
false
6
true
true
true
spring-projects
spring-framework
17,664
5e925ac03c7fe6bebaf81d429fcb6839eab77035
Rossen Stoyanchev
Rossen Stoyanchev
Rename header for "orig" destination The UserDestinationMessageHandler adds a header providing a hint for what the original destination a user may have used when subscribing. That is then used when writing messages back to WebSocket clients to ensure they dont see the internally used, transformed user destination. Th...
rename header for "orig" destination
36
false
false
5
false
true
false
spring-projects
spring-framework
17,665
ec0b672baa952e15cca442bfffc563bd7ec6ad7b
Brian Clozel
Brian Clozel
Fix @SubscribeMapping MESSAGE response destination Prior to this commit, @SubscribeMapping mapped methods (backed with @SendTo* annotations, or not) would send MESSAGEs with the wrong destination. Instead of using the original SUBSCRIBE destination, it would use the lookup path computed from the configured prefixes in...
fix @subscribemapping message response destination
50
false
false
5
false
true
false
spring-projects
spring-framework
17,666
990f5bb720ac172fa659a59339df06065d31c0bf
Rossen Stoyanchev
Rossen Stoyanchev
Improve handling of disconnects in STOMP broker relay Issue: SPR-11655
improve handling of disconnects in stomp broker relay
53
false
false
8
true
true
false
spring-projects
spring-framework
17,667
3e74d3b2fbea16c55805b9b73c182bdc02e70b83
Stephane Nicoll
Stephane Nicoll
Add putIfAbsent on Cache abstraction This commit adds a putIfAbsent method to the Cache interface. This method offers an atomic put if the key is not already associated in the cache. Issue: SPR-11400
add putifabsent on cache abstraction
36
false
false
5
true
false
true
spring-projects
spring-framework
17,668
8ed490c4d7f724a0105aa421d234d5d037d8a6ec
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,669
80066966136093d629f2310aff7781c922968cb6
Juergen Hoeller
Juergen Hoeller
Revised ByteArrayOutputStream handling in MarshallingView and co Issue: SPR-11646
revised bytearrayoutputstream handling in marshallingview and co
64
false
false
7
false
false
false
spring-projects
spring-framework
17,670
3a96f16654d4af72d5d30efa4558d599e68e3800
Juergen Hoeller
Juergen Hoeller
ResourceHttpRequestHandler explicitly closes a Resource's InputStream Issue: SPR-11644
resourcehttprequesthandler explicitly closes a resource's inputstream
69
false
false
6
false
false
false
spring-projects
spring-framework
17,671
54f66e451d1566205cb89ad29369b295abfe2d7d
Stephane Nicoll
Stephane Nicoll
Merge pull request #508 from wilkinsona/update-java-ee-dependencies * update-java-ee-dependencies: Update Java EE spec dependencies
merge pull request #508 from wilkinsona/update-java-ee-dependencies
67
true
false
6
false
false
false
spring-projects
spring-framework
17,672
fd5672cba16be3e9bee71429015d881a7fb0bad8
Andy Wilkinson
Stephane Nicoll
Update Java EE spec dependencies This commit updates a number of dependencies upon Java EE specs to use the preferred artifacts. Part of this change has been to move to new API artifacts for both JSTL and JavaMail. In both cases these new API jars are genuine API jars, i.e. they no longer contain an implementation. Wh...
update java ee spec dependencies
32
false
false
5
false
true
false
spring-projects
spring-framework
17,673
db23ec733be832b0d86e7218aee9180f4263b16e
Stephane Nicoll
Stephane Nicoll
Add exception handling of asynchronous method Prior to this commit, an exception thrown by an @Async void method was not further processed as there is no way to transmit that exception to the caller. The AsyncUncaughtExceptionHandler is a new strategy interface that can be implemented to handle unexpected exception t...
add exception handling of asynchronous method
45
false
false
6
true
true
true
spring-projects
spring-framework
17,674
59703981c4aa5f8c7f57c958256964370fa3257c
Rossen Stoyanchev
Rossen Stoyanchev
Upgrade to reactor 1.1.0 snapshots Issue: SPR-11636
upgrade to reactor 1.1.0 snapshots
34
false
false
5
false
false
false
spring-projects
spring-framework
17,675
89a4c291c3feae04798d1fc234cdbd82bb7ad9a9
Sam Brannen
Sam Brannen
Remove trailing whitespace
remove trailing whitespace
26
false
false
3
true
true
true
spring-projects
spring-framework
17,676
8e89aff48f0b83cdee779f83edddd8572fe4a3b7
Sam Brannen
Sam Brannen
Merge from sbrannen/SPR-11634 * SPR-11634: Support classes AND locations in @ContextConfiguration
merge from sbrannen/spr-11634
29
true
false
3
false
false
false
spring-projects
spring-framework
17,677
1f017c4acb3a4b4acdf088bda966e8593349ba5b
Sam Brannen
Sam Brannen
Support classes AND locations in @ContextConfiguration Prior to this commit, the Spring TestContext Framework did not support the declaration of both 'locations' and 'classes' within @ContextConfiguration at the same time. This commit addresses this in the following manner: - ContextConfigurationAttributes no longe...
support classes and locations in @contextconfiguration
54
false
false
6
false
true
false
spring-projects
spring-framework
17,678
8edbdf4ddb144cc4abd5e8cdf14d99c9732f6d4d
Rossen Stoyanchev
Rossen Stoyanchev
Fix failing test
fix failing test
16
false
false
3
true
true
true
spring-projects
spring-framework
17,679
a6b167dd489b0b5e92c02ec0d0324a4f89182381
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #505 from sdeleuze/SPR-11621
merge pull request #505 from sdeleuze/spr-11621
47
true
false
6
false
false
false
spring-projects
spring-framework
17,680
8ab84481489c4357362984c16c14c2254c20e764
Rossen Stoyanchev
Rossen Stoyanchev
Move tests to packages where they belong
move tests to packages where they belong
40
false
false
7
true
true
true
spring-projects
spring-framework
17,681
73ecbc047ce2aab70ae07a42baab43ec53cea459
Rossen Stoyanchev
Rossen Stoyanchev
Update JettyWebSocketSession Ensure the JettyWebSocket session can return the Principal and accepted WebSocket sub-protocol even after the session is closed. Issue: SPR-11621
update jettywebsocketsession
28
false
false
2
true
true
false
spring-projects
spring-framework
17,682
a805f12374875232d4de329ac85b74127dbaab45
Sebastien Deleuze
Rossen Stoyanchev
Make WebSocket fields available after it is closed Update some native WebSocket session getters to return basic information after it is closed. It is required for example in SubProtocolWebSocketHandler#afterConnectionEstablished() or StompSubProtocolHandler#afterSessionStarted(). Issue: SPR-11621
make websocket fields available after it is closed
50
false
false
8
false
true
false
spring-projects
spring-framework
17,683
ea762b2c740a2af0110b7c1bfa77c80a8b5b60df
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #503 from sdeleuze/SPR-11623
merge pull request #503 from sdeleuze/spr-11623
47
true
false
6
false
false
false
spring-projects
spring-framework
17,684
6ec3de6029e61ea4b88889ca12ea3d19fe29a4c6
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue with default executor for broker channel The default for the broker channel should be "no executor". Issue: SPR-11623
fix issue with default executor for broker channel
50
false
false
8
true
true
true
spring-projects
spring-framework
17,685
fb7d81c4a2a2a1e9684c6e7521d168fec4b986b0
Sebastien Deleuze
Rossen Stoyanchev
Fix <websocket:interceptors> default configuration Adding a ChannelInterceptor does not suppress default executor settings anymore in the XML namespace. Issue: SPR-11623
interceptors> default configuration
35
false
false
3
false
false
false
spring-projects
spring-framework
17,686
119dfd9cf9215b2800d2d178913917103761fefd
Stephane Nicoll
Stephane Nicoll
Fix cache decoration Prior to this commit, a cache that is added on-the-fly is not properly decorated by the provided CacheManager implementation that supports it (EhCache and JCache). This commits adds an extra getMissingCache method to the AbstractCacheManager that can be extended to provide a cache that may exist ...
fix cache decoration
20
false
false
3
true
true
true
spring-projects
spring-framework
17,687
dcf5f4a6a30ae694516cf304b49090ff3ffa233f
Stephane Nicoll
Stephane Nicoll
javax.annotation.Priority alternative to @Order This commit rationalizes the use of @Order so that the standard @Priority annotation can be used instead. The handling of both annotations are now defined in OrderUtils. This also updates the link to the JavaEE API so that we refer to JavaEE7 instead of JavaEE6. Issue:...
javax.annotation.priority alternative to @order
47
false
false
4
false
false
false
spring-projects
spring-framework
17,688
5fe8f52c02e56f8704e5c00a8d17e4f32b5176c3
Stephane Nicoll
Stephane Nicoll
Add support for @Priority This commit adds support for @Priority to filter multiple candidates for autowiring. When multiple candidates are available for a given bean, the bean annotated with @Primary is used. If none exists, the one with the higher value for the @Priority annotation is used. If two beans have the sam...
add support for @priority
25
false
false
4
true
true
true
spring-projects
spring-framework
17,689
48221798f53be38650908ff632356f86dad4d5d8
Stephane Nicoll
Stephane Nicoll
Improving test coverage of determinePrimaryCandidate Added tests checking the behaviour of autowiring by type when the @Primary annotation is present on the class. Fixed also some inconsistencies in the code.
improving test coverage of determineprimarycandidate
52
false
false
5
false
false
false
spring-projects
spring-framework
17,690
3c28301ded03b7163c8450cb3cc4787cb79a8595
Stephane Nicoll
Stephane Nicoll
Provide common cache config Prior to this commit, common cache operation settings had to be repeated for every operation: cache name(s), custom cache manager and custom key manager. This commit introduces the @CacheConfig annotation to bet set at class-level (either directly or as a meta-annotation). As the cache nam...
provide common cache config
27
false
false
4
true
true
true
spring-projects
spring-framework
17,691
6a8cf2866523df822bfea38976e6cd8d2c4447a1
Stephane Nicoll
Stephane Nicoll
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,692
f06cad91c03c395177ee139539ac1dabfd4855da
Stephane Nicoll
Stephane Nicoll
Add custom cache manager per cache operation It is now possible to specify the CacheManager to use per operation. The related cache annotation now has an extra attribute that defines the name of the CacheManager bean to use. The cache manager that was previously used is therefore a 'default' cache manager (i.e. the o...
add custom cache manager per cache operation
44
false
false
7
true
true
true
spring-projects
spring-framework
17,693
81c208098fb5ffb82abb88597710663da67fd764
Stephane Nicoll
Stephane Nicoll
Custom KeyGenerator This commit adds an extra parameter to the base @Cache method annotations: keyGenerator. This parameter holds the name of the KeyGenerator bean to use to compute the key for that specific caching endpoint. This gives therefore a third way to customize the key. These are: 1. Default KeyGenerator (g...
custom keygenerator
19
false
false
2
false
false
false
spring-projects
spring-framework
17,694
906321dcdd0939824cfc9b31fb769defc150756e
Sam Brannen
Sam Brannen
Fix broken tests in QuartzSupportTests This commit ensures that QuartzSupportTests and its related configuration are compatible with Quartz 2.1.7. - Test jobs are now durable where required. - Deleted legacy tests that attempted to use a Runnable instead of a Job as a jobClass for a JobDetail. - Replaced quar...
fix broken tests in quartzsupporttests
38
false
false
5
true
true
true
spring-projects
spring-framework
17,695
5d049e0de898a12386282fa4f8df7ca1454923e9
Sam Brannen
Sam Brannen
Introduce execute(DataSource) in ResrcDbPopulator To simplify common use cases, this commit introduces a new execute(DataSource) method in ResourceDatabasePopulator that complements the existing populate(Connection) method. Issue: SPR-11629
introduce execute(datasource) in resrcdbpopulator
49
false
false
4
true
false
true
spring-projects
spring-framework
17,696
b766686c40b5072449f62fbc9093fb427e0ad2a5
Sam Brannen
Sam Brannen
Remove duplicate @since tags in EmbeddedDatabaseBuilder
remove duplicate @since tags in embeddeddatabasebuilder
55
false
false
6
true
true
false
spring-projects
spring-framework
17,697
c38600762dd17c5b4f1dabeb42c2dff77b5a66d1
Sam Brannen
Sam Brannen
Reinject Servlet mocks between TestNG test methods Prior to this commit, if multiple test methods were executed in a subclass of AbstractTestNGSpringContextTests annotated with @WebAppConfiguration, then injected Servlet API mocks would only reference the mocks created for the first test method. Subsequent test method...
reinject servlet mocks between testng test methods
50
false
false
7
true
true
true
spring-projects
spring-framework
17,698
34eb4dba3a4e1915989c29713a2b3551d3d5520d
Sam Brannen
Sam Brannen
Update Javadoc for supported JBoss VFS version
update javadoc for supported jboss vfs version
46
false
false
7
true
true
true
spring-projects
spring-framework
17,699
6aaae7e2584da0359ee5d01229b51ee534fb6d4b
Sam Brannen
Sam Brannen
Execute as many Jasper Reports tests in IDE as possible Previously, the use of Assume.group(CUSTOM_COMPILATION) in AbstractJasperReportsTests excluded all JR tests when executing in the IDE (e.g., Eclipse). This commit executes the assumption only where necessary.
execute as many jasper reports tests in ide as possible
55
false
false
10
false
false
false
spring-projects
spring-framework
17,700
db66ef0f6f95237d3d79720f7b8f0d675e4a5e69
Sam Brannen
Sam Brannen
Clean up warnings in spring-webmvc
clean up warnings in spring-webmvc
34
false
false
5
false
false
false
spring-projects
spring-framework
17,701
75439c7836f745354425dfe167fe6997a21bda7b
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
17,702
e3ef3fffa5d937c293c9211d7db3da40c0631994
Rossen Stoyanchev
Rossen Stoyanchev
Optimize STOMP encoding/decoding hotspots
optimize stomp encoding/decoding hotspots
41
false
false
4
false
false
false
spring-projects
spring-framework
17,703
ace6bd2418cba892f793e9e3666ac02a541074c7
Rossen Stoyanchev
Rossen Stoyanchev
Improve shutdown responsiveness of SubProtocolWSH Proactively notify all active WebSocket sessions when a shutdown is progress. Sessions then can ignore further attempts to send messages and also stop stop trying to flush messages right away.
improve shutdown responsiveness of subprotocolwsh
49
false
false
5
true
true
true
spring-projects
spring-framework
17,704
ea1e27efa29b27530a21362236137240006bc2f8
Juergen Hoeller
Juergen Hoeller
Require Jackson 2.0+, EhCache 2.5+, Quartz 2.1.4+ Issue: SPR-11262
require jackson 2.0+, ehcache 2.5+, quartz 2.1.4+
49
false
false
7
true
true
true
spring-projects
spring-framework
17,705
5c577451f3018e9a0b356d3ab81246ec2334f20f
Sam Brannen
Sam Brannen
Polish Javadoc in abstract base test classes in the TCF
polish javadoc in abstract base test classes in the tcf
55
false
false
10
false
false
false
spring-projects
spring-framework
17,706
d19e30e2f8cb2d7287a8f6418b322980b4cf3a8c
Rossen Stoyanchev
Rossen Stoyanchev
Increase log level in spring-messaging tests
increase log level in spring-messaging tests
44
false
false
6
true
true
true
spring-projects
spring-framework
17,707
c924d659ebbfe6dd89757ccfe285e72f4835cac7
Sam Brannen
Sam Brannen
Update code templates in Eclipse settings - Copyright is now through 2014. - Added "@since 4.1" tag to types.
update code templates in eclipse settings
41
false
false
6
false
true
false
spring-projects
spring-framework
17,708
0b115d7a1e9d0dc8e16c4b21537a925825f7cc22
Phillip Webb
Phillip Webb
Switch master to 4.1.0.BUILD-SNAPSHOT
switch master to 4.1.0.build-snapshot
37
false
false
4
true
true
true
spring-projects
spring-framework
17,709
6f58491b9c5f7cda19dfbfb24dea9531b8f44eb6
Juergen Hoeller
Juergen Hoeller
MarshallingView explicitly skips BindingResult when searching for a model object Just implementing common custom subclass behavior out-of-the-box... Issue: SPR-11417
marshallingview explicitly skips bindingresult when searching for a model object
80
false
false
10
false
false
false
spring-projects
spring-framework
17,710
3716a8ef7d85db8358877e3299f61fa3e4bb1f31
Juergen Hoeller
Juergen Hoeller
Upgraded to Gradle 1.11
upgraded to gradle 1.11
23
false
false
4
false
false
false
spring-projects
spring-framework
17,711
891ec56607a9124d2809d9ec7131108094475abd
Rossen Stoyanchev
Rossen Stoyanchev
Upgrade to Tomcat 8.0.3
upgrade to tomcat 8.0.3
23
false
false
4
false
false
false
spring-projects
spring-framework
17,712
dfe2234781c3785f9f810791fe86ac0bdedb9d7b
Rossen Stoyanchev
Rossen Stoyanchev
Upgrade to Undertow 1.0 Final (WildFly 8 Final)
upgrade to undertow 1.0 final (wildfly 8 final)
47
false
false
8
false
false
false
spring-projects
spring-framework
17,713
9534245660f9a37d5b93886022c42caedf2096b1
Sam Brannen
Sam Brannen
Exclude overloaded from equals & hashCode in MethodOverride Prior to this commit, the inclusion of the 'overloaded' flag in the implementations of equals() and hashCode() in MethodOverride could lead to adverse effects in the outcome of equals() in AbstractBeanDefinition. For example, given two bean definitions A and...
exclude overloaded from equals & hashcode in methodoverride
59
false
false
8
false
false
false
spring-projects
spring-framework
17,714
8ae3aa7f59bea714abd7da681f487b5cf1b13165
Juergen Hoeller
Juergen Hoeller
Upgraded to Commons Logging 1.1.3
upgraded to commons logging 1.1.3
33
false
false
5
false
false
false
spring-projects
spring-framework
17,715
cead06a3d9870227f0dbd812056cb368e45fb087
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,716
4a45af00385a6cd38090258baac7758e41620ab7
Juergen Hoeller
Juergen Hoeller
AbstractHandlerMethodMapping should reuse BeanFactory.getType result
abstracthandlermethodmapping should reuse beanfactory.gettype result
68
false
false
5
false
false
false
spring-projects
spring-framework
17,717
949338009bd38ccc3a42baa1b40adde70e3b96e8
Juergen Hoeller
Juergen Hoeller
Ignore container callback and marker interfaces for auto-proxy decisions Issue: SPR-11416
ignore container callback and marker interfaces for auto-proxy decisions
72
false
false
9
true
true
false
spring-projects
spring-framework
17,718
1a1c72ce4b866a22658c11d6d3b7031be6313d35
Juergen Hoeller
Juergen Hoeller
Revised InvocableHandlerMethod exception handling Issue: SPR-11281
revised invocablehandlermethod exception handling
49
false
false
4
false
false
false
spring-projects
spring-framework
17,719
5f1592a61a80f584c03196cfcd8d86ded2065696
Juergen Hoeller
Juergen Hoeller
Consistently avoid close() call on Servlet OutputStream Issue: SPR-11413
consistently avoid close() call on servlet outputstream
55
false
false
7
false
false
false
spring-projects
spring-framework
17,720
648245b2002f1ba2a51da2ed9817730e1224fac2
Juergen Hoeller
Juergen Hoeller
MarshallingView should not close response OutputStream after copying to it Also throws IllegalStateException instead of ServletException now, consistent with other Spring MVC classes. Issue: SPR-11411
marshallingview should not close response outputstream after copying to it
74
false
false
10
false
false
false
spring-projects
spring-framework
17,721
7301b58ec951b943068eabc25bc318de490d2033
Rossen Stoyanchev
Rossen Stoyanchev
Improve info on use of @Controller's with aop proxying Before this change, issues surrounding the use of @Controller's in combination with AOP proxying, resulted in an IllegalArgumentException when trying to invoke the controller method. This change detects such cases proactively and reports them with a clear recomme...
improve info on use of @controller's with aop proxying
54
false
false
9
true
true
false
spring-projects
spring-framework
17,722
12598f85811c61dbe2a205826274ec4dd6a85961
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue w/ use of UrlPathHelper's urlDecode property Before this change the getPathWithinServletMapping method of UrlPathHelper could not work properly when a default servlet mapping (i.e. "/") was used in combination with urlDecode=false. The fact that the getServletPath() method of HttpServletRequest always return...
fix issue w/ use of urlpathhelper's urldecode property
54
false
false
8
false
true
false
spring-projects
spring-framework
17,723
14616a445a6e54a6ff18d037634bb1450db71719
Rob Winch
Rob Winch
Update javadoc to conform to JDK8 styling Issue: SPR-11412
update javadoc to conform to jdk8 styling
41
false
false
7
true
true
true
spring-projects
spring-framework
17,724
b4f1a4c6dc244fb3b1598683b4de5ff30fd0020f
Sam Brannen
Sam Brannen
Merge pull request #458 from abobov/master Fix example in Javadoc for ResultActions.andExpect()
merge pull request #458 from abobov/master
42
true
false
6
false
false
false
spring-projects
spring-framework
17,725
1cf38a98a4acd1b0e15d4931a9b7abedaa470f23
Anton Bobov
Anton Bobov
Fixed example in JavaDoc. mimeType is not a valid method on ContentResultMatche. I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement.
fixed example in javadoc
24
false
false
4
false
false
false
spring-projects
spring-framework
17,726
ac22b786be71972f9da39836020516b92c021d5c
Sam Brannen
Sam Brannen
Delete unused imports
delete unused imports
21
false
false
3
true
true
true
spring-projects
spring-framework
17,727
57c4eca039f9c5c7f8b04f4223d480f65c0731bb
Juergen Hoeller
Juergen Hoeller
Revised ExcelViewTests
revised excelviewtests
22
false
false
2
false
false
false
spring-projects
spring-framework
17,728
53aab24690081b4433e8bbe720b51fc96a2c0393
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,729
74ad2081aa45986ff511e108c1537d6b109359e3
Juergen Hoeller
Juergen Hoeller
Upgraded to JasperReports 5.5.1
upgraded to jasperreports 5.5.1
31
false
false
4
false
false
false
spring-projects
spring-framework
17,730
f77bf2422ec1fbdb9db764b265fff1ad39c44eb2
Sam Brannen
Sam Brannen
Polish Javadoc for LookupOverride and related code
polish javadoc for lookupoverride and related code
50
false
false
7
false
false
false
spring-projects
spring-framework
17,731
c335e99e3f720337dd2a01b4c8ea9d34718b9854
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
17,732
1f778530b51330689abfe3528ad9174be69e7e11
Sam Brannen
Sam Brannen
Polish test classes - Consistent importing of org.junit.Assert.*; - Proper declaration of expected exceptions via @Test(expected). - Renamed SpEL ExpressionTestCase to AbstractExpressionTests. - Formatting and test method naming conventions.
polish test classes
19
false
false
3
false
false
false
spring-projects
spring-framework
17,733
f717b5503510b6d8e5811cff9820c59ff066b40f
Sam Brannen
Sam Brannen
Fix test bug related to legacy JUnit AssertionFailedError AssertionFailedError was thrown by JUnit 3.8. Since RedirectViewTests has been upgraded to JUnit 4, now standard java.lang.AssertionErrors are thrown. Thus, attempting to catch an AssertionFailedError is futile. Of course, since these tests have not been faili...
fix test bug related to legacy junit assertionfailederror
57
false
false
8
false
true
false
spring-projects
spring-framework
17,734
08842f3fdf26b6918ff0d7c3a819bb60e65e303a
Sam Brannen
Sam Brannen
Delete legacy JUnit 3.8 test from spring-test
delete legacy junit 3.8 test from spring-test
45
false
false
7
false
true
false
spring-projects
spring-framework
17,735
2d5c5fc18e4b3dbe3d308138bbb216f4fc9d6980
Sam Brannen
Sam Brannen
Delete legacy JUnit 3.8 test from spring-test
delete legacy junit 3.8 test from spring-test
45
false
false
7
false
true
false
spring-projects
spring-framework
17,736
8c0e3040c2e6d779207a3decad3ed77bd842b760
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,737
749b65b0b254e64cfd8b6fb5306129a660f78dfb
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,738
99f9dce14a2f162466f6ee06943f644539e36f53
Juergen Hoeller
Juergen Hoeller
Fixed all List return types to ? instead of Object, restoring backwards compatibility with existing Spring 3.2.x based code and allowing easier casts to other element types Also declaring findByExample generically based on the given example object's type. Issue: SPR-11402
fixed all list return types to ? instead of object, restoring backwards compatibility with existing spring 3.2.x based code and allowing easier casts to other element types
172
false
false
27
false
false
false
spring-projects
spring-framework
17,739
919d6ccb3b1dfe78a06ab4eaf460529cbe61a13d
Juergen Hoeller
Juergen Hoeller
Actually log the cause of canRead/canWrite failures Issue: SPR-11403
actually log the cause of canread/canwrite failures
51
false
false
7
false
false
false
spring-projects
spring-framework
17,740
9a8f860318eb78985ca30f60368439bd1e74184c
Juergen Hoeller
Juergen Hoeller
Fixed broken link to jax-ws-commons website Issue: SPR-11404
fixed broken link to jax-ws-commons website
43
false
false
6
false
false
false
spring-projects
spring-framework
17,741
631b07aef852c7396c685369e1c990e3f30498a6
Juergen Hoeller
Juergen Hoeller
Upgraded to Commons FileUpload 1.3.1
upgraded to commons fileupload 1.3.1
36
false
false
5
false
false
false
spring-projects
spring-framework
17,742
de5b7a378bd1c1aa315f25c294375d8f2ce4357d
Sam Brannen
Sam Brannen
Fix grammar and update link in Javadoc for SimpleThreadScope
fix grammar and update link in javadoc for simplethreadscope
60
false
false
9
false
true
false
spring-projects
spring-framework
17,743
f1d146f30599154d92b59e82ce7c5b7f192621c0
Sam Brannen
Sam Brannen
Merge pull request #457 from mebigfatguy/master Fix typo in log output for SimpleThreadScope
merge pull request #457 from mebigfatguy/master
47
true
false
6
false
false
false
spring-projects
spring-framework
17,744
cdd2324ab5ffa716f5aec46c2c99e9f62a013f16
Dave Brosius
Dave Brosius
fix log spelling typo
fix log spelling typo
21
false
false
4
false
true
false
spring-projects
spring-framework
17,745
42d0470d94362041c09fdafe68eb4d1737557e48
Rossen Stoyanchev
Rossen Stoyanchev
Improve expanding in MvcUriComponentsBuilder Before this change MvcUriComponentsBuilder could not create a UriComponentsBuilder for methods where the mapping has a URI variable and no matching method argument for it. For example a URI variable may be in the type-level mapping but not all methods may have an @PathVari...
improve expanding in mvcuricomponentsbuilder
44
false
false
4
false
false
false
spring-projects
spring-framework
17,746
bdb742b8db8ac389e64100f1b2b88de40428ba19
Rossen Stoyanchev
Rossen Stoyanchev
Polish MvcUriComponentsBuilder Issue: SPR-11391
polish mvcuricomponentsbuilder
30
false
false
2
false
false
false
spring-projects
spring-framework
17,747
09e2e5897defbc33547d372b89236a0d820896de
Juergen Hoeller
Juergen Hoeller
Removed outdated hibernate3 references across the codebase Issue: SPR-9028
removed outdated hibernate3 references across the codebase
58
false
false
7
false
false
false
spring-projects
spring-framework
17,748
2410e29dda75096443fe8661d1f2bd78414589ca
Juergen Hoeller
Juergen Hoeller
Introduced OpenSessionInterceptor as a streamlined alternative to HibernateInterceptor Issue: SPR-9028
introduced opensessioninterceptor as a streamlined alternative to hibernateinterceptor
86
false
false
8
false
false
false
spring-projects
spring-framework
17,749
7566ceb5f257f1a47548b1b9fec481aab2f53002
Sam Brannen
Sam Brannen
Fix minor typo in testing chapter
fix minor typo in testing chapter
33
false
false
6
true
true
true
spring-projects
spring-framework
17,750
9a6252d7156d2eb65d94bb91b4424ea5632246e0
Sam Brannen
Sam Brannen
Fix formatting in 'TCF support classes' section of ref This commit fixes some formatting issues in the 'TestContext Framework support classes' section of the reference manual that were introduced in the conversion from DocBook to AsciiDoc.
fix formatting in 'tcf support classes' section of ref
54
false
false
9
false
false
false
spring-projects
spring-framework
17,751
426f52b3931fe4f1d45fd0f3036bd660e18261cc
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,752
8c4e372558ac356458facca9cd9fe85e9e7b24eb
Juergen Hoeller
Juergen Hoeller
Introduced SpringNamingPolicy for CGLIB Issue: SPR-11398
introduced springnamingpolicy for cglib
39
false
false
4
false
false
false
spring-projects
spring-framework
17,753
522d136bbda5d4e8412f183b8bb0d25936e1c51a
Sam Brannen
Sam Brannen
Delete TODO that is now tracked in JIRA Issue: SPR-11393
delete todo that is now tracked in jira
39
false
false
8
false
true
false
spring-projects
spring-framework
17,754
f636ccb5eb492765f36385f29e3fae28e2eb3cf1
Rossen Stoyanchev
Rossen Stoyanchev
Fix failing test
fix failing test
16
false
false
3
true
true
true
spring-projects
spring-framework
17,755
46c0e45130d804a81b8e78385e3386657f8f529c
Rossen Stoyanchev
Rossen Stoyanchev
Improve header processing in SimpMessagingTemplate Headers provided to the SimpMessagingTemplate's convertAndSend methods are now automatically moved into the "nativeHeaders" sub-map. This ensures the headers will go out with the STOMP message and be received by subscribers. Issue: SPR-11387
improve header processing in simpmessagingtemplate
50
false
false
5
true
true
true
spring-projects
spring-framework
17,756