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
f79a5c12d5a91c91c662cf77783dc1776a369a64
Juergen Hoeller
Juergen Hoeller
DefaultSubscriptionRegistry defensively checks for removal between keySet and get calls Issue: SPR-13205
defaultsubscriptionregistry defensively checks for removal between keyset and get calls
87
false
false
10
false
false
false
spring-projects
spring-framework
15,257
dd16f64998cd84e551a63a357de845472e795098
Sebastien Deleuze
Sebastien Deleuze
Polish @CrossOrigin javadoc
polish @crossorigin javadoc
27
false
false
3
false
false
false
spring-projects
spring-framework
15,258
8ee0e78980de0e8ed2da2f6d30a145b63f9806d7
Sebastien Deleuze
Sebastien Deleuze
Add Access-Control-Request-Method check for CORS preflight requests Issue: SPR-13193
add access-control-request-method check for cors preflight requests
67
false
false
7
false
false
false
spring-projects
spring-framework
15,259
e2158d75de6f7b265db8a35d8595d63fb1d358f4
Sam Brannen
Sam Brannen
Improve documentation of AnnotatedElementUtils.Processor Issue: SPR-11514
improve documentation of annotatedelementutils.processor
56
false
false
4
true
true
false
spring-projects
spring-framework
15,260
61bfb5a2e7d8a41520714a6cb9a28f9eabfb0096
Sam Brannen
Sam Brannen
Merge pull request #789 from kazuki43zoo/SPR-12987 Remove discussion of classic ORM APIs (JDO/JPA) from reference manual
merge pull request #789 from kazuki43zoo/spr-12987
50
true
false
6
false
false
false
spring-projects
spring-framework
15,261
c9d4e4eab8d462656614c0f5ac098cf08ef41523
Sam Brannen
Sam Brannen
Merge pull request #790 from kazuki43zoo/SPR-12988 Refer to EclipseLink instead of TopLink in reference manual
merge pull request #790 from kazuki43zoo/spr-12988
50
true
false
6
false
false
false
spring-projects
spring-framework
15,262
6584a53bcbf651990ff8e1cb78f08e36a690ff7d
Sam Brannen
Sam Brannen
Merge pull request #792 from kazuki43zoo/SPR-12992 Remove unnecessary RemoteAccountService example from reference manual
merge pull request #792 from kazuki43zoo/spr-12992
50
true
false
6
false
false
false
spring-projects
spring-framework
15,263
6aef452e59b68bb5933b6b9cba2f5664369c1aeb
Sam Brannen
Sam Brannen
Merge pull request #793 from kazuki43zoo/SPR-12993 Fix typo in reference document
merge pull request #793 from kazuki43zoo/spr-12993
50
true
false
6
false
false
false
spring-projects
spring-framework
15,264
702fb08dd560314354226333d32adc3e6cb290c1
Kazuki Shimizu
Kazuki Shimizu
Modify typo in reference document * AccountServletEndpoint -> AccountServiceEndpoint Issue: SPR-12993
modify typo in reference document
33
false
false
5
true
true
true
spring-projects
spring-framework
15,265
e3bd72808881232672a9ea578317187cfc6a0e4f
Kazuki Shimizu
Kazuki Shimizu
Remove the RemoteAccountService Issue: SPR-12992
remove the remoteaccountservice
31
false
false
3
true
true
true
spring-projects
spring-framework
15,266
fc415a28e77e48b47af617bccb8bd625d1b63ea4
Kazuki Shimizu
Kazuki Shimizu
Modify to disply the image of oxm exceptions hierarchy Issue: SPR-12990
modify to disply the image of oxm exceptions hierarchy
54
false
false
9
false
false
false
spring-projects
spring-framework
15,267
b8f10f69a9d9c4d351b75629cd209942aac6edf7
Stephane Nicoll
Stephane Nicoll
Fix binary compatibility for SmartApplicationListener Making sure that `GenericApplicationListenerAdapter` implements `SmartApplicationListener` again as older code may try to cast an instance to `SmartApplicationListener`. Issue: SPR-8201
fix binary compatibility for smartapplicationlistener
53
false
false
5
true
true
false
spring-projects
spring-framework
15,268
5d67219a4e06e4b1d9557ce4a26fe91b0fd8a86c
Sam Brannen
Sam Brannen
Eliminate inspection of annotations on core Java annotations This commit picks up where SPR-11483 left off, with the goal of eliminating all unnecessary inspection of core JDK annotations in Spring's annotation search algorithms in AnnotatedElementUtils and AnnotationMetadataReadingVisitor. Issue: SPR-12989
eliminate inspection of annotations on core java annotations
60
false
false
8
true
true
false
spring-projects
spring-framework
15,269
ba84458c65fe14cafe1bea80b2782dc1d59dc50a
Sam Brannen
Sam Brannen
Overhaul AnnotatedElementUtils - Methods which search for a specific annotation now properly ensure that the sought annotation was actually found. - Both the "get" and the "find" search algorithms no longer needlessly traverse meta-annotation hierarchies twice. - Both the "get" and the "find" search algorit...
overhaul annotatedelementutils
30
false
false
2
false
false
false
spring-projects
spring-framework
15,270
7fdd3f39d66bc41d6d26383ffe1044e2702539b9
Kazuki Shimizu
Kazuki Shimizu
JpaDialect description replace to EclipseLink from Toplink Issue: SPR-12988
jpadialect description replace to eclipselink from toplink
58
false
false
7
false
false
false
spring-projects
spring-framework
15,271
91ac6fc716692b42761a237b4af69aaa29aa69e2
Kazuki Shimizu
Kazuki Shimizu
Remove descriptions of classic ORM API(JDO/JPA) Issue: SPR-12987
remove descriptions of classic orm api(jdo/jpa)
47
false
false
6
true
true
true
spring-projects
spring-framework
15,272
8853107f76e318ce1595c58f36a05716db5ce1c7
Rossen Stoyanchev
Rossen Stoyanchev
Find CORS config by HandlerMethod Before this change AbstractHandlerMethodMapping used a map from Method to CorsConfiguration. That works for regular @RequestMapping methods. However frameworks like Spring Boot and Spring Integration may programmatically register the same Method under multiple mappings, i.e. adapter/g...
find cors config by handlermethod
33
false
false
5
false
true
false
spring-projects
spring-framework
15,273
4a8baebf5908c0734a1297bb20e72268fa48979a
Rossen Stoyanchev
Rossen Stoyanchev
Improve MappingRegistry tests and polish Issue: SPR-11541
improve mappingregistry tests and polish
40
false
false
5
true
true
true
spring-projects
spring-framework
15,274
16b189cc1a6b088d2ea4391658e368b7b682801c
Sam Brannen
Sam Brannen
Add failing test for concrete @RequestMapping method in abstract superclass This commit introduces failing (but currently disabled) test cases in HandlerMethodAnnotationDetectionTests that attempt to reproduce the scenario described in SPR-9517. See: ParameterizedSubclassDoesNotOverrideConcreteImplementationsFromGene...
add failing test for concrete @requestmapping method in abstract superclass
75
false
false
10
true
true
false
spring-projects
spring-framework
15,275
5dd70a8e46d825233167cf59d5b107c12890944d
Sam Brannen
Sam Brannen
Simplify HandlerMethodAnnotationDetectionTests config
simplify handlermethodannotationdetectiontests config
53
false
false
3
false
true
false
spring-projects
spring-framework
15,276
4b07bc39dae73175ef36f85fe2b9e433d8ad3346
Brian Clozel
Brian Clozel
Always set heart-beat header in STOMP CONNECTED frames Since SPR-10954, the SimpleBrokerMessageHandler supports `heart-beats`. Even if the STOMP spec states that the `heart-beat` header is OPTIONAL, and if absent considered as `heart-beat: 0,0`, some clients rely on this to be set in CONNECTED frames. This commit ad...
always set heart-beat header in stomp connected frames
54
false
false
8
false
false
false
spring-projects
spring-framework
15,277
76faa2c6d2def3c87a6140131863cb1d815b2385
Sam Brannen
Sam Brannen
Merge pull request #787 from kazuki43zoo/SPR-12980 Do not refer to deprecated ParameterizedBeanPropertyRowMapper in reference manual Change to the BeanPropertyRowMapper from the ParameterizedBeanPropertyRowMapper
merge pull request #787 from kazuki43zoo/spr-12980
50
true
false
6
false
false
false
spring-projects
spring-framework
15,278
4f8ef803422063cf2222927947fae8ce2b4e3d82
Sam Brannen
Sam Brannen
Update doc for resultsMapCaseInsensitive flag in JdbcTemplate Issue: SPR-12979
update doc for resultsmapcaseinsensitive flag in jdbctemplate
61
false
false
7
true
true
false
spring-projects
spring-framework
15,279
123e7c14eb6fc8b0ed903c5138c3e7f51baf46ff
Sam Brannen
Sam Brannen
Merge pull request #785 from kazuki43zoo/SPR-12979 Fix description of JdbcTemplate's resultsMapCaseInsensitive support in reference manual
merge pull request #785 from kazuki43zoo/spr-12979
50
true
false
6
false
false
false
spring-projects
spring-framework
15,280
9dc64244b5eb91c5971399a7168d5308475fe657
Kazuki Shimizu
Kazuki Shimizu
Change to the BeanPropertyRowMapper from the ParameterizedBeanPropertyRowMapper Issues: SPR-12980
change to the beanpropertyrowmapper from the parameterizedbeanpropertyrowmapper
79
false
false
7
false
false
false
spring-projects
spring-framework
15,281
6985b95e250bc9241d419966d9128332496560e2
Sam Brannen
Sam Brannen
Merge pull request #786 from kazuki43zoo/SPR-12981 Fixes bad grammar in reference document
merge pull request #786 from kazuki43zoo/spr-12981
50
true
false
6
true
false
false
spring-projects
spring-framework
15,282
9fe2f4f9dddd20488efe32a47ae34b571ef628c9
Kazuki Shimizu
Kazuki Shimizu
Fixes bad grammar in reference document Issue: SPR-12981
fixes bad grammar in reference document
39
false
false
6
false
false
false
spring-projects
spring-framework
15,283
572cbb08212a8e5828850db28bb5075feb18643f
Sam Brannen
Sam Brannen
Consistently supply test name to @Parameters
consistently supply test name to @parameters
44
false
false
6
false
false
false
spring-projects
spring-framework
15,284
77937c5b025f796bca380b7213c424fe84f3f02b
Brian Clozel
Brian Clozel
Polish JRubyScriptTemplateTests (case sensitive issue)
polish jrubyscripttemplatetests (case sensitive issue)
54
false
false
5
false
false
false
spring-projects
spring-framework
15,285
3fb2645744d29cba4159abcf1218bff16fb3b5be
Sam Brannen
Sam Brannen
Polish HandlerMethodAnnotationDetectionTests
polish handlermethodannotationdetectiontests
44
false
false
2
false
false
false
spring-projects
spring-framework
15,286
7919364db60ffd5b8e70fd1f900ce5f265fe3353
Sebastien Deleuze
Sebastien Deleuze
Polish script based view tests Issue: SPR-12266
polish script based view tests
30
false
false
5
false
false
false
spring-projects
spring-framework
15,287
9ed34b81fd94c49c89f6f3c4f7a6c2d702e65c61
Kazuki Shimizu
Kazuki Shimizu
Fixes description of JdbcTemplate#setResultsMapCaseInsensitive Issue: SPR-12979
fixes description of jdbctemplate#setresultsmapcaseinsensitive
62
false
false
4
false
false
false
spring-projects
spring-framework
15,288
e3060981551013c57486b72cfd6637d9b8a90292
Rossen Stoyanchev
Sebastien Deleuze
Encapsulate CORS checking within CorsConfiguration CorsConfiguration now provides methods to check and determine the allowed origin, method, and headers according to its own configuration. This simplifies significantly the work that needs to be done from DefaultCorsProcessor. However an alternative CorsProcessor can ...
encapsulate cors checking within corsconfiguration
50
false
false
5
false
true
false
spring-projects
spring-framework
15,289
83f269b512fb75508d8a53f1696a370134be0219
Sebastien Deleuze
Sebastien Deleuze
Make DefaultCorsProcessor Servlet 2.5 compliant This commit adds CORS related headers to HttpHeaders and update DefaultCorsProcessor implementation to use ServerHttpRequest and ServerHttpResponse instead of HttpServletRequest and HttpServletResponse. Usage of ServerHttpResponse allows to avoid using Servlet 3.0 specif...
make defaultcorsprocessor servlet 2.5 compliant
47
false
false
5
false
true
false
spring-projects
spring-framework
15,290
71683c5f8db19e3795f27d0c7ad7b4dbaa3083fe
Rossen Stoyanchev
Rossen Stoyanchev
Fix regressions from 8f558e7 The change to provide public register/unregister methods in AbstractHandlerMethodMapping assumed that a single method cannot be mapped more than once. This is not the case with the MvcEndpoints and EndpointHandlerMapping from Spring Boot which wrap one or more non-web Endpoint types with a...
fix regressions from 8f558e7
28
false
false
4
true
true
true
spring-projects
spring-framework
15,291
a274ede3ef47f05ccbbc0e0fcdd78418a6769e35
Rossen Stoyanchev
Rossen Stoyanchev
Polish HierarchicalUriComponents
polish hierarchicaluricomponents
32
false
false
2
false
false
false
spring-projects
spring-framework
15,292
205e5dfd6fdf89e0049da29817a6474abddbc2e9
Rossen Stoyanchev
Rossen Stoyanchev
Support bridged methods in MvcUriComponentsBuilder Issue: SPR-12977
support bridged methods in mvcuricomponentsbuilder
50
false
false
5
true
true
true
spring-projects
spring-framework
15,293
9637b12f8929da7a986f80f114db8936692a9ae3
Rossen Stoyanchev
Rossen Stoyanchev
Fix typo Issue: SPR-12962
fix typo
8
false
false
2
false
true
false
spring-projects
spring-framework
15,294
efce40c3912ecb2455a66cb4435c7a0dcc035167
Sam Brannen
Sam Brannen
Polish internal Javadoc for AnnotatedElementUtils Issue: SPR-11514
polish internal javadoc for annotatedelementutils
49
false
false
5
false
false
false
spring-projects
spring-framework
15,295
10d13892ed7ee50b97970dc6cbdc2ad963762973
Brian Clozel
Brian Clozel
Upgrade to Undertow 1.2.4.Final Issue: SPR-12469
upgrade to undertow 1.2.4.final
31
false
false
4
false
false
false
spring-projects
spring-framework
15,296
e9c4db34ecbba6ab528055f170b8148669c2fc3d
Sam Brannen
Sam Brannen
Improve ex. msg for duplicate methods in MvcUriComponentsBuilder This commit adds additional context to the exception message generated when two candidate methods are discovered in MvcUriComponentsBuilder's getMethod(Class<?>, String, Object...). Issue: SPR-12977
improve ex. msg for duplicate methods in mvcuricomponentsbuilder
64
false
false
8
true
true
false
spring-projects
spring-framework
15,297
859751b9d9166eb5bd2e16aec5ab5978b6ad7068
Sam Brannen
Sam Brannen
Add test for bridge method support in MvcUriComponentsBuilder This commit introduces a new fromMethodNameWithBridgedMethod() test in MvcUriComponentsBuilderTests which is currently disabled via @Ignore until this bug is resolved. Issue: SPR-12977
add test for bridge method support in mvcuricomponentsbuilder
61
false
false
8
true
true
false
spring-projects
spring-framework
15,298
bb3f26483b78bfd03341bab979c00210f1792cd6
Brian Clozel
Brian Clozel
Fix CachingResourceResolver key generation When used in combination with GzipResourceResolver, the CachingResourceResolver does not properly cache results, since it only takes the request path as a input for cache key generation. Here's an example of that behavior: 1. an HTTP client requests a resource with `Accept-...
fix cachingresourceresolver key generation
42
false
false
4
true
true
true
spring-projects
spring-framework
15,299
3abcea1296922c95e85a2b2f2a5c5831b6d41c18
Rossen Stoyanchev
Rossen Stoyanchev
Add RequestMappingInfoBuilder Issue: SPR-11541
add requestmappinginfobuilder
29
false
false
2
true
true
false
spring-projects
spring-framework
15,300
8f558e7c73fd885676a3e9bfe77c9c24da59f30a
Rossen Stoyanchev
Rossen Stoyanchev
Add methods to (un)register HandlerMethod mappings Issue: SPR-11541
add methods to (un)register handlermethod mappings
50
false
false
6
true
true
true
spring-projects
spring-framework
15,301
6a28c86d1867ba924bf1e05c346a459d577d0fef
Rossen Stoyanchev
Rossen Stoyanchev
Refactor AbstractHandlerMethodMapping Before this change AbstractHandlerMethodMapping contained multiple maps all containing different kinds of mapping meta-data. After the change a MappingDefinitionRegistry inner class encapsulates these fields along with their initialization code. Issue: SPR-11541
refactor abstracthandlermethodmapping
37
false
false
2
false
false
false
spring-projects
spring-framework
15,302
ff7d4eebd8ebbf011656313dca8c6ee1a598c2aa
Rossen Stoyanchev
Rossen Stoyanchev
Polish AbstractHandlerMethodMapping Issue: SPR-11541
polish abstracthandlermethodmapping
35
false
false
2
true
false
false
spring-projects
spring-framework
15,303
5538863dc94364ef4fdbd10537ab0e2aba3f173d
Rossen Stoyanchev
Rossen Stoyanchev
Use shared eventLoopGroup in Reactor2TcpClient
use shared eventloopgroup in reactor2tcpclient
46
false
false
5
true
true
true
spring-projects
spring-framework
15,304
49e90575e90495447351f13d9ab24705cc221195
Rossen Stoyanchev
Rossen Stoyanchev
Disable ShallowEtagHeaderFilter for HTTP streaming Issue: SPR-12960
disable shallowetagheaderfilter for http streaming
50
false
false
5
false
true
false
spring-projects
spring-framework
15,305
68ecb92d1f3f9599d54dd48a1feff7e7af07544f
Rossen Stoyanchev
Rossen Stoyanchev
Allow "ws" and "wss" for isValidCorsOrigin checks Issue: SPR-12956
allow "ws" and "wss" for isvalidcorsorigin checks
49
false
false
7
false
true
false
spring-projects
spring-framework
15,306
222f6998e4013370f6179ffdd8353b2e9afcd1f5
Rossen Stoyanchev
Rossen Stoyanchev
Add userProperties to StandardWebSocketClient Issue: SPR-12955
add userproperties to standardwebsocketclient
45
false
false
4
true
true
true
spring-projects
spring-framework
15,307
bb1886c5a8ccc3e2f17841952968780990f1256b
Sam Brannen
Sam Brannen
Enable AbstractStaxHandlerTestCase to run w/o Internet connection
enable abstractstaxhandlertestcase to run w/o internet connection
65
false
false
7
false
true
false
spring-projects
spring-framework
15,308
8049dc358fe56b9afdfcec580fd280b67b1a6003
Sam Brannen
Sam Brannen
Upgrade JsonPath dependency in spring-test to 2.0.0 Issue: SPR-12969
upgrade jsonpath dependency in spring-test to 2.0.0
51
false
false
7
true
true
false
spring-projects
spring-framework
15,309
e56363737baa529fc4fa51b02bf2b73ca9d9f4f9
Sam Brannen
Sam Brannen
Make findAnnotationAttributes power search private
make findannotationattributes power search private
50
false
false
5
false
true
false
spring-projects
spring-framework
15,310
7891c0d5ca208ef4f123f2dfa92cd13e6cb25042
Stephane Maldini
Rossen Stoyanchev
Update reactor2 support
update reactor2 support
23
false
false
3
true
true
true
spring-projects
spring-framework
15,311
5ebc1a8b60558cf72383847d213b007a0859416a
Stephane Maldini
Rossen Stoyanchev
Update to latest reactor 2.0.1 snapshot
update to latest reactor 2.0.1 snapshot
39
false
false
6
false
false
false
spring-projects
spring-framework
15,312
a2a105918c65c16cfb12f301dd1146fe46b2a39e
Sam Brannen
Sam Brannen
Upgrade mockito-core dependency to 1.10.19
upgrade mockito-core dependency to 1.10.19
42
false
false
5
true
false
true
spring-projects
spring-framework
15,313
03037496c381b9667052dfc9fa89cf814d36e60a
Sam Brannen
Sam Brannen
Upgrade netty-all dependency to 4.0.27.Final
upgrade netty-all dependency to 4.0.27.final
44
false
false
5
false
false
false
spring-projects
spring-framework
15,314
b45ebad2c20a40e239d26831c26c2990bcabe888
Sam Brannen
Sam Brannen
Add netty-all test dependency to spring-websocket This commit fixes recent build failures involving MessageBrokerBeanDefinitionParserTests and NoClassDefFoundError: io/netty/channel/nio/NioEventLoopGroup.
add netty-all test dependency to spring-websocket
49
false
false
6
false
false
false
spring-projects
spring-framework
15,315
7ef9ac7a4dc835bf065860dcec3262629f704b40
Sam Brannen
Sam Brannen
Document & test status quo for getMetaAnnotationTypes() This commit documents the status quo for the getMetaAnnotationTypes() method in AnnotatedElementUtils and adds appropriate regression tests to AnnotatedElementUtilsTests. In addition, this commit also introduces a SimpleAnnotationProcessor base class in Annotate...
document & test status quo for getmetaannotationtypes()
55
false
false
7
false
false
false
spring-projects
spring-framework
15,316
99cc7d56ffcfad668664db50ee3bde3411c74c92
Sam Brannen
Sam Brannen
Document return values in AnnotatedElementUtils This commit documents return values throughout AnnotatedElementUtils and improves the documentation for the internal Processor API. Issue: SPR-11514
document return values in annotatedelementutils
47
false
false
5
false
false
false
spring-projects
spring-framework
15,317
e85e9768c578fa1e5fbdb52a77115c36db8def07
Sam Brannen
Sam Brannen
Fail if multiple @BootstrapWith's are present Prior to this commit it was possible for two @BootstrapWith annotations to be 'present' on a test class -- for example, via competing custom composed annotations. However, only one of the annotations will ever be used to bootstrap the TestContext Framework. Thus, in such s...
fail if multiple @bootstrapwith's are present
45
false
false
6
false
false
false
spring-projects
spring-framework
15,318
706d3adf07988d8248d2a13a6585b2a40388de78
Juergen Hoeller
Juergen Hoeller
Consistently throw IllegalStateException from getAutowireCapableBeanFactory() Issue: SPR-12932
consistently throw illegalstateexception from getautowirecapablebeanfactory()
77
false
false
5
false
false
false
spring-projects
spring-framework
15,319
91e46cf2ad55fc8ec3bda087d5fe9c02aa1ec45b
Sam Brannen
Sam Brannen
Update TODOs in AnnotatedElementUtils[Tests] Issue: SPR-12738
update todos in annotatedelementutils[tests]
44
false
false
4
true
true
true
spring-projects
spring-framework
15,320
25187eeb0dc72793a63c8dfeb95385611aca11e7
Sam Brannen
Sam Brannen
Document AnnotatedElementUtils & assert preconditions This commit consistently documents the 'element' and 'annotationType' method arguments throughout AnnotatedElementUtils. In addition, this commit introduces assertions against preconditions for all 'element' and 'annotationType' method arguments. Issue: SPR-11514
document annotatedelementutils & assert preconditions
53
false
false
5
false
false
false
spring-projects
spring-framework
15,321
1a6aeb17e118221a9f4e11f08158da6bc4e582bf
Rob Winch
Rossen Stoyanchev
Add merged RequestPostProcessor to front on merge Previously MockHttpServletRequestBuilder merge method would append the parent's (default) RequestPostProcessor implementations to the end. This means that the default RequestPostProcessor implementations would override values set by previous RequestPostProcessor implem...
add merged requestpostprocessor to front on merge
49
false
false
7
true
true
true
spring-projects
spring-framework
15,322
49f3046f6637030743a1560f37245cd0dffc95a5
Juergen Hoeller
Juergen Hoeller
PathMatchingResourcePatternResolver skips invalid jar classpath entries Issue: SPR-12928
pathmatchingresourcepatternresolver skips invalid jar classpath entries
71
false
false
6
false
false
false
spring-projects
spring-framework
15,323
86fd0afbf25e225b64d12b1e98cd9a6e22dc6463
Rossen Stoyanchev
Rossen Stoyanchev
Switch to AnnotatedElementUtils.findXxx for @MVC Issue: SPR-12296
switch to annotatedelementutils.findxxx for @mvc
48
false
false
5
false
false
false
spring-projects
spring-framework
15,324
8376e1eca13b62b34abb40af2dfaab243568c813
Rossen Stoyanchev
Rossen Stoyanchev
Support @RequestMapping as meta-annotation Issue: SPR-12296
support @requestmapping as meta-annotation
42
false
false
4
false
true
false
spring-projects
spring-framework
15,325
60b19c784d7c8431ac0545a18607fe18fff4bfda
Rossen Stoyanchev
Rossen Stoyanchev
Update TCP/Reactor Issue: SPR-12599
update tcp/reactor
18
false
false
2
false
false
false
spring-projects
spring-framework
15,326
74c025052541e70d61d3569a59f80d612fb08272
Stephane Maldini
Rossen Stoyanchev
Upgrade to Reactor 2 Issue: SPR-12599
upgrade to reactor 2
20
false
false
4
false
false
false
spring-projects
spring-framework
15,327
122d3476d96a59605f623be7d52a9065e68f7168
Sam Brannen
Sam Brannen
Polish Javadoc for condition annotation attributes
polish javadoc for condition annotation attributes
50
false
false
6
false
false
false
spring-projects
spring-framework
15,328
ad6bea1cda366bd24ce641ed2207529dfca8b382
Sam Brannen
Sam Brannen
Support abstract, bridge, & interface methods in AnnotatedElementUtils This commit introduces support for finding annotations on abstract, bridge, and interface methods in AnnotatedElementUtils. - Introduced dedicated findAnnotationAttributes() methods in AnnotatedElementUtils that provide first-class support for...
support abstract, bridge, & interface methods in annotatedelementutils
70
false
false
8
false
true
false
spring-projects
spring-framework
15,329
aea23e42c721c890f14434e879d5f12ca467ee88
Sebastien Deleuze
Sebastien Deleuze
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
15,330
0d1b7fd14f495bdbbaf8c5d05f8bfb884b133a47
Rossen Stoyanchev
Rossen Stoyanchev
Fix RequestPartServletServerHttpRequest encoding issue When using Appache Commons FileUpload, multi parts with binary data (i.e. that are not actual files) are saved and then accessed as String request parameters. Before this change however the RequestPartServletServerHttpRequest used a fixed encoding (UTF-8) while t...
fix requestpartservletserverhttprequest encoding issue
54
false
false
4
true
true
false
spring-projects
spring-framework
15,331
dc715a0f192cabe5b5433f2f685d910e9c197ea1
Rossen Stoyanchev
Rossen Stoyanchev
Update Spring MVC Test reference Add section on Spring MVC TEst vs full integation testing and provide reference to Spring Boot's @WebIntegrationTest as an alternative. Issue: SPR-13169
update spring mvc test reference
32
false
false
5
false
true
false
spring-projects
spring-framework
15,332
9bb29fbc343ebe0b0188fdcec843e6fe1f3dd7e7
Rossen Stoyanchev
Rossen Stoyanchev
Polish Spring MVC Test content
polish spring mvc test content
30
false
false
5
false
false
false
spring-projects
spring-framework
15,333
fefc4b478f401ae779bf78d8f875198bca4b5085
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,334
145d88d152e2f207d5b252ddd0d7250ea777cfe5
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,335
f0175bc42d823abe3cc210b731ea9b408bc65ed5
Juergen Hoeller
Juergen Hoeller
DefaultSubscriptionRegistry uses deep LinkedMultiValueMap copies between accessCache and updateCache Issue: SPR-13185
defaultsubscriptionregistry uses deep linkedmultivaluemap copies between accesscache and updatecache
100
false
false
9
false
false
false
spring-projects
spring-framework
15,336
df8e9638ee88472717a0e44d2ac7cc7416e4caa1
Juergen Hoeller
Juergen Hoeller
LinkedMultiValueMap explicitly supports deep copies Issue: SPR-13201
linkedmultivaluemap explicitly supports deep copies
51
false
false
5
false
false
false
spring-projects
spring-framework
15,337
16cbfcfd2fb18f6ee55b720bf91321f76cc25d6e
Rossen Stoyanchev
Rossen Stoyanchev
Add test to demonstrate 4.2 not affected by SPR-13185 Issue: SPR-13185
add test to demonstrate 4.2 not affected by spr-13185
53
false
false
9
true
true
false
spring-projects
spring-framework
15,338
0b43e4e4f2ae8d59bcfb16b8d88c6a0c3a7b7ace
Rossen Stoyanchev
Rossen Stoyanchev
Add concurrent test and fix potential NPE After SPR-12884 (4.2 RC1) introduced support for a selector header expression on SUBSCRIBE frames, messages from the destination cache are further filtered based on the selector expression. While adding a test to find subscriptions at the same time as unsubscribing, a potentia...
add concurrent test and fix potential npe
41
false
false
7
true
true
true
spring-projects
spring-framework
15,339
5dcbc5db29fa48f1aedf15081657cad4d05e8f9e
Rossen Stoyanchev
Rossen Stoyanchev
Polish DefaultSubscriptionRegistryTests
polish defaultsubscriptionregistrytests
39
false
false
2
false
false
false
spring-projects
spring-framework
15,340
0f7fc125698b523eb56093f75c3191cf4b5551b8
Sam Brannen
Sam Brannen
Clean up warnings in spring-web
clean up warnings in spring-web
31
false
false
5
false
false
false
spring-projects
spring-framework
15,341
67ac675e9a5a35cf2fa6d703d4bc0a2662729782
Sam Brannen
Sam Brannen
Polish AnnotationAttributes[Tests]
polish annotationattributes[tests]
34
false
false
2
false
false
false
spring-projects
spring-framework
15,342
23124d106b730215ab9c540e7b7cc93312d51301
Juergen Hoeller
Juergen Hoeller
CommonsMultipartResolver allows for specifying max upload size per file Issue: SPR-13200
commonsmultipartresolver allows for specifying max upload size per file
71
false
false
9
false
false
false
spring-projects
spring-framework
15,343
f0c6bff82a0c3a29fbcb55051c9e66ccfe373983
Juergen Hoeller
Juergen Hoeller
MultipartFile interface extends InputStreamSource Issue: SPR-11861
multipartfile interface extends inputstreamsource
49
false
false
4
false
false
false
spring-projects
spring-framework
15,344
b7acddbb1975b386553227f163dd00f37d8d73bd
Juergen Hoeller
Juergen Hoeller
AnnotationAttributes stores and re-throws resolution exceptions Issue: SPR-13177
annotationattributes stores and re-throws resolution exceptions
63
false
false
6
false
false
false
spring-projects
spring-framework
15,345
3f0a6e814c36dd24c46b6a876bc04c3479b98a25
Sam Brannen
Sam Brannen
Suppress warnings in spring-expression tests
suppress warnings in spring-expression tests
44
false
false
5
false
true
false
spring-projects
spring-framework
15,346
85a80e2a946898d7258228092c8aab96b6b25f3f
Brian Clozel
Brian Clozel
Fix error message typo in ShallowEtagHeaderFilter Issue: SPR-13194
fix error message typo in shallowetagheaderfilter
49
false
false
6
true
true
true
spring-projects
spring-framework
15,347
ea0c37a535263a604ce13f3d784ebb0bcb7f1fd2
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,348
3c4ec9026a172bc178b77d3e2e2e8724171cf294
Sam Brannen
Sam Brannen
Introduce test for DeferredResult w/ delayed error in MVC Test This commit introduces a test that verifies the fix introduced in 6842fd7fb954e751fb6c310f7183527fd1876653. Issue: SPR-13079
introduce test for deferredresult w/ delayed error in mvc test
62
false
false
10
true
true
false
spring-projects
spring-framework
15,349
0e70630ac4fabebd38f8037cfc4161b9a302b114
Sam Brannen
Sam Brannen
Polish AsyncTests
polish asynctests
17
false
false
2
false
false
false
spring-projects
spring-framework
15,350
05f163b37deeb2d9063b32d368b768efcdb28785
Rossen Stoyanchev
Rossen Stoyanchev
Avoid duplicates from <websocket:decorator-factory> Before this change <websocket:decorator-factory> decorated to the SubProtocolWebSocketHandler RootBeanDefinition rather than using a RuntimeBeanReference, which led to a separate instance of SubProtocolWebSocketHandler to be created. Issue: SPR-13190
decorator-factory>
18
false
false
1
false
false
false
spring-projects
spring-framework
15,351
688014ad9d593adf508e0f983e9bbe31ef66e970
Sam Brannen
Sam Brannen
Document MVC Test log()/print() variants in reference manual Issue: SPR-13171
document mvc test log()/print() variants in reference manual
60
false
false
8
false
false
false
spring-projects
spring-framework
15,352
79c7e30832d261069e00ad2ed21de7f8ae42394f
Sebastien Deleuze
Sebastien Deleuze
Fix SockJsServiceTests Issue: SPR-12422
fix sockjsservicetests
22
false
false
2
true
true
false
spring-projects
spring-framework
15,353
6c58258d116d5f5c5be1b0d9676a98c417ea69c8
Sebastien Deleuze
Sebastien Deleuze
Update AbstractSockJsService and ref doc to SockJS client 1.0.0 Issue: SPR-12422
update abstractsockjsservice and ref doc to sockjs client 1.0.0
63
false
false
9
false
true
false
spring-projects
spring-framework
15,354
0aac02d6496865dc987c60bf8fcf7b65eeb41801
Sam Brannen
Sam Brannen
Introduce DirtiesContextBeforeModesTestExecutionListener SPR-12429 introduced various `BEFORE_*` modes in `@DirtiesContext`. To support these new modes, `DirtiesContextTestExecutionListener` (DCTEL) was updated to support both `BEFORE_*` and `AFTER_*` modes. However, there is a problem with having DCTEL support `BEFOR...
introduce dirtiescontextbeforemodestestexecutionlistener
56
false
false
2
true
true
false
spring-projects
spring-framework
15,355
3b45087c87a3386f74be88cb918a4d2055ae5400
Arjen Poutsma
Arjen Poutsma
work, work.
work, work
10
false
false
2
false
false
false
spring-projects
spring-framework
15,356