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
38a62f83897fb931c59d67dd1989a0dcd91516ba
Chris Beams
Chris Beams
Ignore Gradle-related files and directories When switching back to 3.1.x from master, ignore renamed directories, Gradle 'build' dirs, generated IDE metadata, etc. You may wish to clean these files with $ git clean -dfx Or do a dry-run beforehand with the '-n' flag: $ git clean -dfxn
ignore gradle-related files and directories
43
false
false
5
false
false
false
spring-projects
spring-framework
20,357
f8800557d3fa2cdf7c715f48c703d6424516c4ad
Chris Beams
Chris Beams
Update README and add IDE import helper scripts - Update building from source section with Gradle instructions - Add import-into-eclipse.sh interactive helper script - Add import-into-idea.md with steps and known issues Note that use of STS Gradle tooling was attempted, but several issues remain before it can hand...
update readme and add ide import helper scripts
47
false
false
8
true
true
true
spring-projects
spring-framework
20,358
7b05a1247c8aef44459206a3d05277606c6811ed
Chris Beams
Chris Beams
Remove remaining static Eclipse/IDEA metadata Eclipse .project, .classpath, and .settings metadata have already been removed. Now removing Eclipse .psf and formatter XML files from the root project as well as removing all manually-maintained IDEA .iml and .ipr files. This is in favor of using Gradle's own 'eclipse' a...
remove remaining static eclipse/idea metadata
45
false
false
5
false
false
false
spring-projects
spring-framework
20,359
ddf8eaf38a220f06f7cd60746eb634e030d7937d
Chris Beams
Chris Beams
Mark remaining @Ignored tests with 'TODO SPR-8116' Each of these tests began failing during the Gradle build porting process. None seem severe, many are likely due to classpath issues. In the case of TestNG support, this needs to be added to the Gradle build in order to execute these tests. See SPR-8116.txt
mark remaining @ignored tests with 'todo spr-8116'
50
false
false
7
false
true
false
spring-projects
spring-framework
20,360
5ea51f42fb97bcf51320467d2f9ea0490b4bfced
Chris Beams
Chris Beams
Fix and refactor spring-aspects build - Fix compileTestJava issue in which test classes were not being compiled or run - Use built-in eclipse.project DSL instead of withXml closure to add AspectJ nature and builder - Rename {aspectJ=>aspects}.gradle and format source
fix and refactor spring-aspects build
37
false
false
5
false
false
false
spring-projects
spring-framework
20,361
77d8e81744fa9bfed84c3ef8e94c9798f86ce887
Chris Beams
Chris Beams
Add Implementation-Version entry to MANIFEST.MF e.g.: Implementation-Title: spring-core Implementation-Version: 3.2.0.BUILD-SNAPSHOT Setting these values is good as a general practice, but required in order to support the functionality in spring-core's SpringVersion class.
add implementation-version entry to manifest.mf
47
false
false
5
false
false
false
spring-projects
spring-framework
20,362
6235a341a756f6b8629d82bf707f246d57c2d071
Chris Beams
Chris Beams
Remove bundlor support
remove bundlor support
22
false
false
3
true
true
true
spring-projects
spring-framework
20,363
02a4473c62d8240837bec297f0a1f3cb67ef8a7b
Chris Beams
Chris Beams
Rename modules {org.springframework.*=>spring-*} This renaming more intuitively expresses the relationship between subprojects and the JAR artifacts they produce. Tracking history across these renames is possible, but it requires use of the --follow flag to `git log`, for example $ git log spring-aop/src/main/ja...
rename modules {org.springframework.*=>spring-*}
48
false
false
3
false
true
false
spring-projects
spring-framework
20,364
b6cb514d383dcef52ba6c609a863f19e1a4c1faf
Chris Beams
Chris Beams
Generate Maven Central-compatible poms Understanding Gradle pom generation ------------------------------------------- All spring-* subprojects have had Gradle's 'maven' plugin applied to them. This means that one can run `gradle install`, and POMs will be generated according to the metadata in the build.gradle file....
generate maven central-compatible poms
38
false
false
4
false
false
false
spring-projects
spring-framework
20,365
de5c42df93e8e5c2c851b993cce3ef7bc5f20c5e
Chris Beams
Chris Beams
Remove manually-maintained Maven poms This is in favor of Gradle-generated poms (a la `gradle install`)
remove manually-maintained maven poms
37
false
false
4
false
false
false
spring-projects
spring-framework
20,366
daf4f022f3b3961f5e1fd45d9ce166cd46dea5ea
Chris Beams
Chris Beams
Remove spring-build and friends
remove spring-build and friends
31
false
false
4
true
true
true
spring-projects
spring-framework
20,367
69dd6f217058cb051fd46130f4c684ce7bfb20fb
Chris Beams
Chris Beams
Remove EBR dependencies where possible Only a select few EBR dependencies now remain, because these dependencies cannot be found elsewhere e.g. atinject-tck, or in the case of Hibernate 3.3.1.GA, to avoid Gradle classpath confusion with Hibernate 4.0.x (because they have different artifactIds). Future efforts will be...
remove ebr dependencies where possible
38
false
false
5
true
true
true
spring-projects
spring-framework
20,368
d170e6314741911501e91b121863833a9279ff52
Chris Beams
Chris Beams
Generate OSGi manifests using bundlor-plugin - Apply custom-built Gradle 'bundlor' plugin This plugin wraps the existing bundlor ant task. Sources available at https://github.com/SpringSource/gradle-plugins. - Use existing template.mf files The bundlor plugin allows for 'inlining' bundlor templates direc...
generate osgi manifests using bundlor-plugin
44
false
false
5
false
false
false
spring-projects
spring-framework
20,369
bf6ee1631c065b26198898f59ba7c54423bd5d02
Sam Brannen
Sam Brannen
Fix copy-n-paste errors in NativeWebRequest
fix copy-n-paste errors in nativewebrequest
43
false
false
5
false
false
false
spring-projects
spring-framework
20,370
0fb4b747c2f634ebcbbc2f4e37726234100e8367
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue with restoring included attributes Before this change the DispatcherServlet restored modified and also removed added attributes but did not restore removed attributes. Issue: SPR-10360
fix issue with restoring included attributes
44
false
false
6
true
true
true
spring-projects
spring-framework
20,371
e9f74450ad5a94325e76e2ebde7257c7973af901
Sam Brannen
Sam Brannen
Merge pull request #251 from dsyer/feature/crontest # By Dave Syer * dsyer-feature/crontest: Add additional test for daylight savings glitch
merge pull request #251 from dsyer/feature/crontest
51
true
false
6
false
false
false
spring-projects
spring-framework
20,372
6914aff825bfbf58291fa39a131471f312eafe04
Dave Syer
Sam Brannen
Add additional test for daylight savings glitch The problem was that clocks go forward *at* 2am, so 2am doesn't exist once a year. Users might be surprised that their cron trigger doesn't go off one night, but that is arguably correct (and what happens now). The test can be modified if we decide to change the trigger ...
add additional test for daylight savings glitch
47
false
false
7
true
true
true
spring-projects
spring-framework
20,373
4171646491096ceb5d11ae9ae4c878c5f552c195
Sam Brannen
Sam Brannen
Document context hierarchy support in the TCF This commit updates the reference manual regarding the new support for @ContextHierarchy and hierarchy modes in @DirtiesContext. Issue: SPR-10357
document context hierarchy support in the tcf
45
false
false
7
false
false
false
spring-projects
spring-framework
20,374
88b9bea049430031fbdb801313a5b18ec66247e1
Chris Beams
Chris Beams
Merge pull request #250 from dsyer/feature/crontest Fix test for daylight savings glitch
merge pull request #250 from dsyer/feature/crontest
51
true
false
6
false
false
false
spring-projects
spring-framework
20,375
5b6f149bf8aadc21c6a61bcdf35c8c04cbdd5969
Dave Syer
Dave Syer
Fix test for daylight savings glitch
fix test for daylight savings glitch
36
false
false
6
false
true
false
spring-projects
spring-framework
20,376
8ab8e4f7c2023df3486cdc256fbab09bb1aae73e
Rossen Stoyanchev
Rossen Stoyanchev
Make the methodParameter field of HandlerMethod final Previously the methodParameter array field was initialized lazily since it requires reflection. However, in practice the field is always used and there is not much benefit from the lazy initialization. In Spring Framework 3.2, the methodParameter field was copied ...
make the methodparameter field of handlermethod final
53
false
false
7
true
true
false
spring-projects
spring-framework
20,377
3654a620fbbc8e5c6ae8e55064d097e7f3860744
Rossen Stoyanchev
Rossen Stoyanchev
Disable AsyncTests in spring-test-mvc
disable asynctests in spring-test-mvc
37
false
false
4
false
true
false
spring-projects
spring-framework
20,378
2b24e99d44cce6c655f572986fd9ac50cbfeb09b
Sam Brannen
Sam Brannen
Reformat the testing chapter This commit reformats the testing chapter (and adds minor polishing changes) in order to avoid massive merge diffs in upcoming commits. Issue: SPR-10357
reformat the testing chapter
28
false
false
4
true
true
true
spring-projects
spring-framework
20,379
ccdb48210a58e2ab497a4be5b29ea26cb5a4b2a9
Sam Brannen
Sam Brannen
Document context hierarchy support in the TCF This commit polishes the Javadoc for @ContextHierarchy and @ContextConfiguration. Issue: SPR-10357
document context hierarchy support in the tcf
45
false
false
7
false
false
false
spring-projects
spring-framework
20,380
4e7098dc637e2f66a160251e29aa89dc3d16cf65
Sam Brannen
Sam Brannen
Document context hierarchy support in the TCF This commit adds examples to the Javadoc for @ContextHierarchy and updates the Javadoc for @ContextConfiguration accordingly. Issue: SPR-10357
document context hierarchy support in the tcf
45
false
false
7
false
false
false
spring-projects
spring-framework
20,381
3eb361066067438efbcf0758e78f229e2655a599
Oliver Gierke
Phillip Webb
UriComponentsBuilder parse of empty fragments Check for an empty fragment in UriComponentsBuilder.fromUriString(...) to prevent the invocation of fragment(...). Previously, UriComponentsBuilder.fromUriString(...) threw an exception in the case of an empty fragment being provided (e.g. /example#). Issue: SPR-10363
uricomponentsbuilder parse of empty fragments
45
false
false
5
false
false
false
spring-projects
spring-framework
20,382
8e4e0f353150f1f06840eafa60a1edcb7c89dcba
Rossen Stoyanchev
Rossen Stoyanchev
Use null in MockServletContext for unknown mime types MockServletContext.getMimeTypes now returns null if the Java Activation Framework returns "application/octet-stream", which is the default media type it returns if the mime type is unknown. This enforces the contract for ServletContext.getMimeTypes (return null for...
use null in mockservletcontext for unknown mime types
53
false
false
8
true
true
false
spring-projects
spring-framework
20,383
eefd1c4ca69fc82c63230dfe30a5752c661388e9
Rossen Stoyanchev
Rossen Stoyanchev
Add context hierarchy tests to Spring MVC Test Issue: SPR-5613
add context hierarchy tests to spring mvc test
46
false
false
8
false
false
false
spring-projects
spring-framework
20,384
4c5d771764145616658deaaaca669dc6cb5b0ba9
Sam Brannen
Sam Brannen
Merge pull request #247 from sbrannen/SPR-5613 * SPR-5613: Provide support for context hierarchies in the TCF
merge pull request #247 from sbrannen/spr-5613
46
true
false
6
false
false
false
spring-projects
spring-framework
20,385
98074e776262292a9d6fa8d164e6718c5876ed6f
Sam Brannen
Sam Brannen
Provide support for context hierarchies in the TCF Prior to this commit the Spring TestContext Framework supported creating only flat, non-hierarchical contexts. There was no easy way to create contexts with parent-child relationships. This commit addresses this issue by introducing a new @ContextHierarchy annotation...
provide support for context hierarchies in the tcf
50
false
false
8
true
true
true
spring-projects
spring-framework
20,386
7bc5353e07c6a3f6759410e7d3c2acaf82e8ddda
Phillip Webb
Phillip Webb
Do not sort the mvc:resources location attribute Update ResourcesBeanDefinitionParser to use ensure that location attribute values remain in the order that they are specified. The order was inadvertently changed in commit 3838d159f3 due to the use of StringUtils.commaDelimitedListToSet which sorts items. Issue: SPR-1...
resources location attribute
28
false
false
3
false
false
false
spring-projects
spring-framework
20,387
85f8d6f69572699a355759ba3a78446603f60f9b
Phillip Webb
Phillip Webb
Merge branch 'cleanup-3.2.x' into 3.2.x * cleanup-3.2.x: Replace EasyMock with Mockito
merge branch 'cleanup-3.2.x' into 3.2.x
39
true
false
5
true
true
false
spring-projects
spring-framework
20,388
05765d752062f37b202e7dfd20593c995dc47df0
Phillip Webb
Phillip Webb
Replace EasyMock with Mockito Issue: SPR-10126
replace easymock with mockito
29
false
false
4
true
true
true
spring-projects
spring-framework
20,389
2302b9b48b952f254ca96df71855b716bdbfddfd
Juergen Hoeller
Juergen Hoeller
Added locale-independent "commonMessages" property to AbstractMessageSource Issue: SPR-10291
added locale-independent "commonmessages" property to abstractmessagesource
75
false
false
6
false
false
false
spring-projects
spring-framework
20,390
a399b13354e9e814702ef0612552aedd35918493
Phillip Webb
Phillip Webb
Merge branch '3.2.x' into cleanup-3.2.x * 3.2.x: (111 commits) Fix FreeMarker form checbox macro generated names Fix DefaultMockMvcBuilder fluent API generic type Catch IAE when parsing content type Update @RequestParam javadoc Fix AntPathMatcher rule for combining with extensions DefaultLobHandler etc M...
merge branch '3.2.x' into cleanup-3.2.x
39
true
false
5
false
true
false
spring-projects
spring-framework
20,391
ce4be3b46bda8c6331ef6818bf8fd5166cf0a667
Chris Beams
Chris Beams
Merge branch '3.2.x' into master Conflicts: gradle.properties spring-beans/src/main/java/org/springframework/beans/factory/support/StaticListableBeanFactory.java spring-context-support/src/main/java/org/springframework/cache/ehcache/EhCacheManagerFactoryBean.java spring-core/src/main/java/org/springframework/core/...
merge branch '3.2.x' into master
32
true
false
5
false
true
false
spring-projects
spring-framework
20,392
db823ba1e4db667c1da6b77e4511ef84676edc84
Juergen Hoeller
unknown
DefaultListableBeanFactory clears by-type matching cache on runtime register/destroySingleton calls Issue: SPR-10326
defaultlistablebeanfactory clears by-type matching cache on runtime register/destroysingleton calls
99
false
false
9
false
false
false
spring-projects
spring-framework
20,393
ba03d5b0c7d7211f910c5bc48c0895fe86614104
Stevo Slavic
Rossen Stoyanchev
Fix FreeMarker form checbox macro generated names In Spring 3.2 a fix was implemented for all Spring Freemarker form macros so that generated form input fields have valid bracketless IDs. In the fix a regression was introduced manifesting in formCheckbox macro no longer generating appropriate names for checkbox and hi...
fix freemarker form checbox macro generated names
49
false
false
7
false
true
false
spring-projects
spring-framework
20,394
fbac428e231118538c7273f04a4ac0bbdae47d68
Wesley Hall
Rossen Stoyanchev
Fix DefaultMockMvcBuilder fluent API generic type Changed upper bound of generic parameter for DefaultMockMvcBuilder from MockMvcBuilder to DefaultMockMvcBuilder to allow for ongoing method chaining in the fluent API style. Issue: SPR-10277
fix defaultmockmvcbuilder fluent api generic type
49
false
false
6
false
true
false
spring-projects
spring-framework
20,395
c611083415845bcb9758c0f92c4749a712b049f0
Rossen Stoyanchev
Rossen Stoyanchev
Catch IAE when parsing content type Issue: SPR-10308
catch iae when parsing content type
35
false
false
6
true
true
true
spring-projects
spring-framework
20,396
3abe05c65e40755e209971888e3d5e6ea38b2487
Rossen Stoyanchev
Rossen Stoyanchev
Update @RequestParam javadoc Issue: SPR-10180
update @requestparam javadoc
28
false
false
3
true
true
true
spring-projects
spring-framework
20,397
33e723b4a870946fbba89d68b17db4efbea2084e
Rossen Stoyanchev
Rossen Stoyanchev
Fix AntPathMatcher rule for combining with extensions Before this fix AntPathMatcher had a special rule for combining patterns with wildcards and extensions as follows: "/*.*" + "/*.html" => "/*.html" This change ensures this rule never applies if the first pattern contains URI variables. Issue: SPR-10062
fix antpathmatcher rule for combining with extensions
53
false
false
7
true
true
false
spring-projects
spring-framework
20,398
4cc30fe54164326e1eb41fb029a3d3f3fcd55303
Juergen Hoeller
unknown
DefaultLobHandler etc
defaultlobhandler etc
21
false
false
2
false
false
false
spring-projects
spring-framework
20,399
d3c0dd1c7e207045b5b530a6139db269e0c2dbd6
Juergen Hoeller
unknown
Minor javadoc updates
minor javadoc updates
21
false
false
3
false
false
false
spring-projects
spring-framework
20,400
99c7f25b053daaf20cf850807cd3f8fea244971b
Juergen Hoeller
unknown
Deprecated OracleLobHandler in favor of DefaultLobHandler for the Oracle 10g driver and higher Issue: SPR-10339
deprecated oraclelobhandler in favor of defaultlobhandler for the oracle 10g driver and higher
94
false
false
13
false
false
false
spring-projects
spring-framework
20,401
2bd584ca751f4ea805f59948494f47b9dffd3315
Juergen Hoeller
unknown
Added "createTemporaryLob" flag to DefaultLobHandler, using JDBC 4.0's createBlob/Clob mechanism Issue: SPR-10339
added "createtemporarylob" flag to defaultlobhandler, using jdbc 4.0's createblob/clob mechanism
96
false
false
10
false
false
false
spring-projects
spring-framework
20,402
7ce0406fbcb45d8b34c14cd9a1f9a2bb372811bb
Phillip Webb
Phillip Webb
Merge pull request #243 from jmnarloch/SPR-8509 # By Jakub Narloch * SPR-8509: Add Castor XSD information to reference docs
merge pull request #243 from jmnarloch/spr-8509
47
true
false
6
true
false
false
spring-projects
spring-framework
20,403
5d727b2d8e6896392a5b55c83ec9ad8e985e97ce
Jakub Narloch
Phillip Webb
Add Castor XSD information to reference docs Update the Spring OXM reference documentation to include changes introduced in CastorMarshaller, specifically around CastorMarshaller XSD configuration. Issue: SPR-8509
add castor xsd information to reference docs
44
false
false
7
true
true
true
spring-projects
spring-framework
20,404
b27fc0ef30df4b3633bfa8b5960f9da35d212b48
Phillip Webb
Phillip Webb
Do not use Servlet 3.0 API in doOptions() Refactor FrameworkServlet.doOptions() to capture the "Allow" header by using a HttpServletResponseWrapper. Prior to this commit the HttpServletResponse.getHeader() method was used which is only available in Servlet 3.0 environments. Issue: SPR-10341
do not use servlet 3.0 api in dooptions()
41
false
false
8
false
false
false
spring-projects
spring-framework
20,405
c986a1efc12a8c0c1c0e797ea5c0d3023e0b0287
Juergen Hoeller
Juergen Hoeller
Cache target type per bean definition and allow for specifying it in advance Issue: SPR-10335
cache target type per bean definition and allow for specifying it in advance
76
false
false
13
false
false
false
spring-projects
spring-framework
20,406
6a043e3ea190ef648bf2063020665fd45ab329d2
Juergen Hoeller
Juergen Hoeller
Mentioning JDBC 4's unwrap method for obtaining the native connection now
mentioning jdbc 4's unwrap method for obtaining the native connection now
73
false
false
11
false
false
false
spring-projects
spring-framework
20,407
1716c171d8805049fc115942ebd96ecd793e926a
Juergen Hoeller
Juergen Hoeller
LazyConnectionDataSourceProxy catches setReadOnly exception analogous to DataSourceUtils Also mentioning JDBC 4's unwrap method for obtaining the native connection now. Issue: SPR-10312
lazyconnectiondatasourceproxy catches setreadonly exception analogous to datasourceutils
88
false
false
7
false
false
false
spring-projects
spring-framework
20,408
e0c7571a41adb0d21e95ac16d72d1f792aa4bdd6
Juergen Hoeller
unknown
Refined predictBeanType's typesToMatch check for FactoryBeans GroovyScriptFactoryTests passes again now. Issue: SPR-10304
refined predictbeantype's typestomatch check for factorybeans
61
false
false
6
false
false
false
spring-projects
spring-framework
20,409
9929182e30a39e86854c7ce02bcffa66d04ee0e2
Phillip Webb
Phillip Webb
Merge pull request #242 from carsonmcdonald/fix-typos-3 # By Carson McDonald * fix-typos-3: Fix minor javadoc typos
merge pull request #242 from carsonmcdonald/fix-typos-3
55
true
false
6
true
false
false
spring-projects
spring-framework
20,410
39c236baa8c3f189cc422f2814443fd9652876fb
Carson McDonald
Phillip Webb
Fix minor javadoc typos
fix minor javadoc typos
23
false
false
4
true
true
true
spring-projects
spring-framework
20,411
d9e6f2ad09c13ff2cf48a6d9cc078d4f2dd2ad21
Phillip Webb
Phillip Webb
Merge pull request #241 from nurkiewicz/patch-1 # By Tomasz Nurkiewicz * patch-1: Fix incorrect closing <web-app> tag in MVC docs
merge pull request #241 from nurkiewicz/patch-1
47
true
false
6
false
false
false
spring-projects
spring-framework
20,412
c4ba8ce1243012ea1f5e6946614787de1a20dd54
Tomasz Nurkiewicz
Phillip Webb
Fix incorrect closing <web-app> tag in MVC docs
fix incorrect closing <web-app> tag in mvc docs
47
false
false
8
true
false
true
spring-projects
spring-framework
20,413
18df9fed9257b8cb80c6d321bf4600caec21ec33
Phillip Webb
Phillip Webb
Fixed minor typo Issue: SPR-10210
fixed minor typo
16
false
false
3
false
false
false
spring-projects
spring-framework
20,414
381f7fe6df6174c16488fef72d1d0825eadee4bc
Sam Brannen
Sam Brannen
Suppress warnings for resource leaks
suppress warnings for resource leaks
36
false
false
5
false
true
false
spring-projects
spring-framework
20,415
4bdf38271443fdd8f4e25c56e4c2d7e24a4ae2b7
Sam Brannen
Sam Brannen
Update spring-test re: deprecated queryForInt() Now invoking JdbcTemplate's queryForObject() method instead of the deprecated queryForInt() method within the test suite. Issue: SPR-10257
deprecated queryforint()
24
false
false
2
false
false
false
spring-projects
spring-framework
20,416
2a78b975984c7aee84cb31bb4a29978ae155d9bd
Chris Beams
Chris Beams
Polish whitespace in JpaExceptionTranslatorAspect.aj Issue: SPR-10208
polish whitespace in jpaexceptiontranslatoraspect.aj
52
false
false
4
false
false
false
spring-projects
spring-framework
20,417
013c894c2511b62cef8d88cfa35f8412f6a89e62
Sam Brannen
Sam Brannen
Update JdbcTestUtils re: deprecated queryForInt() JdbcTestUtils now invokes JdbcTemplate's queryForObject() method instead of the deprecated queryForInt() method. Issue: SPR-10257
deprecated queryforint()
24
false
false
2
false
false
false
spring-projects
spring-framework
20,418
c0e4387cbcb9ef0b62372ae8a7a0fbca567b955a
Sam Brannen
Sam Brannen
Fix JIRA issue number in @Ignore comments Issue: SPR-10333
fix jira issue number in @ignore comments
41
false
false
7
true
false
true
spring-projects
spring-framework
20,419
9b72bf4691c443af062205e001858e984ae9c791
Sam Brannen
Sam Brannen
Update @since tag for StreamUtils
update @since tag for streamutils
33
false
false
5
true
true
true
spring-projects
spring-framework
20,420
301628811f8ab4e85fa87c5945a6b20e3c200d14
Sam Brannen
Sam Brannen
Update JdbcTestUtils re: deprecated queryForInt() JdbcTestUtils now invokes JdbcTemplate's queryForObject() method instead of the deprecated queryForInt() method. Issue: SPR-10257
deprecated queryforint()
24
false
false
2
false
false
false
spring-projects
spring-framework
20,421
0f2e94f0fc0ed999fb47cee3ebf4c93c64763113
Phillip Webb
Phillip Webb
Fix reference docs section on inner beans Inner beans are not prototype beans as, in contrast to what is documented in the section for prototype beans, the inner bean does get destruction callbacks applied. Issue: SPR-10311
fix reference docs section on inner beans
41
false
false
7
false
true
false
spring-projects
spring-framework
20,422
21a49ef4c56b7599a49b085e0d5190ff556a24c9
Rob Winch
Rob Winch
Polish whitespace in *.aj Previously we had restored the whitespace for *.aj files in 6888a6f28 to avoid a but in aspectj. We have updated to the latest version of apsectj and restored the changes in commit 6888a6f28 which included a significant cleanup of whitespace. Issue: SPR-10208
polish whitespace in *.aj
25
false
false
4
false
false
false
spring-projects
spring-framework
20,423
1bae80a24159f1d106276d09845fdc7659a2c667
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
20,424
de069d06d852e6fa2e8e4ca9d442168729af6588
Juergen Hoeller
Juergen Hoeller
Made "getJaxbContext()" method public Issue: SPR-10282
made "getjaxbcontext()" method public
37
false
false
4
false
false
false
spring-projects
spring-framework
20,425
3b60f64d5119d256d1e84f4f144f9418170d233f
Juergen Hoeller
Juergen Hoeller
Fixed invalid EhCacheFactoryBean test for EhCache 2.4+ compatibility
fixed invalid ehcachefactorybean test for ehcache 2.4+ compatibility
68
false
false
8
false
false
false
spring-projects
spring-framework
20,426
b979d8d548286864f3b7f51c0b18f5d339d624c8
Juergen Hoeller
Juergen Hoeller
Polishing along with SPR-10301
polishing along with spr-10301
30
false
false
4
false
false
false
spring-projects
spring-framework
20,427
096972d2b10d5a3df38c855f63a4e4340b1df136
Juergen Hoeller
Juergen Hoeller
HibernateTransactionManager for Hibernate 4 supports "entityInterceptor(BeanName)" property Issue: SPR-10301
hibernatetransactionmanager for hibernate 4 supports "entityinterceptor(beanname)" property
91
false
false
7
false
false
false
spring-projects
spring-framework
20,428
0d69a630ad41ff266ec66c9211fb0a4d4a83ecf8
Juergen Hoeller
Juergen Hoeller
DefaultJdoDialect supports the JDO 2.2+ isolation level feature out of the box Issue: SPR-10323
defaultjdodialect supports the jdo 2.2+ isolation level feature out of the box
78
false
false
12
false
false
false
spring-projects
spring-framework
20,429
01a6a110c9757dffcfa2f55bcd19ec55de44f7b2
Phillip Webb
Phillip Webb
Upgrade docbook-reference-plugin to 0.2.6
upgrade docbook-reference-plugin to 0.2.6
41
false
false
4
false
false
false
spring-projects
spring-framework
20,430
4f99e4cf3a735e4834d29083880d052a02b4ccde
Chris Beams
Chris Beams
Merge branch 'SPR-8089' into 3.2.x
merge branch 'spr-8089' into 3.2.x
34
true
false
5
true
true
false
spring-projects
spring-framework
20,431
9a48c10dcb903d3410b1114e432a48d62752b526
Chris Beams
Chris Beams
Segregate tests that depend on the jmxmp: protocol This commit introduces TestGroup#JMXMP and adds assumptions to related tests accordingly. These tests require the jmxoptional_remote jar on the classpath, and are run nightly in the SPR-PERF build. Issue: SPR-8089
protocol
8
false
false
1
false
false
false
spring-projects
spring-framework
20,432
10648942c34385d5d64b23e0c9d875d8b03d0d15
Chris Beams
Chris Beams
Update AbstractMBeanServerTests hierarchy to JUnit 4 This commit lays the groundwork for introducing TestGroup#JMXMP and related assumptions in select JMX-related tests in a subsequent commit; JUnit assumptions require JUnit 4+ to function properly, so the entire AbstractMBeanServerTests hierarchy must be moved over t...
update abstractmbeanservertests hierarchy to junit 4
52
false
false
6
false
true
false
spring-projects
spring-framework
20,433
55caf7bdb0b418d64967f057832eba40de7ff825
Chris Beams
Chris Beams
Improve diagnostics for invalid testGroup values
improve diagnostics for invalid testgroup values
48
false
false
6
true
true
true
spring-projects
spring-framework
20,434
cbe03093ba2529b07ea897945c3a9e5eeac946d0
Chris Beams
Chris Beams
Revert "Revert "Re-enable ignored JMX tests"" This reverts commit cc814519c8c5b943a2f5bb3950b2dde97db854bf. Issue: SPR-8089 Conflicts: spring-context/src/test/java/org/springframework/jmx/access/RemoteMBeanClientInterceptorTestsIgnore.java spring-context/src/test/java/org/springframework/jmx/support/ConnectorServer...
revert "revert "re-enable ignored jmx tests""
45
false
false
6
false
false
false
spring-projects
spring-framework
20,435
1bdd081a141a0d29c1e5ebce91674327cf111000
Chris Beams
Chris Beams
Merge branch 'SPR-10074' into 3.2.x
merge branch 'spr-10074' into 3.2.x
35
true
false
5
true
true
false
spring-projects
spring-framework
20,436
9c2b5b240696431bd5842ed1ea6a66b48f12e197
Chris Beams
Chris Beams
Update @Ignore'd JPA+AspectJ tests Issue: SPR-10074, SPR-10333
update @ignore'd jpa+aspectj tests
34
false
false
4
false
true
false
spring-projects
spring-framework
20,437
0e8c950f7d57e770d2da6441b836c4ef84623975
Chris Beams
Chris Beams
Re-enable JaxWsSupportTests These tests still fail under Eclipse for unknown reasons, but do work under Gradle, so are thus re-enabled by removing the @Ignore. Issue: SPR-10074
re-enable jaxwssupporttests
27
false
false
2
false
true
false
spring-projects
spring-framework
20,438
58ab8b691c1d01f9237306a55eb835f01c6705c9
Chris Beams
Chris Beams
Re-enable ignored SecurityManager-related test Prior to this change, CallbacksSecurityTests#testContainerPrivileges was @Ignored because it caused the build to fail under Gradle. After some analysis, the root cause was determined to be the fact that (a) a restrictive SecurityManager is active during the running of thi...
re-enable ignored securitymanager-related test
46
false
false
4
false
false
false
spring-projects
spring-framework
20,439
f6de5d4360a55c1b6a50051e411c3040e4767bb8
Chris Beams
Chris Beams
Reflect @Async executor qual. 3.2=>3.1.2 backport @Async executor qualification has been backported to 3.1.2. This commit updates all @since tags appropriately, as well as carrying over the changes backported to the spring-task-3.1 schema. Issue: SPR-6847, SPR-9443
reflect @async executor qual. 3.2=>3.1.2 backport
49
false
false
6
false
true
false
spring-projects
spring-framework
20,440
7dff02b2c145a94ff47da3e8931d34d05f05f331
Rossen Stoyanchev
Rossen Stoyanchev
Fix import issue introduced in prior commit Issue: SPR-9289
fix import issue introduced in prior commit
43
false
false
7
true
true
true
spring-projects
spring-framework
20,441
3f5fa44d321dbcc154b51a766f49d49ed6a72b18
Rossen Stoyanchev
Rossen Stoyanchev
Polish PathVariableMapMethodArgumentResolver Return an empty map when there are no path variables, rather than raising an exception. This is consistent with similar resolvers for extracting headers and request parameters. Issue: SPR-9289
polish pathvariablemapmethodargumentresolver
44
false
false
2
false
false
false
spring-projects
spring-framework
20,442
4fd7645efd2daf8d23960706180837a61bf9f321
Rossen Stoyanchev
Rossen Stoyanchev
Enable smart suffix pattern match for request mapping Following the introduction of ContentNegotiationManager that allows, among other things, to configure the file extensions to use for content negotiation, this change adds "smart" suffix pattern match that matches against the configured file extensions only rather t...
enable smart suffix pattern match for request mapping
53
false
false
8
false
false
false
spring-projects
spring-framework
20,443
f94aed83860ee46b8fbe5b1f48d19470f54b843b
Rossen Stoyanchev
Rossen Stoyanchev
Polish ContentNegotiationStrategy support Issue: SPR-8410, SPR-8417, SPR-8418,SPR-8416, SPR-8419,SPR-7722
polish contentnegotiationstrategy support
41
false
false
3
false
false
false
spring-projects
spring-framework
20,444
4623568bce4b95f4016204cb23a9f9e723c2f6dc
Rossen Stoyanchev
Rossen Stoyanchev
Polish client support for HTTP PATCH Issue: SPR-7985
polish client support for http patch
36
false
false
6
false
false
false
spring-projects
spring-framework
20,445
8e568466dc63c6b76cdec24003afb46d9eb9747c
Chris Beams
Chris Beams
Work around apparent bug in README markdown parsing The exact text above the "Staying in touch" section caused "Staying in touch" to lose it's formatting as a second-level heading. Adding " for details" to the sentence above works around the problem.
work around apparent bug in readme markdown parsing
51
false
false
8
false
false
false
spring-projects
spring-framework
20,446
c85b6116009ba41202ce6100aa23efc336be1120
Chris Beams
Chris Beams
Update copyright header for XStreamMarshaller Issue: SPR-9536
update copyright header for xstreammarshaller
45
false
false
5
true
true
true
spring-projects
spring-framework
20,447
4c29ad76e012c5157b5dfcc9bf63715e1c019086
Arjen Poutsma
Arjen Poutsma
XStreamMarshaller wraps exception for empty stream XStreamMarshaller should convert XStream StreamException to Spring exception in case of unmarshalling an empty stream. Issue: SPR-9536
xstreammarshaller wraps exception for empty stream
50
false
false
6
false
false
false
spring-projects
spring-framework
20,448
a0747458e7e23bf53620caf26f5bb3e2b17bf963
Rossen Stoyanchev
Rossen Stoyanchev
Add support for HTTP PATCH method The HTTP PATCH method is now supported whereever HTTP methods are used. Annotated controllers can be mapped to RequestMethod.PATCH. On the client side the RestTemplate execute(..) and exchange(..) methods can be used with HttpMethod.PATCH. In terms of HTTP client libraries, Apache Ht...
add support for http patch method
33
false
false
6
true
true
true
spring-projects
spring-framework
20,449
f05e2bc56f8e03466977d73a5e99c37651248803
Rossen Stoyanchev
Rossen Stoyanchev
Add abstractions for content negotiation Introduced ContentNeogtiationStrategy for resolving the requested media types from an incoming request. The available implementations are based on path extension, request parameter, 'Accept' header, and a fixed default content type. The logic for these implementations is based ...
add abstractions for content negotiation
40
false
false
5
true
true
true
spring-projects
spring-framework
20,450
35055fd866baadefeec2e2f47d1d94454763b452
Chris Beams
Chris Beams
Refactor PropertyResolver impl for consistency PropertySourcesPropertyResolver#containsProperty now calls #containsProperty on each underlying PropertySource instead of calling #getProperty and checking for null. Issue: SPR-9529
refactor propertyresolver impl for consistency
46
false
false
5
false
false
false
spring-projects
spring-framework
20,451
027e49c58ae47274eb14c0591663f6d8ad82095a
Sam Brannen
Sam Brannen
Document default scripts for embedded databases The reference manual currently documents the wrong file name for the default data SQL script used by EmbeddedDatabaseBuilder. In addition, the testing chapter of the reference manual does not link to the testing section of the JDBC chapter. - Updated the "Testing data ...
document default scripts for embedded databases
47
false
false
6
false
false
false
spring-projects
spring-framework
20,452
5eae22abb8316801ffec82b6383cb63e79ddf5a8
Sam Brannen
Sam Brannen
Document SPR-9493 in the changelog Issue: SPR-9493
document spr-9493 in the changelog
34
false
false
5
false
false
false
spring-projects
spring-framework
20,453
e3d8ab20883f127c0b73ab95c8794ce503a4ee42
Sam Brannen
Sam Brannen
Fix Javadoc typo in ConfigurableWebEnvironment
fix javadoc typo in configurablewebenvironment
46
false
false
5
true
true
true
spring-projects
spring-framework
20,454
08498d57dd05203d81a1f05bd6f6b123a820e661
Chris Beams
Chris Beams
Fix line endings in new JacksonObjectMapper classes Commit aa415d7c0c9f8435a3dcc29a8624b21c94a47dac introduced JacksonObjectMapperFactoryBean and associated tests, but with Windows (CRLF) line endings instead of the conventional Unix (LF) line endings. This commit converts these files to LF endings using the handy `d...
fix line endings in new jacksonobjectmapper classes
51
false
false
7
true
true
false
spring-projects
spring-framework
20,455
64d6605974de1f3df8ddb508eab047116d980c35
Sam Brannen
Sam Brannen
Merge pull request #97 from sbrannen/SPR-9493 * SPR-9493: Infer return type of parametrized factory methods
merge pull request #97 from sbrannen/spr-9493
45
true
false
6
false
false
false
spring-projects
spring-framework
20,456