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
6b7360fed1741bd9f7208f993f1df0036e2137d6
Rossen Stoyanchev
Rossen Stoyanchev
Apply new ResponseStatusException hierarchy This commit replaces use of the existing ServletException-based exceptions with the new ones from ~.web.server.
apply new responsestatusexception hierarchy
43
false
false
4
true
true
true
spring-projects
spring-framework
13,257
3849fd6b5b4dac8cd30c3061243b156d1613c150
Rossen Stoyanchev
Rossen Stoyanchev
Remove DispatcherHandlerExceptionMapper No need to translate to response status codes any more and no need for an exception handling mechanism at this level.
remove dispatcherhandlerexceptionmapper
39
false
false
2
true
true
false
spring-projects
spring-framework
13,258
8f0fe713f534efb74d63753f1a2d9477fbc7223e
Rossen Stoyanchev
Rossen Stoyanchev
Add concrete ResponseStatusException sub-classes
add concrete responsestatusexception sub-classes
48
false
false
4
false
true
false
spring-projects
spring-framework
13,259
66707835fee8a748bfe6312697cbbecc7d4fc3bd
Rossen Stoyanchev
Rossen Stoyanchev
Move ResponseStatusException into server sub-package
move responsestatusexception into server sub-package
52
false
false
5
true
true
false
spring-projects
spring-framework
13,260
00eff4b611ad245520bd21ae914a7150a582c8e3
Stephane Maldini
Stephane Maldini
Rename SchedulerGroup to Computations and its methods to avoid confusion
rename schedulergroup to computations and its methods to avoid confusion
72
false
false
10
false
true
false
spring-projects
spring-framework
13,261
fee2533825bf6c2d508d8dd4558a0b0cbafca409
Stephane Nicoll
Stephane Nicoll
Merge pull request #1039 from izeye/polish-20160419 * pr/1039: Remove duplicate words
merge pull request from izeye/polish-20160419
46
true
false
5
true
true
false
spring-projects
spring-framework
13,262
44e652f99ee4d1cb6aa19545202735e9fc06dfe4
Johnny Lim
Stephane Nicoll
Remove duplicate words Closes gh-1039
remove duplicate words
22
false
false
3
true
true
true
spring-projects
spring-framework
13,263
92c72b93a61b84a8d94119e8126e964f933f09b5
Rossen Stoyanchev
Rossen Stoyanchev
Switch defaults for ContentTypeResolver Now that we have a CompositeContentTypeResolverBuilder with built-in defaults, we switch to those defaults in places where a ContentTypeResolver is used.
switch defaults for contenttyperesolver
39
false
false
4
true
true
true
spring-projects
spring-framework
13,264
4af99473ffa36a75fb4d6d521f736a403a4f904f
Rossen Stoyanchev
Rossen Stoyanchev
Add CompositeContenTypeResolver and a builder This is the equivalent of the existing ContentNegotiationManager + ContentNegotiationManagerFactoryBean
add compositecontentyperesolver and a builder
45
false
false
5
true
true
true
spring-projects
spring-framework
13,265
1f283acb9820f19baded69fe9cb797dce071197d
Rossen Stoyanchev
Rossen Stoyanchev
Add path extension and parameter ContentTypeResolver's
add path extension and parameter contenttyperesolver's
54
false
false
6
true
true
false
spring-projects
spring-framework
13,266
9ffc0b5e65f7b178247fe040edb19f2c532ff3fb
Rossen Stoyanchev
Rossen Stoyanchev
Update FileExtensionContentTypeResolver Rename to MappingContentTypeResolver and replace "fileExtension" with "key" in methods to be more general (e.g. file extension or query param). Also switch from List to Set for the return values.
update fileextensioncontenttyperesolver
39
false
false
2
true
true
false
spring-projects
spring-framework
13,267
7d60c2767d9fe47dac2cd4130d20dea2be9b3792
Stephane Maldini
Stephane Maldini
Normalize returns with Scheduler factories in SchedulerGroup
normalize returns with scheduler factories in schedulergroup
60
false
false
7
true
true
false
spring-projects
spring-framework
13,268
0f44fedd19f48670016502a185d9f296328a8584
Rossen Stoyanchev
Rossen Stoyanchev
Complete RequestMappingHandlerMapping This commit adds RequestMappingInfoHandlerMapping and RequestMappingHandlerMapping with support equivalent to that in spring-webmvc.
complete requestmappinghandlermapping
37
false
false
2
false
false
false
spring-projects
spring-framework
13,269
0e5a892bad25a3ebcf018763c46fc6c8cfa15de8
Stephane Maldini
Stephane Maldini
Use ByteBuf instead of Buffer in reactor-netty
use bytebuf instead of buffer in reactor-netty
46
false
false
7
true
true
true
spring-projects
spring-framework
13,270
50c11028d5816a6cc390f85167736fa412d1eb29
Rossen Stoyanchev
Rossen Stoyanchev
Improve illegal MimeType checks Issue: SPR-14124
improve illegal mimetype checks
31
false
false
4
true
true
true
spring-projects
spring-framework
13,271
aafd46aeb34cbaaaaaf3630a31793204b04ed213
Venil Noronha
Rossen Stoyanchev
Remove isOpen assertion when sending WebSocket message Issue: SPR-14138
remove isopen assertion when sending websocket message
54
false
false
7
true
true
false
spring-projects
spring-framework
13,272
28f2f4a4311657b8119797fbbbc76fd3fec3cca9
Venil Noronha
Rossen Stoyanchev
Delegate sendMessage Issue: SPR-14139
delegate sendmessage
20
false
false
2
false
false
false
spring-projects
spring-framework
13,273
f8720e256d6b299b15cd4f7bbb92db1a2ca18960
Juergen Hoeller
Juergen Hoeller
Upgrade to EhCache 3.0 GA Issue: SPR-14185
upgrade to ehcache 3.0 ga
25
false
false
5
false
false
false
spring-projects
spring-framework
13,274
7cdcc102a9bf36245b5af95acfa3c62d3777b16d
Rossen Stoyanchev
Rossen Stoyanchev
Explicit HEAD sorted higher than implicit GET match Issue: SPR-14182
explicit head sorted higher than implicit get match
51
false
false
8
false
false
false
spring-projects
spring-framework
13,275
ff38224da63333e67a43ba1d6253ff4923a7359e
Sam Brannen
Sam Brannen
Introduce tests for @[Before|After]Transaction on default methods This commit introduces @Ignore'd tests for future support for declaring @BeforeTransaction and @AfterTransaction on interface default methods. Issue: SPR-14183
introduce tests for @[before|after]transaction on default methods
65
false
false
7
true
true
false
spring-projects
spring-framework
13,276
ad9d8c28fee58d9ae25de6689ab9d31238f18337
Stephane Maldini
Stephane Maldini
Polish reactor-ipc/netty contracts
polish reactor-ipc/netty contracts
34
false
false
3
false
false
false
spring-projects
spring-framework
13,277
b1bc920e72d8f7fe155dfdb5bed3b600adcbde07
Stephane Nicoll
Stephane Nicoll
Merge pull request #1037 from izeye/patch-6 * pr/1037: Use the defined constant in MergedContextConfiguration
merge pull request from izeye/patch-6
38
true
false
5
true
false
false
spring-projects
spring-framework
13,278
c402932ba1085e3d31aa5155f25ef5292b4f5ef3
Johnny Lim
Stephane Nicoll
Use the defined constant in MergedContextConfiguration Closes gh-1037
use the defined constant in mergedcontextconfiguration
54
false
false
6
true
true
false
spring-projects
spring-framework
13,279
0a3396c5b293089fc8f4b2b3a6c12a80ab2508c7
Stephane Maldini
Stephane Maldini
Polish contracts
polish contracts
16
false
false
2
false
false
false
spring-projects
spring-framework
13,280
9a4b98d2e990574a5a14c3cdc8b6577d4ab797a0
Stephane Maldini
Stephane Maldini
Update HttpClient with Inbound/Outbound contract split
update httpclient with inbound/outbound contract split
54
false
false
6
true
true
false
spring-projects
spring-framework
13,281
368f29d5bcd4e646ea03bae2b95715506fe22aaf
Brian Clozel
Brian Clozel
Fix AntPathMatcher multiple segments matching Prior to this commit, the new match algorithm wouldn't work for multiple consecutive path separators. This commit separately matches path segments and path separators and allows for multiple, consecutive path separators. Issue: SPR-14141
fix antpathmatcher multiple segments matching
45
false
false
5
false
true
false
spring-projects
spring-framework
13,282
e38bfb1a68a62ea67ee6eda773700de9cc3530df
Juergen Hoeller
Juergen Hoeller
Consistent public constructors in ast package Issue: SPR-14181
consistent public constructors in ast package
45
false
false
6
false
false
false
spring-projects
spring-framework
13,283
4431a76a054148cf5fe6d14b2d7a659ccbfb30eb
Stephane Maldini
Stephane Maldini
Update addCookie signature and improve client cookie
update addcookie signature and improve client cookie
52
false
false
7
true
true
false
spring-projects
spring-framework
13,284
b2ca216498f699fb4f3d2e56800024b6bc1f826b
Rossen Stoyanchev
Rossen Stoyanchev
Add RequestCondition hierarchy A pretty complete equivalent to the same in spring-webmvc except for CORS checks, and custom HTTP methods. Another notable difference is that the "params" condition works on query params strictly.
add requestcondition hierarchy
30
false
false
3
true
true
true
spring-projects
spring-framework
13,285
641c6428e88bbdd30fac591bf33b0e94f5751d6a
Rossen Stoyanchev
Rossen Stoyanchev
Add ContentTypeResolver strategy A starting point for an alternative to the existing ContentNegotiationStrategy but for use with ServerWebExchange.
add contenttyperesolver strategy
32
false
false
3
true
true
true
spring-projects
spring-framework
13,286
09c57118620328156f071f9ffc930da4c7f5fffb
Rossen Stoyanchev
Rossen Stoyanchev
Polish ServerHttpRequest Consistent initialization of HttpHeaders and the cookies map. - allow sub-classes to create instance - make unmodifiable
polish serverhttprequest
24
false
false
2
false
false
false
spring-projects
spring-framework
13,287
a7f32cd5280f78848017538cd824fc57122f6ce0
Rossen Stoyanchev
Rossen Stoyanchev
Add getQueryParams to ServerHttpRequest
add getqueryparams to serverhttprequest
39
false
false
4
true
true
true
spring-projects
spring-framework
13,288
61136e614e3ceb1d42b1a3eca68a5a95f4f1bb64
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue with Cookies in ReactorServerHttpResponse
fix issue with cookies in reactorserverhttpresponse
51
false
false
6
true
true
false
spring-projects
spring-framework
13,289
4ddd9d289562682208c5877ea6db7963c2253aeb
Stephane Maldini
Stephane Maldini
fix change issue on HttpChannel#writeHeaders to sendHeaders
fix change issue on httpchannel#writeheaders to sendheaders
59
false
false
7
true
true
false
spring-projects
spring-framework
13,290
4a0adc2b2d17109473b8c4f78d30ca643018d575
Stephane Maldini
Stephane Maldini
Sync with reactor-netty and reactor-ipc
sync with reactor-netty and reactor-ipc
39
false
false
5
false
false
false
spring-projects
spring-framework
13,291
970dc4ae11ac81f25ce4d4d003d3ee2cea870fec
Rob Winch
Rob Winch
Add --no-daemon to Gradle import Previously using the Gradle Daemon with import eclipse scripts would cause issues with the merge plugin. Specifically, projects would randomly not be associated to the classpath. This change explicitly adds --no-daemon in the import scripts to ensure that the problem does not occur. ...
add --no-daemon to gradle import
32
false
false
5
false
false
false
spring-projects
spring-framework
13,292
6489a7670c410e0fd598a7619f7d3b8788b3b9ff
Rob Winch
Rob Winch
Change Eclipse Settings to allow forbidden references Spring uses lots of forbidden references. The current Eclipse settings set forbiddenReference=error This was not ideal because there were lots of errors in the workspace. This commit changes forbiddenReference=warning since we nee to allow forbidden references.
change eclipse settings to allow forbidden references
53
false
false
7
true
true
false
spring-projects
spring-framework
13,293
87ed8e939c754f8dd9cc0b08eb0e959892acfe10
Rob Winch
Rob Winch
HtmlUnitRequestBuilder decodes parameter names Previously HtmlUnitRequestBuilder did not decode parameter names. This means if a parameter like row[0] was submittted it would be encoded as row%5B0%5D When the HttpServletRequest was created the parameter name would not be decoded so the parameter name row[0] would not ...
htmlunitrequestbuilder decodes parameter names
46
false
false
4
false
false
false
spring-projects
spring-framework
13,294
64d4e91b6e0607f3b85367966cba52f8bc5f47ed
Stephane Nicoll
Stephane Nicoll
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,295
bee1b77af59a7a23e364510764a74aa3593144f9
Stephane Nicoll
Stephane Nicoll
Manage asynchronous EventListener with replies This commit makes sure to reject an `@EventListener` annotated method that also uses `@Async`. In such scenario, the method is invoked in a separate thread and the infrastructure has no handle on the actual reply, if any. The documentation has been improved to refer to t...
manage asynchronous eventlistener with replies
46
false
false
5
true
true
true
spring-projects
spring-framework
13,296
44a9c495ab3268953e8a7c5c4e51b864b46801d3
Juergen Hoeller
Juergen Hoeller
Strong Hibernate 5.1 recommendation Issue: SPR-13480 Issue: SPR-14176
strong hibernate 5.1 recommendation
35
false
false
4
false
false
false
spring-projects
spring-framework
13,297
33a7b91e57b98bbb9a8afc669d07213d8e7fd418
Rossen Stoyanchev
Rossen Stoyanchev
Add abstract case class HandlerMappings This commit adds AbstractHandlerMethodMapping, a starting point for AbstractHandlerMapping, and HttpRequestPathHelper with a similar purpose to UrlPathHelper but based with ServerWebExchange as input.
add abstract case class handlermappings
39
false
false
5
false
false
false
spring-projects
spring-framework
13,298
341f23e0e666ce0a00090fe1cad91caa7cb5e97c
Rossen Stoyanchev
Rossen Stoyanchev
Add "result" package under ~.web.reactive The new package is parallel to the "mvc" package under spring-webmvc and a place to hold the various programming model styles.
add "result" package under ~.web.reactive
41
false
false
5
true
false
true
spring-projects
spring-framework
13,299
517ebd1d3e56077e7061488dbb8a7e4cb047f610
Juergen Hoeller
Juergen Hoeller
Consistent formatting
consistent formatting
21
false
false
2
false
false
false
spring-projects
spring-framework
13,300
2cdb0cf690f51045d3a41e22950757a0200d1107
Brian Clozel
Brian Clozel
Temporarily comment quartz-scheduler external API
temporarily comment quartz-scheduler external api
49
false
false
5
false
false
false
spring-projects
spring-framework
13,301
06db5aa43fbbaa95031ee74fef4cd523a97a11fe
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,302
9a52c8144313a5093bf6b7153cd89857aaed1899
Juergen Hoeller
Juergen Hoeller
UriComponentsBuilder allows more efficient (and less restrictive) CORS origin comparison Also introduces a specifically narrowed cloneBuilder() method for UriComponentsBuilders. Issue: SPR-14080
uricomponentsbuilder allows more efficient (and less restrictive) cors origin comparison
88
false
false
10
false
false
false
spring-projects
spring-framework
13,303
abe7345008bd59fc20ee16eb36b4428092912006
Juergen Hoeller
Juergen Hoeller
DefaultCorsProcessor checks for existing CORS response before attempting to compare origin Issue: SPR-14080
defaultcorsprocessor checks for existing cors response before attempting to compare origin
90
false
false
11
true
false
false
spring-projects
spring-framework
13,304
55f1c98c397453e5c696c0d3208455bf98b9e629
Juergen Hoeller
Juergen Hoeller
Consistent alphabetical sorting of directory content Issue: SPR-14085
consistent alphabetical sorting of directory content
52
false
false
6
false
false
false
spring-projects
spring-framework
13,305
1ec35e9c62484df066c2a430684966ee7bf118f0
Sam Brannen
Sam Brannen
Support searches for multiple merged annotations with "get" semantics This commit picks up where a5139f3c66 left off with added support for "get" search semantics for multiple merged annotations. Specifically, this commit introduces a new getAllMergedAnnotations() method in AnnotatedElementUtils. Issue: SPR-13486
support searches for multiple merged annotations with "get" semantics
69
false
false
9
false
true
false
spring-projects
spring-framework
13,306
3eff478c45997ae8914af1fe65b4bc6539ca9d0b
Juergen Hoeller
Juergen Hoeller
RequestMethodsRequestCondition uses common HttpMethod resolution Issue: SPR-13776
requestmethodsrequestcondition uses common httpmethod resolution
64
false
false
5
false
false
false
spring-projects
spring-framework
13,307
86d5c5c0f72617def58719b8871d129721e7455a
Juergen Hoeller
Juergen Hoeller
Avoid putIfAbsent call in HttpEntityMethodProcessor Issue: SPR-14086
avoid putifabsent call in httpentitymethodprocessor
51
false
false
5
true
true
false
spring-projects
spring-framework
13,308
7e4563a825771f24a8f99e17d7d2133b69e489f4
Juergen Hoeller
Juergen Hoeller
Upgrade to XStream 1.4.9 Issue: SPR-14084
upgrade to xstream 1.4.9
24
false
false
4
false
false
false
spring-projects
spring-framework
13,309
2453edbb1012a88c38197c23f089b859cefb59d0
Sam Brannen
Sam Brannen
Reorganize methods in AnnotatedElementUtils
reorganize methods in annotatedelementutils
43
false
false
4
false
true
false
spring-projects
spring-framework
13,310
38714b35e72ea57d7af4ba8d90c2a437e440d103
Brian Clozel
Brian Clozel
Update Javadoc external links
update javadoc external links
29
false
false
4
true
true
true
spring-projects
spring-framework
13,311
20bb25647f63f4510983bb0befb0b8b57bb04503
Brian Clozel
Brian Clozel
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,312
d9d76ecd193c086220af80be4957a31f51e307b1
Arjen Poutsma
Arjen Poutsma
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,313
25354690995aac0c5b9a9502b01b573423635091
Sam Brannen
Sam Brannen
Support repeatable annotations as composed annotations Prior to this commit, AnnotationUtils supported searching for repeatable annotations even if the repeatable annotation was declared on a custom stereotype annotation. However, there was no support for merging of attributes in composed repeatable annotations. In ot...
support repeatable annotations as composed annotations
54
false
false
6
true
true
false
spring-projects
spring-framework
13,314
63115ed6eb9b94a85914c946f851b41a31d528f8
Juergen Hoeller
Juergen Hoeller
Do not use annotation detection shortcuts on Class Issue: SPR-13440
do not use annotation detection shortcuts on class
50
false
false
8
false
false
false
spring-projects
spring-framework
13,315
c5b318a4cc7c459cb9e1f1277dc821cca460bcb9
Juergen Hoeller
Juergen Hoeller
Revised 4.3 signatures for MethodParameter/DependencyDescriptor Issue: SPR-13440
revised 4.3 signatures for methodparameter/dependencydescriptor
63
false
false
5
false
false
false
spring-projects
spring-framework
13,316
9af12d290e40af7516d563bf4dbbc8b14296ec7b
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,317
5025c615b14e50c1a831ed7c0485497a3462f5b4
Juergen Hoeller
Juergen Hoeller
Consistent use of AnnotatedElementUtils.findMergedAnnotation/hasAnnotation Issue: SPR-13440
consistent use of annotatedelementutils.findmergedannotation/hasannotation
74
false
false
4
false
false
false
spring-projects
spring-framework
13,318
311d4c95a3ef00d0cbeaeba7411fad9bc266c384
Juergen Hoeller
Juergen Hoeller
Revised newline handling tests pass on Windows now Issue: SPR-13503
revised newline handling tests pass on windows now
50
false
false
8
false
false
false
spring-projects
spring-framework
13,319
3c18a4533a95594f9b64be17052dec0f6b7a1152
Juergen Hoeller
Juergen Hoeller
Ignored test removed (not intended to work) Issue: SPR-14058
ignored test removed (not intended to work)
43
false
false
7
false
false
false
spring-projects
spring-framework
13,320
10af00711079893fb28951280a3cf04956441d1e
Arjen Poutsma
Arjen Poutsma
Merge pull request #74 from poutsma/refactor_servlet31_undertow Refactoring of Servlet 3.1 and Undertow support
merge pull request #74 from poutsma/refactor_servlet31_undertow
63
true
false
6
false
false
false
spring-projects
spring-framework
13,321
35e511b03fd00c96f00f48eafcfd0ae16e888e16
Arjen Poutsma
Arjen Poutsma
Resolved comments from review This commit resolves a few comments brought forward during a review meeting, specifically: - It renames AbstractResponseBodyPublisher to AbstractRequestBodyPublisher. - It separates out registration logic into a register method. - It moves the RequestBodyPublisher and ResponseBodySubsc...
resolved comments from review
29
false
false
4
false
false
false
spring-projects
spring-framework
13,322
e079a726f86d3329deff58fc9a706bf0e942f93e
Brian Clozel
Brian Clozel
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,323
c7bd3b844012a9bb214ca7203f110979c0890c00
Brian Clozel
Brian Clozel
Support HTTP range requests in Controllers Prior to this commit, HTTP Range requests were only supported by the ResourceHttpRequestHandler when serving static resources. This commit improves the ResourceHttpMessageConverter that now supports partial writes of Resources. For this, the `HttpEntityMethodProcessor` and `...
support http range requests in controllers
42
false
false
6
false
false
false
spring-projects
spring-framework
13,324
15fe8279e6342dcd5cd52d59052c77d2159bff6b
Brian Clozel
Brian Clozel
Reset Expires HTTP header when caching configured Just like SPR-13252 addressed this issue for the "Pragma" header, this issue resets the HTTP 1.0 "Expires" header. When such a header has been set (by a filter, for example) and HTTP caching has been configured at the WebContentGenerator, this header value is reset to ...
reset expires http header when caching configured
49
false
false
7
false
false
false
spring-projects
spring-framework
13,325
d20b0003c61d0bcbab3301f5548bbd8ab74ec2a2
Arjen Poutsma
Arjen Poutsma
Refactoring of Servlet 3.1 and Undertow support - Introduce abstract base class for Servlet 3.1 and Undertow support - Simplify Undertow support
refactoring of servlet 3.1 and undertow support
47
false
false
7
false
false
false
spring-projects
spring-framework
13,326
9b2023111d3c6601a482587a19f09a8a9976c1ee
Kazuki Shimizu
Brian Clozel
Add newline at the beginning of textarea macro for FreeMarker and Velocity Issue: SPR-13503
add newline at the beginning of textarea macro for freemarker and velocity
74
false
false
12
true
true
false
spring-projects
spring-framework
13,327
7a5e93ff16622cbffeac31f514fad11a7102c2cd
Rossen Stoyanchev
Rossen Stoyanchev
Add support for setting the "Vary" response header Issue: SPR-14070
add support for setting the "vary" response header
50
false
false
8
true
true
true
spring-projects
spring-framework
13,328
6bfe0c050d251db2c9886fa71640349cf6972adb
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,329
59c88eb3c0611aac802e162d53503ce71864baef
Sam Brannen
Sam Brannen
Support @Cache* as merged composed annotations Prior to this commit, @Cacheable, @CacheEvict, @CachePut, and @Caching could be used to create custom stereotype annotations with hardcoded values for their attributes; however, it was not possible to create composed annotations with attribute overrides. This commit addr...
support @cache* as merged composed annotations
46
false
false
6
true
true
true
spring-projects
spring-framework
13,330
2a715e9c613a116b144338d69829d8c147a771ed
Stephane Nicoll
Stephane Nicoll
Fix escaping of # This commit disables the "quotes" substitutions on specific XML examples that require to use the reserved `#` character. Issue: SPR-14074
fix escaping of #
17
false
false
4
true
true
true
spring-projects
spring-framework
13,331
f7c6c69e518c54daf637e00089b8f93fdca14ba7
Arjen Poutsma
Arjen Poutsma
Improve JacksonJsonEncoder This commit removes the need for the custom Subscriber in JsonObjectEncoder, and replaces it with higher-level Flux and Mono-based solution.
improve jacksonjsonencoder
26
false
false
2
true
true
false
spring-projects
spring-framework
13,332
532ed0a4cfe0dd0e09818f03669c2c36c8a1c255
Sam Brannen
Sam Brannen
Clean up warnings in the spring-test module
clean up warnings in the spring-test module
43
false
false
7
false
false
false
spring-projects
spring-framework
13,333
a5139f3c6669bfb766e506b42c8916b70b77d4bf
Sam Brannen
Sam Brannen
Support searches for multiple merged composed annotations Prior to this commit it was possible to search for the 1st merged annotation above an annotated element. It was also possible to search for annotation attributes aggregated from all annotations above an annotated element; however, it was impossible to search fo...
support searches for multiple merged composed annotations
57
false
false
7
false
true
false
spring-projects
spring-framework
13,334
799736c571d44046da0f67330dfbf3f33ca380c9
Sam Brannen
Sam Brannen
Fix typos in Javadoc for AutowireCapableBeanFactory
fix typos in javadoc for autowirecapablebeanfactory
51
false
false
6
true
true
false
spring-projects
spring-framework
13,335
f1378aa376154d5110f6927a5064feebed6c19e3
Sam Brannen
Sam Brannen
Test status quo for finding multiple composed annotations This commit introduces tests that verify the status quo for finding multiple merged composed annotations on a single annotated element. Issue: SPR-13486
test status quo for finding multiple composed annotations
57
false
false
8
false
false
false
spring-projects
spring-framework
13,336
744350a262fa0d0e1dcf2e9106859ac8dfece0a3
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,337
d22480b0ebc9bb65fd297c69a44ef963661acca5
Sam Brannen
Sam Brannen
Ensure all aliased attributes in target annotation are overridden Prior to this commit, it was possible that implicit aliases and transitive implicit aliases (configured via @AliasFor) might not be honored in certain circumstances, in particular if implicit aliases were declared to override different attributes within...
ensure all aliased attributes in target annotation are overridden
65
false
false
9
false
false
false
spring-projects
spring-framework
13,338
4cd7ba12bb9eb852286563587e37f46b9a5fffc6
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,339
5f6406430f76bc4d75cdfadfe8431a26875b7558
Juergen Hoeller
Juergen Hoeller
LocalSessionFactoryBuilder/Bean supports setMultiTenantConnectionProvider Issue: SPR-14072
localsessionfactorybuilder/bean supports setmultitenantconnectionprovider
73
false
false
3
false
false
false
spring-projects
spring-framework
13,340
a1a06cd6656db227dc3da6b05f748e17064fd6fa
Juergen Hoeller
Juergen Hoeller
@EnableScheduling tests do not expect exception in case of scheduler ambiguity anymore Issue: SPR-14030
@enablescheduling tests do not expect exception in case of scheduler ambiguity anymore
86
false
false
12
false
false
false
spring-projects
spring-framework
13,341
50455790287f941ecd77c8e55b059c220e918caa
Sam Brannen
Sam Brannen
Revise EnableSchedulingTests - Fast tests now always run (i.e., are no longer limited to the performance build - Failing tests have been @Ignore'd Issue: SPR-14030
revise enableschedulingtests
28
false
false
2
false
true
false
spring-projects
spring-framework
13,342
a905412514bfeab250507d81b6926363b0c10973
Juergen Hoeller
Juergen Hoeller
Allow @Autowired to be declared on parameters Issue: SPR-14057
allow @autowired to be declared on parameters
45
false
false
7
false
true
false
spring-projects
spring-framework
13,343
6e3fac85f3e2dca255abbac6d578189e331fac10
Juergen Hoeller
Juergen Hoeller
AnnotationAwareOrderComparator uses DecoratingProxy interface for target class introspection Issue: SPR-13884
annotationawareordercomparator uses decoratingproxy interface for target class introspection
92
false
false
8
false
false
false
spring-projects
spring-framework
13,344
9ac9135c244695e827c8dfd29209e337f4df042b
Rossen Stoyanchev
Rossen Stoyanchev
Update reference on StompClient Issue: SPR-13664
update reference on stompclient
31
false
false
4
false
true
false
spring-projects
spring-framework
13,345
c5200978b0b4a8eea25cb83bb5a4d2468a31b8ed
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,346
11221f5ccb7c87316fec1d2960f9468446976f7c
Sam Brannen
Sam Brannen
Fix Javadoc errors in AnnotatedElementUtils
fix javadoc errors in annotatedelementutils
43
false
false
5
true
true
true
spring-projects
spring-framework
13,347
411ff8450fbf386b5a88f01777ab1e49aaa33a8d
Rob Winch
Rob Winch
Refine tests for SPR-14066 Explicitly define the response type as text/plain to avoid content type confusion. Issue SPR-14066
refine tests for spr-14066
26
false
false
4
true
true
true
spring-projects
spring-framework
13,348
e2ba4774059107b6fa3a4b6c1cefe90be965545c
Sam Brannen
Sam Brannen
Upgrade Gradle Wrapper version to Gradle 2.12 Issue: SPR-14048
upgrade gradle wrapper version to gradle 2.12
45
false
false
7
false
true
false
spring-projects
spring-framework
13,349
1ca43402712ea664eb8c9b8153d3212d58be34ec
Juergen Hoeller
Juergen Hoeller
NumberUtils consistently raises overflow exception for BigInteger/BigDecimal input Issue: SPR-14041
numberutils consistently raises overflow exception for biginteger/bigdecimal input
82
false
false
8
false
false
false
spring-projects
spring-framework
13,350
431ca9314af6929a53b177640522323602e6d224
Juergen Hoeller
Juergen Hoeller
Leniently allow constructor argument matches if required name is not resolvable Issue: SPR-13987
leniently allow constructor argument matches if required name is not resolvable
79
false
false
11
false
false
false
spring-projects
spring-framework
13,351
455bf45fa45c18b7fc6d5d2fc056a1678701591b
Sam Brannen
Sam Brannen
Fix test that failed due to upgrade to HtmlUnit 2.20
fix test that failed due to upgrade to htmlunit 2.20
52
false
false
10
false
true
false
spring-projects
spring-framework
13,352
160410c148dd06dde506a92a0da7703ffec3731c
Markus Malkusch
Brian Clozel
Be explicit about the time unit in WebRequest This commit adds the timeunit to the interface documentation of WebRequest.checkNotModified().
be explicit about the time unit in webrequest
45
false
false
8
false
false
false
spring-projects
spring-framework
13,353
7ae44c25656c256e69c9d00508d034b9bd75f295
Brian Clozel
Brian Clozel
Allow skipping JSON prefix in MockMvc result matchers JSON payloads are sometimes prepended with a static string prefix to prevent Cross Site Scripting Inclusion attacks (XSSI). Prior to this commit, doing so would fail the MockMvc `JsonPathResultMatchers` since they're considering the whole response as the JSON paylo...
allow skipping json prefix in mockmvc result matchers
53
false
false
8
false
false
false
spring-projects
spring-framework
13,354
4a6c2dbb159e2b41b1d87c38078da55490a801c0
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #1009 from rwinch/SPR-14066
merge pull request from rwinch/spr-14066
41
true
false
5
true
true
false
spring-projects
spring-framework
13,355
d3822c8d19ac02d6274c669e7bff01a44322c873
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,356