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
efe3996cf9247180549694ee38a9b3e36518d23a
Rossen Stoyanchev
Rossen Stoyanchev
Respect ModelAndView.status in @ExceptionHandler Issue: SPR-14006
respect modelandview.status in @exceptionhandler
48
false
false
4
false
true
false
spring-projects
spring-framework
12,957
aea3a750189977ca231172db87408f03979bace6
Rossen Stoyanchev
Rossen Stoyanchev
Fix failing tests Issue: SPR-14772, SPR-14803
fix failing tests
17
false
false
3
true
true
true
spring-projects
spring-framework
12,958
5c9c5e0b45fd4d00eb06b021d2d57df76413b64b
Rossen Stoyanchev
Rossen Stoyanchev
Early registration of WriteListener At present Tomcat expects a WriteListener to be registered immediately on the initial thread so for the time being this commit ensures the WriteListener is registered unconditionally for every request. Issue: SPR-14772, SPR-14803
early registration of writelistener
35
false
false
4
false
false
false
spring-projects
spring-framework
12,959
61cf9fdda5b2219adc76a4a3e024006ed01fcdd6
Brian Clozel
Brian Clozel
Remove factory methods from WebReactiveConfigurer This commit removes factory methods for `RequestMappingHandlerMapping` and `RequestMappingHandlerAdapter` from `WebReactiveConfigurer`. `WebReactiveConfigurer` should promote only common customizations; those factory methods should be overridden when extending `WebRea...
remove factory methods from webreactiveconfigurer
50
false
false
5
true
true
true
spring-projects
spring-framework
12,960
e3673d43b9af441e0b64532ede5bc0b9a64c46bc
Rossen Stoyanchev
Rossen Stoyanchev
Thread-safe reactive ServerHttpRequest This commit replaces the lazy URI and headers initialization in the reactive ServerHttpRequest in favor of eager initialization at construction time. Both the URI and headers are nearly guaranteed to be accessed for every request (URI for application path, headers for "Origin" he...
thread-safe reactive serverhttprequest
38
false
false
3
false
false
false
spring-projects
spring-framework
12,961
0e886abf3d3b5a161c5963a9711dabb4721c1383
Rossen Stoyanchev
Rossen Stoyanchev
Sync MockServerHttpRequest in spring-test/spring-web
sync mockserverhttprequest in spring-test/spring-web
52
false
false
4
false
true
false
spring-projects
spring-framework
12,962
08931950f479ed375619275d44a9e9c22f35d73f
Arjen Poutsma
Arjen Poutsma
Add byte[] encoder and decoder This commit adds a ByteArrayDecoder and ByteArrayEncoder.
add byte[] encoder and decoder
30
false
false
5
true
true
true
spring-projects
spring-framework
12,963
3726c6f18d34b03f278100a06726a294672d2b98
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
12,964
be187babf9d00c5145bd43f9300eadf472a9af87
Juergen Hoeller
Juergen Hoeller
ResolvableType equals/hashCode does not consider TypeProvider source Issue: SPR-14826
resolvabletype equals/hashcode does not consider typeprovider source
68
false
false
7
false
false
false
spring-projects
spring-framework
12,965
f7d740fa69397b8e998b11b13149f541d9553f9c
Juergen Hoeller
Juergen Hoeller
ConversionService detects generic type declaration on target class behind proxy as well Issue: SPR-14822
conversionservice detects generic type declaration on target class behind proxy as well
87
false
false
12
false
false
false
spring-projects
spring-framework
12,966
52b029d71d440982e6173007010cfe579fbc6191
Juergen Hoeller
Juergen Hoeller
DefaultTransactionAttribute stores descriptor (method identification) Issue: SPR-14760
defaulttransactionattribute stores descriptor (method identification)
69
false
false
5
false
false
false
spring-projects
spring-framework
12,967
67a5ff02acf57ab34417d0ce790529319457b2cf
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (EhCache 2.10.3, Jackson 2.8.4, Netty 4.1.6)
latest dependency updates (ehcache 2.10.3, jackson 2.8.4, netty 4.1.6)
70
false
false
9
false
false
false
spring-projects
spring-framework
12,968
518f3fab0192bfaa364b41e55c98d623259b2322
Brian Clozel
Brian Clozel
Rollback to SonarQube plugin 2.1
rollback to sonarqube plugin 2.1
32
true
false
5
false
false
false
spring-projects
spring-framework
12,969
00ce72f9e37ab538acfb93cb4f740df04028da31
Sebastien Deleuze
Sebastien Deleuze
Upgrade to RxJava 2.0.0-RC5
upgrade to rxjava 2.0.0-rc5
27
false
false
4
false
false
false
spring-projects
spring-framework
12,970
b92d541ba0934052769d0bcf08fec7d8c44d2c2d
Rossen Stoyanchev
Rossen Stoyanchev
Add contextPath support for reactive web applications This commit introduces support for running multiple HttpHandler's under distinct context paths which effectively allows running multiple applications on the same server. ContextPathIntegrationTests contains an example of two applications with different context path...
add contextpath support for reactive web applications
53
false
false
7
true
true
false
spring-projects
spring-framework
12,971
c2fdc9103b828fed387aa28ed39f13de906f1daf
Brian Clozel
Brian Clozel
Upgrade SonarQube plugin version to 2.2
upgrade sonarqube plugin version to 2.2
39
false
false
6
true
true
true
spring-projects
spring-framework
12,972
8143e5fe20dbee05a16554283f4f4b7fbd285051
soldierkam
Brian Clozel
HttpClient instance should be shared for each call
httpclient instance should be shared for each call
50
false
false
8
false
false
false
spring-projects
spring-framework
12,973
fa9cc1eb1a7755d3e3d91e3a89954e85b02b26f2
Arjen Poutsma
Arjen Poutsma
Add bodyToMono/bodyToFlux convenience methods This commit adds a bodyToMono and bodyToFlux convenience method to ClientResponse/ServerRequest, similar to the body(Publisher) method that is on ClientRequest/ServerResponse.
add bodytomono/bodytoflux convenience methods
45
false
false
4
false
false
false
spring-projects
spring-framework
12,974
2a279b70649524746623e80fd91aed2b86ebd243
Sebastien Deleuze
Sebastien Deleuze
Upgrade to Reactor Core 3.0.3.BUILD-SNAPSHOT
upgrade to reactor core 3.0.3.build-snapshot
44
false
false
5
false
false
false
spring-projects
spring-framework
12,975
b961a31cc8798b661cf11cd18c12f7d7872a5298
Sebastien Deleuze
Sebastien Deleuze
Upgrade to RxJava 1.2.1
upgrade to rxjava 1.2.1
23
false
false
4
false
false
false
spring-projects
spring-framework
12,976
31af6783a51834f286c05c40b81bcacc26ed4b33
Brian Clozel
Brian Clozel
Update reference doc after WebClient changes Issue: SPR-14827
update reference doc after webclient changes
44
false
false
6
false
true
false
spring-projects
spring-framework
12,977
59e43269890f724f5d3284a08bade5a61ee55505
Arjen Poutsma
Arjen Poutsma
Various improvements to web.reactive.function This commit introduces the following changes to web.reactive.function: - Added RouterFunction.andRoute(), a combination of RouterFunction.and() with RouterFunctions.route() - ServerRequest.pathVariable() returns String instead of Optional<String>. An exception is thrown i...
various improvements to web.reactive.function
45
false
false
4
false
false
false
spring-projects
spring-framework
12,978
921bf5fb7076a6836cac1fa7cf421d2d76827899
Sebastien Deleuze
Sebastien Deleuze
Use the official RxJava to Reactive Streams adapter This commit removes the usage of Reactor adapters (about to be moved from Reactor Core to a new Reactor Adapter module). Instead, RxReactiveStreams is now used for adapting RxJava 1 and Flowable methods are used for RxJava 2. Issue: SPR-14824
use the official rxjava to reactive streams adapter
51
false
false
8
true
true
false
spring-projects
spring-framework
12,979
7e907c1e830b68ffebe651b0898b013b26019052
Arjen Poutsma
Arjen Poutsma
Align web.reactive.function with WebClient This commit changes web.reactive.function to reflect the introduction of the new WebClient. Changes include: - Request -> ServerRequest - Response -> ServerResponse - FilterFunction -> HandlerFilterFunction - StrategiesSupplier -> HandlerStrategies
align web.reactive.function with webclient
42
false
false
4
false
true
false
spring-projects
spring-framework
12,980
0cfb6b37f2f1e9eedcc5d34673cf24205c5a5ff6
Arjen Poutsma
Arjen Poutsma
Align Reactive WebClient with web.reactive.function This commit refactors the web client to be more similar to web.reactive.function. Changes include: - Refactor ClientWebRequest to immutable ClientRequest with builder and    support for BodyInserters. - Introduce ClientResponse which exposes headers, status, and sup...
align reactive webclient with web.reactive.function
51
false
false
5
false
true
false
spring-projects
spring-framework
12,981
dc1926a8614920e1fcf2a952287d0773fe2e59ee
Arjen Poutsma
Arjen Poutsma
Moved BodyExtractor and BodyInserter to http.codec This commit moves the web.reactive.function.[BodyInserter|BodyExtractor] to http.codec, so that they can be used from the client as well. Furthermore, it parameterized both inserter and extractor over ReactiveHttpOutputMessage and ReactiveHttpInputMessage respectivel...
moved bodyextractor and bodyinserter to http.codec
50
false
false
6
false
false
false
spring-projects
spring-framework
12,982
ed6c5330797f790439db31cff95863a34533a0b6
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #1211 from sdeleuze/SPR-14798
merge pull request from sdeleuze/spr-14798
43
true
false
5
true
true
false
spring-projects
spring-framework
12,983
72397e350551e0d6785608f7932aaad199b17fd2
Rossen Stoyanchev
Rossen Stoyanchev
Polish Issue: SPR-14798
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
12,984
50f2cda009340757e98d14863928be0739755ce6
Sebastien Deleuze
Rossen Stoyanchev
Better encapsulation for CORS default permit configuration This commit also improves CorsRegistration Javadoc. Issue: SPR-14798
better encapsulation for cors default permit configuration
58
false
false
7
false
false
false
spring-projects
spring-framework
12,985
25e7cd577d6855bd56c463ad0ce4ae20bf33d541
Violeta Georgieva
Rossen Stoyanchev
Handle AsyncListener.onComplete in Servlet adapter Typically the Mono<Void> from the HttpHandler also reflects the completion of the request and response body processors and at that point invoking AsyncContext#complete() from HandlerResultSubscriber should be sufficient. This commit explicitly propagates the AsyncLis...
handle asynclistener.oncomplete in servlet adapter
50
false
false
5
false
true
false
spring-projects
spring-framework
12,986
139eb9a580946e44769a57bc3a536ec16b15872e
Arjen Poutsma
Arjen Poutsma
Merge pull request #1210 from violetagg/grow-data-buffer * grow-data-buffer: DefaultDataBuffer improvements
merge pull request from violetagg/grow-data-buffer
51
true
false
5
true
true
false
spring-projects
spring-framework
12,987
882b075fdfe37af527aadcc14832ba4ada3b5d74
Violeta Georgieva
Violeta Georgieva
DefaultDataBuffer improvements DefaultDataBuffer.grow(int): - Copy only the remaining data - Update readPosition/writePosition
defaultdatabuffer improvements
30
false
false
2
false
false
false
spring-projects
spring-framework
12,988
ec1eb14280e2a5b4584504938d657c63c938a0d0
Rossen Stoyanchev
Rossen Stoyanchev
Add getPrincipal to ServerWebExchange ServerWebExchange now has a getPrincipal method and along with that a ServerWebExchangeDecorator that can be used to wrap the exchange in order to return the authenticated user. Issue: SPR-14680
add getprincipal to serverwebexchange
37
false
false
4
true
true
true
spring-projects
spring-framework
12,989
7565355debde4be196fd38fbf604d89021795f71
Stephane Nicoll
Stephane Nicoll
Merge pull request #1205 from marschall:SPR-14810 * pr/1205: Fix NativeJdbcExtractors documentation
spr-14810
9
false
false
1
false
false
false
spring-projects
spring-framework
12,990
f7c79295f35b8ecaad5088322a970c08e9732614
Philippe Marschall
Stephane Nicoll
Fix NativeJdbcExtractors documentation The documentation mentions various NativeJdbcExtractors that no longer exist. To be specific CommonsDbcpNativeJdbcExtractor and XAPoolNativeJdbcExtractor no longer exist. This commit includes the following changes: * remove CommonsDbcpNativeJdbcExtractor references from Asciid...
fix nativejdbcextractors documentation
38
false
false
3
false
true
false
spring-projects
spring-framework
12,991
33bf439a74b710b31f39a10b27e5bd798139f424
Stephane Nicoll
Stephane Nicoll
Merge pull request #1206 from marschall:SPR-14811 * pr/1206: Fix formatting Replace J2EE with Java EE
spr-14811
9
false
false
1
false
false
false
spring-projects
spring-framework
12,992
fc8bad36c9f48c2b617a5aba95b6b3e37fd036c0
Stephane Nicoll
Stephane Nicoll
Fix formatting Closes gh-1206
fix formatting
14
false
false
2
false
true
false
spring-projects
spring-framework
12,993
ae5b0c6fb5f02a525ec3e394f45e37aab25d47a1
Philippe Marschall
Stephane Nicoll
Replace J2EE with Java EE String with version 5 the name of Java Platform, Enterprise Edition changed from J2EE to Java EE. However a lot of the documentation still uses the term J2EE. This commit includes the following changes: * replace J2EE with Java EE where appropriate This is not a blind search and replace. ...
replace j2ee with java ee
25
false
false
5
false
true
false
spring-projects
spring-framework
12,994
8619ad9d9a64e37b127779a77c0f7d66a7612975
Rossen Stoyanchev
Rossen Stoyanchev
Add tests to DelegatingWebReactiveConfigurationTests
add tests to delegatingwebreactiveconfigurationtests
52
false
false
4
true
true
false
spring-projects
spring-framework
12,995
351cfb8eeff0eaa7ac8c1b4da80017d202445a06
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #1202 from bclozel/SPR-14754
merge pull request from bclozel/spr-14754
42
true
false
5
true
true
false
spring-projects
spring-framework
12,996
c7fb851e5af1b3ab62e8421afb5eb84cb320102a
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
12,997
44717af0e593dac03a6bbdaa8d904935560ce85d
Rossen Stoyanchev
Rossen Stoyanchev
Update order of method in WebReactiveConfigurer
update order of method in webreactiveconfigurer
47
false
false
6
false
true
false
spring-projects
spring-framework
12,998
7f6eaef3057a200fbd93e82dc5144bd866c0772e
Rossen Stoyanchev
Rossen Stoyanchev
Improve WebReactiveConfigurerComposite
improve webreactiveconfigurercomposite
38
false
false
2
false
true
false
spring-projects
spring-framework
12,999
3533024ab87468a9edcd95e762458e6af9516ba9
Brian Clozel
Rossen Stoyanchev
Add EnableWebReactive + WebReactiveConfigurer This commit improves the existing web reactive configuration infrastructure with the following changes: * renamed `WebReactiveConfiguration` to `WebReactiveConfigurationSupport` and is is no longer a Configuration class * created the `WebReactiveConfigurer` interface; Con...
add enablewebreactive + webreactiveconfigurer
45
false
false
4
true
true
true
spring-projects
spring-framework
13,000
ea319345ed220710f01993ee7ceb7b9818cf62a9
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #1188 from soldierkam/fix-encoding-bb
merge pull request from soldierkam/fix-encoding-bb
51
true
false
5
true
false
false
spring-projects
spring-framework
13,001
6cb7d51ee5481c97a4b20c126590d99950e5ec40
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,002
e5158d47e08e9edc68db6b2b59162b33c5819e26
soldierkam
Rossen Stoyanchev
EncoderHttpMessageWriter tries to send wildcard type in response header
encoderhttpmessagewriter tries to send wildcard type in response header
71
false
false
9
false
false
false
spring-projects
spring-framework
13,003
ced65599413410be71b81ad0fb420d6be3013fc3
Violeta Georgieva
Rossen Stoyanchev
Improve AbstractResponseBodyProcessor.onNext(..) If the provided DataBuffer is empty then request the next DataBuffer.
improve abstractresponsebodyprocessor.onnext(..)
48
false
false
2
false
true
false
spring-projects
spring-framework
13,004
fada5aed6ef1b7a268a56652617ff994c568f1a0
Rossen Stoyanchev
Rossen Stoyanchev
Check status in AbstractServerHttpResponse setComplete
check status in abstractserverhttpresponse setcomplete
54
false
false
5
true
true
false
spring-projects
spring-framework
13,005
6fb4352e5c93eaf33aa356a55ebbb606b4e776d0
Stephane Nicoll
Stephane Nicoll
Merge pull request #1204 from marschall:SPR-14809 * pr/1204: Remove OracleLobHandler from documentation
spr-14809
9
false
false
1
false
false
false
spring-projects
spring-framework
13,006
eee742da7f618d9b7df7d32c1103445cb3c040c7
Philippe Marschall
Stephane Nicoll
Remove OracleLobHandler from documentation Now that OracleLobHandler has finally been removed it should also be removed from the documentation. This commit includes the following changes: * remove OracleLobHandler references from Javadoc * remove OracleLobHandler references from Asciidoctor Issue: SPR-14809 Close...
remove oraclelobhandler from documentation
42
false
false
4
true
true
true
spring-projects
spring-framework
13,007
960cc420601b67eed2e06b8fa668e847f7b5c6a3
Rossen Stoyanchev
Rossen Stoyanchev
Fix test failure in WebSessionIntegrationTests
fix test failure in websessionintegrationtests
46
false
false
5
false
true
false
spring-projects
spring-framework
13,008
d4446c79b659d1230bdd8caf3f233de5c39ce127
Rossen Stoyanchev
Rossen Stoyanchev
Restore state field in AbstractServerHttpResponse This commit fixes test failures introduced earlier in commit 9f8e84.
restore state field in abstractserverhttpresponse
49
false
false
5
true
true
true
spring-projects
spring-framework
13,009
8eeda746e39e594d57f120f90d2595912c2de89b
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #1194 from violetagg/async-timeout
merge pull request from violetagg/async-timeout
48
true
false
5
true
false
false
spring-projects
spring-framework
13,010
c1e5e3a87e4f0f8296a9da7907066b9ba5733e0d
Rossen Stoyanchev
Rossen Stoyanchev
Polish AsyncListener in ServletHttpHandlerAdapter
polish asynclistener in servlethttphandleradapter
49
false
false
4
false
false
false
spring-projects
spring-framework
13,011
7e9437738272a31e1d764972291de42936194ab1
Violeta Georgieva
Rossen Stoyanchev
Handle async operation events Problem: The following exception is observed on an async timeout: "java.lang.IllegalStateException: It is invalid to call isReady() when the response has not been put into non-blocking mode" Current Implementation: The async operation events sent by the web container are not propagated t...
handle async operation events
29
false
false
4
true
true
true
spring-projects
spring-framework
13,012
9f8e8458c1281307481c425c191e2f75ac44ae1c
Rossen Stoyanchev
Rossen Stoyanchev
Polish AbstractServerHttpResponse This commit simplifies the logic for applying beforeCommit actions replacing the use of chained Mono.then calls with a single Flux.concat. Also renamed writeStatusCode, writeHeaders, and writeCookies to applyStatusCode, applyHeaders, and applyCookies respectively to better reflect we...
polish abstractserverhttpresponse
33
false
false
2
false
false
false
spring-projects
spring-framework
13,013
336b4d2fb83a951cfe19dc76cdcb946cdfc76f1f
Brian Clozel
Brian Clozel
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,014
e3ecf012f909aa636dbf19f4eb986a2e84a00441
Rossen Stoyanchev
Rossen Stoyanchev
Add docs on error handling in REST scenarios
add docs on error handling in rest scenarios
44
false
false
8
true
true
true
spring-projects
spring-framework
13,015
71201e1a4310990762ed9a0a74114c3aac4905c5
Rossen Stoyanchev
Rossen Stoyanchev
Relax generic type detection for ResponseEntity Before this change the getHttpEntityType method in HttpEntityMethodProcessor raised an ISE if the generic type cannot be detected. That made sense for resolving a controller method argument where the target body type is crucial. However for a return value the generic typ...
relax generic type detection for responseentity
47
false
false
6
true
false
true
spring-projects
spring-framework
13,016
a795fd47142bd3b206ce244b94b1fd1dd0adc2e9
Sam Brannen
Sam Brannen
Add support for URI templates in redirectedUrl() & forwardedUrl() Prior to this commit, the redirectedUrl() and forwardedUrl() methods in MockMvcResultMatchers supported fully constructed URLs and URLs containing Ant-style path patterns. However, URI templates were not supported for these result matchers even though t...
add support for uri templates in redirectedurl() & forwardedurl()
65
false
false
9
true
true
false
spring-projects
spring-framework
13,017
509796a4b55e85b1e7efb4355908c2eff0b3d44d
Sam Brannen
Sam Brannen
Polish MockMvcResultMatchers[Tests]
polish mockmvcresultmatchers[tests]
35
false
false
2
false
false
false
spring-projects
spring-framework
13,018
8cf19331483e09264452890e73434c06093e3b8e
Sam Brannen
Sam Brannen
Only print request/response body if char enc is present in MVC Test Commit e65a1a4372 introduced support in PrintingResultHandler for only printing the request or response body in the Spring MVC Test framework if the content type is known to be text-based (e.g., plain text, HTML, XHTML, XML, JSON, etc.). For unknown c...
only print request/response body if char enc is present in mvc test
67
false
false
12
false
false
false
spring-projects
spring-framework
13,019
bb0d4c8ce0a8e16de2cdefb164c8c77b11e9c19a
Juergen Hoeller
Juergen Hoeller
Upgrade to Selenium 3.0.1, HtmlUnit 2.23 and JSONAssert 1.4
upgrade to selenium 3.0.1, htmlunit 2.23 and jsonassert 1.4
59
false
false
9
false
false
false
spring-projects
spring-framework
13,020
be853d466b406b7f6a66420158b5eba1de2fe267
Juergen Hoeller
Juergen Hoeller
AnnotatedElementAdapter explicitly declares isAnnotationPresent method Issue: SPR-14872 (cherry picked from commit 17863df)
annotatedelementadapter explicitly declares isannotationpresent method
70
false
false
5
false
false
false
spring-projects
spring-framework
13,021
dc9a8ee9330fa619e674a4f208cfe791fc9716f9
Juergen Hoeller
Juergen Hoeller
Upgrade to Caffeine 2.3.4 and XNIO 3.4.1
upgrade to caffeine 2.3.4 and xnio 3.4.1
40
false
false
7
false
false
false
spring-projects
spring-framework
13,022
3e419cde7d5106c66e4daa4e1063772d19426900
Juergen Hoeller
Juergen Hoeller
Polishing Issue: SPR-14863
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,023
82fa4ef2747a4246a0165fc7c80d89cd19e94822
Juergen Hoeller
Juergen Hoeller
Polishing Issue: SPR-14863
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,024
388e173ba3bc4b70363f65cc4bacdd714c8b5798
Rossen Stoyanchev
Rossen Stoyanchev
Fix NPE in custom @InitBinder resolver initialization Issue: SPR-14869
fix npe in custom @initbinder resolver initialization
53
false
false
7
false
true
false
spring-projects
spring-framework
13,025
6c098b330103b28c3a87ed5caae1e4d5990dbca2
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,026
b4b7c278dfb17017cc176ca95525372b5a830dd1
Sebastien Deleuze
Sebastien Deleuze
Update tests according to latest reactor-test changes - ScriptedSubscriber has been renamed to Verifier - The Publisher is passed to create() instead of verify() - No more need to specify the generic type explicitly - Version is now sync with reactor-core Issue: SPR-14800
update tests according to latest reactor-test changes
53
false
false
7
false
true
false
spring-projects
spring-framework
13,027
9000acd39dac17e88bfe82b9420aa050b5e56083
Andy Clement
Andy Clement
Rework compilation of OpNE/OpEQ SpEL operators For SPR-14863 we need to adjust the code generation for OpNE to use !x.equals(y) rather than x!=y. There are also further cases in the equalityCheck() code in Operator that were not being handled in the compilation case (when comparators are used for example). This latter...
rework compilation of opne/opeq spel operators
46
false
false
6
false
true
false
spring-projects
spring-framework
13,028
99cacaa72d075e86f458186e178348e6175bbfce
Rossen Stoyanchev
Rossen Stoyanchev
Improve reactive support for access to Principal The method to access the Principal from the ServerWebExchange is now a Mono<Principal> (rather than Optional<Principal>). There is also support for Principal as a controller method argument. Issue: SPR-14680, SPR-14865
improve reactive support for access to principal
48
false
false
7
true
true
true
spring-projects
spring-framework
13,029
e1a382b61f7f2c2d63434bd4575586acd8e881a8
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,030
b07d40cc44b5ee70c2e3fbeac534ec15d9b6b901
Juergen Hoeller
Juergen Hoeller
Polishing (cherry picked from commit 77e00f1)
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,031
33dbbce1824a5af9b85a838a51fd3654dc8d1ede
Rossen Stoyanchev
Rossen Stoyanchev
ApplicationContext-based HttpHandler setup This commit adds support for detecting the target WebHandler along with WebFilters, WebExceptionHandlers, and other spring-web reactive strategies in an ApplicationContext. WebReactiveConfigurationSupport has @Bean factory methods for DispatcherHandler and ResponseStatusExce...
applicationcontext-based httphandler setup
42
false
false
3
false
false
false
spring-projects
spring-framework
13,032
45fc4495503dc62ee96eeed2cda0f27aaeafaff5
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,033
eaf80781e8370dc22cf39bd91491c889b39f48fe
Juergen Hoeller
Juergen Hoeller
Upgrade to H2 1.4.193 and Derby 10.13.1.1
upgrade to h2 1.4.193 and derby 10.13.1.1
41
false
false
7
false
false
false
spring-projects
spring-framework
13,034
3da0295c12d3107b4156a560bd40b47f99c100cd
Rossen Stoyanchev
Rossen Stoyanchev
Support for reactive controller @InitBinder methods Issue: SPR-14543
support for reactive controller @initbinder methods
51
false
false
6
false
false
false
spring-projects
spring-framework
13,035
0b76b6d7e98e3095ecdb00ed8bc81e2aee7272a6
Rossen Stoyanchev
Rossen Stoyanchev
Sync semantics for WebExchangeDataBinder factory The createBinder method in BindingContext now returns the binder instance rather than a Mono with the expectation that binder initialization (e.g. @InitBinder) does not require blocking. Issue: SPR-14543
sync semantics for webexchangedatabinder factory
48
false
false
5
false
true
false
spring-projects
spring-framework
13,036
b55ab1119ea16f75b6a9873275c1fd9294cdc70a
Rossen Stoyanchev
Rossen Stoyanchev
Sync argument resolution and HandlerMethod invocation HandlerMethodArgumentResolver is a non-blocking contract, however only implementations that read the request body require blocking. This commit introduces SyncMethodArgumentResolver as an extension of the non-blocking contract that allows synchronous implementatio...
sync argument resolution and handlermethod invocation
53
false
false
6
false
true
false
spring-projects
spring-framework
13,037
c4ee876416a336bc89e5da217fd148ba6a6f1763
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,038
7f280a3b177fb8456e036565f747cfc4b64104ed
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,039
61d7d1621bbd8a4a86061833a548d50665ba8239
Juergen Hoeller
Juergen Hoeller
ASM-generated class names get interned for better memory allocation Issue: SPR-14862 (cherry picked from commit d859826)
asm-generated class names get interned for better memory allocation
67
false
false
9
false
false
false
spring-projects
spring-framework
13,040
9659bc5fe7ad70811bae0b2057194b47d5a506cd
Juergen Hoeller
Juergen Hoeller
ObjectToObjectConverter properly handles constructors on non-public classes Issue: SPR-14304
objecttoobjectconverter properly handles constructors on non-public classes
75
false
false
7
false
false
false
spring-projects
spring-framework
13,041
ac80ac6f8bd5cfc173297d38330bd950b9c8338c
Juergen Hoeller
Juergen Hoeller
Consistent instanceof/casting of Class references
consistent instanceof/casting of class references
49
false
false
5
false
false
false
spring-projects
spring-framework
13,042
7627c38695fbe4b2457640548cc03041abed3618
Juergen Hoeller
Juergen Hoeller
Exceptions thrown from @ExceptionHandler methods logged at warn level (instead of debug) Issue: SPR-14861
exceptions thrown from @exceptionhandler methods logged at warn level (instead of debug)
88
false
false
12
false
false
false
spring-projects
spring-framework
13,043
9ccffb6de5783b970d06d5aa036531d46524aa9b
Sebastien Deleuze
Sebastien Deleuze
Upgrade to RxJava 2.0.0
upgrade to rxjava 2.0.0
23
false
false
4
false
false
false
spring-projects
spring-framework
13,044
e3f6b61743bb66a955dfe551bb7b6659ceac8c16
Stephane Nicoll
Stephane Nicoll
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
13,045
30291a8cd7b2808a7146b88593e2d514dea2138e
Stephane Nicoll
Stephane Nicoll
Allow to customize TestDispatcherServlet This commit introduces the `DispatcherServletCustomizer` callback interface that can be used to customize the `DispatcherServlet` that a `MockMvc` is using. Previously, only the `dispatchOptions` flag can be customized. This commit allows to customize any property of `Dispatch...
allow to customize testdispatcherservlet
40
false
false
4
false
false
false
spring-projects
spring-framework
13,046
c036e4019f2ebfbe6a94cc6b8bb0acff98c7dfa5
Juergen Hoeller
Juergen Hoeller
Upgrade to Hibernate Validator 5.3.1 (and Gson 2.8)
upgrade to hibernate validator 5.3.1 (and gson 2.8)
51
false
false
8
false
false
false
spring-projects
spring-framework
13,047
2f9ed5917ba01b00d8ded358d1b2c17be2684921
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
13,048
dc080cb1be4c35398d1d995c3bb8025ccfde6dea
Juergen Hoeller
Juergen Hoeller
Revised NoSuchBeanDefinitionException message and ResolvableType handling Includes consistent quoting of qualified type names in related classes. Issue: SPR-14831
revised nosuchbeandefinitionexception message and resolvabletype handling
73
false
false
6
false
false
false
spring-projects
spring-framework
13,049
36332441aeb588a52272805493bafd74dee6a468
Juergen Hoeller
Juergen Hoeller
DefaultListableBeanFactory allows early type matching against ScopedProxyFactoryBean Issue: SPR-14816
defaultlistablebeanfactory allows early type matching against scopedproxyfactorybean
84
false
false
7
false
false
false
spring-projects
spring-framework
13,050
c946924431fb759af7b0be894c5d564b66c309c9
Juergen Hoeller
Juergen Hoeller
ApplicationListener detection for inner beans behind post-processors Issue: SPR-14783
applicationlistener detection for inner beans behind post-processors
68
false
false
7
false
false
false
spring-projects
spring-framework
13,051
5ac5ec10465948d6ce2864c5d94cfcca5af2e574
Juergen Hoeller
Juergen Hoeller
No external locking for singleton advice/aspect beans Issue: SPR-14324
no external locking for singleton advice/aspect beans
53
false
false
7
false
false
false
spring-projects
spring-framework
13,052
72e1f7e898a31bdac4233fdf52a79f65eee44dfe
Juergen Hoeller
Juergen Hoeller
Avoid deadlock between SockJS heartbeat and XHR polling Issue: SPR-14833
avoid deadlock between sockjs heartbeat and xhr polling
55
false
false
8
true
true
false
spring-projects
spring-framework
13,053
bf9083d60f5265e055eb756f9a27d8facd49618e
Juergen Hoeller
Juergen Hoeller
TypeDescriptor supports merged annotation lookups (for composable formatting annotations) Issue: SPR-14844
typedescriptor supports merged annotation lookups (for composable formatting annotations)
89
false
false
9
false
false
false
spring-projects
spring-framework
13,054
08972eff9b696fbb7089de1dc26a28979e96c71a
Juergen Hoeller
Juergen Hoeller
Local merged annotation lookup in SpringCacheAnnotationParser Issue: SPR-14781 Issue: SPR-14801
local merged annotation lookup in springcacheannotationparser
61
false
false
6
false
false
false
spring-projects
spring-framework
13,055
00a35897fe2d2667fbdfbbbf86bb9036b99c552a
Rossen Stoyanchev
Rossen Stoyanchev
ServerWebExchange provides access to form data The ServerWebExchange now has a getFormData() method that delegates to FormHttpMessageReader for the parsing and then caches the result so it may be used multiples times during request processing. Issue: SPR-14541
serverwebexchange provides access to form data
46
false
false
6
false
false
false
spring-projects
spring-framework
13,056