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
c461455c7cd795f1adb2aa2c7755c804a78d0c99
Sam Brannen
Sam Brannen
Infer return type of parametrized factory methods Currently, if a factory method is parameterized and the corresponding variable types are declared on the method itself instead of on the enclosing class or interface, Spring always predicts the return type to be Object, even if the return type can be explicitly inferre...
infer return type of parametrized factory methods
49
false
false
7
false
true
false
spring-projects
spring-framework
20,457
9fc05a80d08fadb43f6fb8cfcee88ab5be8db2c4
Chris Beams
Chris Beams
Reformat and add links to README The readme is heavy on links and hard to read in source form when using typical inline Markdown links. The following changes have been made to increase readability. - Wrap lines at 80 characters - Use 'implicit link name' shortcut syntax as described at [1] - Add link to 'spring-mv...
reformat and add links to readme
32
false
false
6
false
false
false
spring-projects
spring-framework
20,458
e5bbec7e2b322f280cffc540d3419baefd29d187
Chris Beams
Chris Beams
Add Gradle task for building zip with dependencies Some Spring Framework users and teams cannot use transitive dependency management tools like Maven, Gradle and Ivy. For them, a `distZip` task has been added to allow for creating a Spring Framework distribution from source that includes all optional and required runt...
add gradle task for building zip with dependencies
50
false
false
8
true
true
true
spring-projects
spring-framework
20,459
726655af50b6747b8c87ed023aa7911c2b4fe2ed
Sam Brannen
Sam Brannen
Fix outdated Javadoc in the TestContext framework Fixed outdated Javadoc regarding support for 'annotated classes' in the TestContext Framework.
fix outdated javadoc in the testcontext framework
49
false
false
7
true
true
true
spring-projects
spring-framework
20,460
de04d9c654c4c44649cc238019d461a60d75fad9
Chris Beams
Chris Beams
Fix typo in MessageSource reference docs Issue: SPR-5022
fix typo in messagesource reference docs
40
false
false
6
true
true
true
spring-projects
spring-framework
20,461
7dcca4bcfbddf5e13d765afba28d22fbc149712c
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull reqest #88 from dmak/SPR-9125 * SPR-9125: BeanFactory for configuring a Jackson ObjectMapper
merge pull reqest #88 from dmak/spr-9125
40
true
false
6
false
false
false
spring-projects
spring-framework
20,462
aa415d7c0c9f8435a3dcc29a8624b21c94a47dac
Dmitry Katsubo
Rossen Stoyanchev
BeanFactory for configuring a Jackson ObjectMapper The BeanFactory makes it easier to configure a customized Jackson ObjectMapper (for example enable/disable certain features). This bean factory is usually used with MappingJacksonHttpMessageConverter or MappingJacksonJsonView. See JavaDoc for examples. Issue: SPR-912...
beanfactory for configuring a jackson objectmapper
50
false
false
6
false
false
false
spring-projects
spring-framework
20,463
5959de5d9e6a25e78047d5008f74811a247a1beb
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull reqest #92 from DavidBiesack/master * DavidBiesack-master: Minor fix in Javadoc for RequestMapping
merge pull reqest #92 from davidbiesack/master
46
true
false
6
false
false
false
spring-projects
spring-framework
20,464
7cd0b16403e267a458178f376aa054b1483469e6
David J. Biesack
Rossen Stoyanchev
Minor fix in Javadoc for RequestMapping Issue: SPR-9483
minor fix in javadoc for requestmapping
39
false
false
6
false
false
false
spring-projects
spring-framework
20,465
277a115f8bbb2e6c9a4da19b9acd8f40743cbf84
Rossen Stoyanchev
Rossen Stoyanchev
Minor Javadoc fix Issue: SPR-9513
minor javadoc fix
17
false
false
3
false
false
false
spring-projects
spring-framework
20,466
e8bf25ba9dd8a8fcfaa8f76d249cb76b6c9a4a82
Chris Beams
Chris Beams
Merge pull request #95 from rstoyanchev/SPR-4984 * rstoyanchev/SPR-4984: Add splitIndex Javadoc option to the root project
merge pull request #95 from rstoyanchev/spr-4984
48
true
false
6
false
false
false
spring-projects
spring-framework
20,467
b0f80d6358b6e45cffee6fd74dffca7b15024a34
Rossen Stoyanchev
Rossen Stoyanchev
Add splitIndex Javadoc option to the root project Splits the very large index page with all classes into individual pages organized by first letter. Issue: SPR-4984
add splitindex javadoc option to the root project
49
false
false
8
true
true
true
spring-projects
spring-framework
20,468
2abcdaab1e4fbf28a0f915372b62194aaae8e9da
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #93 from maxcom/SPR-8917 * SPR-8917: Allow parsing of media types with single-quotes
merge pull request #93 from maxcom/spr-8917
43
true
false
6
false
false
false
spring-projects
spring-framework
20,469
7cdc53487d729c5ddbd23cde0b2d448db9faafae
Maxim Valyanskiy
Rossen Stoyanchev
Allow parsing of media types with single-quotes Previously MediaType could only parse double-quoted parameters without raising an IllegalArgumentException. Now parameters can also be single-quoted. Issue: SPR-8917
allow parsing of media types with single-quotes
47
false
false
7
true
true
true
spring-projects
spring-framework
20,470
cd6f7de4082258f9dcf78657633035da5abfcd65
Dave Syer
Dave Syer
SPR-9498: Add support for MultiValueMap to CollectionFactory This turns out not to be the main problem exposed in SPR-9498 but it seems like a sensible addition anyway.
add support for multivaluemap to collectionfactory
50
false
false
6
true
true
true
spring-projects
spring-framework
20,471
8e754e9065b5703f93909f480933488a2b180429
Dave Syer
Dave Syer
SPR-9498: don't make assumptions about equality if ConversionService has failed The failure of the conversion service is not fatal, but the check that was in there (line 248) was inadequate to detect the cases that could already be handled by the default property editors. This code path was also not tested anywhere i...
don't make assumptions about equality if conversionservice has failed
69
false
false
9
false
false
false
spring-projects
spring-framework
20,472
3ba4bb31facfe3d0d309b944ab162f34d47b592c
Dave Syer
Dave Syer
Add Maven artifacts to .gitignore
add maven artifacts to .gitignore
33
false
false
5
true
true
true
spring-projects
spring-framework
20,473
ab4952a959174c496a194967eb873cf119dfeab9
Rossen Stoyanchev
Rossen Stoyanchev
Raise RestClientException for unknown status codes HttpStatus cannot be created with an unknown status code. If a server returns a status code that's not in the HttpStatus enum values, an IllegalArgumentException is raised. Rather than allowing it to propagate as such, this change ensures the actual exception raised i...
raise restclientexception for unknown status codes
50
false
false
6
true
true
true
spring-projects
spring-framework
20,474
0e3a1d81764f17a9f8612d35d3971aa8f6b85134
Chris Beams
Chris Beams
Require aopalliance dependency for spring-aop A recent commit made aopalliance optional for spring-aop, while continuing to require it for spring-tx. On review, this is probably overly aggressive, and for convenience aopalliance should remain required for spring-aop. There are use cases for which aopalliance is indeed...
require aopalliance dependency for spring-aop
45
false
false
5
true
true
true
spring-projects
spring-framework
20,475
49fd20319de3e29941085fa740a2d813465e60e2
Chris Beams
Chris Beams
Upgrade to Gradle 1.0 GA Issue: SPR-9494
upgrade to gradle 1.0 ga
24
false
false
5
false
false
false
spring-projects
spring-framework
20,476
369d77bdf0992d95480a0250d553fadb4c186c7a
Sam Brannen
Sam Brannen
spring-test module now depends on junit:junit-dep The junit:junit Maven artifact includes a bundled version of hamcrest core. For projects that depend on later versions of hamcrest this causes significant issues in terms of dependency management. The spring-test module now depends on junit:junit-dep, thus allowing de...
junit-dep
9
false
false
1
false
false
false
spring-projects
spring-framework
20,477
04a682729020af09c70ebbf6a210f42b8cc1c36b
Sam Brannen
Sam Brannen
Reproduce claims raised in SPR-8849 This commit introduces a test suite (Spr8849Tests) that demonstrates the claims made in SPR-8849. Specifically, if <jdbc:embedded-database id="xyz" /> is used to create an embedded HSQL database in an XML configuration file and that configuration file is imported in different sets ...
reproduce claims raised in spr-8849
35
false
false
5
true
true
true
spring-projects
spring-framework
20,478
67d5a1238fea63f6f8f4eceebd25861b0dd7c50d
Chris Beams
Chris Beams
Merge pull request #87 from olivergierke/SPR-9457 * SPR-9457: Use transactional connection during db population
merge pull request #87 from olivergierke/spr-9457
49
true
false
6
false
false
false
spring-projects
spring-framework
20,479
49c9a2a9157861bad53ec47b67c8d821b0b4655a
Oliver Gierke
Chris Beams
Use transactional connection during db population Previously, DatabasePopulatorUtils#execute looked up a Connection from the given DataSource directly which resulted in the executed statements not being executed against a transactional connection (if any) which in turn resulted in the statements executed by the popula...
use transactional connection during db population
49
false
false
6
true
true
true
spring-projects
spring-framework
20,480
c471bdde850171041788b013b9ff21cd0f12403e
Chris Beams
Chris Beams
Merge pull request #86 from scothis/SPR-7938 * SPR-7938: Include response headers in RestTemplate exceptions Polish web.client exceptions and related classes
merge pull request #86 from scothis/spr-7938
44
true
false
6
false
false
false
spring-projects
spring-framework
20,481
b992c3d3f27b44fe3203012e636ac7dca3cf4858
Scott Andrews
Chris Beams
Include response headers in RestTemplate exceptions Default HTTP error exceptions thrown from RestTemplate now include response headers in addition to the response body. In particular, this enables inspection of the Content-Type header allowing manual deserialization of the response body without guessing as to the con...
include response headers in resttemplate exceptions
51
false
false
6
false
true
false
spring-projects
spring-framework
20,482
bca2357be784d62bbcc8f4e4d520fd5c778c712c
Chris Beams
Chris Beams
Polish web.client exceptions and related classes The following style updates have been made in anticipation of substantive changes in subsequent commits: - organize imports - correct whitespace errors (leading spaces in code, tabs in Javadoc) - wrap Javadoc at 90 chars; make imperative ("Return" vs. "Returns") - ...
polish web.client exceptions and related classes
48
false
false
6
false
false
false
spring-projects
spring-framework
20,483
b8ff6c1f86216a6fbe095d027845a3640350e4c4
Chris Beams
Chris Beams
Update dependencies for spring-aspects - Explicitly specify compile-time dependencies on other spring-* modules, primarily for accuracy in pom generation and ensuring minimal dependencies for users of spring-aspects. - Remove use of p: namespace from annotation-cache-aspectj.xml to avoid parser-related tes...
update dependencies for spring-aspects
38
false
false
4
false
true
false
spring-projects
spring-framework
20,484
706da4f7c2b93648f91981cbd7cacbf81cc9c362
Chris Beams
Chris Beams
Fix missing spring-instrument jar manifest entry The spring-intstrument jar should have a 'Premain-Class:' manifest entry in order to enable use as a Java agent. This entry was present in versions 3.1.1 and earlier, but due to build infrastructure changes starting in 3.2.x this entry was missed. It is now back in plac...
fix missing spring-instrument jar manifest entry
48
false
false
6
false
false
false
spring-projects
spring-framework
20,485
94f839329eef62d72d3017c2a886d69d40a015b9
Chris Beams
Chris Beams
Increment version to 3.2.0.BUILD-SNAPSHOT
increment version to 3.2.0.build-snapshot
41
false
false
4
false
false
false
spring-projects
spring-framework
20,486
eec2be05afd6a19c587407545657c9849839b200
Spring Buildmaster
Spring Buildmaster
Release version 3.2.0.M1
release version 3.2.0.m1
24
false
false
3
true
true
true
spring-projects
spring-framework
20,487
da2aa3d35c27c4ba3489393788352452ab3e7c6f
Chris Beams
Chris Beams
Test pom generation and update optional deps Gradle-generated poms thoroughly tested against 3.1.1 versions, with an eye toward making as many spring-* dependencies optional as possible. All spring-* modules now declare a Gradle dependency on any other spring-* module where there is a direct compile-time usage of the...
test pom generation and update optional deps
44
false
false
7
false
false
false
spring-projects
spring-framework
20,488
b5b46156b1488dacbd49c1e0fd51afacf2b01683
Chris Beams
Chris Beams
Rename test versions of @Qualified and @Autowired Avoid Eclipse classpath conflicts between test versions of @Qualified and @Autowired living in spring-core and actual versions living in spring-beans.
rename test versions of @qualified and @autowired
49
false
false
7
false
true
false
spring-projects
spring-framework
20,489
f582974b0cdc62b39a1617d9d31c30072cc673ea
Chris Beams
Chris Beams
Update 3.2 M1 changelog
update 3.2 m1 changelog
23
false
false
4
false
true
false
spring-projects
spring-framework
20,490
155b88ffcee5c85898cc6cc70c0527250a9e5772
Sam Brannen
Chris Beams
Improve dependency management for spring-test In Spring 3.1 the spring-test Maven artifact did not have a required dependency on spring-core, but there is practically no part of spring-test that can be used without spring-core. Most test utilities that are intended to be stand-alone utilities in fact use utility class...
improve dependency management for spring-test
45
false
false
5
true
true
true
spring-projects
spring-framework
20,491
9b10d38e41150fdbd4120e1058a34c5b986dd849
Juergen Hoeller
Chris Beams
Fix window state comparison in DAHandlerMapping
fix window state comparison in dahandlermapping
47
false
false
6
true
true
true
spring-projects
spring-framework
20,492
08784f3ba932bb5dc754efd2e3e586a3b615fa3e
Juergen Hoeller
Chris Beams
Apply cache settings consistently in EhCacheFactoryBean EhCacheFactoryBean now applies listeners and enabled/disabled flags to existing cache regions as well. Issue: SPR-9392
apply cache settings consistently in ehcachefactorybean
55
false
false
6
true
true
false
spring-projects
spring-framework
20,493
83fa8e12f0ea1aa3f5564de48a801b4d5d171898
Juergen Hoeller
Chris Beams
Add initial support for JCache-compliant providers Issue: SPR-8774
add initial support for jcache-compliant providers
50
false
false
6
true
true
true
spring-projects
spring-framework
20,494
86fabb266a3e827f24346b9aaa5eeb0007755fba
Sam Brannen
Chris Beams
Polish CacheOperationSource
polish cacheoperationsource
27
false
false
2
false
false
false
spring-projects
spring-framework
20,495
54f82cd5400568764e78a31788232cad4900ff03
Juergen Hoeller
Chris Beams
Polish caching components
polish caching components
25
false
false
3
false
false
false
spring-projects
spring-framework
20,496
7ea85a959c810c1689fc04b8d0c2bd17e5fe6e08
Juergen Hoeller
Chris Beams
Fix MultipartResolver Resin compatibility StandardServletMultipartResolver#cleanupMultipart now takes care to delete only actual file parts for Resin compatibility. Issue: SPR-9299
fix multipartresolver resin compatibility
41
false
false
4
false
true
false
spring-projects
spring-framework
20,497
2c7d2f70636691bdbaadcf1eccb87a29fe171b78
Juergen Hoeller
Chris Beams
Handle non-existent files in ServletContextResource ServletContextResource#getFile now falls back to #getRealPath for non-existent files Issue: SPR-8461
handle non-existent files in servletcontextresource
51
false
false
5
true
true
false
spring-projects
spring-framework
20,498
c8e693b878a47cd2831e9b4bb1b7dcb7a8986d33
Sam Brannen
Chris Beams
Polish SmartValidator and SpringValidatorAdapter - Improve wording & grammar in SmartValidator Javadoc - Suppress 'rawtypes' warnings in SpringValidatorAdapter
polish smartvalidator and springvalidatoradapter
48
false
false
4
false
false
false
spring-projects
spring-framework
20,499
f75c01d191e0b08334d067d7eae58e1faa7afdc9
Chris Beams
Chris Beams
Merge branch cbeams/SPR-6870 * SPR-6870: Cache by-type lookups in DefaultListableBeanFactory Polish
merge branch cbeams/spr-6870
28
true
false
3
false
true
false
spring-projects
spring-framework
20,500
4c7a1c0a5403b35dd812dae1f2a753538928bb32
Chris Beams
Chris Beams
Cache by-type lookups in DefaultListableBeanFactory Prior to this change, by-type lookups using DLBF#getBeanNamesForType required traversal of all bean definitions within the bean factory in order to inspect their bean class for assignability to the target type. These operations are comparatively expensive and when th...
cache by-type lookups in defaultlistablebeanfactory
51
false
false
5
false
false
false
spring-projects
spring-framework
20,501
db1cb13448dcdc11c6ebd087d0a436614d541d90
Chris Beams
Chris Beams
Polish Issue: SPR-6870
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
20,502
f55a4a1ac5a202f00dc427ba0f94d5123ec7b2de
Chris Beams
Chris Beams
Reduce log level for message re: missing annotation Previously (since Spring 3.1.1) RecursiveAnnotationAttributesVisitor logs at level WARN when ASM parsing encounters an annotation or an (enum used within an annotation) that cannot be classloaded. This is not necessarily indicative of an error, e.g. JSR-305 annotatio...
missing annotation
18
false
false
2
false
false
false
spring-projects
spring-framework
20,503
bcd44f3798ed06c0704d2a3564b8a9735e747e87
Chris Beams
Chris Beams
Support not (!) operator for profile selection The following syntax is now supported <beans profile="p1,!p2"> @Profile("p1", "!p2") indicating that the <beans> element or annotated component should be processed only if profile 'p1' is active or profile 'p2' is not active. Issue: SPR-8728
support not (!) operator for profile selection
46
false
false
7
false
false
false
spring-projects
spring-framework
20,504
e72c49f4cf87c103113e86be55b17200d6321d26
Chris Beams
Chris Beams
Merge branch cbeams/SPR-9439 * SPR-9439: Introduce ConfigurableWebEnvironment Introduce ConfigurableEnvironment#merge Polish
merge branch cbeams/spr-9439
28
true
false
3
false
true
false
spring-projects
spring-framework
20,505
2a2b6eef9107a877492e965b5e063d6f1712e7f9
Chris Beams
Chris Beams
Introduce ConfigurableWebEnvironment Changes introduced in Spring 3.1 for Environment support inadvertently established a cyclic dependency between the org.springframework.web.context and org.springframework.web.context.support packages, specifically through web.context.ContextLoader's invocation of web.context.suppor...
introduce configurablewebenvironment
36
false
false
2
true
true
false
spring-projects
spring-framework
20,506
9fcfd7e827323a0a47161779ff7fcad224b473d4
Chris Beams
Chris Beams
Introduce ConfigurableEnvironment#merge Prior to this change, AbstractApplicationContext#setParent replaced the child context's Environment with the parent's Environment if available. This has the negative effect of potentially changing the type of the child context's Environment, and in any case causes property sourc...
introduce configurableenvironment#merge
39
false
false
2
false
true
false
spring-projects
spring-framework
20,507
5874383ef081bb52a872dd49d63e5b542fbf20ca
Chris Beams
Chris Beams
Polish Issue: SPR-9439
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
20,508
5327a7a37d25b67ee2ae7d1ead2a3db6847767c0
Chris Beams
Chris Beams
Fix package cycle in @EnableSpringConfigured @EnableSpringConfigured and its @Import'ed SpringConfiguredConfiguration @Configuration class inadvertently established a package cycle between beans.factory.aspectj and context.annotation due to SpringConfiguredConfiguration's dependency on annotations such as @Configurati...
fix package cycle in @enablespringconfigured
44
false
false
5
true
true
true
spring-projects
spring-framework
20,509
d6712d59836cb6d0b71f33eca83ef29b4f5843b5
Chris Beams
Chris Beams
Generate spring-oxm test classes and bindings - Generate castor test classes with genCastor task - Generate xmlbeans test classes with genXmlbeans task - Generate JAXB2 test classes with genJaxb task - Generate JiBX bindings by extending existing compileTestJava task Test classes are written into their own dedica...
generate spring-oxm test classes and bindings
45
false
false
6
false
false
false
spring-projects
spring-framework
20,510
366f0d7892ec0be0e7294a6bc001e65f3067cc0f
Chris Beams
Chris Beams
Generate -sources and -javadoc jars Each spring-* subproject now has sourcesJar and javadocJar tasks - Ignore subproject overview.html files for now (not all have one) - Ensure @author attribution occurs - Javadoc 'header' is project description spring-asm is a special case - source jar is created, but empty (t...
generate -sources and -javadoc jars
35
false
false
5
false
false
false
spring-projects
spring-framework
20,511
2bab8f3c0b27a7aca9372c0a4183f9b700a602a0
Chris Beams
Chris Beams
Generate -docs, -schema and -dist zips - Add 'api' gradle task to generate project-wide API Javadoc results in <root>/build/api - Add docsZip task including api and reference documentation suitable for publication to http://static.springframework.org/docs/spring-framework - Add schemaZip task including...
generate -docs, -schema and -dist zips
38
false
false
6
false
true
false
spring-projects
spring-framework
20,512
2ca6d0b2be8750bfc197a008f1654e8e879096d8
Chris Beams
Chris Beams
Centralize license, notice, etc in src/dist Prior to this change, license.txt and notice.txt files were duplicated across every subproject in their respective src/main/resources/META-INF directories. This commit centralizes these files under the root project at src/dist, along with the changelog and readme files. The...
centralize license, notice, etc in src/dist
43
false
false
6
true
true
true
spring-projects
spring-framework
20,513
86b5066a96d5b3f5b35ad932cedea806ae92676e
Chris Beams
Chris Beams
Fix minor problems and polish reference docs Problems - Eliminate &mdash; in favor of &#151; &mdash; was causing 'no such entity' errors during docbook processing; &#151; produces the equivalent output. - Fix column issues in appendices column counts were set to 3, when they are in fact 4. This passed ...
fix minor problems and polish reference docs
44
false
false
7
true
true
true
spring-projects
spring-framework
20,514
7a3aa70565e7db1b64f73583db00bbff9431c967
Chris Beams
Chris Beams
Remove <emphasis> to work around DocBook bug It was determined (through painful trial and error) that after the upgrade to DocBook 5 and the gradle-docbook-reference plugin, that <emphasis> elements embedded within <programlisting> elements causes NullPointerExceptions during processing. This change eliminates these ...
remove <emphasis> to work around docbook bug
44
false
false
7
false
true
false
spring-projects
spring-framework
20,515
faa750dbc7f495be77df332aabbd35223aa833a3
Chris Beams
Chris Beams
Generate reference docs with docbook-gradle-plugin The docbook-gradle-plugin has been custom-developed specifically to handle Spring projects. It is highly opinionated, and not terribly configurable in its current form. Sources and documentation are available via the 'gradle-plugins' github repository at https://...
generate reference docs with docbook-gradle-plugin
50
false
false
5
false
true
false
spring-projects
spring-framework
20,516
3641337186b9f87a91dfd6ef68a2a7433c7e0825
Chris Beams
Chris Beams
Upgrade reference docs to DocBook 5 For compatibility with Gradle docbook-reference-plugin, which cannot handle DocBook 4.
upgrade reference docs to docbook 5
35
false
false
6
true
true
true
spring-projects
spring-framework
20,517
62e94461f413d074dbb51e8ff8ee21a262257efe
Chris Beams
Chris Beams
Move reference docs => src/reference This change eliminates the spring-framework-reference subproject, moving these sources into the root project's own src directory. This makes sense because the reference docs span all submodules, and also because api Javadoc is created at the root project level as well. This means ...
move reference docs => src/reference
36
false
false
5
false
true
false
spring-projects
spring-framework
20,518
0a07a0ed92fc8d16b804f88c6b073ec11fcf9040
Chris Beams
Chris Beams
Move integration tests => src/test This commit eliminates the 'integration-tests' subproject in favor of managing these sources under the root project's own 'src' directory. This helps to avoid special-case handling for integration-tests in the Gradle build, e.g. avoiding publication of jars to Artifactory / Maven Ce...
move integration tests => src/test
34
false
false
5
true
true
true
spring-projects
spring-framework
20,519
f79c5149200ad41abdc2e16e2055749830971bb7
Chris Beams
Chris Beams
Introduce Gradle-based build - Use recent Gradle 1.0-milestone-8 snapshot - Add initial cut of build.gradle able to compile/test all modules - Update .gitignore - Generate Gradle wrapper scripts - Remove all Eclipse metadata files - Temporarily @Ignore tests that do not pass under Gradle
introduce gradle-based build
28
false
false
3
false
false
false
spring-projects
spring-framework
20,520
e9208981a642f1e98863446174ce5285f5ecf993
Rossen Stoyanchev
Rossen Stoyanchev
SPR-9062 Fix bug with ambiguous path and HTTP method request mappings A direct path match with incorrect HTTP request method was causing another request mapping with a pattern and a correct HTTP method to be ignored. The bug affects the new @MVC support classes (i.e. RequestMappingHandlerMapping).
spr-9062 fix bug with ambiguous path and http method request mappings
69
false
false
11
false
false
false
spring-projects
spring-framework
20,521
21966990c89a51fbcc36a778682b021d983aabd8
Rossen Stoyanchev
Rossen Stoyanchev
SPR-9016 Add flag to Redirectview to disable expanding URI vars
spr-9016 add flag to redirectview to disable expanding uri vars
63
false
false
10
false
false
false
spring-projects
spring-framework
20,522
610fa618aae58af50c12ee8d0c29d12b7460fd8a
Rossen Stoyanchev
Rossen Stoyanchev
SPR-9056 Make DelegatingWebMvcConfiguration config callbacks not final It should be possible to progress from extending WebMvcConfigurerAdapter (w/ @EnableWebMvc) to extending WebMvcConfigurationSupport directly, to extending DelegatingWebMvcConfigurationSupport. This change makes that possible.
spr-9056 make delegatingwebmvcconfiguration config callbacks not final
70
false
false
7
false
false
false
spring-projects
spring-framework
20,523
3798626a90aaf215ac4e3b1a26749cdf8a167dc1
Chris Beams
Chris Beams
Merge branch '3.1.x'
merge branch '3.1.x'
20
true
false
3
true
true
false
spring-projects
spring-framework
20,524
8980ce712da209aa5cf742dd4bd58f09e5d46870
Arjen Poutsma
Arjen Poutsma
SPR-8986 RestTemplate throws IllegalArgumentException when HTTP status is not in the HttpStatus enum - Added getRawStatusCode
spr-8986 resttemplate throws illegalargumentexception when http status is not in the httpstatus enum
100
false
false
13
false
false
false
spring-projects
spring-framework
20,525
ff9ad7adc603fd395c212b7329a2b0b2804a82bc
Arjen Poutsma
Arjen Poutsma
SPR-8986 RestTemplate throws IllegalArgumentException when HTTP status is not in the HttpStatus enum - Added status codes from Wikipedia
spr-8986 resttemplate throws illegalargumentexception when http status is not in the httpstatus enum
100
false
false
13
false
false
false
spring-projects
spring-framework
20,526
79f32c7f33489bf9e746928d9e33fb29b53e0a96
Arjen Poutsma
Arjen Poutsma
SPR-8986 Add the ability to Scan Packages for JAXB Marshalling Jaxb2Marshaller now has the capability to scan for classes annotated with JAXB2 annotations.
spr-8986 add the ability to scan packages for jaxb marshalling
62
false
false
10
false
false
false
spring-projects
spring-framework
20,527
bcd8355e61ed784346d4d5259ba8bfb28ea30313
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8974 Fix regression in UriUtils.java
spr-8974 fix regression in uriutils.java
40
false
false
5
false
false
false
spring-projects
spring-framework
20,528
9c45acd43abefd5c7e004dfa51324b0c78ea2af9
Chris Beams
Chris Beams
Update links to reference and api documentation
update links to reference and api documentation
47
false
false
7
true
true
true
spring-projects
spring-framework
20,529
958bd49850ad6d0a182ff5295f4d40e7d840baa9
Juergen Hoeller
Juergen Hoeller
Hibernate 4 LocalSessionFactoryBean, etc
hibernate 4 localsessionfactorybean, etc
40
false
false
4
false
false
false
spring-projects
spring-framework
20,530
697bc43c406f3fd2dcddbdb47c1e03cf55182970
Juergen Hoeller
Juergen Hoeller
added missing @Override annotations
added missing @override annotations
35
false
false
4
false
false
false
spring-projects
spring-framework
20,531
3fdbe1081d134c7279ae2f570c7487aae68ddc36
Juergen Hoeller
Juergen Hoeller
JMS SimpleMessageListenerContainer silently falls back to lazy registration of consumers ()
jms simplemessagelistenercontainer silently falls back to lazy registration of consumers ()
91
false
false
11
false
false
false
spring-projects
spring-framework
20,532
4a63a5b3bafcd7387846b8715ff6e60a425377c5
Juergen Hoeller
Juergen Hoeller
fixed "configTimeRegionFactoryHolder" reset
fixed "configtimeregionfactoryholder" reset
43
false
false
3
false
false
false
spring-projects
spring-framework
20,533
56d0e67581eee82ba5ee67602dcc57d705e8264e
Juergen Hoeller
Juergen Hoeller
added "getConfiguration" accessor to Hibernate 4 LocalSessionFactoryBean (SPR-8961)
added "getconfiguration" accessor to hibernate 4 localsessionfactorybean (spr-8961)
83
false
false
8
false
false
false
spring-projects
spring-framework
20,534
96b8c464808859943719551db2351d4b5502fc14
Juergen Hoeller
Juergen Hoeller
nicer error message indicating JAX-WS 2.1 requirement at runtime (SPR-8998)
nicer error message indicating jax-ws 2.1 requirement at runtime (spr-8998)
75
false
false
10
false
false
false
spring-projects
spring-framework
20,535
b91e989ad4eb99999fc16944f37509b6bec06901
Juergen Hoeller
Juergen Hoeller
JMS CachingConnectionFactory never caches consumers for temporary queues and topics
jms cachingconnectionfactory never caches consumers for temporary queues and topics
83
false
false
10
false
false
false
spring-projects
spring-framework
20,536
e8fc90ce3e4554f14eaa86ce05591249d3fe62fa
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8917 Fix issue with quoted parameter values in MediaType.
spr-8917 fix issue with quoted parameter values in mediatype
60
false
false
9
false
false
false
spring-projects
spring-framework
20,537
b0c735feaedaca6b0dddca37193dd5ddd1e6c3e0
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8976 Make flash attrs available to view controllers. Previously flash attributes were automatically merged into the model of annotated controllers only. This change extends the same benefit to ParameterizableView- and UrlFilenameViewController, both of which merely select a view without user controller logic and (...
spr-8976 make flash attrs available to view controllers
55
false
false
8
false
false
false
spring-projects
spring-framework
20,538
be4e6984836a087f52a160f0c92964a64937d814
Rossen Stoyanchev
Rossen Stoyanchev
SPR-9021 Correct issue in comparing Accept header media types. When checking for an exact match of Accept header media types additional parameters such as quality need to be excluded. For example "*/*" matches "*/*;q=0.9".
spr-9021 correct issue in comparing accept header media types
61
false
false
9
false
false
false
spring-projects
spring-framework
20,539
6da6acbe54709d0934074ef2964887bafa5112ac
Rossen Stoyanchev
Rossen Stoyanchev
Make AbstractHandlerMethodExceptionResolver an abstract class.
make abstracthandlermethodexceptionresolver an abstract class
61
false
false
5
false
false
false
spring-projects
spring-framework
20,540
ab6a7e8e740582a6f747ef54d4f6d633cd96354e
Arjen Poutsma
Arjen Poutsma
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
20,541
5a2bd97c3765cb991f7feb6d7578e8974f9e2e57
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8997 Add getter for access to flash timeout.
spr-8997 add getter for access to flash timeout
47
false
false
8
false
false
false
spring-projects
spring-framework
20,542
d7d1b495f2775df0c03d7cff33d0a07c0e3e83dd
Chris Beams
Rossen Stoyanchev
Polish "Support flash attrs..." and related classes - Eliminate trailing whitespace - Update long method signatures to follow framework whitespace conventions Based on the following search, $ git grep -A3 '^.public .* .*([^\{;]*$' */src/main the strong convention throughout the framework when dea...
polish "support flash attrs..." and related classes
51
false
false
7
false
false
false
spring-projects
spring-framework
20,543
7636913710d49fa331f2a29d40d404640a111155
Chris Beams
Chris Beams
Merge branch '3.1.x'
merge branch '3.1.x'
20
true
false
3
true
true
false
spring-projects
spring-framework
20,544
92f8446eea53a2c05e75e5b3921fc155fc3eb4b0
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8997 Add HttpServletResponse to FlashMapManager contract. This change makes the HttpServletResponse available to the methods of FlashMapManager in addition to the HttpServletRequest.
spr-8997 add httpservletresponse to flashmapmanager contract
60
false
false
6
false
false
false
spring-projects
spring-framework
20,545
66df039b03347c4e01fa5965754eba90316999f7
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8698 Support flash attrs and a ModelAndView return value. Before this change, flash attributes could only be added if via RedirectAttributes.addFlashAttribute(..) if the method returned a view name or a View instance. With this change, the above is supported with a ModelAndView return value as well.
spr-8698 support flash attrs and a modelandview return value
60
false
false
9
false
false
false
spring-projects
spring-framework
20,546
fe0ffec8b93305a78274e3fc9f78edc584187141
Rossen Stoyanchev
Rossen Stoyanchev
SPR-7799 Minor fix in documentation.
spr-7799 minor fix in documentation
35
false
false
5
false
false
false
spring-projects
spring-framework
20,547
a4b33533d3608c2124c076476ed8835273582ec0
Rossen Stoyanchev
Rossen Stoyanchev
SPR-9001 Javadoc fix
spr-9001 javadoc fix
20
false
false
3
false
false
false
spring-projects
spring-framework
20,548
66d4e45b58b626e7fdd3f25206e06a20694a99e5
Costin Leau
Rossen Stoyanchev
add getCacheManager() for access to native class
add getcachemanager() for access to native class
48
false
false
7
true
true
true
spring-projects
spring-framework
20,549
e208a2de5f1ddbe9d330a051cc61c2903afbc668
Juergen Hoeller
Juergen Hoeller
JBoss AS 7, etc
jboss as 7, etc
15
false
false
4
false
false
false
spring-projects
spring-framework
20,550
adac38f91b0d023db35926ca7d016f6465c78868
Juergen Hoeller
Juergen Hoeller
fixed documented bean class names in jdbc namespace xsd (SPR-8972)
fixed documented bean class names in jdbc namespace xsd (spr-8972)
66
false
false
10
false
false
false
spring-projects
spring-framework
20,551
affa733927143407fe997fd2dd843ca4a0920c48
Juergen Hoeller
Juergen Hoeller
Hibernate exception translation covers NonUniqueObjectException to DuplicateKeyException case (SPR-8996)
hibernate exception translation covers nonuniqueobjectexception to duplicatekeyexception case (spr-8996)
104
false
false
9
false
false
false
spring-projects
spring-framework
20,552
211f8ea854bfb7d7424e5bef5a83023be629ec9d
Juergen Hoeller
Juergen Hoeller
JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well (SPR-8957)
jbossnativejdbcextractor is compatible with jboss as 7 as well (spr-8957)
73
false
false
10
false
false
false
spring-projects
spring-framework
20,553
18b67eed294891a555a11df694140ba9bc6d6f22
Chris Beams
Chris Beams
Merge branch '3.1.x'
merge branch '3.1.x'
20
true
false
3
true
true
false
spring-projects
spring-framework
20,554
af384481818bc27bcfd354193c79e9215f984591
Chris Beams
Chris Beams
Ignore spring-build 'docbook' directory
ignore spring-build 'docbook' directory
39
false
false
4
false
false
false
spring-projects
spring-framework
20,555
d331c5d1c99a2cb6d6932c98b96433e6f9c62c79
Juergen Hoeller
Juergen Hoeller
correctly handle ParseException from Formatter for String->String case (SPR-8944)
correctly handle parseexception from formatter for string->string case (spr-8944)
81
false
false
9
false
false
false
spring-projects
spring-framework
20,556