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
386dfb0881f083c792c2e7e8023d27304d9c70bf
Stephane Maldini
Stephane Maldini
update DependencyUtils package
update dependencyutils package
30
false
false
3
false
true
false
spring-projects
spring-framework
14,157
29700658d4a6c337105c722f7b02857231c02020
Stephane Nicoll
Stephane Nicoll
Support Quartz trigger without JobDetail This commit allows to create a Quartz trigger implementation via either `CronTriggerFactoryBean` or `SimpleTriggerFactoryBean` even if no job detail is provided. Issue: SPR-13604
support quartz trigger without jobdetail
40
false
false
5
false
true
false
spring-projects
spring-framework
14,158
0d04af14f8974e3c74def242a576339c5322b7c4
Stephane Nicoll
Stephane Nicoll
Refine test Issue: SPR-13837
refine test
11
false
false
2
false
true
false
spring-projects
spring-framework
14,159
9b9df6a7447cba3e6fb0ad2e80c107573ac7fd41
Stephane Nicoll
Stephane Nicoll
Add test Issue: SPR-13837
add test
8
false
false
2
true
true
false
spring-projects
spring-framework
14,160
714ae2684c4f97b8fcae564afbc48d94bc76a544
Stephane Nicoll
Stephane Nicoll
Support for global separator in JDBC namespace Previously, if a database needs to be initialized with several scripts and many (or all) use a custom separator, said separator must be repeated for each script. This commit introduces a `separator` property at the parent element level that can be used to customize the d...
support for global separator in jdbc namespace
46
false
false
7
false
false
false
spring-projects
spring-framework
14,161
eb49f3c225e79f05d975456632c5312360d01e6e
Stephane Nicoll
Stephane Nicoll
Add interface-based detection test Add a test that explicitely validates that `@ManagedResource` and friends can be set on an interface. Issue: SPR-13138
add interface-based detection test
34
false
false
4
false
false
false
spring-projects
spring-framework
14,162
a112557dc4159e85836fbfeeaa4c1523e818704d
Stephane Nicoll
Stephane Nicoll
Support SendTo at class-level Issue: SPR-13578
support sendto at class-level
29
false
false
4
true
true
true
spring-projects
spring-framework
14,163
73a794336cceb543098b73ae57cc0393bd401c00
Rossen Stoyanchev
Rossen Stoyanchev
Support @ResponseStatus on controller type level Issue: SPR-13547
support @responsestatus on controller type level
48
false
false
6
true
true
true
spring-projects
spring-framework
14,164
4b1183582a693d3c7bdf3596d1190a700e171ed4
Rossen Stoyanchev
Rossen Stoyanchev
Add methodCall option to HandlerResultMatchers Issue: SPR-13736
add methodcall option to handlerresultmatchers
46
false
false
5
true
true
true
spring-projects
spring-framework
14,165
1320da906bfd9eb4c28485e98d27685cbaf0e3a1
Rossen Stoyanchev
Rossen Stoyanchev
Polish HandlerResultMatchers
polish handlerresultmatchers
28
false
false
2
false
false
false
spring-projects
spring-framework
14,166
74c07d3085534389226ba94031f2aeaefcf8f77d
Juergen Hoeller
Juergen Hoeller
Removed JavaVersion checks from spring-core tests (for JDK 9 compatibility) Issue: SPR-13344
removed javaversion checks from spring-core tests (for jdk 9 compatibility)
75
false
false
10
false
false
false
spring-projects
spring-framework
14,167
182b1e99e33028744ad3a4912cd80a2800a65ec5
Juergen Hoeller
Juergen Hoeller
TODO marker for test which fails as of AspectJ 1.9 beta 3 Issue: SPR-13839
todo marker for test which fails as of aspectj 1.9 beta 3
57
false
false
12
false
false
false
spring-projects
spring-framework
14,168
dc8de514089f23766ee24f681d0db6003ca71fdf
Stephane Nicoll
Stephane Nicoll
Json view support for JMS Support of @JsonView on @JmsListener annotated method that uses the jackson converter. Also update MappingJackson2MessageConverter to offer a public API to set the JSON view to use to serialize a payload. Issue: SPR-13237
json view support for jms
25
false
false
5
false
false
false
spring-projects
spring-framework
14,169
cdc9bf76a94845dfcf2bdc02058ca5f6f3072e0b
Juergen Hoeller
Juergen Hoeller
SessionDisconnectEvent actually preserves given session user Issue: SPR-13871
sessiondisconnectevent actually preserves given session user
60
false
false
6
false
false
false
spring-projects
spring-framework
14,170
9761af9ad8bf67a78937800128ddf3f244bab9a6
Juergen Hoeller
Juergen Hoeller
Validate @RequestMapping methods on AOP proxies Issue: SPR-13842
validate @requestmapping methods on aop proxies
47
false
false
6
false
true
false
spring-projects
spring-framework
14,171
c1352c1201df0afbd92e6685be34acc8df9f83d9
Juergen Hoeller
Juergen Hoeller
Upgrade to AspectJ 1.9 beta 3 (for build compatibility with JDK 9 build 95+) Issue: SPR-13839
upgrade to aspectj 1.9 beta 3 (for build compatibility with jdk 9 build 95+)
76
false
false
14
false
false
false
spring-projects
spring-framework
14,172
2fc2c29e9a729aed82f0e7ff23082960980f7841
Stephane Nicoll
Stephane Nicoll
Update copyright header
update copyright header
23
false
false
3
true
true
true
spring-projects
spring-framework
14,173
3dae3fd8a9509b9946ca8e5452a9d0d934bc845b
Rossen Stoyanchev
Rossen Stoyanchev
Refine ListenableFutureCallback policy for exceptions This change updates all cases where callbacks are invoked to catch and suppress errors (since there is not match to do with and error from a callback be it success or failure). Also updated is the contract itself to clarify this and emphasize the callbacks are rea...
refine listenablefuturecallback policy for exceptions
53
false
false
5
true
true
false
spring-projects
spring-framework
14,174
037f351efd26ea924684440f9b8ea19954d8815b
Rossen Stoyanchev
Rossen Stoyanchev
Replace anonymous impls with ListenableFutureAdapater Before this change AsyncRestTemplate had two anonymous implementations of ListenableFuture that were adapting the result. Those have been replaces with ListenableFutureAdapter. This commit is preparation for SPR-13785.
replace anonymous impls with listenablefutureadapater
53
false
false
5
true
true
false
spring-projects
spring-framework
14,175
93298fc9faed433197c1a16663ed8ebf6f49ce29
Ian Chan
Rossen Stoyanchev
Catch RejectedExecutionException in WebAsyncManager Issue: SPR-13836
catch rejectedexecutionexception in webasyncmanager
51
false
false
4
true
true
false
spring-projects
spring-framework
14,176
4818378c25c6c52702776058d3acb7acc1e5975a
Rossen Stoyanchev
Rossen Stoyanchev
Better document client-side tests against MockMvc Issue: SPR-13815
better document client-side tests against mockmvc
49
false
false
6
false
false
false
spring-projects
spring-framework
14,177
7690f27c5e7833d950391882e98e9ebb7916a506
Rossen Stoyanchev
Rossen Stoyanchev
Add MediaType constants for application/pdf Issue: SPR-13831
add mediatype constants for application/pdf
43
false
false
5
true
true
true
spring-projects
spring-framework
14,178
f3c2bb65570fe40919d518995ee8a3898f03b069
Rossen Stoyanchev
Rossen Stoyanchev
Fix error message in RestTemplate Issue: SPR-13860
fix error message in resttemplate
33
false
false
5
true
true
true
spring-projects
spring-framework
14,179
24fdf64d918ee4343cfb1cda79837c01fe866c82
Rossen Stoyanchev
Rossen Stoyanchev
Fix javadoc issue in ResponseEntityExceptionHandler Issue: SPR-13869
fix javadoc issue in responseentityexceptionhandler
51
false
false
5
true
true
false
spring-projects
spring-framework
14,180
e56587dcc3c73bde6f8f2e8f3de142792af08a49
Rossen Stoyanchev
Rossen Stoyanchev
Add note to @CrossOrigin javadoc Issue: SPR-13857
add note to @crossorigin javadoc
32
false
false
5
true
true
true
spring-projects
spring-framework
14,181
de300e8c00ac1d6371448acd63e2060c6766253e
Sebastien Deleuze
Sebastien Deleuze
Fix the Javadoc external links by using a page without frames
fix the javadoc external links by using a page without frames
61
false
false
11
true
true
false
spring-projects
spring-framework
14,182
9436dd74127ff57ed048299af8b23f29f4c24d36
Sebastien Deleuze
Sebastien Deleuze
Polish Javadoc
polish javadoc
14
false
false
2
false
false
false
spring-projects
spring-framework
14,183
398eb0b4787255210b09f406c880c01cae589093
Sebastien Deleuze
Sebastien Deleuze
Polish packages documentation
polish packages documentation
29
false
false
3
false
false
false
spring-projects
spring-framework
14,184
ae6912086aa4177b13615339cb9050558fd8ce47
Sebastien Deleuze
Sebastien Deleuze
Add packages documentation
add packages documentation
26
false
false
3
true
true
true
spring-projects
spring-framework
14,185
31a3607de6fd95a372e9330632a869db064892bd
Stephane Nicoll
Stephane Nicoll
Lazy resolution of the JMS message Previously, any `javax.jms.Message` was converted eagerly to the Message abstraction. This leads to unnecessary conversion if the Payload is not requested by the underlying method (i.e. if the `javax.jms.Message` is injected directly). This commit returns a `Message` implementation ...
lazy resolution of the jms message
34
false
false
6
false
false
false
spring-projects
spring-framework
14,186
2cdce62c3d9a1a5aec12676343e03e694a8a6e29
Sebastien Deleuze
Sebastien Deleuze
Update README with the Javadoc link
update readme with the javadoc link
35
false
false
6
true
true
true
spring-projects
spring-framework
14,187
14cb20a9f18dacee0c253ad47e960e9e5e43c4b3
Sebastien Deleuze
Sebastien Deleuze
Disable uniqueVersion in order to get a reliable Javadoc link
disable uniqueversion in order to get a reliable javadoc link
61
false
false
10
false
true
false
spring-projects
spring-framework
14,188
22bea1da0129b6cb065b0402cae4e27ab4dd3297
Sebastien Deleuze
Sebastien Deleuze
Add sources and Javadoc to the build
add sources and javadoc to the build
36
false
false
7
true
true
true
spring-projects
spring-framework
14,189
89da87a3e5f4a82bb06185d009408bbc27a69a7d
Stephane Maldini
Stephane Maldini
Async test case to explore jetty/tomcat issues
async test case to explore jetty/tomcat issues
47
false
false
7
false
false
false
spring-projects
spring-framework
14,190
72e5aa39ec6c2f5d773a1ff1a67cb00fb2b8277a
Sebastien Deleuze
Sebastien Deleuze
Polish @RestController support
polish @restcontroller support
30
false
false
3
false
false
false
spring-projects
spring-framework
14,191
1e28dee6085fe9b086edea989fd70bf445134993
Stephane Maldini
Stephane Maldini
add streaming test, commented due to issue with a tomcat and jetty
add streaming test, commented due to issue with a tomcat and jetty
66
false
false
12
true
true
false
spring-projects
spring-framework
14,192
0f432f735a72c3f26ba93374e3c9686703c5c4fb
Stephane Maldini
Stephane Maldini
use reactor cookie support
use reactor cookie support
26
false
false
4
false
true
false
spring-projects
spring-framework
14,193
da90f03f4c7e192a23aaf64680cccf1c51c2b0f5
Rossen Stoyanchev
Rossen Stoyanchev
Support type-level @ResponeBody (and @RestController)
support type-level @responebody (and @restcontroller)
53
false
false
5
false
false
false
spring-projects
spring-framework
14,194
437c127b627aa6ab12c3fd91ab70ee2d1d8c9f54
Rossen Stoyanchev
Rossen Stoyanchev
Log and handle unresolved exceptions Before this change use of ExceptionHandlingWebHandler did ensure no error signals are allowed to escape (hence relying on runtime behavior). This change ensures the same is done even when ExceptionHandlingWebHandler is not configured for use, at the lowest level which is the WebTo...
log and handle unresolved exceptions
36
false
false
5
false
false
false
spring-projects
spring-framework
14,195
50829c9fdce91309118a2dfa2ebd8cd9bcf43437
Juergen Hoeller
Juergen Hoeller
Shared EntityManager does not insist on actualTransactionActive flag anymore Issue: SPR-13838
shared entitymanager does not insist on actualtransactionactive flag anymore
76
false
false
9
false
false
false
spring-projects
spring-framework
14,196
773d1756811de20908611c7d00de614b2d899ebb
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
14,197
e14c2de1d26b70fb221a348cdbb586e4b408f642
Juergen Hoeller
Juergen Hoeller
ImportStack extends ArrayDeque instead of Stack and relies on standard contains implementation Issue: SPR-13852
importstack extends arraydeque instead of stack and relies on standard contains implementation
94
false
false
12
false
false
false
spring-projects
spring-framework
14,198
5d4547d34305ae980cc69f8df625772403bbbe1a
Juergen Hoeller
Juergen Hoeller
FastByteArrayInputStream consistently returns -1 when no data available Issue: SPR-13858
fastbytearrayinputstream consistently returns -1 when no data available
71
false
false
8
false
false
false
spring-projects
spring-framework
14,199
cf6ceeed621531288579051495312f069ddc133d
Brian Clozel
Brian Clozel
Allow Splitting/aggregation operations in Decoders When decoding buffers as plain strings, the StringDecoder returns a Publisher that may produce one or more `onNext` events. This is perfectly valid, but leads to errors when trying to convert the resulting Publisher into a `reactor.Mono` or `rx.Single`. If the origin...
allow splitting/aggregation operations in decoders
50
false
false
5
false
false
false
spring-projects
spring-framework
14,200
96cb0e6bd6d4acef2974dbab0ad2d369575c7127
Stephane Nicoll
Stephane Nicoll
Upgrade to Undertow 1.3.12
upgrade to undertow 1.3.12
26
false
false
4
false
false
false
spring-projects
spring-framework
14,201
99e51a9101a83b6f625331e02348252f1c12c818
Sebastien Deleuze
Sebastien Deleuze
Replace Reactor Stream by Flux in tests when possible
replace reactor stream by flux in tests when possible
53
false
false
9
true
true
false
spring-projects
spring-framework
14,202
ee946f6ac6e4a174fea2dfdcfdb2dd33205a401a
Stephane Nicoll
Stephane Nicoll
Fix typo
fix typo
8
false
false
2
false
true
false
spring-projects
spring-framework
14,203
d9b67f5e726f6c0bcfc686a15af735466e5c4bb8
Sebastien Deleuze
Sebastien Deleuze
Use Mono semantics for JSON object/array serialization Before this commit, a handler method returning a stream with a JSON content-type was producing a JSON object for single element streams or a JSON array for multiple elements streams. This kind of dynamic change of the output based on the number of elements was di...
use mono semantics for json object/array serialization
54
false
false
7
true
true
false
spring-projects
spring-framework
14,204
c3cde84e6b47b909955e92d2f15abcd8745a8fa2
Rossen Stoyanchev
Rossen Stoyanchev
Polish cookie support HttpCookie is now immutable with factory methods to create a client cookie (name-value) vs a server cookie (name-value + attributes) including a builder for the latter.
polish cookie support
21
false
false
3
false
false
false
spring-projects
spring-framework
14,205
ae4b35ced75e8e2882640d5645d482a77a38d19d
Sebastien Deleuze
Sebastien Deleuze
Add Mono and Flux support in @RequestMapping handler methods
add mono and flux support in @requestmapping handler methods
60
false
false
9
true
false
false
spring-projects
spring-framework
14,206
1faeb0ec8721c568b2eb78cbb77ae7bf92260a7c
Rossen Stoyanchev
Rossen Stoyanchev
Add HttpCookie + server support through HttpHeaders
add httpcookie + server support through httpheaders
51
false
false
7
false
true
false
spring-projects
spring-framework
14,207
f8ef2e0220414cfb0ecf5dec9dea4e5a68fbce74
Rossen Stoyanchev
Rossen Stoyanchev
Add base classes for ServerHttpRequest/Response impls
add base classes for serverhttprequest/response impls
53
false
false
6
true
true
false
spring-projects
spring-framework
14,208
eedc90818f5b42d43d3486d37e5831ed20712274
Rossen Stoyanchev
Rossen Stoyanchev
Re-introduce writeHeaders() in ServerHttpResponse This commit brings back the writeHeaders method on ServerHttpResponse that was once added (2a6a4f) and then removed (9c7151). This version is a little simpler since writeHeaders doesn't explicitly flush/send headers which runtimes are expected to do by default. Instea...
re-introduce writeheaders() in serverhttpresponse
49
false
false
4
false
false
false
spring-projects
spring-framework
14,209
4f614fa0fd74ce29c5822e70f4815cc40745a2be
Rossen Stoyanchev
Rossen Stoyanchev
Add WebServerExchange This change adds a WebServerExchange and updates all contracts at the the same level (i.e. org.springframework.web.server) as well as the org.springframework.web.reactive level to use it so that all framework-related code will have access to server-side processing features such as request attribu...
add webserverexchange
21
false
false
2
true
true
false
spring-projects
spring-framework
14,210
54e4e012b2b7afee291f11374ccdaecf39c92e2d
Rossen Stoyanchev
Rossen Stoyanchev
Separate out web.server from http.server.reactive This change separates out lower-level HTTP adapter code from the more (framework-specific) HTTP processing into a separate package under org.springframework.web.server (not under org.springframework.http).
separate out web.server from http.server.reactive
49
false
false
5
false
false
false
spring-projects
spring-framework
14,211
554bf4958de6349c39d82e2416ed52f36a8f44de
Dennis Kieselhorst
Brian Clozel
Improve Content-Length exception message In case ShallowEtagHeaderFilter is not used, the message was confusing
improve content-length exception message
40
false
false
4
false
false
false
spring-projects
spring-framework
14,212
94be412327a1e65e58c933748c7db321a889b51a
Stephane Maldini
Stephane Maldini
Remove last Stream reference
remove last stream reference
28
false
false
4
false
true
false
spring-projects
spring-framework
14,213
b4c3a67d2c9a70db5910390b4020f5c0259c63e9
Stephane Maldini
Stephane Maldini
Use Stream instead of Streams and uncomment reactor test
use stream instead of streams and uncomment reactor test
56
false
false
9
true
true
false
spring-projects
spring-framework
14,214
97af9998d5d4dbaa885776ae71b863afa8c89263
Rossen Stoyanchev
Rossen Stoyanchev
Refine exception handling Refine exception handling responsibilities between the DispatcherHandler and the HandlerAdapter.
refine exception handling
25
false
false
3
true
true
true
spring-projects
spring-framework
14,215
70b8848492429399b76b7bb1f7ace64ac35c1d54
Stephane Maldini
Stephane Maldini
fix Streams to Stream in test
fix streams to stream in test
29
false
false
6
true
true
true
spring-projects
spring-framework
14,216
9a1492e4010bc322c2fb00174e13da79d1c95da3
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
14,217
a712f436543c82728f9859ed3b09f45184c4556e
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
14,218
c3a8bf4d171b01ab1e937c7e39adb64ee2b5b662
Rossen Stoyanchev
Rossen Stoyanchev
Revert "Remove mandatory dependency on Reactor Stream" This reverts commit d5e6f70483d4a6c8af3cc5e97e52a54e98199169.
revert "remove mandatory dependency on reactor stream"
54
false
false
7
false
false
false
spring-projects
spring-framework
14,219
cdda83942617b2094da8b405ca8aeb88bcb47d74
Brian Clozel
Brian Clozel
XML configuration support for RFC 5861 This commit adds the XML+XSD configuration part of the RFC 5861 Cache-Control directives added in Spring's `CacheControl`. Issue: SPR-13841
xml configuration support for rfc 5861
38
false
false
6
false
false
false
spring-projects
spring-framework
14,220
6c282096c68426c1f926ff3682a0bdca9a23ea21
madorb
Brian Clozel
Add RFC-5681 support to CacheControl This commit adds the "stale-while-revalidate" and "stale-if-error" Cache-Control directives in the `CacheControl` support class. Issue: SPR-13841
add rfc-5681 support to cachecontrol
36
false
false
5
true
true
true
spring-projects
spring-framework
14,221
318092cfd04023e3fefea268d7031d28aa90a615
Sebastien Deleuze
Sebastien Deleuze
Use Mono#defaultIfEmpty instead of Flux#defaultIfEmpty
use mono#defaultifempty instead of flux#defaultifempty
54
false
false
5
true
true
false
spring-projects
spring-framework
14,222
327c4204096c9f2e7f3f17801f11393fb9d5e9e6
Sebastien Deleuze
Sebastien Deleuze
Remove mandatory dependency on Reactor Stream with JarJar
remove mandatory dependency on reactor stream with jarjar
57
false
false
8
true
true
false
spring-projects
spring-framework
14,223
8ef7e2ff77f913773e30b1463d4657368db700e5
Sebastien Deleuze
Sebastien Deleuze
Use Reactor 2.5 Flux and Mono Rx light API Flux and Mono are used both for implementation and exposed at API level to express 1 versus N semantic and to provide default Rx operators: - Flux<T> for multiple values Publisher (issue #48) - Mono<T> for single value Publisher (issue #50) - Mono<Void> for Publisher with no ...
use reactor 2.5 flux and mono rx light api
42
false
false
9
true
true
true
spring-projects
spring-framework
14,224
d681f77d625d4815563511e6abb96827c8aec2a5
Brian Clozel
Brian Clozel
Polish Issue: SPR-13817
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
14,225
473cf9c40e266a416930249569550d19e92c2494
Brian Clozel
Brian Clozel
Preserve ETag HTTP header for versioned resources Prior to this change, a resource handler chain configured with a `VersionResourceResolver` would add the resource version to the request attributes when serving that resource. This approach would not work when a `CachingResourceResolver` is configured and the resource ...
preserve etag http header for versioned resources
49
false
false
7
true
true
true
spring-projects
spring-framework
14,226
6e7e4c035977687ee92de458ab49046791fb5a4b
Stephane Nicoll
Stephane Nicoll
Merge pull request #948 from kamilszymanski/jcache-docs * pr/948: Fix list of supported JCache annotations
merge pull request #948 from kamilszymanski/jcache-docs
55
true
false
6
false
false
false
spring-projects
spring-framework
14,227
fca7c52236439c347f11e7fa176dd37a38566f47
Kamil Szymanski
Stephane Nicoll
Fix list of supported JCache annotations Closes gh-948
fix list of supported jcache annotations
40
false
false
6
false
true
false
spring-projects
spring-framework
14,228
8ef2ce44f4e0e1bed2e076fc72e42058007f892b
Rossen Stoyanchev
Rossen Stoyanchev
Temporarily remove Reactor from integration tests https://github.com/spring-projects/spring-reactive/issues/57
temporarily remove reactor from integration tests
49
false
false
6
false
false
false
spring-projects
spring-framework
14,229
0aade73c88d5bbde5e6f7383560eeae017045bae
Rossen Stoyanchev
Rossen Stoyanchev
Update Servlet + Undertow req & resp implementations For those runtimes that don't directly support Reacitve Streams this commit separates more formally Reactive Streams bridge code out of the request and response implementations which become simple adapters to the ServerHttpRequest/Response contracts like their RxNet...
update servlet + undertow req & resp implementations
52
false
false
8
true
false
false
spring-projects
spring-framework
14,230
869f6bef4086fe66d642a7e4f841c5716e6e45a3
Rossen Stoyanchev
Rossen Stoyanchev
Polish server request & response implementations
polish server request & response implementations
48
false
false
6
false
false
false
spring-projects
spring-framework
14,231
04f31816bde5d5fa27f44ef8fb746ff2572c5287
Juergen Hoeller
Juergen Hoeller
Avoid getTypeForFactoryBean warn logging for lazy-init beans Issue: SPR-13833
avoid gettypeforfactorybean warn logging for lazy-init beans
60
false
false
7
true
true
false
spring-projects
spring-framework
14,232
9bffb9e53f301feaa0e9e54c113406f091e94aa3
Juergen Hoeller
Juergen Hoeller
Refined RequestMappingHandlerMapping bean definition Issue: SPR-13832
refined requestmappinghandlermapping bean definition
52
false
false
4
false
false
false
spring-projects
spring-framework
14,233
9152f20bc1c4a665771268be395ee5c8d62ee963
holub
Sebastien Deleuze
Update SockJS client code snippet
update sockjs client code snippet
33
false
false
5
false
false
false
spring-projects
spring-framework
14,234
6b05d172487c3ab27bc947e6b9de950242e442a2
Rossen Stoyanchev
Rossen Stoyanchev
Response headers always in sync with native response ServerHttpResponse implementations now immediately propagate HttpHeaders changes as they so there is no need to call applyHeaders(). The writeHeaders from ServerHttpResponse is also removed. RxNetty and Reactor Net both support implicitly completing if the handler ...
response headers always in sync with native response
52
false
false
8
false
false
false
spring-projects
spring-framework
14,235
34eb6d54263cd0ae426f021f98092e6daacbcd70
Rossen Stoyanchev
Rossen Stoyanchev
Add support for @ExceptionHandler methods
add support for @exceptionhandler methods
41
false
false
5
true
true
true
spring-projects
spring-framework
14,236
8c89b478d94f5c290c82ede2c302b1740b5d08e4
Rossen Stoyanchev
Rossen Stoyanchev
Add operator for deferred writes
add operator for deferred writes
32
false
false
5
true
true
true
spring-projects
spring-framework
14,237
9789db23d2973d8f0156d2b6c6027d9fb67ab844
Rossen Stoyanchev
Rossen Stoyanchev
Rename HandlerResult fields from value to result
rename handlerresult fields from value to result
48
false
false
7
false
true
false
spring-projects
spring-framework
14,238
84e3ad342b37afbaf9fa88d6116737830f1a857a
Rossen Stoyanchev
Rossen Stoyanchev
Remove @Ignore from 404 status code tests
remove @ignore from 404 status code tests
41
false
false
7
true
true
true
spring-projects
spring-framework
14,239
9eb07b77806af2e57ebb7e63814d948c0c86671d
Rossen Stoyanchev
Rossen Stoyanchev
Update package for reactor Signal
update package for reactor signal
33
false
false
5
false
false
false
spring-projects
spring-framework
14,240
a12c172ceba7d2403f3de3684300cbadfba4c240
Rossen Stoyanchev
Rossen Stoyanchev
Switch to rxnetty-http dependency The "rxnetty" artifact is old (October 2015). There is now rxnetty-http and other modules that have more recent snapshots (December 2015).
switch to rxnetty-http dependency
33
false
false
4
false
false
false
spring-projects
spring-framework
14,241
8968f09c59d19ac730c3f72deceed7d06c346b04
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
14,242
27c2e8c80da75deee2c0f6b76acd43e41afd1421
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
14,243
388bd87ef03b3c080f1c351855d01af1df033a94
Juergen Hoeller
Juergen Hoeller
ComponentScan annotation is repeatable now Issue: SPR-13151
componentscan annotation is repeatable now
42
false
false
5
false
false
false
spring-projects
spring-framework
14,244
aecb8b6c6bd3c63ac3f609c2340edd57f7e3f8c8
Juergen Hoeller
Juergen Hoeller
Avoid sensitive Proxy.getInvocationHandler call in synthesizeAnnotation Issue: SPR-13829
avoid sensitive proxy.getinvocationhandler call in synthesizeannotation
71
false
false
6
true
true
false
spring-projects
spring-framework
14,245
74d3bceb19c4ab8319f4cd37b78542ea97c5b0e8
Brian Clozel
Brian Clozel
Add missing StatusResultMatcher for HTTP Status 451 Issue: SPR-13632
add missing statusresultmatcher for http status 451
51
false
false
7
false
true
false
spring-projects
spring-framework
14,246
9e4cf85af7af0a825e19aadf002af77618465281
Brian Clozel
Brian Clozel
Add HTTP Status 451 UNavailable for legal reasons Issue: SPR-13632
add http status 451 unavailable for legal reasons
49
false
false
8
true
true
true
spring-projects
spring-framework
14,247
4f955932a78044f2faea32af05c6cd5725ce8638
Juergen Hoeller
Juergen Hoeller
@Value can be used as aliased meta-annotation Issue: SPR-13603
@value can be used as aliased meta-annotation
45
false
false
7
false
false
false
spring-projects
spring-framework
14,248
3242ad8fc4e179b3f92d5c1a1ba39387c84000a6
Juergen Hoeller
Juergen Hoeller
@AliasFor attribute name defaults to declaring attribute Issue: SPR-13828
@aliasfor attribute name defaults to declaring attribute
56
false
false
7
false
false
false
spring-projects
spring-framework
14,249
e48ec4fcd333a3f2149f8966b367e51322d9ff90
Juergen Hoeller
Juergen Hoeller
StatementCreatorUtils always tries getParameterType on Oracle 12c driver Issue: SPR-13825
statementcreatorutils always tries getparametertype on oracle 12c driver
72
false
false
8
false
false
false
spring-projects
spring-framework
14,250
1d8a3e1f0704ad2c9bd736b57b25316ecf9446b6
Juergen Hoeller
Juergen Hoeller
BeanFactoryAnnotationUtils searches on bean implementation classes and meta-annotations as well Issue: SPR-13819 Issue: SPR-13452
beanfactoryannotationutils searches on bean implementation classes and meta-annotations as well
95
false
false
10
false
false
false
spring-projects
spring-framework
14,251
7d0ebddebebe88644530c70b4ac04a42f40cc7ba
Stephane Nicoll
Stephane Nicoll
Flag Caffeine as Java8+ only See also SPR-13824
flag caffeine as java8+ only
28
false
false
5
false
false
false
spring-projects
spring-framework
14,252
826a00a56a80ebabab8143b880167cc18620e327
Juergen Hoeller
Juergen Hoeller
Expect IllegalStateException instead of specific message for @Scheduled proxy mismatch Issue: SPR-13816
expect illegalstateexception instead of specific message for @scheduled proxy mismatch
86
false
false
10
true
true
false
spring-projects
spring-framework
14,253
d1551bdcec05109c5f78f5741af1d4bde6916921
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
14,254
470ea977e1126eb0318ca46f0f4f02553042a8c7
Juergen Hoeller
Juergen Hoeller
Consistent validation of annotated methods behind AOP proxies Issue: SPR-13816
consistent validation of annotated methods behind aop proxies
61
false
false
8
false
false
false
spring-projects
spring-framework
14,255
63958ac0ff19291407ece1c7d2f6e4e0862df526
Rossen Stoyanchev
Rossen Stoyanchev
Fix concurrent test failure Since ListenableFuture callbacks are invoked after the future is set, we cannot rely on callbacks having taken place right after a call to future.get(). This change adds a CountdownLatch to detect when the callbacks were invoked. Issue: SPR-12538
fix concurrent test failure
27
false
false
4
true
true
true
spring-projects
spring-framework
14,256