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
1e9ab53095ed601850d2fd780bffd8bee5919487
Juergen Hoeller
Juergen Hoeller
CharacterEditor uses Character.valueOf(char) and throws a more descriptive exception Issue: SPR-12386
charactereditor uses character.valueof(char) and throws a more descriptive exception
84
false
false
9
false
false
false
spring-projects
spring-framework
15,657
33d85d2a134c93deb4452e112fb2f86ff751467b
Juergen Hoeller
Juergen Hoeller
EclipseLinkJpaDialect preserves lazy retrieval of UnitOfWork as far as possible Issue: SPR-12319
eclipselinkjpadialect preserves lazy retrieval of unitofwork as far as possible
79
false
false
10
false
false
false
spring-projects
spring-framework
15,658
c0747a006ae6343bbcc6525c72e8a3d26177107c
Juergen Hoeller
Juergen Hoeller
JdbcUtils.getResultSetValue avoids re-retrieval from ResultSet for Blob/Clob content (for Derby compatibility) Issue: SPR-8810
jdbcutils.getresultsetvalue avoids re-retrieval from resultset for blob/clob content (for derby compatibility)
110
false
false
11
false
false
false
spring-projects
spring-framework
15,659
06632822e9bb7e4555a0060f0c75f4514f69a3e4
Juergen Hoeller
Juergen Hoeller
Log4jConfigurer initLogging(location) throws FileNotFoundException for file URL as well Issue: SPR-9725
log4jconfigurer initlogging(location) throws filenotfoundexception for file url as well
87
false
false
9
false
false
false
spring-projects
spring-framework
15,660
17b9bde336f3f57c9d7ab9f295e2732c552813ac
Sebastien Deleuze
Sebastien Deleuze
Set ResponseStatusExceptionResolver.messageSource in the MVC Java config Issue: SPR-12380
set responsestatusexceptionresolver.messagesource in the mvc java config
72
false
false
7
false
true
false
spring-projects
spring-framework
15,661
ad2d5952c6dc85ffb3ff0b4297def2ccd1d24786
Juergen Hoeller
Juergen Hoeller
XmlOptionsFactoryBean initializes empty XmlOptions by default and uses efficient entrySet iteration Issue: SPR-12383
xmloptionsfactorybean initializes empty xmloptions by default and uses efficient entryset iteration
99
false
false
11
false
false
false
spring-projects
spring-framework
15,662
cb095132b14eb61e1dfed8079a459633ea18a256
Juergen Hoeller
Juergen Hoeller
Defensive String equals comparison in ClassReader Issue: SPR-12382
defensive string equals comparison in classreader
49
false
false
6
false
false
false
spring-projects
spring-framework
15,663
4945cf1bd176790f72838de113889015eca144ce
Juergen Hoeller
Juergen Hoeller
Optimized parameter length comparisons for constructor/method sorting Issue: SPR-12385
optimized parameter length comparisons for constructor/method sorting
69
false
false
7
false
false
false
spring-projects
spring-framework
15,664
a3778780389e0435ffcf886b9e72c208a713376f
Rossen Stoyanchev
Rossen Stoyanchev
Minor doc update Issue: SPR-12375
minor doc update
16
false
false
3
false
false
false
spring-projects
spring-framework
15,665
584b831bb9390a49c791d180d023e3a585203215
Rossen Stoyanchev
Rossen Stoyanchev
Allow HTTP delete with request entity Issue: SPR-12361
allow http delete with request entity
37
false
false
6
true
true
true
spring-projects
spring-framework
15,666
03fc9e89a00697b36d34bf77f6f2119d90eccba1
Andy Clement
Andy Clement
Fixed isWritable for badly formed SpEL expressions Before this change isWritable() could return true for a badly formed expression. That is because the decision about whether something is writable was made based on the node type rather than whether the node represented something that could actually be resolved to be a...
fixed iswritable for badly formed spel expressions
50
false
false
7
false
false
false
spring-projects
spring-framework
15,667
083dece10657933948d17827e3dc1e5ed7881990
Rossen Stoyanchev
Rossen Stoyanchev
Polish netty client support Mostly updates based on: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Code-Style
polish netty client support
27
false
false
4
false
false
false
spring-projects
spring-framework
15,668
e1207571fc7ccd26e2dbafa4a4f0d5b78cb12104
Rossen Stoyanchev
Rossen Stoyanchev
Add Netty version property to build.gradle Issue: SPR-12381
add netty version property to build.gradle
42
false
false
6
true
false
true
spring-projects
spring-framework
15,669
7de0a70f0c21d60f244aee0116ef1657d6bca283
Arjen Poutsma
Rossen Stoyanchev
Netty support for (Async)RestTemplate This commit introduces an AsyncClientHttpRequestFactory based on Netty 4, for use with the (Async)RestTemplate.
netty support for (async)resttemplate
37
false
false
4
false
false
false
spring-projects
spring-framework
15,670
a13bb69cbe36e41eaa31c346eed6b1db69200593
Juergen Hoeller
Juergen Hoeller
PropertyValue declares its cache fields as transient Issue: SPR-12377
propertyvalue declares its cache fields as transient
52
false
false
7
false
false
false
spring-projects
spring-framework
15,671
ff8655846d9c6903f16730efc1650a4ae55866b9
Juergen Hoeller
Juergen Hoeller
TransactionAspectSupport.currentTransactionStatus() reliably throws NoTransactionException Issue: SPR-9144
transactionaspectsupport.currenttransactionstatus() reliably throws notransactionexception
90
false
false
4
false
false
false
spring-projects
spring-framework
15,672
da612d079fe675d705704ef5c1547bb107669d84
Rossen Stoyanchev
Rossen Stoyanchev
Replace "if(" with "if ("
replace "if(" with "if ("
25
false
false
5
false
false
false
spring-projects
spring-framework
15,673
6592784ef408ade36cb62b62356ca019ded8e344
Sebastien Deleuze
Sebastien Deleuze
Fix a package tangle between SockJS support and transport packages Issue: SPR-12379
fix a package tangle between sockjs support and transport packages
66
false
false
10
true
true
false
spring-projects
spring-framework
15,674
92438697630179d8c9f7d7b614f28f01bc1c249f
Juergen Hoeller
Juergen Hoeller
Test for <util:map> with LinkedCaseInsensitiveMap and specified key/value types Issue: SPR-10994
map> with linkedcaseinsensitivemap and specified key/value types
64
false
false
7
false
false
false
spring-projects
spring-framework
15,675
03bd08a6a5d4ecb13729c1c180b2d164d9e730b5
Juergen Hoeller
Juergen Hoeller
Corrected note on JPA <exclude-unlisted-classes> Issue: SPR-10767
corrected note on jpa <exclude-unlisted-classes>
48
false
false
5
false
false
false
spring-projects
spring-framework
15,676
a3213f26a5ae0bc741b1d166545f39597acbbd12
Stephane Nicoll
Stephane Nicoll
Merge pull request #677 from ksseo0701/SPR-12378 * SPR-12378: Remove unnecessary null check
merge pull request #677 from ksseo0701/spr-12378
48
true
false
6
false
false
false
spring-projects
spring-framework
15,677
1708a8a10d17b9c3dc203b90f181c1d55ad5facb
Seo, Kyung-Seok
Stephane Nicoll
Remove unnecessary null check Issue: SPR-12378
remove unnecessary null check
29
false
false
4
true
true
true
spring-projects
spring-framework
15,678
58f4014b17018e0eeb68d78de3275627f009e46c
Sebastien Deleuze
Sebastien Deleuze
Add an option to disable automatic addition of CORS header Issues: SPR-12283
add an option to disable automatic addition of cors header
58
false
false
10
true
true
false
spring-projects
spring-framework
15,679
3a2da3f7015918060cf3a256e31ea70a4e2b101e
Sam Brannen
Sam Brannen
Polish and reorganize new-in-4.2 section
polish and reorganize new-in-4.2 section
40
false
false
5
false
false
false
spring-projects
spring-framework
15,680
73170224c97a63dd75ad1c9d4d1158c7f693f6b9
Sam Brannen
Sam Brannen
Polish annotation utility tests
polish annotation utility tests
31
false
false
4
false
false
false
spring-projects
spring-framework
15,681
91ed5b6b8c2d045c061f38ba20aec24659009050
Andy Clement
Andy Clement
SpEL: ensure correct object used for nested #this references Before this commit the object that #this would refer to in nested expressions within projection/selection clauses was always the root context object. This was incorrect as it should be the element being projected/selected over. This commit introduces a scope...
ensure correct object used for nested #this references
54
false
false
8
true
true
false
spring-projects
spring-framework
15,682
5a3eea8adbc00c12bac13d566e7859d25e346395
Stephane Nicoll
Stephane Nicoll
Update what's new section
update what's new section
25
false
false
4
false
true
false
spring-projects
spring-framework
15,683
e7ea92561d5d5c0f25e49def6b9d4e7d1dd6b9c6
Sam Brannen
Sam Brannen
Verify that SynthesizedAnnotation must be public This commit introduces a test that will fail if SynthesizedAnnotation is not public as is required by the contract for getProxyClass() in java.lang.reflect.Proxy. Issue: SPR-13057
verify that synthesizedannotation must be public
48
false
false
6
false
false
false
spring-projects
spring-framework
15,684
ca09b1ff200280c885bca7a4191711e7a21e62de
Sam Brannen
Sam Brannen
Introduce putIfAbsent() in AnnotationAttributes Issue: SPR-13060
introduce putifabsent() in annotationattributes
47
false
false
4
false
false
false
spring-projects
spring-framework
15,685
18946c829f04163464b1ef6b8790975642da8e88
Rossen Stoyanchev
Rossen Stoyanchev
Upgrade to Reactor 2.0.2
upgrade to reactor 2.0.2
24
false
false
4
false
false
false
spring-projects
spring-framework
15,686
0db216daab820ac2913c65f97cbdd0e1df8f6ba0
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
15,687
fee63fdfb854c072ebfe23db1d7e949647320fd4
Juergen Hoeller
Juergen Hoeller
Message listener containers only call Session.recover() in client acknowledge mode Issue: SPR-13056
message listener containers only call session.recover() in client acknowledge mode
82
false
false
10
false
false
false
spring-projects
spring-framework
15,688
5255e7ae21e6cd6fa25b5f2f7f8379d72f803885
Sebastien Deleuze
Sebastien Deleuze
Support CompletableFuture in @MessageMapping handler methods Issue: SPR-12207
support completablefuture in @messagemapping handler methods
60
false
false
6
false
true
false
spring-projects
spring-framework
15,689
d3db99c2017af1e0eb3482068d038f69dacc0abc
Sebastien Deleuze
Sebastien Deleuze
Support ListenableFuture in @MessageMapping handler methods This commit introduces support for asynchronous return values thanks to the new AsyncHandlerMethodReturnValueHandler interface. Out of the box support for ListenableFuture is also provided. Issue: SPR-12168
support listenablefuture in @messagemapping handler methods
59
false
false
6
true
true
false
spring-projects
spring-framework
15,690
792b7b9d114b4075c3bbe111ffdf056261c60562
Juergen Hoeller
Juergen Hoeller
ByteBufferConverter explicitly declares applicability to byte[] Includes an optimization for simple ByteBuffer duplication. Issue: SPR-13056
bytebufferconverter explicitly declares applicability to byte[]
63
false
false
6
false
false
false
spring-projects
spring-framework
15,691
2dc674f356fbe941b98301f89494767f80d55e6a
Stephane Nicoll
Stephane Nicoll
Restore AbstractPropertyAccessor Commit 3d86f15 added a lot of new feature in AbstractPropertyAccessor shared by both DirectFieldAccessor and BeanWrapperImpl. This makes this abstract class harder to implement for others having simpler use cases. It turns that Spring Data has such use case; this commit split these ne...
restore abstractpropertyaccessor
32
false
false
2
true
true
false
spring-projects
spring-framework
15,692
27c435c4eae6502ba068a5da8c19d626c28316c3
Stephane Nicoll
Stephane Nicoll
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
15,693
39b2fbbccf154adf511d3c3084087ce2d0b80af4
Stephane Nicoll
Stephane Nicoll
Make SynthetizedAnnotation public Enable public visibility on SynthetizedAnnotation to allow annotation outside its package to be proxied properly. This commit is pending a unit test that actually reproduces the problem. Issue: SPR-13057
make synthetizedannotation public
33
false
false
3
false
true
false
spring-projects
spring-framework
15,694
4549d76fbecadcf53e79c9d0bef1f7c6d2e4cc71
Sam Brannen
Sam Brannen
Merge from sbrannen/SPR-11512 * SPR-11512: Support annotation attribute aliases and overrides via @AliasFor
merge from sbrannen/spr-11512
29
true
false
3
false
false
false
spring-projects
spring-framework
15,695
ca66e076d159c0f0d100781e4679d9d723e8cd5d
Sam Brannen
Sam Brannen
Support annotation attribute aliases and overrides via @AliasFor This commit introduces first-class support for aliases for annotation attributes. Specifically, this commit introduces a new @AliasFor annotation that can be used to declare a pair of aliased attributes within a single annotation or an alias from an attr...
support annotation attribute aliases and overrides via @aliasfor
64
false
false
8
false
true
false
spring-projects
spring-framework
15,696
a87d5f8a63f69691fb7bac5aa758fc1b73dc0f18
Stephane Nicoll
Stephane Nicoll
Make PropertyMatches public Issue: SPR-13054
make propertymatches public
27
false
false
3
false
true
false
spring-projects
spring-framework
15,697
6fb31903536c0a41dd4fbe153c81494ccfd4d405
Stephane Nicoll
Stephane Nicoll
Fix regression with binding and validation Previously, the binding may have to call the getter first to retrieve the old value of a property before actually setting it. This was guarded by a catch block that was accidentally removed in 3d86f15 Restore that catch block and add a test to cover it. Issue: SPR-12805
fix regression with binding and validation
42
false
false
6
true
true
true
spring-projects
spring-framework
15,698
2ab34373d17c251b0ee89d4fa4537998164413c6
Stephane Nicoll
Stephane Nicoll
Add possible matches for field access DirectFieldAccessor now support richer NotWritablePropertyException content, including dedicated error message and possible matches. Issue: SPR-13053
add possible matches for field access
37
false
false
6
true
true
true
spring-projects
spring-framework
15,699
4d5fca596dfe193556ad7148d16aae718805a84d
Brian Clozel
Brian Clozel
Fix directories I/O in ResourceHttpRequestHandler Prior to this commit, the `ResourceHttpRequestHandler` would not properly handle HTTP requests to **directories contained in JARs**. This would result in HTTP 500 errors, caused by `FileNotFoundException` or `NullPointerException`. This can be tracked to webapp ClassL...
fix directories i/o in resourcehttprequesthandler
49
false
false
5
true
true
true
spring-projects
spring-framework
15,700
3d86f15a847d4567c3b08b21a21500398a394e31
Stephane Nicoll
Stephane Nicoll
Merge BeanWrapperImpl and DirectFieldAccessor `BeanWrapperImpl` and `DirectFieldAccessor` are two `ConfigurablePropertyAccessor` implementations with different features set. This commit harmonizes the two implementations to use a common base class that delegates the actual property handling to the sub-classes: * `Be...
merge beanwrapperimpl and directfieldaccessor
45
true
false
4
true
true
false
spring-projects
spring-framework
15,701
ad4c8795ae13c94f942526765b5cf36ac6c3ae9b
Rossen Stoyanchev
Rossen Stoyanchev
Include only path in <spring:mvcUrl> Issue: SPR-13045
mvcurl>
7
false
false
1
false
false
false
spring-projects
spring-framework
15,702
af67bd944be8aeb247c282b7d7bf0efcf8144d81
Rossen Stoyanchev
Rossen Stoyanchev
Add 4.2 section to the reference
add 4.2 section to the reference
32
false
false
6
true
true
true
spring-projects
spring-framework
15,703
1ba0625cd9d9043b3b80a0de872cfbaf3e324467
Rossen Stoyanchev
Rossen Stoyanchev
Add baseUrl to DefaultUriTemplateHandler Issue: SPR-13035
add baseurl to defaulturitemplatehandler
40
false
false
4
true
true
true
spring-projects
spring-framework
15,704
01d1e71d66386d2c6124e9b739a8e923e46d83e5
Stephane Nicoll
Stephane Nicoll
Merge pull request #801 from echatman/patch-1 * patch-1: Fix number parsing of @Scheduled attributes
merge pull request #801 from echatman/patch-1
45
true
false
6
false
false
false
spring-projects
spring-framework
15,705
5652f02af0aa56eeba8f3dfb8e230597ed738bf6
Elizabeth Chatman
Stephane Nicoll
Fix number parsing of @Scheduled attributes See gh-801
fix number parsing of @scheduled attributes
43
false
false
6
false
true
false
spring-projects
spring-framework
15,706
0ed9ca097bb499b46c67d34d59e08a1337758097
Stephane Nicoll
Stephane Nicoll
Customize destruction callback for AutoCloseable beans Previously, a Bean implementing `AutoCloseable` (or `Closeable`) was always destroyed regardless of its bean definition. In particular, the documented way of disabling the destruction callback via an empty String did not work. AutoCloseable beans are now treated ...
customize destruction callback for autocloseable beans
54
false
false
6
true
true
false
spring-projects
spring-framework
15,707
271804f105becc7ac484c7e2a0760e575d36de1b
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,708
de893ada2b951437ab8f4aa1d569b90d2bea8bf0
Juergen Hoeller
Juergen Hoeller
Compatibility with JSR-354 final (and its new Monetary singleton) Includes support for currency detection with @NumberFormat. Issue: SPR-12209
compatibility with jsr-354 final (and its new monetary singleton)
65
false
false
9
false
false
false
spring-projects
spring-framework
15,709
b4095c3e1d61fc7279e6b2ca105ec60c3cd7128c
Juergen Hoeller
Juergen Hoeller
Class identity comparisons wherever possible Issue: SPR-12926
class identity comparisons wherever possible
44
false
false
5
false
false
false
spring-projects
spring-framework
15,710
57e0c789a81bb68410bd2ef9e824d81b76b05909
Brian Clozel
Brian Clozel
Polish Issue: SPR-12323
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
15,711
c5d6cc41346710f8277057d52ce90dcf0705a528
Brian Clozel
Brian Clozel
Polish Issue: SPR-12673
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
15,712
9e5a33c1b36cae7a7541251509bf032455838fdf
Brian Clozel
Brian Clozel
Add a ResourceResolver implementation for WebJars Prior to this commit, WebJars users needed to use versioned links within templates for WebJars resources, such as `/jquery/1.2.0/jquery.js`. This can be rather cumbersome when updating libraries - all references in templates need to be updated. One could use version-l...
add a resourceresolver implementation for webjars
49
false
false
6
true
true
true
spring-projects
spring-framework
15,713
876c9694c4f5f01161a311e30c2ac2cdd37d0335
Sebastien Deleuze
Sebastien Deleuze
Allow use of @JsonView on @MessageMapping methods Issue: SPR-12741
allow use of @jsonview on @messagemapping methods
49
false
false
7
true
true
true
spring-projects
spring-framework
15,714
c36435c0427c75d4dcee382a88a466ad96241faa
Brian Clozel
Brian Clozel
Execute HandlerInterceptors in registration order Prior to this commit, registering `HandlerInterceptor`s using the `InterceptorRegistry` would not guarantee their order of execution. In fact, `HandlerInterceptor`s would always be executed before `MappedInterceptor`s. This change makes `MappedInterceptor` implement t...
execute handlerinterceptors in registration order
49
false
false
5
true
true
true
spring-projects
spring-framework
15,715
cf391f5ce18efefcd0ec8570fcd45b43cf6fea62
Stephane Nicoll
Stephane Nicoll
polish Remove unused imports
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
15,716
60e342e7d4880ff90d73db88e3039dce26d2fcc2
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Commons Pool 2.3, TestNG 6.9.4, Undertow 1.2.6) Includes an ajc downgrade to AspectJ 1.8.5 due to Gradle 2.4 not working on JDK 9.
latest dependency updates (commons pool 2.3, testng 6.9.4, undertow 1.2.6)
74
false
false
10
false
false
false
spring-projects
spring-framework
15,717
6418b54f81a9e56242fb78fda4bf95e7b3d4c572
Juergen Hoeller
Juergen Hoeller
DataBinder tries ConversionService if PropertyEditor could not produce required type Issue: SPR-13042
databinder tries conversionservice if propertyeditor could not produce required type
84
false
false
10
false
false
false
spring-projects
spring-framework
15,718
6468aa775ca34cd3b052b9b78562ce0db951a1e4
Rossen Stoyanchev
Rossen Stoyanchev
Polish Issue: SPR-12893
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
15,719
69fc2a8ab2cdfc355b53d544085eeebb2c7ae7cd
Luciano Leggieri
Rossen Stoyanchev
Support OkHttp as (Async)ClientHttpRequestFactory This commit introduces support for OkHttp (http://square.github.io/okhttp/) as a backing implementation for ClientHttpRequestFactory and AsyncClientHttpRequestFactory. Issue: SPR-12893
support okhttp as (async)clienthttprequestfactory
49
false
false
4
false
true
false
spring-projects
spring-framework
15,720
d686f615f6d207ef9ad554cf7a9850cebd977b10
Rossen Stoyanchev
Rossen Stoyanchev
Fix typo in reference Issue: SPR-13043
fix typo in reference
21
false
false
4
true
true
true
spring-projects
spring-framework
15,721
90d54285d292fca38727700874824092fb6a3dc9
Rossen Stoyanchev
Rossen Stoyanchev
Add httpMethods property to LocalChangeInterceptor Issue: SPR-13032
add httpmethods property to localchangeinterceptor
50
false
false
5
true
true
true
spring-projects
spring-framework
15,722
d32f5773da338ce706a2ff0bc6d48f0ffce5237b
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #799 from ractive/master
merge pull request #799 from ractive/master
43
true
false
6
false
false
false
spring-projects
spring-framework
15,723
85cf4e6999495d86cb0c08338fa6b98fa47ecbec
Rossen Stoyanchev
Rossen Stoyanchev
All MVC building methods accept controller type Issue: SPR-13033
all mvc building methods accept controller type
47
false
false
7
false
false
false
spring-projects
spring-framework
15,724
e41877d64e5c0b60f54702219be1ddc8cd480802
james
Rossen Stoyanchev
SPR-13033: Use @RequestMapping of correct class MvcUriComponentsBuilder::fromMethodCall creates wrong URLs with derived controller classes. The @RequestMapping of the declaring class of the method that is called is used instead of the @RequstMapping of the given controller class. https://jira.spring.io/browse/SPR-130...
use @requestmapping of correct class
36
false
false
5
false
true
false
spring-projects
spring-framework
15,725
5e8d83833474dd884d85633d57d33566cf176c51
Rossen Stoyanchev
Rossen Stoyanchev
CORS-related refinements After this change CorsProcessor has a single processRequest method and it also explicitly deals with a null CorsConfiguration, which for pre-flight requests results in a rejection while for simple requests results in no CORS headers added. The AbstractHandlerMapping now uses a LinkedHashMap t...
cors-related refinements
24
false
false
2
false
false
false
spring-projects
spring-framework
15,726
0b84f137ccec2a31ced652d5edb1f1565c9670c0
Stephane Nicoll
Stephane Nicoll
Document application event improvements Issue: SPR-12702
document application event improvements
39
false
false
4
false
false
false
spring-projects
spring-framework
15,727
e6f99ffe37ec63309dd1117cc221933b79ccdbdc
Juergen Hoeller
Juergen Hoeller
Explicit documentation on defaulting for 'autowire' and 'lazy-init' Issue: SPR-13038
explicit documentation on defaulting for 'autowire' and 'lazy-init'
67
false
false
8
false
false
false
spring-projects
spring-framework
15,728
008c9a3b459a5dfd14ae334f03099cbff848d7d9
Juergen Hoeller
Juergen Hoeller
Test for ByteBuffer-to-ByteBuffer conversion (fresh copy) ByteBufferConverter also defensively returns the rewind result now. Issue: SPR-13031
test for bytebuffer-to-bytebuffer conversion (fresh copy)
57
false
false
6
false
false
false
spring-projects
spring-framework
15,729
1e7d954fcb5c47fab5ee61d8c43664e5edda6072
Juergen Hoeller
Juergen Hoeller
MethodMetadata exposes method return type Issue: SPR-13024
methodmetadata exposes method return type
41
false
false
5
false
false
false
spring-projects
spring-framework
15,730
441ed801d98a5dd86522c26367b4eb263b6f40c5
Arjen Poutsma
Arjen Poutsma
Javadoc
javadoc
7
false
false
1
false
false
false
spring-projects
spring-framework
15,731
decb55ce14f71f195517a62c66ff1027537dc163
Sebastien Deleuze
Sebastien Deleuze
Rename CrossOriginConfigurer/Registration to CorsConfigurer/Registration Issue: SPR-12933
rename crossoriginconfigurer/registration to corsconfigurer/registration
72
false
false
4
false
true
false
spring-projects
spring-framework
15,732
a76bbae51d17b59048f9ea74a829442ab1aeb39f
Arjen Poutsma
Arjen Poutsma
Javadoc
javadoc
7
false
false
1
false
false
false
spring-projects
spring-framework
15,733
428499a384371089a0d89e449a1d0f647f9b111d
Sam Brannen
Sam Brannen
Introduce SpringFailOnTimeout(Statement, Method) constructor
introduce springfailontimeout(statement, method) constructor
60
false
false
4
false
true
false
spring-projects
spring-framework
15,734
f13f493551f6af6740a2aa6297b926b063ac6d44
Sam Brannen
Sam Brannen
Introduce TestAnnotationUtils to reduce code duplication
introduce testannotationutils to reduce code duplication
56
false
false
6
true
true
false
spring-projects
spring-framework
15,735
973582e7dfecbc9b5f78d38b57fac4d04994379b
Sam Brannen
Sam Brannen
Introduce TestContextManager cache in SpringClassRule In order to simplify configuration of the SpringMethodRule and to ensure that the correct TestContextManager is always retrieved for the currently executing test class, this commit introduces a static TestContextManager cache in SpringClassRule. In addition, since...
introduce testcontextmanager cache in springclassrule
53
false
false
5
true
true
false
spring-projects
spring-framework
15,736
68322fc42ac72e92bcd9df13834f1b10d51699e9
Sam Brannen
Sam Brannen
Introduce JUnitTestingUtils to reduce code duplication
introduce junittestingutils to reduce code duplication
54
false
false
6
true
true
false
spring-projects
spring-framework
15,737
439b64069a8ba48cce96b27cec757b5c79130f7b
Sam Brannen
Sam Brannen
Merge from sbrannen/SPR-7731 * SPR-7731: Introduce JUnit Rule alternative to SpringJUnit4ClassRunner
merge from sbrannen/spr-7731
28
true
false
3
false
false
false
spring-projects
spring-framework
15,738
d1b1c4f888b5ab5c60cf4beb87f577143bdbebe7
Sam Brannen
Sam Brannen
Introduce JUnit Rule alternative to SpringJUnit4ClassRunner Since Spring Framework 2.5, support for integrating the Spring TestContext Framework (TCF) into JUnit 4 based tests has been provided via the SpringJUnit4ClassRunner, but this approach precludes the ability for tests to be run with alternative runners like JU...
introduce junit rule alternative to springjunit4classrunner
59
false
false
6
false
false
false
spring-projects
spring-framework
15,739
49fff7513d918fe5293adda1bb0be3332c4803b2
Sebastien Deleuze
Sebastien Deleuze
Add global CORS configuration capabilities This commit adds JavaConfig based global CORS configuration capabilities to Spring MVC. It is now possible to specify multiple CORS configurations, each mapped on a path pattern, by overriding WebMvcConfigurerAdapter#configureCrossOrigin(CrossOriginConfigurer). It is also po...
add global cors configuration capabilities
42
false
false
5
false
true
false
spring-projects
spring-framework
15,740
696a010e81c678f449320c3573cc26a0558baa07
Rossen Stoyanchev
Rossen Stoyanchev
Add SubProtocolErrorHandler Issue: SPR-12732
add subprotocolerrorhandler
27
false
false
2
true
true
false
spring-projects
spring-framework
15,741
0612bc7bc5a82ff7414d8c8bcf665599d23a5225
Stephane Nicoll
Stephane Nicoll
Harmonize default converters Provide Converter implementations for Charset, Currency and TimeZone as related PropertyEditors are available for those. Issue: SPR-13020
harmonize default converters
28
false
false
3
true
true
true
spring-projects
spring-framework
15,742
c0269770af0f2f51cc7758aa096d8369907d439f
Stephane Nicoll
Stephane Nicoll
Use BeanUtils to instantiate target type Use BeanUtils.instantiate(Class<?>) instead of a raw call to type.newInstance() as the former has more checks. Issue: SPR-12520
use beanutils to instantiate target type
40
false
false
6
true
true
true
spring-projects
spring-framework
15,743
8dec8823fb51e300a8afbe96dc9c2e3e411bb8c8
Stephane Nicoll
Stephane Nicoll
Allow parameter name binding for SimpleJdbcCall Update SimpleJdbcCall to offer a way to use named parameters binding instead of the simple `?` binding it offers thus far. Issue: SPR-12801
allow parameter name binding for simplejdbccall
47
false
false
6
false
false
false
spring-projects
spring-framework
15,744
477d4c5126ac986083ed2678be84641fca106dbf
Sam Brannen
Sam Brannen
Document "present" terminology in AnnotationUtils Prior to this commit, the documentation in AnnotationUtils was inconsistent, and at times even misleading, with regard to finding annotations that are "present" or "directly present" on annotated elements. This commit defines the terminology used within AnnotationUtil...
document "present" terminology in annotationutils
49
false
false
5
false
false
false
spring-projects
spring-framework
15,745
ca410fea531c5d486e034df3ab815229d7356f86
Rossen Stoyanchev
Rossen Stoyanchev
Add component-neutral encode option in UriUtils Issue: SPR-12750, SPR-12942
add component-neutral encode option in uriutils
47
false
false
6
false
false
false
spring-projects
spring-framework
15,746
3e59c244f90c59aa98bed773cbae95416b591d36
Rossen Stoyanchev
Rossen Stoyanchev
Add UriTemplateHandler This change introduces a strategy for expanding a URI template into a URI and makes it a property of the RestTemplate and AsyncRestTemplate so that they can be pre-configured with such a strategy. The DefaultUriTemplateHandler relies on UriComponentsBuilder internally and provides functionality...
add uritemplatehandler
22
false
false
2
true
true
false
spring-projects
spring-framework
15,747
2c408b7069d3cf629edc396f79226d6b7fd0ddb6
Rossen Stoyanchev
Rossen Stoyanchev
Revert change to support {/...} var syntax Issue: SPR-12750
revert change to support {/...} var syntax
42
false
false
7
false
true
false
spring-projects
spring-framework
15,748
e843bcc725d555ed51d30e95661b2041f5a5a797
Rossen Stoyanchev
Rossen Stoyanchev
Do not log headers in exception message Issue: SPR-12984
do not log headers in exception message
39
false
false
7
false
false
false
spring-projects
spring-framework
15,749
3a8f30613da0138b0491306a2cc6f19a86e60ab0
Rossen Stoyanchev
Rossen Stoyanchev
Update the what's new section
update the what's new section
29
false
false
5
true
true
true
spring-projects
spring-framework
15,750
abc343f4076d45172587197480c41f79c23f3aac
Phillip Webb
Phillip Webb
Prevent incorrect ImportAware metdata injection Update ImportRegistry to track all import registrations that occur against an importing class (rather than just keeping the last). In addition, prune imported classes from the registry when a configuration class is removed during the REGISTER_BEAN ConfigurationPhase. Th...
prevent incorrect importaware metdata injection
47
false
false
5
false
true
false
spring-projects
spring-framework
15,751
8bf141eca9f197630f3e41e26ee4826d574fee2d
Andy Clement
Andy Clement
Documentation updates describing SpEL compiler usage
documentation updates describing spel compiler usage
52
false
false
6
false
false
false
spring-projects
spring-framework
15,752
f617d28eef588dd6b3d390f97a692a3c8236ff33
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,753
4432c41dbdc21b1fd422aa5c405a0f47713e6797
Juergen Hoeller
Juergen Hoeller
AbstractAutowireCapableBeanFactory avoids early FactoryBean instantiation on currently created configuration bean Issue: SPR-12141
abstractautowirecapablebeanfactory avoids early factorybean instantiation on currently created configuration bean
113
false
false
10
false
false
false
spring-projects
spring-framework
15,754
1f6c40fd8687c8bfb26497fbdffe45e41b747d71
Sam Brannen
Sam Brannen
Polish recent changes to reference manual
polish recent changes to reference manual
41
false
false
6
true
false
true
spring-projects
spring-framework
15,755
98eb0f75bc4a89cff03cabcfabff39477df0c040
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,756