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
5cc779ab356a640f7f51e1d47d75ca74150ec218
Stephane Nicoll
Stephane Nicoll
Fix callout formatting issue
fix callout formatting issue
28
false
false
4
true
true
true
spring-projects
spring-framework
16,857
d1c780f5b54aeb42339ca49c181c56f501db9038
Stephane Nicoll
Stephane Nicoll
Merge pull request #551 from mdeinum/SPR-8045 * SPR-8045: polishing Using SmartLifecycle to register MBeans
merge pull request #551 from mdeinum/spr-8045
45
true
false
6
false
false
false
spring-projects
spring-framework
16,858
c7b106577fd17d0949dd6f8ca748556bf77850aa
Stephane Nicoll
Stephane Nicoll
polishing Reorganized class structure to match our code style (setter for properties at the top of the class, public method before private implementation). Removed DisposableBean as it the lifecycle is already taking care of removing MBeans on stop. Cleaned test suite Issue: SPR-8045
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,859
2ede219e664663e40020ea2c9eeb8c953b54a63c
Marten Deinum
Stephane Nicoll
Using SmartLifecycle to register MBeans Prior to this commit, MBeans were registered in a post construct call of MBeanExporter. This commit moves that logic after the initialization phase using the SmartLifecycle callback. Issue: SPR-8045
using smartlifecycle to register mbeans
39
false
false
5
false
false
false
spring-projects
spring-framework
16,860
fc91add35ee7c51e854d80838bfceed545873801
Rossen Stoyanchev
Rossen Stoyanchev
Allow custom UrlPathHelper for WebSocket requests Issue: SPR-117711
allow custom urlpathhelper for websocket requests
49
false
false
6
true
true
true
spring-projects
spring-framework
16,861
0cb6f8c88ccf2251f66f0a0c5c81d55b965dbad3
Rossen Stoyanchev
Rossen Stoyanchev
Polish MappingJackson2JsonView
polish mappingjackson2jsonview
30
false
false
2
false
false
false
spring-projects
spring-framework
16,862
5dc27ee134d28c7b25d0f6d3e9059f80c95d4402
Sebastien Deleuze
Rossen Stoyanchev
Add JSONP support to MappingJackson2JsonView Enable JSONP support by wrapping the JSON output into a callback when a JSONP query parameter specifying the function name to use as callback is detected. Default query parameter names recognized as JSONP ones are "jsonp" and "callback". This list can be customized if need...
add jsonp support to mappingjackson2jsonview
44
false
false
5
true
true
true
spring-projects
spring-framework
16,863
56a82c1cbe8276408f9fff06cfb1ac9da7961a80
Rossen Stoyanchev
Rossen Stoyanchev
Add dependency ordering for @ModelAttribute methods Before this change @ModelAttribute methods were not invoked in any particular order other than ensuring global @ControllerAdvice methods are called first and local @Controller methods second. This change introduces a simple algorithm that selects the next @ModelAttr...
add dependency ordering for @modelattribute methods
51
false
false
6
true
true
false
spring-projects
spring-framework
16,864
e374769ecca75cfe6b689ff0ca92c75956a952dd
Rossen Stoyanchev
Rossen Stoyanchev
Polish ModelFactory
polish modelfactory
19
false
false
2
false
false
false
spring-projects
spring-framework
16,865
f442ce180e9c371906988cf0b504d51fa9948a02
Sam Brannen
Sam Brannen
Polish assertions and Javadoc for ResourceDatabasePopulator
polish assertions and javadoc for resourcedatabasepopulator
59
false
false
6
false
false
false
spring-projects
spring-framework
16,866
af4621d99608d34076112fc6eab22bea921e16be
Juergen Hoeller
Juergen Hoeller
Reference documentation consistently refers to Apache HttpComponents instead of outdated Commons HttpClient Includes overhaul of remaining references to J2SE and J2EE, consistently replacing them with "the JDK" and "Java EE". Issue: SPR-11853
reference documentation consistently refers to apache httpcomponents instead of outdated commons httpclient
107
false
false
12
false
false
false
spring-projects
spring-framework
16,867
ea346d59b3b97b9bbbe7a3472307e5f9353065f3
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,868
ae66e45887480ff6ffffdc6dadba39ec60a74a33
Juergen Hoeller
Juergen Hoeller
Refined tests for FactoryBean return type resolution on @Bean methods Issue: SPR-11842
refined tests for factorybean return type resolution on @bean methods
69
false
false
10
false
false
false
spring-projects
spring-framework
16,869
36456f0f622d8118cfd384464c1757a374b63d9f
Stephane Nicoll
Stephane Nicoll
Merge pull request #527 from marschall/spring-context-support-warnings * spring-context-support-warnings: Clean up spring-context-support tests warnings
merge pull request #527 from marschall/spring-context-support-warnings
70
true
false
6
false
false
false
spring-projects
spring-framework
16,870
1e8c799a60e73d61bcab193863677ebc097a5e0d
Philippe Marschall
Stephane Nicoll
Clean up spring-context-support tests warnings Clean up compiler warnings in the tests of spring-context-support. This commit: * adds type parameters to all the types except `Cache` (mostly `List` and `Map`) * removes unused imports
clean up spring-context-support tests warnings
46
false
false
5
false
false
false
spring-projects
spring-framework
16,871
21de937b2f672081d137a965bf079f8e7cd89195
Stephane Nicoll
Stephane Nicoll
Merge pull request #526 from marschall/spring-jms-test-warnings * spring-jms-test-warnings: Clean up spring-jms tests warnings
merge pull request #526 from marschall/spring-jms-test-warnings
63
true
false
6
false
false
false
spring-projects
spring-framework
16,872
404eb48f955c3d523526ea7f360b5cfd025e13d7
Philippe Marschall
Stephane Nicoll
Clean up spring-jms tests warnings Clean up compiler warnings in the tests of spring-jms. This commit adds type parameters to all the types (mostly `List` and `Map`). I am not too sure about the `Map` type parameters in `MessageContentsDelegate` and `ResponsiveMessageDelegate` however the respective methods seem unus...
clean up spring-jms tests warnings
34
false
false
5
false
false
false
spring-projects
spring-framework
16,873
7cbfc4d2f8520858ced5501c171c975115104b84
Stephane Nicoll
Stephane Nicoll
Merge pull request #525 from marschall/spring-tx-test-warnings * spring-tx-test-warnings: Clean up spring-tx tests warnings
merge pull request #525 from marschall/spring-tx-test-warnings
62
true
false
6
false
false
false
spring-projects
spring-framework
16,874
4ff1e197e3c88e276b4498a1a0cc3cf56f9ff0b3
Philippe Marschall
Stephane Nicoll
Clean up spring-tx tests warnings Clean up compiler warnings in the tests of spring-tx. This commit adds type parameters to all the types (mostly `List` and `Map`). In addition it uses Java 5 autoboxing to get rid of several `new Integer` (except in cases where it's needed). After this commit the only warnings in spr...
clean up spring-tx tests warnings
33
false
false
5
false
false
false
spring-projects
spring-framework
16,875
917e044e54f974bce5f580d7f9309c824b9956d1
Stephane Nicoll
Stephane Nicoll
Merge pull request #524 from marschall/spring-web-warnings * spring-web-warnings: Clean up spring-web tests warnings
merge pull request #524 from marschall/spring-web-warnings
58
true
false
6
false
false
false
spring-projects
spring-framework
16,876
d00d0b02742cb2b9f2d364477b23c84f410f498c
Philippe Marschall
Stephane Nicoll
Clean up spring-web tests warnings Clean up compiler warnings in the tests of spring-web. This commit adds type parameters to all the types (mostly `List` and `Map`). After this commit the only warnings in spring-web left are in * `MockExpressionEvaluator` this can't be fixed until JSP-EL is fixed * `Jackson2ObjectMa...
clean up spring-web tests warnings
34
false
false
5
false
false
false
spring-projects
spring-framework
16,877
b3492f61c2173635ba37a470e90ca45cd0db632a
Stephane Nicoll
Stephane Nicoll
Merge pull request #523 from marschall/spring-expression-warnings * spring-expression-warnings: Clean up spring-expression tests warnings
merge pull request #523 from marschall/spring-expression-warnings
65
true
false
6
false
false
false
spring-projects
spring-framework
16,878
84f6d17c7bae1fbe1437ca0f62be476e012dbe8c
Philippe Marschall
Stephane Nicoll
Clean up spring-expression tests warnings Clean up compiler warnings in the tests of spring-expression. This commit adds type parameters to some of the types (mostly `List` and `Map`). Some of them can't be cleaned up, some tests are even specifically for raw types.
clean up spring-expression tests warnings
41
false
false
5
false
false
false
spring-projects
spring-framework
16,879
54db2fba48eda0fc8df24b1c1f9ab36e99dd161d
Stephane Nicoll
Stephane Nicoll
Merge pull request #522 from marschall/spring-webmvc-portlet-warnings * spring-webmvc-portlet-warnings: Clean up spring-webmvc-portlet tests warnings
merge pull request #522 from marschall/spring-webmvc-portlet-warnings
69
true
false
6
false
false
false
spring-projects
spring-framework
16,880
5ae1c8a24284d1bbc96c8410c81600a5e1a7a9f5
Philippe Marschall
Stephane Nicoll
Clean up spring-webmvc-portlet tests warnings Clean up compiler warnings in the tests of spring-webmvc-portlet. This commit adds type parameters to all the types (mostly `List` and `Map`). After this commit the only warnings in spring-web left are the subclasses of `MyCommandProvidingFormController`.
clean up spring-webmvc-portlet tests warnings
45
false
false
5
false
false
false
spring-projects
spring-framework
16,881
75d451232696612b7ca5648798a158675fae0f44
Stephane Nicoll
Stephane Nicoll
Merge pull request #521 from marschall/spring-websocket-imports * spring-websocket-imports: Clean up spring-websocket imports
merge pull request #521 from marschall/spring-websocket-imports
63
true
false
6
false
false
false
spring-projects
spring-framework
16,882
e98d3f790b82f4b336bf0326a31c77d3f7dbf442
Philippe Marschall
Stephane Nicoll
Clean up spring-websocket imports spring-websocket is full of unused imports. This commit removes all unused imports from spring-websocket.
clean up spring-websocket imports
33
false
false
4
false
false
false
spring-projects
spring-framework
16,883
c15997340bd30323ac07d5eb95605aaad9e71b3a
Stephane Nicoll
Stephane Nicoll
Merge pull request #520 from marschall/spring-messaging-imports * spring-messaging-imports: Clean up spring-messaging imports
merge pull request #520 from marschall/spring-messaging-imports
63
true
false
6
false
false
false
spring-projects
spring-framework
16,884
eb5f397a39d8bfb30e22e27a232e0bd1f31889cf
Philippe Marschall
Stephane Nicoll
Clean up spring-messaging imports spring-messaging is full of unused imports. This commit removes all unused imports from spring-messaging.
clean up spring-messaging imports
33
false
false
4
false
false
false
spring-projects
spring-framework
16,885
9ca9363c2fd544a07a5da11cfb5b6185341d359c
Stephane Nicoll
Stephane Nicoll
Merge pull request #519 from marschall/spring-aop-warnings * spring-aop-warnings: Clean up spring-aop tests warnings
merge pull request #519 from marschall/spring-aop-warnings
58
true
false
6
false
false
false
spring-projects
spring-framework
16,886
fc3df29b2ec764f16d9ab70b16a5f551c1a8ecd5
Philippe Marschall
Stephane Nicoll
Clean up spring-aop tests warnings Clean up compiler warnings in the tests of spring-aop. This commit adds type parameters to all the types.
clean up spring-aop tests warnings
34
false
false
5
false
false
false
spring-projects
spring-framework
16,887
e014608e992fc5c0c34533be635a2c1881dd0ac7
Stephane Nicoll
Stephane Nicoll
Merge pull request #518 from marschall/spring-jdbc-warning * spring-jdbc-warning: Clean up spring-jdbc tests warnings
merge pull request #518 from marschall/spring-jdbc-warning
58
true
false
6
false
false
false
spring-projects
spring-framework
16,888
7a7be598c29437010344edda97710c50c922dc9a
Philippe Marschall
Stephane Nicoll
Clean up spring-jdbc tests warnings Clean up compiler warnings in the tests of spring-jdbc. This commit adds type parameters to all the types (mostly `List` and `Map`). In addition it uses Java 5 autoboxing to get rid of all of the following * new Integer * new Long * new Float * new Double * new Boolean * new ...
clean up spring-jdbc tests warnings
35
false
false
5
false
false
false
spring-projects
spring-framework
16,889
408fe42df242dcaa564f4f0eb61d41d8d8909d5b
Sam Brannen
Sam Brannen
Fix Javadoc syntax error in HttpRequestHandler
fix javadoc syntax error in httprequesthandler
46
false
false
6
true
true
true
spring-projects
spring-framework
16,890
5365171f2468ce8750deb78bc9f453187b2fcc7e
Sam Brannen
Sam Brannen
Fix Javadoc formatting in ResourceHttpRequestHandler
fix javadoc formatting in resourcehttprequesthandler
52
false
false
5
false
true
false
spring-projects
spring-framework
16,891
66bae99d8622e6f4b3374725d0f33775d49056eb
Juergen Hoeller
Juergen Hoeller
EQ/NE do not fail in case of a Comparable mismatch and apply a specific CharSequence equality check Issue: SPR-11708
eq/ne do not fail in case of a comparable mismatch and apply a specific charsequence equality check
99
false
false
17
false
false
false
spring-projects
spring-framework
16,892
566e0fb3178a265bc68379ea2a802cb45d847e01
Juergen Hoeller
Juergen Hoeller
AspectJ 1.8 final used in build and also declared as recommended user version now Issue: SPR-11212
aspectj 1.8 final used in build and also declared as recommended user version now
81
false
false
14
true
false
false
spring-projects
spring-framework
16,893
e1720d89fcf65fca6b244df1696c1df67fc0c808
Sam Brannen
Sam Brannen
Don't mutate annotation metadata when merging attrs Prior to this commit, invoking the getMergedAnnotationAttributes() method in AnnotationReadingVisitorUtils resulted in mutation of the internal state of the ASM-based annotation metadata supplied to the method. This commit fixes this issue by making a copy of the or...
don't mutate annotation metadata when merging attrs
51
false
false
7
false
false
false
spring-projects
spring-framework
16,894
a0b6175d786919c1150ff0860788b373b6800d13
Sam Brannen
Sam Brannen
Update doc for DefaultAopProxyFactory re: CGLIB
cglib
5
false
false
1
false
false
false
spring-projects
spring-framework
16,895
50c5cc0bd203bcd30cd915629725cc14b4d527d8
Stephane Nicoll
Stephane Nicoll
polishing JmsLister is intended to be available on method or as a meta-annotation. Issue: SPR-9882
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,896
3a5de00c416fcfd68f120812302b8ebde95073a2
Phillip Webb
Phillip Webb
Fixup .mailmap file Fix a few issues with the `.mailmap` file.
fixup .mailmap file
19
false
false
3
false
false
false
spring-projects
spring-framework
16,897
1697cd15b263cbd059f353030590dac27bfbde06
Phillip Webb
Phillip Webb
Merge pull request #516 from GrahamLea/mailmap * mailmap: Added a Git .mailmap file
merge pull request #516 from grahamlea/mailmap
46
true
false
6
false
false
false
spring-projects
spring-framework
16,898
a5e1932c2ca33c4a4580f2a9645c11f16d0e6dc2
Graham Lea
Phillip Webb
Added a Git .mailmap file
added a git .mailmap file
25
false
false
5
false
false
false
spring-projects
spring-framework
16,899
086f1eda71bd862fb42c5959e796be6064f9fba4
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,900
48c977afdcfd4ffb5c543eacb62b8e2926e899b9
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,901
28887750b05e0403803c576280c78f280610b160
Juergen Hoeller
Juergen Hoeller
MessageConversionException offers constructor without cause argument now, plus related polishing Issue: SPR-11653
messageconversionexception offers constructor without cause argument now, plus related polishing
96
false
false
10
false
false
false
spring-projects
spring-framework
16,902
47c57a84c57dde91f283d3a805a166e6f4256e51
Juergen Hoeller
Juergen Hoeller
Hessian 4.0.7 (May 2010) superseded by 4.0.33 (Dec 2012) as new baseline Issue: SPR-11396
hessian 4.0.7 (may 2010) superseded by 4.0.33 (dec 2012) as new baseline
72
false
false
12
false
false
false
spring-projects
spring-framework
16,903
4612559446c43ed2bb32e4b69865409323da9444
Juergen Hoeller
Juergen Hoeller
Automated tests against Hibernate ORM 4.3 and Hibernate Validator 5 Issue: SPR-11704
automated tests against hibernate orm 4.3 and hibernate validator 5
67
false
false
10
false
false
false
spring-projects
spring-framework
16,904
713dd60fa74843ba8d27c1c459dc9e7beb9dac19
Stephane Nicoll
Stephane Nicoll
JMS annotation-driven endpoints. This commit adds the support of JMS annotated endpoint. Can be activated both by @EnableJms or <jms:annotation-driven/> and detects methods of managed beans annotated with @JmsListener, either directly or through a meta-annotation. Containers are created and managed under the cover by...
jms annotation-driven endpoints
31
false
false
3
false
false
false
spring-projects
spring-framework
16,905
6cb9a144db46af981fea4829e84044f05ce60a78
Rossen Stoyanchev
Rossen Stoyanchev
Expand static resource handling mechanism An initial commit with expanded support for static resource handling: - Add ResourceResolver strategy for resolving a request to a Resource along with a few implementations. - Add PublicResourceUrlProvider to get URLs for client-side use. - Add ResourceUrlEncodingFilter a...
expand static resource handling mechanism
41
false
false
5
false
true
false
spring-projects
spring-framework
16,906
f5cce14fe7749183a766e6335ee511d8918a81d4
Juergen Hoeller
Juergen Hoeller
XStreamMarshaller supports custom NameCoder strategy Issue: SPR-11702
xstreammarshaller supports custom namecoder strategy
52
false
false
5
false
false
false
spring-projects
spring-framework
16,907
53162e78e4c755c73cb35a5e43cf66f6a5d29b9e
Juergen Hoeller
Juergen Hoeller
WebSocket intro correctly points to annotations section Issue: SPR-11667
websocket intro correctly points to annotations section
55
false
false
7
false
false
false
spring-projects
spring-framework
16,908
90309ab0b5c5cc3b406825fd3f9db730db03ad36
Juergen Hoeller
Juergen Hoeller
CglibAopProxy detects package-visible methods when defined in a different ClassLoader Issue: SPR-11618
cglibaopproxy detects package-visible methods when defined in a different classloader
85
false
false
10
false
false
false
spring-projects
spring-framework
16,909
7bc2168aa746215fa5c43ccaaaad68ce9d66c73c
Juergen Hoeller
Juergen Hoeller
Default use of target 1.8 for Spring test compilation Issue: SPR-11699
default use of target 1.8 for spring test compilation
53
false
false
9
false
false
false
spring-projects
spring-framework
16,910
637ad20cd308d0603742bc61cf9c068db6bf2903
Juergen Hoeller
Juergen Hoeller
Latest ASM patches (fix for bug 317151 from ASM HEAD; ASM's 1.8 bytecode processing needs to be lenient with CGLIB 3.1) Issue: SPR-11212
latest asm patches (fix for bug 317151 from asm head; asm's 1.8 bytecode processing needs to be lenient with cglib 3.1)
119
false
false
21
false
false
false
spring-projects
spring-framework
16,911
49e3c2a0c718d9b0a08718c6fc53a3eaedbc030a
Stephane Nicoll
Stephane Nicoll
Merge pull request #514 from bijukunjummen/cpdocfix * cpdocfix: Minor doc fix to sample for @ConstructorProperties
merge pull request #514 from bijukunjummen/cpdocfix
51
true
false
6
false
false
false
spring-projects
spring-framework
16,912
973780efd569ef2b65f0cdf4caba0948d8c7da39
Biju Kunjummen
Stephane Nicoll
Minor doc fix to sample for @ConstructorProperties
minor doc fix to sample for @constructorproperties
50
false
false
7
false
false
false
spring-projects
spring-framework
16,913
9a59292603880de739e8fb98febe490892bccc87
Juergen Hoeller
Juergen Hoeller
SchedulerFactoryBean supports non-durable jobs when accompanied by a trigger Issue: SPR-11689
schedulerfactorybean supports non-durable jobs when accompanied by a trigger
76
false
false
9
false
false
false
spring-projects
spring-framework
16,914
397aa8298492d74ab64bff900229c11d2f5c5112
Stephane Nicoll
Stephane Nicoll
Fix expression cache Prior to this commit, only the java.lang.reflect.Method was used to identify an annotated method. As a result, if different annotations were placed on different methods (method overriding, interface implementation) only the first one (cached) was used. LazyParamAwareEvaluationContext was affected...
fix expression cache
20
false
false
3
true
true
true
spring-projects
spring-framework
16,915
4e1781ae8ce5fe3d6d1ee4607e0ec1bd831bc429
Rossen Stoyanchev
Rossen Stoyanchev
Use strategy for customizing ID/TIMESTAMP generation Issue: SPR-11468
use strategy for customizing id/timestamp generation
52
false
false
6
true
true
false
spring-projects
spring-framework
16,916
95e25d4e6f14a20767f0bc62a1dd1052c2a5ca35
Rossen Stoyanchev
Rossen Stoyanchev
Add strategy for customizing ID/TIMESTAMP headers Introduce MessageHeaderInitializer strategy for initializing a MessageHeaderAccessor. Add IdTimestampMessageHeaderInitializer implementation that provides control over ID and timestamp header generation. Disable ID and timestamp by default in SimpMessageHeaderAccesso...
add strategy for customizing id/timestamp headers
49
false
false
6
true
true
true
spring-projects
spring-framework
16,917
09248a0b372ad2e6019b44190ae64f4316dbc1fd
Sam Brannen
Sam Brannen
Polish ResourceDatabasePopulatorTests
polish resourcedatabasepopulatortests
37
false
false
2
false
false
false
spring-projects
spring-framework
16,918
65b17b80ba353d3c21ab392d711d347bcbcce42b
Rossen Stoyanchev
Rossen Stoyanchev
Switch BufferingStompDecoder to decoration The BufferingStompDecoder now decorates rather than extend StompDecoder. This allows a single StompDecoder instance to be configured and extended independantly while buffering remains a separate concern.
switch bufferingstompdecoder to decoration
42
false
false
4
false
true
false
spring-projects
spring-framework
16,919
1369ff4d84917f8c6a0fda1148a3835acf33d4ff
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #512 from rstoyanchev/message-headers Enhance MessageHeaderAccessor support and optimize message creation
merge pull request #512 from rstoyanchev/message-headers
56
true
false
6
true
false
false
spring-projects
spring-framework
16,920
fda9c633c4a9457300cbfcf0780683ae770b1d84
Rossen Stoyanchev
Rossen Stoyanchev
Support mutable headers in MessagingTemplate AbstractMessageConverter and messaging template implementations now detect and use mutable headers if passed in. The SimpMessagingTemplate is optimized to supporting using a single MessageHeaders instance while preparing a message. This commit also updates code using the ...
support mutable headers in messagingtemplate
44
false
false
5
true
true
true
spring-projects
spring-framework
16,921
ae942ffdb89ae103b6f9e076ec9548594317e2f9
Rossen Stoyanchev
Rossen Stoyanchev
Make use of enhanced MessageHeaderAccessor support Mutate rather than re-create headers when decoding STOMP messages before a message is sent on a message channel. Use MessageBuilder.createMessage to ensure the fully prepared MessageHeaders is used directly MessageHeaderAccessor instance. Issue: SPR-11468
make use of enhanced messageheaderaccessor support
50
false
false
6
true
true
true
spring-projects
spring-framework
16,922
4867546aec48a49a8bbfd63d86dd32a8ed5eaf83
Rossen Stoyanchev
Rossen Stoyanchev
Enhance MessageHeaderAccessor support Refine semantics of ID and TIMESTAMP headers provided to protected MessageHeaders constructor. Refactor internal implementation of MessageHeaderAccessor. Support mutating headers from a single thread while a message is being built (e.g. StompDecoder creating message + then addin...
enhance messageheaderaccessor support
37
false
false
3
true
true
true
spring-projects
spring-framework
16,923
b4995f7e4f707da33434ecdafa6889a252ef7930
Sam Brannen
Sam Brannen
Add script after setting scripts in RsrcDbPopultr Prior to this commit it was impossible to add additional scripts to a ResourceDatabasePopulator after setScripts() had been invoked. This commit fixes this by ensuring that the internal scripts list continues to be modifiable when setScripts() is invoked. Issue: SPR-...
add script after setting scripts in rsrcdbpopultr
49
false
false
7
true
true
true
spring-projects
spring-framework
16,924
84f678a06bb787641f492633552fa0de5e506d17
Sam Brannen
Sam Brannen
Assert preconditions in ResourceDatabasePopulator Prior to this commit ResourceDatabasePopulator did not assert any preconditions for constructor and method arguments. Consequently, errors would not be encountered until the populator was executed. This commit addresses this issue by ensuring that preconditions for co...
assert preconditions in resourcedatabasepopulator
49
false
false
4
true
true
true
spring-projects
spring-framework
16,925
8fecee8c8a251209743ca109ac30559cec7dfbf0
Sam Brannen
Sam Brannen
Improve Javadoc in SQL script support classes
improve javadoc in sql script support classes
45
false
false
7
true
true
true
spring-projects
spring-framework
16,926
910dd4146721a803cd9d246b91854e77ffe9272a
Sam Brannen
Sam Brannen
Polish AbstractDatabasePopulatorTests
polish abstractdatabasepopulatortests
37
false
false
2
false
false
false
spring-projects
spring-framework
16,927
1753f5d1cab1b6b7226f3b655482dd43c111e94f
Sam Brannen
Sam Brannen
Make EOF_STATEMENT_SEPARATOR XML friendly Changed the value of ScriptUtils.EOF_STATEMENT_SEPARATOR from "<<< END OF SCRIPT >>>" to "^^^ END OF SCRIPT ^^^" so that the angle brackets do not have to be escaped in XML configuration files. Issue: SPR-11687
make eof_statement_separator xml friendly
41
false
false
4
false
true
false
spring-projects
spring-framework
16,928
cc0ae3a881dde5910ecc340fa20c2365dd7474fa
Sam Brannen
Sam Brannen
Support EOF as statement separator in SQL scripts Prior to Spring Framework 4.0.3, it was possible to supply a bogus statement separator (i.e., a separator string that does not exist in the configured SQL scripts) to ResourceDatabasePopulator with the side effect that the entire contents of a script file would be inte...
support eof as statement separator in sql scripts
49
false
false
8
false
false
false
spring-projects
spring-framework
16,929
2a937a369ea62bf3ead0e40ca89b3cac3b035a66
Sam Brannen
Sam Brannen
Polish Javadoc in SimpleApplicationEventMulticaster
polish javadoc in simpleapplicationeventmulticaster
51
false
false
4
false
false
false
spring-projects
spring-framework
16,930
49916bb7eb67d9cb8f20d524b4d09e093aab6fa2
Juergen Hoeller
Juergen Hoeller
SimpleApplicationEventMulticaster supports a configurable ErrorHandler strategy Issue: SPR-11551
simpleapplicationeventmulticaster supports a configurable errorhandler strategy
79
false
false
6
false
false
false
spring-projects
spring-framework
16,931
14f9dbf70c05d1ee49c246967390bd2981ea878d
Juergen Hoeller
Juergen Hoeller
Consistent documentation for both 'close' and 'shutdown' as inferred destroy methods Issue: SPR-11680
consistent documentation for both 'close' and 'shutdown' as inferred destroy methods
84
false
false
11
false
false
false
spring-projects
spring-framework
16,932
ba3c7e588fb86e66b95b20b736a551f940247905
Sam Brannen
Sam Brannen
Polish Javadoc for SpringJUnit4ClassRunner
polish javadoc for springjunit4classrunner
42
false
false
4
false
false
false
spring-projects
spring-framework
16,933
3fef35879dbc16ea1820a4239e8520eb15b88db0
Juergen Hoeller
Juergen Hoeller
JDBC 3.0 related javadoc overhaul Issue: SPR-11600
jdbc 3.0 related javadoc overhaul
33
false
false
5
false
false
false
spring-projects
spring-framework
16,934
37679384e82554250c87918ad042e7cfb3825813
Juergen Hoeller
Juergen Hoeller
JdbcUtils uses JDBC 4.1 getObject(int, Class) for unknown ResultSet value types Comes with general JDBC 3.0+ baseline upgrade, removing defensive measures. Issue: SPR-11600
jdbcutils uses jdbc 4.1 getobject(int, class) for unknown resultset value types
79
false
false
11
false
false
false
spring-projects
spring-framework
16,935
1bbc55d63c45d17fff0c939ecaf54ed7b73090bb
Sam Brannen
Sam Brannen
Polish Javadoc for TestContextBootstrapper
polish javadoc for testcontextbootstrapper
42
false
false
4
false
false
false
spring-projects
spring-framework
16,936
5df60a2becc6cde0f7885097b4a09449e660197f
Sam Brannen
Sam Brannen
Update ContextLoaderUtils Javadoc due to recent refactoring
update contextloaderutils javadoc due to recent refactoring
59
false
false
7
false
true
false
spring-projects
spring-framework
16,937
e1a1e1205f3fc7063da128e48cb7ecfcaf896524
Sam Brannen
Sam Brannen
Simplify DefaultBootstrapContext.toString()
simplify defaultbootstrapcontext.tostring()
43
false
false
2
true
true
false
spring-projects
spring-framework
16,938
b308659cda79f39f117f59f2d083abdd83f654d5
Sam Brannen
Sam Brannen
Merge from sbrannen/SPR-9955 * SPR-9955: Introduce context bootstrap strategy in the TCF
merge from sbrannen/spr-9955
28
true
false
3
false
false
false
spring-projects
spring-framework
16,939
26309838ba3727a7358c331325df4f3b325c4674
Brian Clozel
Brian Clozel
Set custom handshakeHandler for XML sockjs config Prior to this commit, configuring a custom handshakeHandler when setting up a stomp-endpoint with SockJS would not be taken into account: <websocket:stomp-endpoint path="/foo"> <websocket:handshake-handler ref="customHandler"/> <websocket:sockjs/> </websoc...
set custom handshakehandler for xml sockjs config
49
false
false
7
true
true
true
spring-projects
spring-framework
16,940
b7a974116e08b702de38753aca5e64bd02aba77c
Rossen Stoyanchev
Rossen Stoyanchev
Add concurrent WebSocket session decorator (temp commit) Issue: SPR-11586
add concurrent websocket session decorator (temp commit)
56
false
false
7
false
false
false
spring-projects
spring-framework
16,941
ac968e94ed1b9a1863a0345a030af506b25d9e0d
Rossen Stoyanchev
Rossen Stoyanchev
Add getter for the length of a WebSocket message
add getter for the length of a websocket message
48
false
false
9
true
true
true
spring-projects
spring-framework
16,942
d4782647a4fda81484339433bff6ddee87c1764d
Rossen Stoyanchev
Rossen Stoyanchev
Ensure default value of @Payload required is enforced When no @Payload is provided, it is equivalent to @Payload with default attribute values. Since the default value of required=true, then an argument that's not annotated is required.
ensure default value of @payload required is enforced
53
false
false
8
true
true
false
spring-projects
spring-framework
16,943
52c3f713bf0f467a43fa55c9be425447d371531b
Stephane Nicoll
Rossen Stoyanchev
Fix handling of required payload. A payload that is required will now throw an appropriate exception regardless of if a conversion is required or not. isEmptyPayload now takes the payload instead of the message so that both the original payload and the converted payload, if necessary, share the same logic. JSR-303 v...
fix handling of required payload
32
false
false
5
true
true
true
spring-projects
spring-framework
16,944
4cd818b9e45298237950e2e108e4629539cbcc4a
Stephane Nicoll
Stephane Nicoll
Harmonize log configuration Prior to this commit, the codebase was using a mix of log4j.xml and log4j.properties for test-related logging configuration. This can be an issue as log4j takes the xml variant first when looking for a default bootstrap configuration. In practice, some modules declaring the properties vari...
harmonize log configuration
27
false
false
3
true
true
true
spring-projects
spring-framework
16,945
10af128e9654d346a3f6ca6a2d3201e9b409e2a1
Rossen Stoyanchev
Rossen Stoyanchev
Update thread pool settings in STOMP/WebSocket config The clientInboundChannel and clientOutboundChannel now use twice the number of available processors by default to accomodate for some degree of blocking in task execution on average. In practice these settings still need to be configured explicitly in applications...
update thread pool settings in stomp/websocket config
53
false
false
7
false
false
false
spring-projects
spring-framework
16,946
9cee70ff66c4762fd2ffc3ade71d322765bdeca0
Sam Brannen
Sam Brannen
Polish ComponentScanParserTests and clean up warnings
polish componentscanparsertests and clean up warnings
53
false
false
6
false
false
false
spring-projects
spring-framework
16,947
ad09f1b5ecb2b7d5361d7caf194280ed66bc896c
Juergen Hoeller
Juergen Hoeller
Upgraded embedded ASM version to 5.0 Issue: SPR-11239
upgraded embedded asm version to 5.0
36
false
false
6
false
false
false
spring-projects
spring-framework
16,948
99cd2f6098bff68d4acdaae1790d2e6396a6b865
Sam Brannen
Sam Brannen
Support meta-annotation overrides in ASM processing Prior to this commit, Spring supported meta-annotation attribute overrides in custom composed annotations with reflection-based annotation processing but not with ASM-based annotation processing. This commit ensures that meta-annotation attribute overrides are suppo...
support meta-annotation overrides in asm processing
51
false
false
6
false
true
false
spring-projects
spring-framework
16,949
1bab8a39164aa8b91bf423d9a105ce28c4d9763d
Rossen Stoyanchev
Rossen Stoyanchev
Add session attributes to SimpMessageHeaderAccessor This change exposes the WebSocketSession attributes through a message header. The StompSubProtocolHandler adds this to incoming messages. For now messaging handling methods can access the map via @Header, e.g.: @Header(StompHeaderAccessor.SESSION_ATTRIBUTES) Map<St...
add session attributes to simpmessageheaderaccessor
51
false
false
5
true
true
false
spring-projects
spring-framework
16,950
48b62e80d55b321e3025e92b20a725f7e665aa28
Rossen Stoyanchev
Rossen Stoyanchev
Rename handshakeAttributes to just attributes Issue: SPR-11566
rename handshakeattributes to just attributes
45
false
false
5
false
true
false
spring-projects
spring-framework
16,951
1fa4a7d34f56b85753fb38f54a4bc6d5f1c837db
Rossen Stoyanchev
Rossen Stoyanchev
Fix minor issue in STOMP broker relay
fix minor issue in stomp broker relay
37
false
false
7
true
true
true
spring-projects
spring-framework
16,952
9552c82e2d81bcb6c781793e1fe14708bd4db25b
Rossen Stoyanchev
Rossen Stoyanchev
Remove use of simple executor in WebSocket clients Issue: SPR-11580
remove use of simple executor in websocket clients
50
false
false
8
true
true
true
spring-projects
spring-framework
16,953
8aefcb9a550886fe93b11d7e276f2236840944d3
Sam Brannen
Sam Brannen
Set DB_CLOSE_ON_EXIT=false in H2EmbeddedDbConfig This commit sets the DB_CLOSE_ON_EXIT flag to false for embedded H2 databases loaded using H2EmbeddedDatabaseConfigurer (i.e., via Spring's <jdbc:embedded-database /> XML namespace, EmbeddedDatabaseBuilder, EmbeddedDatabaseFactory, and EmbeddedDatabaseFactoryBean). Iss...
set db_close_on_exit=false in h2embeddeddbconfig
48
false
false
4
true
true
true
spring-projects
spring-framework
16,954
dc6d67510d65393eabf420cc6648e8f31acb6586
Sam Brannen
Sam Brannen
Improve configurability of EmbeddedDatabaseBuilder This commit improves the configurability of EmbeddedDatabaseBuilder by exposing the following new configuration methods. - setDataSourceFactory(DataSourceFactory) - addScripts(String...) - setScriptEncoding(String) - setSeparator(String) - setCommentPrefix(Strin...
improve configurability of embeddeddatabasebuilder
50
false
false
4
true
true
true
spring-projects
spring-framework
16,955
34fe252acdb5f938bf432316abad9943718451c3
Sam Brannen
Sam Brannen
Polish Javadoc for embedded database support
polish javadoc for embedded database support
44
false
false
6
false
false
false
spring-projects
spring-framework
16,956