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
073b627f4ec96e4d8d99ca52d5a12daf46ac7806
Phillip Webb
Phillip Webb
Polish ResourceDatabasePopulator
polish resourcedatabasepopulator
32
false
false
2
false
false
false
spring-projects
spring-framework
18,057
583819ca5f8771507fae70f2ce9a2417fac0c5b1
Phillip Webb
Phillip Webb
Fix batch operations sample in reference docs Remove superfluous code from the sample in section 13.4.3 of the JDBC reference guide. Issue: SPR-9937
fix batch operations sample in reference docs
45
false
false
7
false
false
false
spring-projects
spring-framework
18,058
c92ef1397982a2df4e47ba3335b2c11085a028df
Phillip Webb
Phillip Webb
Merge pull request #178 from EzequielB/master * pull178: Create import-into-eclipse.bat for Windows users
merge pull request #178 from ezequielb/master
45
true
false
6
false
false
false
spring-projects
spring-framework
18,059
6d6cd56d4a4e59158de6a366933f181cc7bf3de1
Stephane Nicoll
Stephane Nicoll
Improve logging of registerScope Issue: SPR-12519
improve logging of registerscope
32
false
false
4
false
true
false
spring-projects
spring-framework
18,060
aafdcecf5341c6bafe676522a01c88255fedcf0b
Stephane Nicoll
Stephane Nicoll
Customize connection request timeout Prior to this commit it was not possible to easily customize the connection request timeout used by the HttpClient. Both `HttpComponentsClientHttpRequestFactory` and `HttpComponentsClientHttpRequestFactoryTests` have been updated to support a `connectionRequestTimeout` property. I...
customize connection request timeout
36
false
false
4
false
true
false
spring-projects
spring-framework
18,061
24b82746b5cd7a61a70527e002ca84d037bc161a
Stephane Nicoll
Stephane Nicoll
Polish upgrade to HttpComponents 4.3 Polish fbe605123 to make explicit the fact that a null RequestConfig can be used to force the defaults of the current HttpClient. Issue: SPR-11113
polish upgrade to httpcomponents 4.3
36
false
false
5
false
false
false
spring-projects
spring-framework
18,062
d8a01cb04abc3ece590fe87ab3034bad243d85d4
Sebastien Deleuze
Sebastien Deleuze
Polish MockMvcBuilders tests
polish mockmvcbuilders tests
28
false
false
3
false
false
false
spring-projects
spring-framework
18,063
32aafb21ffb10c8067f966ecbddbcad427e1e8e1
Sebastien Deleuze
Sebastien Deleuze
Set ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE in DefaultMockMvcBuilder Issue: SPR-12553
set root_web_application_context_attribute in defaultmockmvcbuilder
67
false
false
4
false
true
false
spring-projects
spring-framework
18,064
c4049a989aabaddc94ac539f6b57a7fb46d31150
Stephane Nicoll
Stephane Nicoll
Better doc reference of CachingConfigurer Update the documentation to better reflect the fact that a @EnableCaching configuration class must implement CachingConfigurer in order to provide advanced customizations to the cache abstraction.
better doc reference of cachingconfigurer
41
false
false
5
false
false
false
spring-projects
spring-framework
18,065
fbe6051233d7e5adc47fdc11519f86167fc91ac0
Stephane Nicoll
Stephane Nicoll
Upgrade HttpComponentsHIRE to HttpComponents 4.3 Previously, HttpComponentsHttpInvokerRequestExecutor was not compatible with the new API of HttpComponents 4.3. Specifically, it is not possible to update the socket and read timeouts on the HttpClient itself anymore. We actually already updated HttpComponentsClientHtt...
upgrade httpcomponentshire to httpcomponents 4.3
48
false
false
5
false
true
false
spring-projects
spring-framework
18,066
abc3cc4dc46a352264f97e0890f89b0e4a561504
Andy Clement
Andy Clement
Ensure correct boxing in compiled code for OpEq with primitives Without this change when the operands to an == are a mix of a reference type and a primitive, the failure to box the primitive would result in a verifyerror when the compiled code is loaded. Issue: SPR-12557
ensure correct boxing in compiled code for opeq with primitives
63
false
false
10
true
true
false
spring-projects
spring-framework
18,067
3125ef784cca6280f1fc7fb2c7521f660fcdaa3c
Sam Brannen
Sam Brannen
Polish documentation for inferred bean destruction mode
polish documentation for inferred bean destruction mode
55
false
false
7
false
false
false
spring-projects
spring-framework
18,068
6ff2abcb83573e65168dca47fc1918d3d44bc303
Stephane Nicoll
Stephane Nicoll
Document destroy method name inference Update the developer guide to explicitly reference the (inferred) constant introduced in 38e90105a0. Also emphasis the fact that the (inferred) mode is enabled by default with Java config and how to disable it if necessary. Issue: SPR-12534
document destroy method name inference
38
false
false
5
false
false
false
spring-projects
spring-framework
18,069
fd7153ffbb151369fd9876b9063864d8e0d7f977
Stephane Nicoll
Stephane Nicoll
Do not retain cache transaction managers Previously, cache transaction managers may be retained outside the boundaries of an application context with AspectJ since an aspect is basically a singleton for the current class loader. This commit adds a "clearTransactionManagerCache" that is similar to the "clearMetadataC...
do not retain cache transaction managers
40
false
false
6
false
false
false
spring-projects
spring-framework
18,070
cec26e9ac4af524575d6c5a2e2cd15dca900b8ca
Stephane Nicoll
Stephane Nicoll
Rework determineTransactionManager condition SPR-11954 introduced a regression that when the "default" transaction manager is cached, qualified transaction managers are not taken into account anymore. This commit rework the "determineTransactionManager" condition to favor qualifier and "named" transaction managers. I...
rework determinetransactionmanager condition
44
false
false
3
false
true
false
spring-projects
spring-framework
18,071
4308a0404cf5ed9c1813c3320e0d86dfc085f06f
Sebastien Deleuze
Sebastien Deleuze
Refine EclipseLink SQL logging Issue: SPR-12528
refine eclipselink sql logging
30
false
false
4
true
true
true
spring-projects
spring-framework
18,072
431aed3b01e4357619d32d3c26e5f7331c204c25
Sam Brannen
Sam Brannen
Fix typo in ide.gradle
fix typo in ide.gradle
22
false
false
4
true
true
true
spring-projects
spring-framework
18,073
f7d594bedd13168e6ccffe02782ad7d315a59cc3
Sam Brannen
Sam Brannen
Update Eclipse project import script
update eclipse project import script
36
false
false
5
false
false
false
spring-projects
spring-framework
18,074
c2101cbcf49feeacb8f7796cdb69eaa0f9814fe6
Sam Brannen
Sam Brannen
Require non-empty values for TxMgr qualifiers & bean names
require non-empty values for txmgr qualifiers & bean names
58
false
false
9
true
true
false
spring-projects
spring-framework
18,075
5b5cf37ac583d1fa4a1c62574a81f3344107327c
Sam Brannen
Sam Brannen
Polish Javadoc regarding default transaction manager
polish javadoc regarding default transaction manager
52
false
false
6
false
false
false
spring-projects
spring-framework
18,076
eef0bf43d5d2a8ad5d0799cd1dd33fd7d151ae1d
Brian Clozel
Brian Clozel
Upgrade Jetty to 9.2.6.v20141205
upgrade jetty to 9.2.6.v20141205
32
false
false
4
true
true
true
spring-projects
spring-framework
18,077
c62fbea2ba09c81bc1219c0a4b2e0987e2323828
Sam Brannen
Sam Brannen
Demonstrate that the CollectionFactory API is not type-safe This commit introduces test methods in CollectionFactoryTests that demonstrate how the APIs for createCollection() and createMap() are not type-safe, specifically regarding the use of generics, raw types, and casting.
demonstrate that the collectionfactory api is not type-safe
59
false
false
8
false
false
false
spring-projects
spring-framework
18,078
aec284a4ca4db3adf6f7d8ae9da6ddc30ce367f1
Sam Brannen
Sam Brannen
Create empty EnumSets & EnumMaps in CollectionFactory SPR-12483 introduced automatic type conversion support for EnumSet and EnumMap. However, the corresponding changes in CollectionFactory contradict the existing contract for the "create approximate" methods by creating a copy of the supplied set or map, thereby pote...
create empty enumsets & enummaps in collectionfactory
53
false
false
7
true
true
false
spring-projects
spring-framework
18,079
fb426fe6116523cdc32be3794caa0a6553bb2b93
Sam Brannen
Sam Brannen
Demonstrate that the CollectionFactory API is not type-safe This commit introduces test methods in CollectionFactoryTests that demonstrate how the APIs for createApproximateCollection() and createApproximateMap() are not type-safe, specifically regarding the use of generics, raw types, and casting.
demonstrate that the collectionfactory api is not type-safe
59
false
false
8
false
false
false
spring-projects
spring-framework
18,080
978b8c81e5e31983795f27642974e4dd926ca7cf
Sam Brannen
Sam Brannen
Cover maps & more collections in CollectionFactoryTests
cover maps & more collections in collectionfactorytests
55
false
false
7
false
true
false
spring-projects
spring-framework
18,081
86f99ec8f75b1a284da874a84729d5197d69d28a
Sam Brannen
Sam Brannen
Improve error handling in CollectionFactory This commit improves error handling in CollectionFactory by asserting preconditions. In addition, this commit introduces ConnectionFactoryTests.
improve error handling in collectionfactory
43
false
false
5
true
true
true
spring-projects
spring-framework
18,082
866d8fea0d547ab956eba3e802ae62b2c48c329a
Sam Brannen
Sam Brannen
Polish grammar and wording in the reference manual
polish grammar and wording in the reference manual
50
false
false
8
false
false
false
spring-projects
spring-framework
18,083
67f184293b94c076b0474231f739a74f42d5ffa8
Stephane Nicoll
Stephane Nicoll
Improve performance of generateKey Only compute the error message to display when the generated key is actually null instead of using Assert.notNull as the cache operation 'toString()' method is non trivial and gets computed regardless of the result. Issue: SPR-12527
improve performance of generatekey
34
false
false
4
true
true
true
spring-projects
spring-framework
18,084
b0a72b311fa715013ca6d8af2e0dbec088b04111
Sam Brannen
Sam Brannen
Polish Spring Framework Artifacts table Issue: SPR-12517
polish spring framework artifacts table
39
false
false
5
false
false
false
spring-projects
spring-framework
18,085
1f6a15e4da1b8719f8a7b89a9868039a97d1ba23
Sebastien Deleuze
Sebastien Deleuze
List Spring Framework artifacts in the reference manual Issue: SPR-12517
list spring framework artifacts in the reference manual
55
false
false
8
false
false
false
spring-projects
spring-framework
18,086
67f1967eeee99caa52f1a516a4fd2b3a877f1287
Sebastien Deleuze
Sebastien Deleuze
Polish reference manual This commit put more emphasis on Spring Boot in the "Getting Started" section, and update some outdated excerpts.
polish reference manual
23
false
false
3
false
false
false
spring-projects
spring-framework
18,087
5aaed147d5627dbea9ebd9ad529a8721e2fc7fca
Sam Brannen
Sam Brannen
Use public AssumptionViolatedException in Assume JUnit 4.12 created a 'public' version of the previously 'internal' AssumptionViolatedException. This commit upgrades Spring's Assume class to use this new public version.
use public assumptionviolatedexception in assume
48
false
false
5
true
true
true
spring-projects
spring-framework
18,088
d8ef666764def12db6c14a8f5d1f777f3438ecce
Sam Brannen
Sam Brannen
Suppress "rawtypes" warnings in CollectionFactory This commit also adds links to the newly created Eclipse bug that was raised for this issue.
suppress "rawtypes" warnings in collectionfactory
49
false
false
5
false
false
false
spring-projects
spring-framework
18,089
fe789005246e898838934393d9ecb9f0e8510612
Sam Brannen
Sam Brannen
Work-around for Eclipse bug regarding EnumSets This commit introduces superfluous casts in CollectionFactory to address a bug in Eclipse 4.4.1 that prevents the code from compiling within Eclipse. Specifically, without these casts Eclipse displays the following error for use of the EnumSet.copyOf() and EnumSet.noneOf(...
work-around for eclipse bug regarding enumsets
46
false
false
6
false
false
false
spring-projects
spring-framework
18,090
84ef269d54808fd51a1b3c830fb1c445686e3ab2
Sebastien Deleuze
Sebastien Deleuze
Remove outdated reference to Spring Modules
remove outdated reference to spring modules
43
false
false
6
true
true
true
spring-projects
spring-framework
18,091
7c937441b1f144a95af7417edaea10bd4ab191ec
Spring Buildmaster
Spring Buildmaster
Next Development Version
next development version
24
false
false
3
false
false
false
spring-projects
spring-framework
18,092
e901abee0667595390234eb099c767763e371fc2
Sam Brannen
Sam Brannen
Fix JavaDoc in TestExecutionListener regarding Ordered
fix javadoc in testexecutionlistener regarding ordered
54
false
false
6
true
true
false
spring-projects
spring-framework
18,093
0524a82c09689fab901e4718058f8c68f132d52a
Rossen Stoyanchev
Rossen Stoyanchev
Update unprocessableEntity to allow body Issue: SPR-12515
update unprocessableentity to allow body
40
false
false
5
true
true
true
spring-projects
spring-framework
18,094
33fca4e7aeca7b43b67982ed2a3c6cb816f11b90
Sam Brannen
Sam Brannen
Fix and polish Javadoc for JpaTransactionManager
fix and polish javadoc for jpatransactionmanager
48
false
false
6
false
false
false
spring-projects
spring-framework
18,095
adc7ad7fb20660c81cc36038e6e057a0b55c5a20
Stephane Nicoll
Stephane Nicoll
Fix detection of the @SendTo annotation Previously, the default reply destination could not be discovered if the @JmsListener annotation was placed on a bean that is eligible for proxying as the proxy method is used internally and does not reveal an annotation placed on the implementation. This commit makes sure to r...
fix detection of the @sendto annotation
39
false
false
6
false
true
false
spring-projects
spring-framework
18,096
b796c1e87eea10bb6ddd7dc5c3b6b1befa3806a7
Rossen Stoyanchev
Rossen Stoyanchev
Synchronize message sending Issue: SPR-12516
synchronize message sending
27
false
false
3
true
true
true
spring-projects
spring-framework
18,097
bb1d1e916ed155890bcbb7fdbd77d29bf11f40b6
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
18,098
03d4e1bc22cb469451c3a24a835b699d3947210c
Juergen Hoeller
Juergen Hoeller
Consistent bridge method handling in annotation post-processors Issue: SPR-12490 Issue: SPR-12495
consistent bridge method handling in annotation post-processors
63
false
false
7
false
false
false
spring-projects
spring-framework
18,099
15d3b880371de5ec61e41f049825f64b9f62c095
Juergen Hoeller
Juergen Hoeller
DefaultSingletonBeanRegistry's isDependent defensively checks for circular recursion Issue: SPR-10787
defaultsingletonbeanregistry's isdependent defensively checks for circular recursion
84
false
false
7
false
false
false
spring-projects
spring-framework
18,100
1daa5eb38355a0823e484475669411f9a02b550b
Juergen Hoeller
Juergen Hoeller
ResponseEntity provides static "unprocessableEntity()" convenience method as well Issue: SPR-12515
responseentity provides static "unprocessableentity()" convenience method as well
81
false
false
8
false
false
false
spring-projects
spring-framework
18,101
03f5176df158e3912f9f35be91328c74b7e14e3e
Rossen Stoyanchev
Rossen Stoyanchev
List Tomcat and Jetty Web first.
list tomcat and jetty web first
31
false
false
6
false
true
false
spring-projects
spring-framework
18,102
189ec757890c104a5f332580badbaead314433db
Rossen Stoyanchev
Rossen Stoyanchev
Add ability to clone to UriComponentsBuilder hierarchy Issue: SPR-12494
add ability to clone to uricomponentsbuilder hierarchy
54
false
false
7
true
true
false
spring-projects
spring-framework
18,103
2fccf3ff4409a641c20947e8fca90308f7236c64
Sebastien Deleuze
Sebastien Deleuze
Add support for autowiring Jackson handlers This commit introduces the SpringHandlerInstantiator class, a Jackson HandlerInstantiator that allows to autowire Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver) if needed. SpringHandlerInstantiator is automatical...
add support for autowiring jackson handlers
43
false
false
6
true
true
true
spring-projects
spring-framework
18,104
ea7f787ad8ebd282f53cf07e1e9775b48be6167b
Sebastien Deleuze
Sebastien Deleuze
Update supported WebSocket runtimes in the reference documentation
update supported websocket runtimes in the reference documentation
66
false
false
8
false
false
false
spring-projects
spring-framework
18,105
016b3b758ac82ad19c0b42dd2d42d5fc570acfb7
Juergen Hoeller
Juergen Hoeller
Upgrade to JUnit 4.12 Issue: SPR-12511
upgrade to junit 4.12
21
false
false
4
false
false
false
spring-projects
spring-framework
18,106
d1f896859521356897f688ab03875117aa75bde7
Juergen Hoeller
Juergen Hoeller
ControllerAdvice basePackages specifically refer to actual packages (avoiding accidental prefix matches with other packages) Issue: SPR-12509
controlleradvice basepackages specifically refer to actual packages (avoiding accidental prefix matches with other packages)
124
false
false
14
false
false
false
spring-projects
spring-framework
18,107
98870251f9fb27123353c549ae22fcf3679ebbd5
Brian Clozel
Brian Clozel
Better empty response body support in RestTemplate Prior to this change, RestTemplate returned an empty response body if: * HTTP return status 204 or 304 * Content-length header equals 0 This change adds a new condition for this, better supporting RFC7230 section 3.4, for connections that are closed without response...
better empty response body support in resttemplate
50
false
false
7
false
false
false
spring-projects
spring-framework
18,108
b2878a4f6054f3e7eda0240b1c8d3e83fe31d2da
Brian Clozel
Brian Clozel
Merge pull request #704 from aantono/master Fixed the output stream incomplete data by explicitly flushing the OutputStreamWriter
merge pull request #704 from aantono/master
43
true
false
6
false
false
false
spring-projects
spring-framework
18,109
bf8d99d7e45956a3e2133d7c23d78f3dbfe2596f
Alex Antonov
Alex Antonov
Fixed the output stream incomplete data by explicitly flushing the OutputStreamWriter
fixed the output stream incomplete data by explicitly flushing the outputstreamwriter
85
false
false
11
false
false
false
spring-projects
spring-framework
18,110
4013fe03a579dbdd19d47fd240a493f034da284a
Juergen Hoeller
Juergen Hoeller
Revised ControllerAdvice basePackages handling (based on package names instead of java.lang.Package) Issue: SPR-12506
revised controlleradvice basepackages handling (based on package names instead of java.lang.package)
100
false
false
11
false
false
false
spring-projects
spring-framework
18,111
ad65119a2c6b3b1bd60904fddc80320cb89dc752
Rossen Stoyanchev
Rossen Stoyanchev
Polish ServletUriComponentsBuilder
polish servleturicomponentsbuilder
34
false
false
2
false
false
false
spring-projects
spring-framework
18,112
7f11c1ee2f802b3a2a5b821c821b15c6705dc085
Rossen Stoyanchev
Rossen Stoyanchev
Also apply X-Forwarded-Prefix in fromContextPath Issue: SPR-12500
also apply x-forwarded-prefix in fromcontextpath
48
false
false
5
false
false
false
spring-projects
spring-framework
18,113
9ef0bdcb1748dfbb62d2589e3de5fbad61f03ec2
Juergen Hoeller
Juergen Hoeller
Consistent resolution of Class methods and static methods Issue: SPR-12502
consistent resolution of class methods and static methods
57
false
false
8
false
false
false
spring-projects
spring-framework
18,114
1de71511f0f19d78d31cdf6d2c8432e22266de55
Brian Clozel
Brian Clozel
Merge pull request #702 from aantono/master Fix for NPE when creating ProtobufHttpMessageConverter without ExtensionRegistryInitializer
merge pull request #702 from aantono/master
43
true
false
6
false
false
false
spring-projects
spring-framework
18,115
d322bcfbf47cd865569e85932cefefbb6da1d5fd
Rossen Stoyanchev
Rossen Stoyanchev
Use X-Forwarded-Prefix in ServletUriComponentsBuilder Issue: SPR-12500
use x-forwarded-prefix in servleturicomponentsbuilder
53
false
false
4
false
true
false
spring-projects
spring-framework
18,116
b041cffe5d0cf44a15ac554d82b680ba8b67d415
Alex Antonov
Alex Antonov
Fix for NPE when creating ProtobufHttpMessageConverter without ExtensionRegistryInitializer
fix for npe when creating protobufhttpmessageconverter without extensionregistryinitializer
91
false
false
8
false
false
false
spring-projects
spring-framework
18,117
af2782aa79f94db1dd3760667cab0265fe0cda84
Sebastien Deleuze
Sebastien Deleuze
Fix Undertow exclusion (and upgrade to 1.1.1.Final)
fix undertow exclusion (and upgrade to 1.1.1.final)
51
false
false
7
true
true
false
spring-projects
spring-framework
18,118
e7c577fd0870bf60b14d5efe86147190252b15bc
Stephane Nicoll
Stephane Nicoll
Merge pull request #694 from kicktipp/SPR-12447 * SPR-12447: Add @AjSuppressWarnings on static mocks
merge pull request #694 from kicktipp/spr-12447
47
true
false
6
false
false
false
spring-projects
spring-framework
18,119
061b2463070e4a2150012d47e5a650bc5ef851ca
Janning Vygen
Stephane Nicoll
Add @AjSuppressWarnings on static mocks Issue: SPR-12447
add @ajsuppresswarnings on static mocks
39
false
false
5
true
true
true
spring-projects
spring-framework
18,120
fbd85925de74ea02dbf3dbe521743097e6b3356b
Sebastien Deleuze
Sebastien Deleuze
Use Jackson improved default configuration everywhere With this commit, Jackson builder is now used in spring-websocket to create the ObjectMapper instance. It is not possible to use the builder for spring-messaging and spring-jms since these modules don't have a dependency on spring-web, thus they now just customize...
use jackson improved default configuration everywhere
53
false
false
6
false
true
false
spring-projects
spring-framework
18,121
87f1512e8867a884615d79ab52bf1283f7c573e1
Phillip Webb
Phillip Webb
Add protected YamlProcessor.getFlattenedMap method Add a protected getFlattenedMap method to the YamlProcessor that subclasses can use to flatten a source Map so that it has the same entries as the Properties, but retains order. Issue: SPR-12499
add protected yamlprocessor.getflattenedmap method
50
false
false
4
true
true
true
spring-projects
spring-framework
18,122
83ecf5ca1df245f60c4a42f499d7cf38bb5ed552
Roy Clarkson
Rossen Stoyanchev
Fix issue where FormHttpMessageConverter fails to write multipart data FormHttpMessageConverter incorrectly determines that the media type "multipart/form-data; charset=utf-8" is not multipart. This commit allows the media type to contain a charset parameter.
fix issue where formhttpmessageconverter fails to write multipart data
70
false
false
9
false
true
false
spring-projects
spring-framework
18,123
7aa5e65235b8d1676d093bf300865d0a969140cc
Rossen Stoyanchev
Rossen Stoyanchev
Add info on intercepting static resource requests Issue: SPR-10655
add info on intercepting static resource requests
49
false
false
7
true
true
true
spring-projects
spring-framework
18,124
ed4cd9947fb254ae3d9d9446bcfa3897210ba19d
Rossen Stoyanchev
Rossen Stoyanchev
Add private method to remove duplication
add private method to remove duplication
40
false
false
6
true
true
true
spring-projects
spring-framework
18,125
fa89ae244f4f5471cbac4aec9aa171907efc08ea
Rossen Stoyanchev
Rossen Stoyanchev
Enrich CONNECTED frames with Principal Issue: SPR-12479
enrich connected frames with principal
38
false
false
5
false
true
false
spring-projects
spring-framework
18,126
dc5b5ca8ee09c890352f89b2dae58bc0132d6545
Rossen Stoyanchev
Rossen Stoyanchev
Check the user of a SockJS request Issue: SPR-12497
check the user of a sockjs request
34
false
false
7
true
true
true
spring-projects
spring-framework
18,127
6e54fc960a6d0241f2520f7296312a0db1edd5c7
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Joda-Time 2.6, H2 1.4.182, Jettison 1.3.7, xpp3 1.1.4c)
latest dependency updates (joda-time 2.6, h2 1.4.182, jettison 1.3.7, xpp3 1.1.4c)
82
false
false
11
false
false
false
spring-projects
spring-framework
18,128
5018889d7861bc9ee5ecf9d8c4bcc2d208274b9a
Juergen Hoeller
Juergen Hoeller
AnnotationAttributesReadingVisitor defensively handles meta-annotation retrieval failure Issue: SPR-12493
annotationattributesreadingvisitor defensively handles meta-annotation retrieval failure
88
false
false
6
false
false
false
spring-projects
spring-framework
18,129
640555194ba5945fdb03b6cd862e0bcc786d5d3d
Juergen Hoeller
unknown
Introduced assertions for bean accessor delegation in AbstractApplicationContext Issue: SPR-10307
introduced assertions for bean accessor delegation in abstractapplicationcontext
80
false
false
8
false
false
false
spring-projects
spring-framework
18,130
30b21a987e93f732e155e5282760489f893790e6
Phillip Webb
Phillip Webb
Make @Configuration classes thread-safe Refactor ConfigurationClassEnhancer so that BeanFactory instances are not held against CGLIB Callback objects. Enhanced @Configuration classes now use the BeanFactoryAware interface in order to obtain a BeanFactory. This change has the additional benefit that a static final fie...
make @configuration classes thread-safe
39
false
false
4
false
true
false
spring-projects
spring-framework
18,131
8b904102ff230fc7339c4f3c65cbc4b481cc3106
Phillip Webb
Phillip Webb
Update ...DirtiesContextTests to get beans early Change ContextHierarchyDirtiesContextTests to obtain beans whilst the ApplicationContext is still open, rather than trying to obtain them after the context has been closed.
update ...dirtiescontexttests to get beans early
48
false
false
6
false
false
false
spring-projects
spring-framework
18,132
3126a4cf468e90148e8bc337abfd89c7d05d4cca
Phillip Webb
Phillip Webb
Merge branch 'SPR-10534' * SPR-10534: Add support for DeferredImportSelector Support for @Conditional configuration Extend AnnotationMetadata and MethodMetadata
merge branch 'spr-10534'
24
true
false
3
false
true
false
spring-projects
spring-framework
18,133
7c7fdb07363791fb3c72f4946839f4c166196ebe
Phillip Webb
Phillip Webb
Add support for DeferredImportSelector Add DeferredImportSelector interface that can be used to select imports after all @Configuration beans have been processed.
add support for deferredimportselector
38
false
false
4
true
true
true
spring-projects
spring-framework
18,134
b257253a2b6890ef532f27a662c441fc4fd21f3b
Phillip Webb
Phillip Webb
Support for @Conditional configuration Introduce new @Conditional annotation that can be used to filter which @Configuration classes or methods are loaded. @Conditional can be used directly or as a meta-annotation. Condition implementations are provided via the 'Condition' interface and are free to filter based on any...
support for @conditional configuration
38
false
false
4
false
false
false
spring-projects
spring-framework
18,135
8e445f3a211395d43895f747d04158ff7f9c0913
Phillip Webb
Phillip Webb
Extend AnnotationMetadata and MethodMetadata Update AnnotationMetadata and MethodMetadata to extend from a new AnnotatedTypeMetadata base interface containing the methods that are common to both. Also introduce new getAllAnnotationAttributes methods providing MultiValueMap access to both annotation and meta-annotation...
extend annotationmetadata and methodmetadata
44
false
false
4
true
true
true
spring-projects
spring-framework
18,136
eb1776e79df3c1b7916bf11a61bdc33ba6889d38
Phillip Webb
Phillip Webb
Allow access to applied property sources Add PropertySourcesPlaceholderConfigurer.getAppliedPropertySources() to allow access to the PropertySources that were actually applied. Issue: SPR-10545
allow access to applied property sources
40
false
false
6
true
true
true
spring-projects
spring-framework
18,137
0652febe34fab87f1180ffaf5c2de0351c2e9232
Phillip Webb
Phillip Webb
Make Make ClassPathContextResource protected Allow ClassPathContextResource to be accessed by subclasses of DefaultResourceLoader. Issue: SPR-10544
make make classpathcontextresource protected
44
false
false
4
false
false
false
spring-projects
spring-framework
18,138
13e460827e69b29385b3c5837ed6f4171c15f248
Phillip Webb
Phillip Webb
Fix external Javadoc references.
fix external javadoc references
31
false
false
4
true
true
true
spring-projects
spring-framework
18,139
e9a2e688cbc6321ed40b2b468501642877080681
Phillip Webb
Phillip Webb
Allow late binding ServletContextAwareProcessor Update ServletContextAwareProcessor to allow subclasses to support late binding of the ServletConfig and/or ServletContext. Allows for the post-processor to be registered before the servlet environment has been initialized. Issue: SPR-10381
allow late binding servletcontextawareprocessor
47
false
false
4
true
true
true
spring-projects
spring-framework
18,140
19187fd365daaede14f948a1c0ff19dd4ef4bac1
Phillip Webb
Phillip Webb
Allow FrameworkServlet to be used as a bean Change FrameworkServlet so that it can also be used as a bean within an existing ApplicationContext. Primarily added to support use with embedded servlet containers where Spring bootstraps the servlet container, rather than the servlet container bootstrapping Spring. Issue:...
allow frameworkservlet to be used as a bean
43
false
false
8
false
true
false
spring-projects
spring-framework
18,141
eaf8115d59cf5669a637d04bee608aea2616dee2
Chris Beams
Chris Beams
Update README.md - Remove references to python and .net variants - Update prereqs for building from source to JDK 1.8
update readme.md
16
false
false
2
false
false
false
spring-projects
spring-framework
18,142
cd1c5842436623e271e9c949d0151e63049b5911
Juergen Hoeller
Juergen Hoeller
Reordered spring-websocket module descriptor
reordered spring-websocket module descriptor
44
false
false
4
false
false
false
spring-projects
spring-framework
18,143
ad886503f12d42f9524b9136fc4440a4faeed0d9
Juergen Hoeller
Juergen Hoeller
Revised ReflectiveMethodResolver to properly handle any kind of List returned from a MethodFilter Issue: SPR-10392
revised reflectivemethodresolver to properly handle any kind of list returned from a methodfilter
97
false
false
13
false
false
false
spring-projects
spring-framework
18,144
35847ad0032381d8edcf1545ffabc7b3bfd397f2
Juergen Hoeller
Juergen Hoeller
Fixed MockMvc example code Issue: SPR-10389
fixed mockmvc example code
26
false
false
4
false
false
false
spring-projects
spring-framework
18,145
2a44228b987f0e8b1ffd3e293d45ba084bfe4790
Juergen Hoeller
Juergen Hoeller
Consistent use of <pre class="code"> Issue: SPR-8108
consistent use of <pre class="code">
36
false
false
5
false
false
false
spring-projects
spring-framework
18,146
1ca943c6810941d83a3f09b0e60a551f1371879c
Juergen Hoeller
Juergen Hoeller
Fixed javadoc warnings Issue: SPR-10373
fixed javadoc warnings
22
false
false
3
false
false
false
spring-projects
spring-framework
18,147
fcb0cf27d7eb40116f4fb435f2b5c66ee1e08054
Juergen Hoeller
unknown
MappingJackson(2)HttpMessageConverter alignment
mappingjackson(2)httpmessageconverter alignment
47
false
false
2
false
false
false
spring-projects
spring-framework
18,148
a0c377b91bc44bc89b8a0a79c87341c8975d7647
Juergen Hoeller
unknown
MappingJackson(2)MessageConverter needs to use bean ClassLoader
mappingjackson(2)messageconverter needs to use bean classloader
63
false
false
6
false
false
false
spring-projects
spring-framework
18,149
527776cde4ef0349c478f89aa22a58e40691f6f7
Juergen Hoeller
unknown
Removed JDK 8 workaround (not necessary anymore with build 88)
removed jdk 8 workaround (not necessary anymore with build 88)
62
false
false
10
false
false
false
spring-projects
spring-framework
18,150
2c3a8a5309dd066be30346582b5d8430ad8c3ddf
Juergen Hoeller
unknown
Removed parsing support for the 'singleton' attribute in an XML bean definition Following the introduction of spring-beans-4.0.xsd and the corresponding removal of the pre-2.0 spring-beans.dtd. Issue: SPR-10437
removed parsing support for the 'singleton' attribute in an xml bean definition
79
false
false
12
false
false
false
spring-projects
spring-framework
18,151
0fc5a5d912a4548f9bbf6f14024dc489d94cb2c9
Juergen Hoeller
unknown
Introduced 4.0 versions of all XML configuration schemas Removed spring-beans.dtd (the 1.x variant) and spring-oxm-1.5.xsd (pre-Spring-Framework variant), in order to raise the backwards compatibility limit a little bit at least. We'll keep supporting the 2.0 and 2.5 xsd versions for the time being, as well as spring-...
introduced 4.0 versions of all xml configuration schemas
56
false
false
8
false
false
false
spring-projects
spring-framework
18,152
e1c25ff1a3767a0bf14cb88f02ad9a7e8d695032
Phillip Webb
Phillip Webb
Workaround jasper report test fail on OSX Add temporary Assume.canLoadNativeDirFonts() method allowing failing jasper report tests to be bypassed on OSX. This should be revisited when JDK 8 is released. Issue: SPR-10537
workaround jasper report test fail on osx
41
false
false
7
false
false
false
spring-projects
spring-framework
18,153
043aafed867068b307cfce401f6296444ff21958
Rossen Stoyanchev
Rossen Stoyanchev
Fix build version
fix build version
17
false
false
3
false
true
false
spring-projects
spring-framework
18,154
71f6da673abec4c805eb8232a2c8e07837b7f0a7
Phillip Webb
Phillip Webb
Consider @Import classes as lite @Configuration Allow classes that are annotated with @Import to be considered as 'lite' @Configuration candidates. Allows the AnnotationConfigApplicationContext to directly register @Import beans even if they are not @Components. Issue: SPR-10533
consider @import classes as lite @configuration
47
false
false
6
true
true
true
spring-projects
spring-framework
18,155
d91ffb6a592fd1c3521ad86206dae110004abaca
Phillip Webb
Phillip Webb
Filter source @Configuration with @ComponentScan Exclude self @Component when parsing @ComponentScan annotations. Issue: SPR-10531
filter source @configuration with @componentscan
48
false
false
5
false
false
false
spring-projects
spring-framework
18,156