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
373f07b1ffa6e274d49d766467ae25ca10768c50
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,957
e0757e7ed69bcd2579d51d56582c16acc13a6e12
Juergen Hoeller
Juergen Hoeller
Detect ControllerAdvice beans in ancestor contexts as well Issue: SPR-11570
detect controlleradvice beans in ancestor contexts as well
58
false
false
8
true
true
false
spring-projects
spring-framework
16,958
b640b9fdfe2c1d554aa2bb8ea38401d20c2ed2dd
Sam Brannen
Sam Brannen
Update TODOs for SPR-11574 Issue: SPR-11574
update todos for spr-11574
26
false
false
4
true
true
true
spring-projects
spring-framework
16,959
9ce0df89ffedf5a75981f3699f32d10a6de6f9df
Sam Brannen
Sam Brannen
Support Class meta-annotation attributes with ASM Prior to this commit, AnnotationAttributesReadingVisitor treated Class annotation attributes as Strings instead of Classes. As a result, look-ups for Class attributes in meta-annotations failed with an IllegalArgumentException. This commit fixes this issue by consiste...
support class meta-annotation attributes with asm
49
false
false
6
false
true
false
spring-projects
spring-framework
16,960
42690a9a9e5a8a15b2baeaf349c37f0f90a052ad
Sam Brannen
Sam Brannen
Overhaul Javadoc for embedded database support
overhaul javadoc for embedded database support
46
false
false
6
false
false
false
spring-projects
spring-framework
16,961
c61d62ef4b42aa68fe5c95befaf0bd7664844c6d
Sam Brannen
Sam Brannen
Improve DataSourceInitializer Javadoc and implementation
improve datasourceinitializer javadoc and implementation
56
false
false
5
true
true
false
spring-projects
spring-framework
16,962
87e58a6d7b7209f5f932b0d34e509452c62405d6
Sam Brannen
Sam Brannen
Improve Javadoc for DatabasePopulator
improve javadoc for databasepopulator
37
false
false
4
true
true
true
spring-projects
spring-framework
16,963
df98490f0dd55991f15439cc5110e3ceb6a13f7a
Rossen Stoyanchev
Rossen Stoyanchev
Increase logging for spring-messaging tests A temporary measure related to intermittent CI build server failures.
increase logging for spring-messaging tests
43
false
false
5
false
true
false
spring-projects
spring-framework
16,964
fb600857df9a1fd4f44158c2537e3c2bee4322b5
Sebastien Deleuze
Rossen Stoyanchev
Document locale convention in Tiles def file names In Tiles v3 integration, underscores in filenames are intended to identify the definition locale. This behavior is now documented in order to avoid unexpected results with filenames like tiles_definitions.xml. This commit also updates Tiles v2 references to Tiles v3 ...
document locale convention in tiles def file names
50
false
false
8
false
false
false
spring-projects
spring-framework
16,965
aac409c6cf1c1415f8aff4f9755d30419529ab44
Sebastien Deleuze
Rossen Stoyanchev
Fix "Configuring the WebSocket Engine" documentation This commit updates reference documentation in order to specify that ServletServerContainerFactoryBean is for server side use and WebSocketContainerFactoryBean for client side use. Issue: SPR-11565
fix "configuring the websocket engine" documentation
52
false
false
6
false
false
false
spring-projects
spring-framework
16,966
a372b683cde47651fcec6ef0cec9004d79c4975e
Rossen Stoyanchev
Rossen Stoyanchev
Use custom config read in ReactorTcpClient Use a custom ConfigReader to enforce the use of SynchronousDispatcher and no other dispatchers otherwise created by default. Avoids the creation thread pools never to be used.
use custom config read in reactortcpclient
42
false
false
6
true
true
true
spring-projects
spring-framework
16,967
38e7c4776b627ccce5d3ee81e535ce8876ca98e8
Juergen Hoeller
Juergen Hoeller
Cache.get(key, type) should also work in case of null value found in cache Issue: SPR-11567
cache.get(key, type) should also work in case of null value found in cache
74
false
false
13
false
false
false
spring-projects
spring-framework
16,968
57af56aeeb880dd69b1bd5135cd3ef5e871214b9
Rossen Stoyanchev
Rossen Stoyanchev
Improve logging in STOMP broker relay Ignore DISCONNECT messages if already disconnected. This can occur if the client explicitly sends a DISCONNECT frame and then closes the socket quickly. The closing of the WebSocket sessions also sends a DISCONNECT upstream to ensure the broker is aware.
improve logging in stomp broker relay
37
false
false
6
false
true
false
spring-projects
spring-framework
16,969
918e21fd8f559bf97f93c547190167f416eb05be
Rossen Stoyanchev
Rossen Stoyanchev
Upgrade to reactor 1.0.1.RELEASE
upgrade to reactor 1.0.1.release
32
false
false
4
false
false
false
spring-projects
spring-framework
16,970
92eb99a5abaaf43f4fddeaf00020dad2f3dd73eb
Sam Brannen
Sam Brannen
Favor ScriptException over SQLException In ScriptUtils and related classes, SQLExceptions are now caught and wrapped in ScriptExceptions wherever feasible. Affected "throws" declarations have also been revised as appropriate. Issue: SPR-11564
favor scriptexception over sqlexception
39
false
false
4
true
true
true
spring-projects
spring-framework
16,971
cf290ab42a22e412eb55db34c5b43aadcb356d3f
Juergen Hoeller
Juergen Hoeller
Extracted simple MethodInvokingBean as alternative to (and base class for) MethodInvokingFactoryBean Issue: SPR-11196
extracted simple methodinvokingbean as alternative to (and base class for) methodinvokingfactorybean
100
false
false
11
false
false
false
spring-projects
spring-framework
16,972
a8577da30cec91272ef7f367ab5f393d232a1ee1
Juergen Hoeller
Juergen Hoeller
DeferredQueryInvocationHandler explicitly closes its EntityManager on garbage collection Includes javadoc revision covering all supported EntityManager types as of JPA 2.1. Issue: SPR-11451
deferredqueryinvocationhandler explicitly closes its entitymanager on garbage collection
88
false
false
8
false
false
false
spring-projects
spring-framework
16,973
fbd25467c47fcda1e4d500e1cc3ede3d8ca7f61e
Sam Brannen
Sam Brannen
Introduce SQL script exception hierarchy This commit continues the work began in SPR-9531 as follows. - ScriptException now extends DataAccessException. - DatabasePopulator.populate() now explicitly throws ScriptException. - Introduced UncategorizedScriptException. - DatabasePopulatorUtils.execute() now throws...
introduce sql script exception hierarchy
40
false
false
5
false
false
false
spring-projects
spring-framework
16,974
f68bd5c8b27da47482373a773c18b851fb1cf0ac
Rossen Stoyanchev
Rossen Stoyanchev
Rename ReactorNettyTcpClient to ReactorTcpClient Even though Netty is a required dependency of reactor-tcp at present, there is no hard dependency in the spring-messaging Reactor-based implementation.
rename reactornettytcpclient to reactortcpclient
48
false
false
4
false
true
false
spring-projects
spring-framework
16,975
2e13bf8b817d57b976178a5d8682fbb6597ec351
Rossen Stoyanchev
Rossen Stoyanchev
Refine Reactor-based TCP client implementation Configure explicitly use of SynchronousDispatcher instead of the one used otherwise by default (RingBufferDispatcher). As a result TCP optations are now scoped to Netty's threads. Remove Environment field. It is no longer required to shut it down since we're now using Sy...
refine reactor-based tcp client implementation
46
false
false
5
false
false
false
spring-projects
spring-framework
16,976
6bcbb94abac229b70a8b0a89b12ce461d4321a8b
Rossen Stoyanchev
Rossen Stoyanchev
Refine BrokerAvailabilityEvent behavior Add accessor for brokerAvailable in AbstractBrokerMessageHandler Ensure brokerAvailable is set even if eventPublisher is not Add tests BrokerMessageHandlerTests Turn off brokerAvailable when StompBrokerRelayMessageHandler stops Actually stop message handling when brokerAvailabl...
refine brokeravailabilityevent behavior
39
false
false
3
true
true
true
spring-projects
spring-framework
16,977
14a8f19670d2df932b9e05b122390848944173e8
Sam Brannen
Sam Brannen
Add links to class-level Javadoc in JdbcTestUtils
add links to class-level javadoc in jdbctestutils
49
false
false
7
true
true
true
spring-projects
spring-framework
16,978
cae50c3a2d70edf62ba3562936112f0421fd5b5b
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,979
bb67cd4657ee288d9a0a80c8e81f24308a6b1c0a
Sam Brannen
Sam Brannen
Fix regression for newline separators in SQL scripts Changes made in conjunction with SPR-9531, introduced a regression with regard to support for using a single newline character as the statement separator within SQL scripts. Investigation of the cause of this issue resulted in the discovery of another, similar issue...
fix regression for newline separators in sql scripts
52
false
false
8
true
true
false
spring-projects
spring-framework
16,980
e7b8a657b477ddf88e737ee8b7806f0338464365
Sam Brannen
Sam Brannen
Add more tests for @ComponentScan as a meta-annotation Issue: SPR-11557
add more tests for @componentscan as a meta-annotation
54
false
false
8
true
true
false
spring-projects
spring-framework
16,981
189cd663c5d2916a46ce2bcb52ab16d5ffc73560
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,982
f1fbe85ff1943e2bd5a2c6916fd94fca8f92e265
Sam Brannen
Sam Brannen
Investigate issue with @ComponentScan as meta-annotation This commit introduces unit and integration tests that attempt to reproduce the issue claimed by the reporter in SPR-11557. However, the tests pass without any problems. Issue: SPR-11557
investigate issue with @componentscan as meta-annotation
56
false
false
6
true
true
false
spring-projects
spring-framework
16,983
3d506eb033d5092b70c78ad0b525a62e3c4a402d
Sam Brannen
Sam Brannen
Clean up ConfigurationClassPostProcessorTests
clean up configurationclasspostprocessortests
45
false
false
3
false
false
false
spring-projects
spring-framework
16,984
99ea429fd776701f9ca4d686c52029ac2a9c1afc
Juergen Hoeller
Juergen Hoeller
Added specific unit test for scoped-proxy target not being an autowire candidate Issue: SPR-11548
added specific unit test for scoped-proxy target not being an autowire candidate
80
false
false
12
false
false
false
spring-projects
spring-framework
16,985
5308b3e358e3667eac3a8bb263d356d1b57efc5a
Juergen Hoeller
Juergen Hoeller
Revised naming for prototype inner beans to avoid excessive unique name calculation Restored original singleton-only adaptInnerBeanName behavior, avoiding endless unique name calculation for every single prototype instance. Non-named inner BeanDefinition objects now suffixed with an identity hex code analogous to non-...
revised naming for prototype inner beans to avoid excessive unique name calculation
83
false
false
12
false
false
false
spring-projects
spring-framework
16,986
9dcd03d86274f5b96d40a2e38926bb880af78a46
Sam Brannen
Sam Brannen
Clean up imports and warnings
clean up imports and warnings
29
false
false
5
false
false
false
spring-projects
spring-framework
16,987
5ff1c696c851dbeebd8c2700f43e7ef31b8377fa
Juergen Hoeller
Juergen Hoeller
Check raw Type objects, not ResolvableType instances, during isAssignableFrom recursion Issue: SPR-11522
check raw type objects, not resolvabletype instances, during isassignablefrom recursion
87
false
false
10
false
false
false
spring-projects
spring-framework
16,988
791f58e6be1f442ed4b0ce5415560aff86f36244
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,989
4744180d3d896d0af218febefc2aba5b01a21abb
Juergen Hoeller
Juergen Hoeller
NumberUtils reports overflow when converting from BigInteger/BigDecimal to Long Issue: SPR-11434
numberutils reports overflow when converting from biginteger/bigdecimal to long
79
false
false
9
false
false
false
spring-projects
spring-framework
16,990
01b2f67f11207c5007164518a83fcfb546b36837
Sam Brannen
Sam Brannen
Introduce constructors in ResourceDatabasePopulator Issue: SPR-9531
introduce constructors in resourcedatabasepopulator
51
false
false
4
true
true
false
spring-projects
spring-framework
16,991
a006ca254272bebe7b8e3828dd6cd53a8b52542b
Sam Brannen
Sam Brannen
Remove trailing whitespace
remove trailing whitespace
26
false
false
3
true
true
true
spring-projects
spring-framework
16,992
7853e74e786efda8aea70a5a0e79385a0c5d5cc9
Sam Brannen
Sam Brannen
Merge pull request #485 from cbaldwin74/SPR-9531 * SPR-9531: Refactor SQL script support Support multi-line comments in SQL scripts
merge pull request #485 from cbaldwin74/spr-9531
48
true
false
6
false
false
false
spring-projects
spring-framework
16,993
2bfd6ddcf4de600942a7564a43a338febd4267f2
Sam Brannen
Sam Brannen
Refactor SQL script support This commit continues the work in the previous commit as follows: - Introduced an exception hierarchy for exceptions related to SQL scripts, with ScriptException as the base. - CannotReadScriptException and ScriptStatementFailedException now extend ScriptException. - Introduced ...
refactor sql script support
27
false
false
4
false
false
false
spring-projects
spring-framework
16,994
e5c17560db71996157f52baada68c8a294c95d10
cbaldwin74
Sam Brannen
Support multi-line comments in SQL scripts Prior to this commit neither ResourceDatabasePopulator nor JdbcTestUtils properly supported multi-line comments (e.g., /* ... */). Secondarily there has developed a significant amount of code duplication in these two classes that has led to maintenance issues over the years. ...
support multi-line comments in sql scripts
42
false
false
6
true
true
true
spring-projects
spring-framework
16,995
6b31074e4a7b8e8b883d304e962af1c2b9b4c03d
Rossen Stoyanchev
Rossen Stoyanchev
Add HTTP series check shortcut methods to HttpStatus Issue: SPR-11424
add http series check shortcut methods to httpstatus
52
false
false
8
false
true
false
spring-projects
spring-framework
16,996
6a4a2ec6a4e8067063209b8126fccf9eb3411e53
Rossen Stoyanchev
Rossen Stoyanchev
Fix expected and actual argument order Issue: SPR-11424
fix expected and actual argument order
38
false
false
6
false
false
false
spring-projects
spring-framework
16,997
3474afb165b6efa1a15db87c088e0fe79353000f
Rossen Stoyanchev
Rossen Stoyanchev
Improve suffix pattern check After this change dots inside URI variables in a request mapping pattern are ignored and no longer considered an indication that the pattern contains a suffix itself. Issue: SPR-11532
improve suffix pattern check
28
false
false
4
false
false
false
spring-projects
spring-framework
16,998
4d3ca4319e66e6a9e2470838b8b7627da757e3e5
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,999
8b2b165777e9653db260628320d70c7f21160df1
Brian Clozel
Brian Clozel
Fix "relay-port" XSD type in spring-websocket.xsd Prior to this commit, the `relay-port` attribute of the `<websocket:stomp-broker-relay />` tag was of type `xsd:int`. This prevents developers from using `PropertyPlaceholderConfigurer`, even though this configuration key is a good candidate for such use (this value dep...
fix "relay-port" xsd type in spring-websocket.xsd
49
false
false
6
false
false
false
spring-projects
spring-framework
17,000
658a44a62065c082d92c2acc7369ac3cbf7582d7
Juergen Hoeller
Juergen Hoeller
Upgraded to Apache HttpClient 4.3.3 and Jetty 9.1.3
upgraded to apache httpclient 4.3.3 and jetty 9.1.3
51
false
false
8
false
false
false
spring-projects
spring-framework
17,001
27cacf067255101cb1c4243c6d9b8bec74fe5db6
Juergen Hoeller
Juergen Hoeller
SpEL property-not-found message hints at non-public method/field Issue: SPR-11535 (cherry picked from commit eeb82c4)
spel property-not-found message hints at non-public method/field
64
false
false
7
false
false
false
spring-projects
spring-framework
17,002
13af188bdc55aba99f0c02dbcbce59ee6ace5351
Rossen Stoyanchev
Rossen Stoyanchev
Handle invalid STOMP content-length header value After this change if a content-length header is provided but is less than 0 or cannot be parsed as a number, it is ignored and the body is read sequentially, i.e. until we reach a null byte terminator. This provides better protection against clients that may set the co...
handle invalid stomp content-length header value
48
false
false
6
false
false
false
spring-projects
spring-framework
17,003
cff23b84ae6bac45972c16a84e4dbaa382576acc
Rossen Stoyanchev
Rossen Stoyanchev
Add messages for number of active sessions/connections Issue: SPR-11531
add messages for number of active sessions/connections
54
false
false
7
true
true
false
spring-projects
spring-framework
17,004
a473d46e1c472309807e7376255aef5d60ca174e
Rossen Stoyanchev
Rossen Stoyanchev
Tighten connection management in STOMP broker relay Fix NPE exception when closing TcpConnection Ensure a ConnectionHandler is cleared when a TcpConnection is closed (at the same time), logging an exception if the closing fails. Improve error messages. Issue: SPR-11531
tighten connection management in stomp broker relay
51
false
false
7
true
true
false
spring-projects
spring-framework
17,005
bbcb1837c54643fe1f133bad5e972acb9e54f3e7
Juergen Hoeller
Juergen Hoeller
Polishing Issue: SPR-11442
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,006
264d7b9c98018aee517b2c14bbfd0ff05e000706
Juergen Hoeller
Juergen Hoeller
Improved documentation on how to convert collections with ConversionService Issue: SPR-11432
improved documentation on how to convert collections with conversionservice
75
false
false
9
false
false
false
spring-projects
spring-framework
17,007
7a6ec6952357d23b3f17694236a253f385b14e10
Stephane Nicoll
Stephane Nicoll
Fix custom config with older HttpClient Since HttpClient 4.3, custom configuration such as the connection timeout and the socket timeout are set in a RequestConfig object stored in the HttpContext. Unfortunately, older HttpClients are not supporting this infrastructure and new clients throw an exception when the depr...
fix custom config with older httpclient
39
false
false
6
true
true
true
spring-projects
spring-framework
17,008
bea94d5302e16f72a64377c052595a1976629dde
Juergen Hoeller
Juergen Hoeller
CollectionToCollectionConverter avoids collection copy for untyped collection when simply returning source anyway Also uses addAll instead of iteration over untyped collection now, supporting optimized addAll in target collection type, and avoids repeated getElementTypeDescriptor calls. Issue: SPR-11479
collectiontocollectionconverter avoids collection copy for untyped collection when simply returning source anyway
113
false
false
12
false
false
false
spring-projects
spring-framework
17,009
9e52004222addfe6498ed9eb6d8d8ad926ce21ea
Sebastien Deleuze
Rossen Stoyanchev
Add support for asserting JSON Based on the JSONassert library. Issue: SPR-10113
add support for asserting json
30
false
false
5
true
true
true
spring-projects
spring-framework
17,010
d870b382da1c914d1095b88a9fb92835678f53d7
Juergen Hoeller
Juergen Hoeller
Defensively check for pre-resolved FactoryBean.getObject() results in circular reference scenarios Issue: SPR-11937
defensively check for pre-resolved factorybean.getobject() results in circular reference scenarios
98
false
false
10
false
false
false
spring-projects
spring-framework
17,011
d3a87a13f7008d1211546673e4d37f61d61ad719
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
17,012
f6fbdafb6a5b364bc2538b4f05a85fcc9be9fc51
Arjen Poutsma
Rossen Stoyanchev
Introduce RequestEntity and builder This commit introduces the RequestEntity, a class similar to ResponseEntity, but meant for HTTP requests rather than responses. The RequestEntity can be used both in RestTemplate as well as @MVC scenarios. The class also comes with a builder, similar to the one found in ResponseEnt...
introduce requestentity and builder
35
false
false
4
true
true
true
spring-projects
spring-framework
17,013
b7984f21d814e729a969fafd11ba641165a6ad94
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,014
ec4e6e0b0e84d11f9e5abaf092d5bcb7410d8a52
Juergen Hoeller
Juergen Hoeller
StatementCreatorUtils populates NVARCHAR, LONGNVARCHAR, NCLOB via setString as well Issue: SPR-11938
statementcreatorutils populates nvarchar, longnvarchar, nclob via setstring as well
83
false
false
9
false
false
false
spring-projects
spring-framework
17,015
7a1f19b96cbdf1d5080ca3b5baed806cdc6ead22
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
17,016
ce20abde51ac52dde2f318e28004af80cca886fe
Sebastien Deleuze
Rossen Stoyanchev
Improve subscription removal in SubscriptionRegistry Avoid using destination pattern based search when removing sessions or subscriptions from DefaultSubscriptionRegistry and use only session and subscription ids. Issue: SPR-11930
improve subscription removal in subscriptionregistry
52
false
false
5
true
true
false
spring-projects
spring-framework
17,017
083d415fc4d54ce19f7939b3d837f1f1eda5732a
Sebastien Deleuze
Rossen Stoyanchev
Fix cache cleanup issue in DefaultSubscriptionRegistry Issue: SPR-11931
fix cache cleanup issue in defaultsubscriptionregistry
54
false
false
6
false
true
false
spring-projects
spring-framework
17,018
669386abacf3774f5e9c3799b0d3533525032b10
Sam Brannen
Sam Brannen
Organize imports in Spring MVC Test classes
organize imports in spring mvc test classes
43
false
false
7
true
true
true
spring-projects
spring-framework
17,019
c60c1cec4548c76975182bc54a5532c899b956c6
Sam Brannen
Sam Brannen
Suppress serial warning in JCacheCustomInterceptorTests
suppress serial warning in jcachecustominterceptortests
55
false
false
5
true
true
false
spring-projects
spring-framework
17,020
f40d67cfecc1182469c848bc48715d661a5d7eed
Sam Brannen
Sam Brannen
Prepare for upgrade to Gradle 2.0 Upgraded propdeps plugin to version 0.0.7 for Gradle 2.0 support. Issue: SPR-11934
prepare for upgrade to gradle 2.0
33
false
false
6
false
false
false
spring-projects
spring-framework
17,021
ba522e5e552f80290cb00a127accc84b064eaf2d
Juergen Hoeller
Juergen Hoeller
Package javadoc cleanup for web.servlet.mvc, removing outdated references Issue: SPR-11935
package javadoc cleanup for web.servlet.mvc, removing outdated references
73
false
false
8
false
false
false
spring-projects
spring-framework
17,022
5ed20d21b1e301280b525cdc0c602f09e4ccff83
Stephane Nicoll
Stephane Nicoll
Add test This commit adds a test that reproduces the behaviour described in SPR-11915 and validates that the fix introduced in f8b6114440 works as expected. Issue: SPR-11915
add test
8
false
false
2
true
true
false
spring-projects
spring-framework
17,023
49e960c151ca2d940a48bd869dfa4e85d2c771ad
Sam Brannen
Sam Brannen
Polish doc & imports for MockAsyncClientHttpRequest Issue: SPR-11822
polish doc & imports for mockasyncclienthttprequest
51
false
false
6
true
false
false
spring-projects
spring-framework
17,024
f8b611444072bea0a2755ba73b4dd15fe33098e5
Juergen Hoeller
Juergen Hoeller
BeanFactoryAnnotationUtils consistently applies bean name fallback when no BeanDefinition present Issue: SPR-11915
beanfactoryannotationutils consistently applies bean name fallback when no beandefinition present
97
false
false
10
false
false
false
spring-projects
spring-framework
17,025
0451232eb40550c96090f4c7316e631a293e2be2
Juergen Hoeller
Juergen Hoeller
Polishing (cherry picked from commit 86ea305)
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,026
7497391497a8d1c5d322343a5887a09851721054
Sam Brannen
Sam Brannen
Prepare for upgrade to Gradle 2.0 MergePlugin now uses syntax appropriate for Gradle 2.0. Issue: SPR-11934
prepare for upgrade to gradle 2.0
33
false
false
6
false
false
false
spring-projects
spring-framework
17,027
e90143e03b2972864c382114470dc88d7d70b124
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,028
9c46cb6f4998e56e8b6dc86222dd7f55dec84eb0
Juergen Hoeller
Juergen Hoeller
Upgrade to Reactor 1.1.3
upgrade to reactor 1.1.3
24
false
false
4
false
false
false
spring-projects
spring-framework
17,029
37ba1b966ee164ada46866e800bde317a238b4d7
Juergen Hoeller
Juergen Hoeller
Seamless support for Groovy bean definitions mixed with XML bean definitions GroovyBeanDefinitionReader and Groovy ApplicationContexts redirect ".xml" files to XmlBeanDefinitionReader now, similar to what they've been doing for importBeans directives already. Analogously, @ImportResource for configuration classes redi...
seamless support for groovy bean definitions mixed with xml bean definitions
76
false
false
11
false
false
false
spring-projects
spring-framework
17,030
06d3e1b94ef482c9055805abcff19be613ae31c4
Rossen Stoyanchev
Rossen Stoyanchev
Fix Javadoc typo
fix javadoc typo
16
false
false
3
true
true
true
spring-projects
spring-framework
17,031
db616dc438566b6308bc467c2480d16a88c721c9
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,032
cee53e9330b1677921b466e255751dd28d0b4207
Juergen Hoeller
Juergen Hoeller
Unit tests for method validation before async dispatching Issue: SPR-11775
unit tests for method validation before async dispatching
57
false
false
8
false
false
false
spring-projects
spring-framework
17,033
71b942698de314cc0ebe0a235188029675922349
Rossen Stoyanchev
Rossen Stoyanchev
Fix sniff task warnings
fix sniff task warnings
23
false
false
4
true
true
true
spring-projects
spring-framework
17,034
b1aebb2c0cd65d7aeaa153465a7797412b222747
Rossen Stoyanchev
Rossen Stoyanchev
Fix failing test
fix failing test
16
false
false
3
true
true
true
spring-projects
spring-framework
17,035
974bd43f284c07e9c9d721978225be05f662a0b4
Juergen Hoeller
Juergen Hoeller
AbstractAutowireCapableBeanFactory's createBean/autowireBean/configureBean use CacheUtils.isCacheSafe to re-enable PropertyDescriptor caching Issue: SPR-11875
abstractautowirecapablebeanfactory's createbean/autowirebean/configurebean use cacheutils.iscachesafe to re-enable propertydescriptor caching
141
false
false
8
false
false
false
spring-projects
spring-framework
17,036
fab67b0595bfaddd6692de830c7b54aea782d7b5
Juergen Hoeller
Juergen Hoeller
CachedIntrospectionResults and co consistently avoid synchronization (through use of ConcurrentReferenceHashMap) As a side effect, through ConcurrentReferenceHashMap, we're using soft references for non-cache-safe bean classes. Issue: SPR-11867
cachedintrospectionresults and co consistently avoid synchronization (through use of concurrentreferencehashmap)
112
false
false
10
false
false
false
spring-projects
spring-framework
17,037
cb40908a7d3c6fb330d3813692f7679501d9a54b
Rossen Stoyanchev
Rossen Stoyanchev
Fix warnings from the sniff task
fix warnings from the sniff task
32
false
false
6
true
true
true
spring-projects
spring-framework
17,038
2b1ff4c5db781a3d0b5b83fab44e47cd7e64dbd6
Rossen Stoyanchev
Rossen Stoyanchev
Fix condition in SubProtocolWebSocketHandler Issue: SPR-11884
fix condition in subprotocolwebsockethandler
44
false
false
4
true
true
true
spring-projects
spring-framework
17,039
9880d2b5f4e35e94bc6659d803503e2764497876
Rossen Stoyanchev
Rossen Stoyanchev
Remove JDK 1.7 guard for removeOnCancelPolicy property Issue: SPR-11918
remove jdk 1.7 guard for removeoncancelpolicy property
54
false
false
7
true
true
false
spring-projects
spring-framework
17,040
7441f2301281049cff7224bf650646490388080e
Rossen Stoyanchev
Rossen Stoyanchev
Add support for removeOnCancelPolicy This change removes the recently added SockJsThreadPoolTaskScheduler and instead builds support for the removeOnCancelPolicy property in ThreadPoolTaskScheduler and ScheduledExecutorFactoryBean. Issue: SPR-11918
add support for removeoncancelpolicy
36
false
false
4
true
true
true
spring-projects
spring-framework
17,041
7da3fb4ce6dc90048b2a3f661fa80f38bede8ed9
Rossen Stoyanchev
Rossen Stoyanchev
Support STOMP DISCONNECT with receipt Issue: SPR-11599
support stomp disconnect with receipt
37
false
false
5
true
true
true
spring-projects
spring-framework
17,042
7dc2b2927e0168080619839ba63db5c4e820a6da
Rossen Stoyanchev
Rossen Stoyanchev
Use SESSION_NOT_RELIABLE when no messages received When a WebSocket session is closed after not having received any messages, we'll use SESSION_NOT_RELIABLE to indicate to other parts of the session closing code not to send anything further (e.g. SockJS "Go Away!" frame). Issue: SPR-11884
use session_not_reliable when no messages received
50
false
false
6
true
false
true
spring-projects
spring-framework
17,043
3af488a701834f61b89cd84040605a6252962e9c
Rossen Stoyanchev
Rossen Stoyanchev
Avoid multiple invocations of afterConnectionClosed This change ensures the state of a SockJS session is set to CLOSED immediately after close is invoked. This avoids duplicate invocations of afterConnectionClosed in WebSocket transport. Issue: SPR-11884
avoid multiple invocations of afterconnectionclosed
51
false
false
5
true
true
false
spring-projects
spring-framework
17,044
86de4169088235ccbfcd4264963ca49178c9ff14
Rossen Stoyanchev
Rossen Stoyanchev
More WebSocket logging updates Update WebSocketSession toString methods to include the handshake URI and add id and URI fields to ensure they're available after close(). Log WebSocket session open and close events at INFO. Remove trace messages for destinations that do not match. Issue: SPR-11884
more websocket logging updates
30
false
false
4
false
false
false
spring-projects
spring-framework
17,045
fac2d80054c1887a7e76af54b553b3c0f98207f9
Juergen Hoeller
Juergen Hoeller
AbstractApplicationContext uses AtomicBoolean instead of synchronization for active/closed flags Issue: SPR-11863
abstractapplicationcontext uses atomicboolean instead of synchronization for active/closed flags
96
false
false
9
false
false
false
spring-projects
spring-framework
17,046
0232739293f637103a85f7b922d9f7006afc4b72
Juergen Hoeller
Juergen Hoeller
Javadoc coverage of package metadata detection (supported for Hibernate, not needed for EclipseLink and OpenJPA) Issue: SPR-10910
javadoc coverage of package metadata detection (supported for hibernate, not needed for eclipselink and openjpa)
112
false
false
15
false
false
false
spring-projects
spring-framework
17,047
1c91a52639ee61aa901b608c9115087de617536d
Rossen Stoyanchev
Rossen Stoyanchev
Add STOMP subscribe/unscubscribe ApplicationContext events Issue: SPR-11813
add stomp subscribe/unscubscribe applicationcontext events
58
false
false
5
false
true
false
spring-projects
spring-framework
17,048
9aa53abdf9a7ca6c8b9c760fe67cb171ca025c85
Rossen Stoyanchev
Rossen Stoyanchev
Add AsyncRestTemplate support to client-side MockMvc Issue: SPR-1822
add asyncresttemplate support to client-side mockmvc
52
false
false
6
true
true
false
spring-projects
spring-framework
17,049
045d7357d580be6b6d0f2884676cdd01932c401d
Juergen Hoeller
Juergen Hoeller
SharedEntityManagerCreator immediately throws TransactionRequiredException on persist, merge, remove etc (as required by JPA spec) Issue: SPR-11923
sharedentitymanagercreator immediately throws transactionrequiredexception on persist, merge, remove etc (as required by jpa spec)
130
false
false
14
false
false
false
spring-projects
spring-framework
17,050
cab0b97a83e40c7bd56ed84c3b2b2fa16c3a168e
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
17,051
7a5b3c1eed58b3d4b3051a8f19509e02a74e2ba9
Rossen Stoyanchev
Rossen Stoyanchev
Append suffx to user dest in SimpMessagingTemplate Isssue: SPR-11868
append suffx to user dest in simpmessagingtemplate
50
false
false
7
true
true
true
spring-projects
spring-framework
17,052
682a910bb6ce52da12109433cba27db7aeba37fe
Juergen Hoeller
Juergen Hoeller
ReflectionUtils caches Class.getDeclaredMethods() results; AnnotationUtils caches findAnnotation results Issue: SPR-11882
reflectionutils caches class.getdeclaredmethods() results; annotationutils caches findannotation results
104
false
false
8
false
false
false
spring-projects
spring-framework
17,053
b0979cbab6578c1f5f5a6757c9e80731faa7022d
Stephane Nicoll
Stephane Nicoll
autoGrow support in DataBinder for field access This commit harmonizes the autoGrow feature for both regular bean property and direct field access. Issue: SPR-8692
autogrow support in databinder for field access
47
false
false
7
false
false
false
spring-projects
spring-framework
17,054
17d15cc495a9a00306956c2255df77b3ec5d31a9
Stephane Nicoll
Stephane Nicoll
Fix warning
fix warning
11
false
false
2
true
true
false
spring-projects
spring-framework
17,055
bc714888c4f0b970792e29f1e3e7bb8682d60cb4
Stephane Nicoll
Stephane Nicoll
Nested properties support for field-based validation This commit validates that the changes introduced in 8221c9abc5 are indeed allowing DirectFieldBindingResult to support nested validation paths. Issue: SPR-10623
nested properties support for field-based validation
52
false
false
6
false
false
false
spring-projects
spring-framework
17,056