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
d6b9c6a4755459f3302f42465f0958be500e1f6a
Juergen Hoeller
Juergen Hoeller
Removed coverage of deprecated java.util.Timer support Issue: SPR-10050
removed coverage of deprecated java.util.timer support
54
false
false
6
false
false
false
spring-projects
spring-framework
18,957
a92f7dd474406a02844ec635fde6c22eb8ef8456
Juergen Hoeller
Juergen Hoeller
ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK classes via ASM Issue: SPR-10058
configurationclasspostprocessor consistently uses classloader, not loading core jdk classes via asm
99
false
false
11
false
false
false
spring-projects
spring-framework
18,958
8a422f48c658b8574ed36a9232e8de53c576ea48
Sam Brannen
Sam Brannen
Update changelog re: comments in SQL statements Issue: SPR-9982, SPR-10075
comments in sql statements
26
false
false
4
false
false
false
spring-projects
spring-framework
18,959
aa16caa2ac54b72b28c4149bd9dc992f1e09ee8b
Sam Brannen
Sam Brannen
Support comments in statements in RDbPopulator Prior to this commit, executing an SQL script via ResourceDatabasePopulator would fail if a statement in the script contained a line comment within the statement. This commit ensures that standard SQL comments (i.e., any text beginning with two hyphens and extending to t...
support comments in statements in rdbpopulator
46
false
false
6
false
true
false
spring-projects
spring-framework
18,960
d0f687f028eef881cf034fa8741a96a5239ef193
Sam Brannen
Sam Brannen
Support comments in statements in JdbcTestUtils Prior to this commit, executing an SQL script with JdbcTestUtils would fail if a statement in the script contained a line comment within the statement. This commit ensures that standard SQL comments (i.e., any text beginning with two hyphens and extending to the end of ...
support comments in statements in jdbctestutils
47
false
false
6
false
true
false
spring-projects
spring-framework
18,961
d1a6ceecc2b859c3967fdfec1ce470c11f2759fd
Rossen Stoyanchev
Rossen Stoyanchev
Update @ModelAttribute javadoc The @ModelAttribute javadoc now explicitly mentions that model content is not available after an Exception is raised. This is a very common question given that @ExceptionHandler methods are co-located with @ModelAttribute and @RequestMapping methods. Issue: SPR-10071
update @modelattribute javadoc
30
false
false
3
false
true
false
spring-projects
spring-framework
18,962
2b4ecfad12ad1be0c5ad28943696601956883ce6
Sam Brannen
Sam Brannen
Upgrade to JUnit 4.11 This commit upgrades the compile dependency on JUnit in the spring-test module as well as the global test dependency on JUnit for the entire test suite to 4.11 GA. In addition, the spring-test module now depends on junit:junit instead of junit:junit-dep since, as of JUnit 4.11, the "junit" Maven...
upgrade to junit 4.11
21
false
false
4
false
false
false
spring-projects
spring-framework
18,963
31dfffde52baaff5c9539c9d11653f3776d10de4
Sam Brannen
Sam Brannen
Update TODOs with new JIRA issue Issue: SPR-8116, SPR-10074
update todos with new jira issue
32
false
false
6
true
true
true
spring-projects
spring-framework
18,964
025d111efc7975aadeb65a805c0d2ae4525b980a
Sam Brannen
Sam Brannen
Re-enable and document @Ignore'd tests Documented why static nested test cases in the spring-test module are ignored, explaining that such "TestCase classes are run manually by the enclosing test class". Prior to the migration to Gradle (i.e., with Spring Build), these tests would not have been picked up by the test s...
re-enable and document @ignore'd tests
38
false
false
5
false
false
false
spring-projects
spring-framework
18,965
d12fbcc7ce05171401c069b5852e468bb2dc6fb4
Phillip Webb
Phillip Webb
Merge pull request #196 from KingBuzzer/spring-aspects-dependencies * spring-aspects-dependencies: Replace dependency to aspectjrt with aspectjweaver
merge pull request #196 from kingbuzzer/spring-aspects-dependencies
67
true
false
6
false
false
false
spring-projects
spring-framework
18,966
a8589bf0359850214400904f6254972f64a8f717
Fredrik Sundberg
Phillip Webb
Replace dependency to aspectjrt with aspectjweaver Replace the gradle dependency on aspectjrt with aspectjweaver since aspectjrt is a subset of aspectjweaver and the full jar is required by Spring. SPR-8896 fixed the original code issue, this change just relates to the generated maven pom. Issue: SPR-10072
replace dependency to aspectjrt with aspectjweaver
50
false
false
6
true
true
true
spring-projects
spring-framework
18,967
1352222ea6a1cc293157b6ce6a906b0c1b22a574
Phillip Webb
Phillip Webb
Upgrade reference plugin and remove custom xsl Upgrade to docbook-reference-plugin v0.2.2 and remove custom xsl styles in favor of plugin defaults. Modify some docbook source files to work with newer style.
upgrade reference plugin and remove custom xsl
46
false
false
7
true
true
true
spring-projects
spring-framework
18,968
19d7cedcf2e2a4c6ab837fe59d929a0a26c83f4c
Sam Brannen
Sam Brannen
Fix classpaths regarding slf4j versions - Defined global slf4jVersion as '1.6.1' in the Gradle build. - Replaced dependencies on slf4j-log4j12 with slf4j-jcl where possible; however, spring-test-mvc still depends on jcl-over-slf4j and slf4j-log4j12 (see SPR-10070). - Reenabled HibernateSessionFlushingTests....
fix classpaths regarding slf4j versions
39
false
false
5
false
true
false
spring-projects
spring-framework
18,969
3a192a07016d0bc9d6dbc9bc4d12059fa2d221ef
Chris Beams
Chris Beams
Update Eclipse import organization rules The following changes have been made to the JDT UI prefs to conform to existing conventions throughout the codebase: - always favor .* syntax for static imports - always list static imports last Re-run `gradle eclipse` and refresh projects within Eclipse to make this change...
update eclipse import organization rules
40
false
false
5
false
false
false
spring-projects
spring-framework
18,970
3100d89d0710c8306cf8fb363eef5bc34d0a5a38
Chris Beams
Chris Beams
Clean up console output for spring-beans tests
clean up console output for spring-beans tests
46
false
false
7
false
false
false
spring-projects
spring-framework
18,971
da034eb020d29fdc29856e16a0bd6d4d32cb0bae
Phillip Webb
Phillip Webb
Replace references to SimpleJdbcTemplate in docs Rework JDBC section of the manual to remove references to the now deprecated SimpleJdbcTemplate class. Issue: SPR-10317
replace references to simplejdbctemplate in docs
48
false
false
6
true
true
true
spring-projects
spring-framework
18,972
009d2a5efd456a37c29fd984be3087f09082c325
Phillip Webb
Phillip Webb
Remove unnecessary null check in SysEnvPropSource Remove unnecessary null check and dead code from SystemEnvironmentPropertySource. Issue: SPR-10318
remove unnecessary null check in sysenvpropsource
49
false
false
6
true
true
true
spring-projects
spring-framework
18,973
29f4374bcfadccfe822197e2f85cff6e73cd4972
Phillip Webb
Phillip Webb
MergePlugin uses project source not jar source Update gradle MergePlugin to use the 'project.sourceSets.main.output' for jar content rather than 'project.jar.source'. This prevents superfluous MANIFEST.MF files from appearing in the merged jar. Issue: SPR-10324
mergeplugin uses project source not jar source
46
true
false
7
false
false
false
spring-projects
spring-framework
18,974
82bd06f255896c0b3399935967fbf06811356f69
Phillip Webb
Phillip Webb
Protect against missing SpEL selection expression Update InternalSpelExpressionParser to ensure that SPeL selections ('$[...]', '^[...]', '?[...]') always include a nested expression. Issue: SPR-10328
protect against missing spel selection expression
49
false
false
6
false
false
false
spring-projects
spring-framework
18,975
9a6c6b9ee63caa30b9e37960348f8f1a1259e123
Phillip Webb
Phillip Webb
StringToEnumConverterFactory class from enum value Update StringToEnumConverterFactory to search superclasses until Class.isEnum() returns true. This allows conversion when the enum class is obtained from the enum value: public static enum SubFoo { BAR { String s() { return "x"; } }; abstract Stri...
stringtoenumconverterfactory class from enum value
50
false
false
5
false
false
false
spring-projects
spring-framework
18,976
e2e4cbe6b3cb017f7567ddb2f73b2dc9cdf3c9d9
Phillip Webb
Phillip Webb
Deprecate HttpStatus.MOVED_TEMPORARILY Deprecate HttpStatus.MOVED_TEMPORARILY in favor of HttpStatus.FOUND since HttpStatus.valueOf(302) will always return FOUND. The name of the 302 status code was changed between HTTP 1.0 and HTTP 1.1 but the underlying meaning remains the same. Issue: SPR-10300
deprecate httpstatus.moved_temporarily
38
false
false
2
false
true
false
spring-projects
spring-framework
18,977
720714b43456d3216f12fa679546cf29bb4b2c65
Phillip Webb
Phillip Webb
Add JdbcTestUtils.deleteRowsInTableWhere method Issue: SPR-10302
add jdbctestutils.deleterowsintablewhere method
47
false
false
3
true
true
true
spring-projects
spring-framework
18,978
576be972853410f279f461d2d5ec5959d9e5c460
Phillip Webb
Phillip Webb
Merge pull request #237 from carsonmcdonald/fix-typos-2 # By Carson McDonald * fix-typos-2: Minor changes to fix typos
merge pull request #237 from carsonmcdonald/fix-typos-2
55
true
false
6
false
false
false
spring-projects
spring-framework
18,979
6a45d5bfb06babc4a3ced34eccfc53fe964bec54
Carson McDonald
Phillip Webb
Minor changes to fix typos
minor changes to fix typos
26
false
false
5
false
false
false
spring-projects
spring-framework
18,980
5b7969e726edf9080e999730f53f6d449172279d
Phillip Webb
Phillip Webb
Fix UriComponents.equals() method Fix HierarchicalUriComponents and OpaqueUriComponents .equals() methods. Issue: SPR-10313
fix uricomponents.equals() method
33
false
false
3
true
true
true
spring-projects
spring-framework
18,981
7e2022b9a7f342ffcc36a0bd99d3a9909abdb2d1
Phillip Webb
Phillip Webb
Fix @RequestMapping regex reference doc example Issue: SPR-10244
fix @requestmapping regex reference doc example
47
false
false
6
false
false
false
spring-projects
spring-framework
18,982
5008005df0d5d39f7de4a6638fb49d5f46888761
Phillip Webb
Phillip Webb
Protect against 'has not been resolved to a Class' Update AbstractAutowireCapableBeanFactory.getTypeForFactoryBean to check AbstractBeanDefinition.hasBeanClass() before calling getBeanClass(). The protects against a 'Bean class name [<name>] has not been resolved into an actual Class' IllegalStateException. Issue: SP...
protect against 'has not been resolved to a class'
50
false
false
9
false
false
false
spring-projects
spring-framework
18,983
608dab28bffb1a61372a38c8b02d7b428ceda7c9
Phillip Webb
Phillip Webb
Protect against ArrayIndexOutOfBoundsException Update logic in AbstractAutowireCapableBeanFactory.predictBeanType to protect against a ArrayIndexOutOfBoundsException. Issue: SPR-10304
protect against arrayindexoutofboundsexception
46
false
false
3
false
false
false
spring-projects
spring-framework
18,984
893574be0e010053f57bcda9943845c3d57d963f
Phillip Webb
Phillip Webb
Protect against ArrayIndexOutOfBoundsException Update logic in AbstractAutowireCapableBeanFactory.predictBeanType to protect against a ArrayIndexOutOfBoundsException. Issue: SPR-10304
protect against arrayindexoutofboundsexception
46
false
false
3
false
false
false
spring-projects
spring-framework
18,985
7d20c7a62f966a66372b2c9046be1f01eb233bc7
Juergen Hoeller
Juergen Hoeller
Module POMs, etc
module poms, etc
16
false
false
3
false
false
false
spring-projects
spring-framework
18,986
5e64723e0291e216b403d234a0677837bf69ffb1
Juergen Hoeller
Juergen Hoeller
Catch ASM ClassReader's IllegalArgumentException and turn it into a more expressive exception, hinting at the class file version Issue: SPR-10292
catch asm classreader's illegalargumentexception and turn it into a more expressive exception, hinting at the class file version
128
false
false
18
false
false
false
spring-projects
spring-framework
18,987
add6a7faa0c485428dc87842b9b87bd7d050018e
Juergen Hoeller
Juergen Hoeller
Updated note on Bean Validation 1.1
updated note on bean validation 1.1
35
false
false
6
false
false
false
spring-projects
spring-framework
18,988
acffcdaa01d665efb971d422aeb1d945188cf76b
Juergen Hoeller
Juergen Hoeller
Polished *JdbcCall/Insert classes
polished *jdbccall/insert classes
33
false
false
3
false
false
false
spring-projects
spring-framework
18,989
06c6cbb6b92655e1b0f5b76380d2e5f1c4b7b493
Juergen Hoeller
Juergen Hoeller
AbstractCachingViewResolver does not use global lock for accessing existing View instances anymore Issue: SPR-3145
abstractcachingviewresolver does not use global lock for accessing existing view instances anymore
98
false
false
12
false
false
false
spring-projects
spring-framework
18,990
5b1165b1029263ff0020562da95bd30380f303e4
Rossen Stoyanchev
Rossen Stoyanchev
Ignore path parameters in request mappings Before this change the presence of path params (e.g. "/foo;q=1/bar") expected the request mapping to contain a URI variable in the place of semicolon content (e.g. either "/{foo}/bar" or "/{foo};{fooParams}"). The change ensures path params are ignored in @RequestMapping pat...
ignore path parameters in request mappings
42
false
false
6
true
true
true
spring-projects
spring-framework
18,991
eda53ec1d833df66848ff17fc0436cb7f4508c25
Rossen Stoyanchev
Rossen Stoyanchev
Allow merge of MockMultipart- w/ Mock- request builder Issue: SPR-10280
allow merge of mockmultipart- w/ mock- request builder
54
false
false
8
true
true
false
spring-projects
spring-framework
18,992
b47d97c23a24a10305c8a82ba4acc823ce52f088
Rossen Stoyanchev
Rossen Stoyanchev
Improve error message for JSON path expressions Issue: SPR-SPR-10275
improve error message for json path expressions
47
false
false
7
true
true
true
spring-projects
spring-framework
18,993
ccca82be1b05accfca5a032237dc94f39e1ccfa5
Arnaud Cogoluègnes
Rossen Stoyanchev
Make StandaloneMockMvcBuilder interface consistent The exception resolvers can now be set using a setter that expects varargs, just like other infrastructure beans. Issue: SPR-10279
make standalonemockmvcbuilder interface consistent
50
false
false
4
false
true
false
spring-projects
spring-framework
18,994
f0787bdb86d309d7070e4054bc6be953a3d0c124
Juergen Hoeller
unknown
Fixed @Configurable documentation with respect to logging when the aspect hasn't been configured Issue: SPR-10295
fixed @configurable documentation with respect to logging when the aspect hasn't been configured
96
false
false
13
false
false
false
spring-projects
spring-framework
18,995
81a929aed334e02e7aee59255f7d860232249300
Juergen Hoeller
unknown
Removed outdated EJB reference from auto-proxying documentation. Issue: SPR-10299
removed outdated ejb reference from auto-proxying documentation
63
false
false
7
false
false
false
spring-projects
spring-framework
18,996
8987ceea935aa76b48dded4a972a81b51e65145b
Juergen Hoeller
unknown
Fixed @Configurable documentation with respect to the use of a prototype-scoped bean definition. Issue: SPR-10298
fixed @configurable documentation with respect to the use of a prototype-scoped bean definition
95
false
false
13
false
false
false
spring-projects
spring-framework
18,997
ff15534211dfd9d55896c7ac7651f3d3f2a9839a
Juergen Hoeller
unknown
Log4jWebConfigurer supports resolving placeholders against ServletContext init-parameters as well Introducing a ServletContextPropertyUtils helper (analogous to SystemPropertyUtils) along the way. Issue: SPR-10284
log4jwebconfigurer supports resolving placeholders against servletcontext init-parameters as well
97
false
false
9
false
false
false
spring-projects
spring-framework
18,998
221562dbebad4bc1a74dc537a7b348f619eae744
Rossen Stoyanchev
Rossen Stoyanchev
Use default value for empty values in @RequestParam Issue: SPR-10180
use default value for empty values in @requestparam
51
false
false
8
true
true
false
spring-projects
spring-framework
18,999
f5c9fe69a444607af667911bd4c5074b5b073e7b
Rossen Stoyanchev
Rossen Stoyanchev
Update JavaScriptUtils Add escaping for <, >, and PS/LS line terminators Issue: SPR-9983
update javascriptutils
22
false
false
2
false
true
false
spring-projects
spring-framework
19,000
6e5cb7fbcddb08b794d2163022bf4a9534e9ea13
Phillip Webb
Phillip Webb
Protect against '//' in UriComponentsBuilder Refactor UriComponentsBuilder to ensure that paths do not contain empty segments. For example, prior to this commit: fromUriString("http://example.com/abc/").path("/x/y/z") would build the URL "http://example.com/abc//x/y/z" where as it will now build "http://example...
protect against '//' in uricomponentsbuilder
44
false
false
5
false
false
false
spring-projects
spring-framework
19,001
953b2b60ad108ba45f9e8a756e86386cf8867acc
Phillip Webb
Phillip Webb
Javadoc polish
javadoc polish
14
false
false
2
false
false
false
spring-projects
spring-framework
19,002
92ad66bf10b570dde25af44d8ff3f958dfec2a9d
Phillip Webb
Phillip Webb
Add setOutputStreaming option for HTTP factory Add setOutputStreaming on SimpleClientHttpRequestFactory to allow the disabling of 'output streaming' mode on the underlying connection so that authentication and redirection can be handled automatically. Issue: SPR-9617
add setoutputstreaming option for http factory
46
false
false
6
true
true
true
spring-projects
spring-framework
19,003
030c61f29481a3449f172f9a5fc5eeb048f35005
Phillip Webb
Phillip Webb
Merge pull request #230 from avbentem/patch-1 # By Arjan van Bentem * patch-1: Add HttpPutFormContentFilter note to documentation
merge pull request #230 from avbentem/patch-1
45
true
false
6
false
false
false
spring-projects
spring-framework
19,004
24ed325c0cc8fb0758a166608b7b6ff834e40fa9
Arjan van Bentem
Phillip Webb
Add HttpPutFormContentFilter note to documentation Update reference guide to include a note about the use of HttpPutFormContentFilter in combination with @RequestBody MultiValueMap and HttpEntity. Issue: SPR-8415
add httpputformcontentfilter note to documentation
50
false
false
5
true
true
true
spring-projects
spring-framework
19,005
5334ac59f684f66dfd1d526934ebdf88edaef16d
Juergen Hoeller
unknown
"packagesToScan" feature for Hibernate 3 and Hibernate 4 detects annotated packages as well Issue: SPR-7748 Issue: SPR-10288
"packagestoscan" feature for hibernate 3 and hibernate 4 detects annotated packages as well
91
false
false
13
false
false
false
spring-projects
spring-framework
19,006
39c6341cea50f0b5e2c88b72b292240eae2c581f
Phillip Webb
Phillip Webb
Fix type in "what's new in 3.2" section Issue: SPR-10283
fix type in "what's new in 3.2" section
39
false
false
8
false
true
false
spring-projects
spring-framework
19,007
e551f0408d83ca55a5e3d431ad40976306590606
Phillip Webb
Phillip Webb
Protect against NPE in Tiles 3 Views Change the org.apache.tiles.request.servlet.ServletRequest created in TileView.checkResource to include the HttpServletRequest. This is required when using a TilesConfigurer with useMutableTilesContainer set to true. Without a HttpServletRequest the getRequestScope() method will al...
protect against npe in tiles 3 views
36
false
false
7
false
false
false
spring-projects
spring-framework
19,008
66ae626f91e0b2bbfcf9b9059cb06b07883d9b0b
Phillip Webb
Phillip Webb
Only register Date converters with global format Change JodaTimeFormatterRegistrar and DateFormatterRegistrar to only register converters for the Date and Calendar types when a global format has been defined. This means that the ObjectToObject converter will handle String->Date conversion using the deprecated Date(Str...
only register date converters with global format
48
false
false
7
false
false
false
spring-projects
spring-framework
19,009
dbe3c234d66f7023dd50998c323e04c2c376871c
Phillip Webb
Phillip Webb
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
19,010
de692521dfdbb3f8cb230c66cefad41eff2b3b14
Phillip Webb
Phillip Webb
Merge pull request #231 from carsonmcdonald/3.2.x # By Carson McDonald # Via Carson McDonald * carson: Fix a few typos
merge pull request #231 from carsonmcdonald/3.2.x
49
true
false
6
false
false
false
spring-projects
spring-framework
19,011
6f0b4395e5d087096e25465a8000b873f2636b7c
Carson McDonald
Carson McDonald
Fix a few typos Minor changes to fix typos. Small adjustment to add a couple commas.
fix a few typos
15
false
false
4
false
true
false
spring-projects
spring-framework
19,012
9320bf131622c66edeb2adb0f3d9f9caad5bae57
Phillip Webb
Phillip Webb
Fix @RequestMapping regex reference doc example Issue: SPR-10244
fix @requestmapping regex reference doc example
47
false
false
6
false
false
false
spring-projects
spring-framework
19,013
6661788748daccfc8d08b4a17a66beb4f01fc7b8
Phillip Webb
Phillip Webb
Ensure HTTP classes don't close streams Prior to this commit several HTTP classes made use of FileCopyUtils when reading from or writing to streams. This has the unfortunate side effect of closing streams that should really be left open. The problem is particularly noticeable when dealing with a FormHttpMessageConver...
ensure http classes don't close streams
39
false
false
6
false
false
false
spring-projects
spring-framework
19,014
08e1cbc02b61647ba694cbedc340a4c40e1b1285
Juergen Hoeller
unknown
Jaxb2Marshaller etc
jaxb2marshaller etc
19
false
false
2
false
false
false
spring-projects
spring-framework
19,015
93e6238f927f7dfb39d72641c28b2be85fd5388d
Juergen Hoeller
unknown
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
19,016
23925edc95655d5d6ff664aa28e2fe9f27cad38c
Juergen Hoeller
unknown
Added "mappedClass" property to Jaxb2Marshaller, introducing support for partial unmarshalling Issue: SPR-10282
added "mappedclass" property to jaxb2marshaller, introducing support for partial unmarshalling
94
false
false
10
false
false
false
spring-projects
spring-framework
19,017
2ca75386f1e9a1c9f12c71ce56e47c3dee998703
Phillip Webb
Phillip Webb
Align UriComponents.toUri() with toUriString() Update HierarchicalUriComponents.toUri() to only prepend a missing '/' when the scheme, user info, host or port are specified. This makes the toUri() method behave in the same way as .toUriString() and allows relative URIs to be created. Issue: SPR-10231
align uricomponents.touri() with touristring()
46
false
false
4
false
true
false
spring-projects
spring-framework
19,018
203b22b2462bd2c05791fde937f69312e2cfe6c3
Phillip Webb
Phillip Webb
UriComponentsBuilder supports query without value Fix UriComponentsBuilder to support query parameters that do not include a value without losing '='. The following styles are now supported: http://example.com/foo?bar=baz http://example.com/foo?bar= http://example.com/foo?bar Issue: SPR-10215
uricomponentsbuilder supports query without value
49
false
false
5
false
false
false
spring-projects
spring-framework
19,019
f32ce3a6130fc6ebe2463d7125ef69396ff34646
Phillip Webb
Phillip Webb
Make HierarchicalUriComponents Serializable (fix apache header copyright dates) Issue: SPR-10266
make hierarchicaluricomponents serializable
43
false
false
3
false
true
false
spring-projects
spring-framework
19,020
536325bc7524e9ba7c142eb13adc85fe272a28de
Phillip Webb
Phillip Webb
Make HierarchicalUriComponents Serializable Issue: SPR-10266
make hierarchicaluricomponents serializable
43
false
false
3
false
true
false
spring-projects
spring-framework
19,021
6fc0790c5f27a69c3ce84d50217a606f4e07b08b
Juergen Hoeller
Juergen Hoeller
Added note on EhCache 2.1+ as recommended version
added note on ehcache 2.1+ as recommended version
49
false
false
8
false
false
false
spring-projects
spring-framework
19,022
cef97819c53e41f1736ba778170740f0935c5edc
Juergen Hoeller
Juergen Hoeller
Fixed regression in SpringValidatorAdapter's retrieval of invalid values Issue: SPR-10243
fixed regression in springvalidatoradapter's retrieval of invalid values
72
false
false
8
false
false
false
spring-projects
spring-framework
19,023
19eecb151b8a0e2b2dad1aa4baf4c552587342fb
Phillip Webb
Phillip Webb
Add @Ignored Test case to reproduce SPR-10243 Issue: SPR-10243
add @ignored test case to reproduce spr-10243
45
false
false
7
true
true
true
spring-projects
spring-framework
19,024
0b6101478e705f5fff1fa7e1cd2b1159ac60280c
Phillip Webb
Phillip Webb
Use bridge methods in ReflectiveMethodResolver Fix failing test Issue: SPR-10210
use bridge methods in reflectivemethodresolver
46
false
false
5
true
true
true
spring-projects
spring-framework
19,025
634284e1fdd9a32b7356117055bc62b64d6e0add
Phillip Webb
Phillip Webb
Use bridge methods in ReflectiveMethodResolver Update ReflectiveMethodResolver to consider bridge methods. Issue: SPR-10210
use bridge methods in reflectivemethodresolver
46
false
false
5
true
true
true
spring-projects
spring-framework
19,026
d442c40e0c2b60969dc0d9194a07cb9932df6717
Juergen Hoeller
unknown
Added section on GemFire as a cache provider choice (SPR-9468)
added section on gemfire as a cache provider choice (spr-9468)
62
false
false
10
false
false
false
spring-projects
spring-framework
19,027
c4194ee1755e5f2a90df3839a5dc687aee10653f
Juergen Hoeller
unknown
Added paragraph on BeanPostProcessor side effects when autowiring dependencies into it (SPR-9577)
added paragraph on beanpostprocessor side effects when autowiring dependencies into it (spr-9577)
97
false
false
12
false
false
false
spring-projects
spring-framework
19,028
36b2e1f1925865bb28e96ba98abb00d290c6fe42
Phillip Webb
Phillip Webb
Merge branch 'cleanup-3.2.x' into 3.2.x * cleanup-3.2.x: Replace EasyMock with Mockito in spring-jms Add testMany test to TestGroup.PERFORMANCE Polish @Test annotation position
merge branch 'cleanup-3.2.x' into 3.2.x
39
true
false
5
true
true
false
spring-projects
spring-framework
19,029
2642cf2e05e7851acf4727c09b7c0d5dc71dcde4
Phillip Webb
Phillip Webb
Replace EasyMock with Mockito in spring-jms Issue: SPR-10126
replace easymock with mockito in spring-jms
43
false
false
6
true
true
true
spring-projects
spring-framework
19,030
00a3420c6f80d2ca20b08c4b4c2627b70f332e4e
Juergen Hoeller
Juergen Hoeller
CastorMarshaller etc
castormarshaller etc
20
false
false
2
false
false
false
spring-projects
spring-framework
19,031
e9db7857990faf04ede61e973ad6422eb33ea915
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
19,032
aa576e70be718413573486e1704f7e19aff9acdf
Juergen Hoeller
Juergen Hoeller
Fixed test class name
fixed test class name
21
false
false
4
false
false
false
spring-projects
spring-framework
19,033
9e9cdf5f1312a1d80b2809e68c6ce7883c0a3d8d
Juergen Hoeller
Juergen Hoeller
Removed unused XStreamUtils class; direct access to the xstream field in XStreamMarshaller
removed unused xstreamutils class; direct access to the xstream field in xstreammarshaller
90
false
false
12
false
false
false
spring-projects
spring-framework
19,034
6a2ace739fa97dc25b41014944343d0c65e17c3a
Juergen Hoeller
Juergen Hoeller
Added "entityResolver", "classDescriptorResolver", "doctypes" and further properties to CastorMarshaller Also deprecated CastorMarshaller's "object" property in favor of "rootObject". Issue: SPR-8470
added "entityresolver", "classdescriptorresolver", "doctypes" and further properties to castormarshaller
104
false
false
9
false
false
false
spring-projects
spring-framework
19,035
1af28efe39d8b141f10779518e794d74d29972f1
Juergen Hoeller
Juergen Hoeller
@Transactional in AspectJ mode works with CallbackPreferringPlatformTransactionManager (WebSphere) as well Effectively, AbstractTransactionAspect got refactored into around advice, reusing former TransactionInterceptor code which now lives in slightly generalized form in TransactionAspectSupport, and using a workaroun...
@transactional in aspectj mode works with callbackpreferringplatformtransactionmanager (websphere) as well
106
false
false
10
false
false
false
spring-projects
spring-framework
19,036
01c44c8bf68c0f0fa296792746eebb6f4a24e3ee
Juergen Hoeller
Juergen Hoeller
Further enhancements for 3.2.2
further enhancements for 3.2.2
30
false
false
4
false
false
false
spring-projects
spring-framework
19,037
a86a77ad8191e1b24669260e68e812420a6a9421
Juergen Hoeller
Juergen Hoeller
ConfigurationClassPostProcessor detects covariant return type mismatch, avoiding infinite recursion Issue: SPR-10261
configurationclasspostprocessor detects covariant return type mismatch, avoiding infinite recursion
99
false
false
9
false
false
false
spring-projects
spring-framework
19,038
c1c27e7142e003f2784a237ce20ed8823c9717ee
Juergen Hoeller
Juergen Hoeller
Deprecated JdbcTemplate's queryForInt/Long operations in favor of queryForObject (following NamedParameterJdbcTemplate) Issue: SPR-10257
deprecated jdbctemplate's queryforint/long operations in favor of queryforobject (following namedparameterjdbctemplate)
119
false
false
10
false
false
false
spring-projects
spring-framework
19,039
5710cf5ed29139e94853f3d14124eb100a924b82
Sam Brannen
Sam Brannen
Reduce log level to DEBUG when @TELs isn't present The default set of TestExecutionListeners is sufficient in most integration testing scenarios; however, the TestContextManager nonetheless logs an INFO message if the @TestExecutionListeners annotation is not present on an integration test class. In order to avoid fl...
reduce log level to debug when @tels isn't present
50
false
false
9
true
true
true
spring-projects
spring-framework
19,040
ff3dbac4b99bbb508aaec8bcaca4b49fa5875493
Chris Beams
Chris Beams
Eliminate spring-asm .gitignore files Issue: SPR-9669
eliminate spring-asm .gitignore files
37
false
false
4
true
true
true
spring-projects
spring-framework
19,041
4691243fb0051b88528bbaa1badb3b376c60255e
Chris Beams
Chris Beams
Merge branch cbeams/SPR-9669 * SPR-9669: Upgrade to CGLIB 3 and inline into spring-core Remove spring-asm and inline ASM 4 into spring-core Upgrade JarJar to version 1.3
merge branch cbeams/spr-9669
28
true
false
3
false
true
false
spring-projects
spring-framework
19,042
92500ab9023ae2afd096be9c014423fcd4180c55
Chris Beams
Chris Beams
Upgrade to CGLIB 3 and inline into spring-core CGLIB 3 has been released in order to depend on ASM 4, which Spring now depends on internally (see previous commit). This commit eliminates spring-beans' optional dependency on cglib-nodep v2.2 and instead repackages net.sf.cglib => org.springframework.cglib much in the ...
upgrade to cglib 3 and inline into spring-core
46
false
false
8
false
false
false
spring-projects
spring-framework
19,043
c16f18a5fd659f34d6290b5f2cffe54534b7592a
Chris Beams
Chris Beams
Remove spring-asm and inline ASM 4 into spring-core ASM 4.0 is generally compatibile with Java 7 classfiles, particularly including 'invokedynamic' instructions. This is important when considering that Spring's component-scanning support is internally ASM-based and it is increasingly likely that component classes havi...
remove spring-asm and inline asm 4 into spring-core
51
false
false
8
true
true
false
spring-projects
spring-framework
19,044
69a392981e135a1c78ed18b9495626e7b34349e4
Chris Beams
Chris Beams
Upgrade JarJar to version 1.3 JarJar 1.3 now uses ASM 4 in order to be compatible with Java 7 'invokedynamic' instructions. This is not an immediate concern for the classes that we use JarJar to repackage and transform, but is a timely upgrade in anticipation of the subsequent commits in which we upgrade Spring's own ...
upgrade jarjar to version 1.3
29
false
false
5
true
true
true
spring-projects
spring-framework
19,045
3e8b5575c10942e1eb20a18a6a605a2ceda35498
Sam Brannen
Sam Brannen
Merge pull request #117 from aclement/SPR-9621 * SPR-9621: Avoid NPE when registering a SpEL MethodFilter
merge pull request #117 from aclement/spr-9621
46
true
false
6
true
false
false
spring-projects
spring-framework
19,046
f5d3cd07e733f9b21749a96603de14f65a0add3d
Andy Clement
Sam Brannen
Avoid NPE when registering a SpEL MethodFilter Attempting to register a custom MethodFilter with a StandardEvaluationContext after invoking setMethodResolvers() with a custom list of MethodResolver instances results in a NullPointerException. Based on the current documentation in StandardEvaluationContext it is unclea...
avoid npe when registering a spel methodfilter
46
false
false
7
true
true
true
spring-projects
spring-framework
19,047
51bac37d9b67991bdfcbd53e0ed30a1574475bbf
Sam Brannen
Sam Brannen
Merge pull request #116 from aclement/SPR-9620 * SPR-9620: Support nested double quotes in SpEL expressions
merge pull request #116 from aclement/spr-9620
46
true
false
6
false
false
false
spring-projects
spring-framework
19,048
75944cc88fda827e84a13b15d3b501c50d58b5fd
Andy Clement
Sam Brannen
Support nested double quotes in SpEL expressions The Spring Expression Language currently supports nested single quotes within expressions but not nested double quotes. The SpEL tokenizer has been modified to support nested double quotes in the same way it supports single quotes. A sequence of two double quotes will ...
support nested double quotes in spel expressions
48
false
false
7
false
true
false
spring-projects
spring-framework
19,049
0d963a690b71e31412a921b9c67c04d8a6bce194
Sam Brannen
Sam Brannen
Merge pull request #115 from aclement/SPR-9614 * SPR-9614: Support symbolic boolean operators for OR and AND
merge pull request #115 from aclement/spr-9614
46
true
false
6
true
false
false
spring-projects
spring-framework
19,050
58e6214b7beeea0f403551d08fdcb1b82a2d4955
Andy Clement
Sam Brannen
Support symbolic boolean operators for OR and AND SpEL typically supports logical operators for boolean expressions consistent with standard Java language syntax. However, the operators for logical AND and logical OR are currently only supported as textual operators. In other words, SpEL does not support the use of &&...
support symbolic boolean operators for or and and
49
false
false
8
false
true
false
spring-projects
spring-framework
19,051
6249539426e8cc99930279f71482f441068a8851
Chris Beams
Chris Beams
Upgrade to Gradle 1.1 GA Issue: SPR-9660
upgrade to gradle 1.1 ga
24
false
false
5
false
false
false
spring-projects
spring-framework
19,052
826e565b7cfba8de05f9f652c1541df8e8e7efe2
Sam Brannen
Sam Brannen
Polish GenericTypeResolver - renamed resolveParameterizedReturnType() to resolveReturnTypeForGenericMethod() - fleshed out Javadoc for resolveReturnType() and resolveReturnTypeForGenericMethod() regarding declaration of formal type variables - improved wording in log statements and naming of local variable...
polish generictyperesolver
26
false
false
2
false
false
false
spring-projects
spring-framework
19,053
3fbcebb82e232ee080860a84b43e08bf4b27d5fd
Sam Brannen
Sam Brannen
Merge pull request #113 from aclement/SPR-9613 * SPR-9613: Support case-insensitive null literals in SpEL
merge pull request #113 from aclement/spr-9613
46
true
false
6
true
false
false
spring-projects
spring-framework
19,054
a7418f480cdcec1817e011689b5df11bf8932199
Andy Clement
Sam Brannen
Support case-insensitive null literals in SpEL Prior to this commit null literals in SpEL expressions had to be specified as "null" (i.e., all lowercase). With this commit null literals in SpEL expressions are interpreted in a case-insensitive manner, analogous to the current support for boolean literals. Issue: SPR...
support case-insensitive null literals in spel
46
false
false
6
false
false
false
spring-projects
spring-framework
19,055
529e62921d3aca4499689fcf7c7e2bbeb7ad221e
Rossen Stoyanchev
Rossen Stoyanchev
Refactor Servlet 3 async support As a result of the refactoring, the AsyncContext dispatch mechanism is used much more centrally. Effectively every asynchronously processed request involves one initial (container) thread, a second thread to produce the handler return value asynchronously, and a third thread as a resul...
refactor servlet 3 async support
32
false
false
5
false
false
false
spring-projects
spring-framework
19,056