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
3346752cfdccf80d993e4d3c90cca5431ec4ffaf
Mark Fisher
Mark Fisher
INT-6051 SpEL selection and projection may now be applied to arrays.
int-6051 spel selection and projection may now be applied to arrays
67
false
false
11
false
false
false
spring-projects
spring-framework
23,557
65f10cceb9be2f7da8808dc85b215437f82f7ef2
Ramnivas Laddad
Ramnivas Laddad
Removed unneeded empty directories
removed unneeded empty directories
34
false
false
4
false
false
false
spring-projects
spring-framework
23,558
92d6dfbe8d9862420723b5ec4649b2d7ec7728e1
Ramnivas Laddad
Ramnivas Laddad
Renamed static_mock package to staticmock
renamed static_mock package to staticmock
41
false
false
5
false
false
false
spring-projects
spring-framework
23,559
776edbcae3fda64a977b734602fb16b05a164b74
Mark Fisher
Mark Fisher
SPR-6051 avoiding NPE in TypedValue.toString()
spr-6051 avoiding npe in typedvalue.tostring()
46
false
false
5
false
false
false
spring-projects
spring-framework
23,560
d1f3772ca1f4e06339d7257389ba9bc223381680
Ramnivas Laddad
Ramnivas Laddad
Fixed a build issue
fixed a build issue
19
false
false
4
false
false
false
spring-projects
spring-framework
23,561
6aa97d5a3a6395bd198c60989bba9f60508c3435
David Syer
David Syer
RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception Missing ivy dependency
for in statement " exception
28
false
false
5
false
false
false
spring-projects
spring-framework
23,562
66261ecb8ce0c9363dfd6508851f998fab831d0b
Ramnivas Laddad
Ramnivas Laddad
Moved over JPA exception translator from Roo
moved over jpa exception translator from roo
44
false
false
7
false
false
false
spring-projects
spring-framework
23,563
2c0cf49b94ee041c08a84e08466ead8b5d183539
David Syer
David Syer
RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception Detect HSQL in LocalDataSourceJobStore and force locks to be taken locally (with a SimpleSemaphore)
for in statement " exception
28
false
false
5
false
false
false
spring-projects
spring-framework
23,564
89424579ae3f6748dd05a4f4446925c2d8720f8c
David Syer
David Syer
OPEN - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception Convert test case to JUnit 4
for in statement " exception
28
false
false
5
false
false
false
spring-projects
spring-framework
23,565
092a25d0d86516bddc8bceff67ef24389cb1abaa
David Syer
David Syer
SPR-4783: missing commit for bean def parser (duh)
missing commit for bean def parser (duh)
40
false
false
7
false
false
false
spring-projects
spring-framework
23,566
dee410c0c4d34e551d7033b6ff1100bb463a48f6
Ramnivas Laddad
Ramnivas Laddad
Fixed test by moving Delegate to its own file
fixed test by moving delegate to its own file
45
false
false
9
false
false
false
spring-projects
spring-framework
23,567
064343d056ecdb86ec024bd2c5e91311f1d1a0f6
Ramnivas Laddad
Ramnivas Laddad
Make JUnit a compile-time dependency, since static mock functionality depends on its annotations.
make junit a compile-time dependency, since static mock functionality depends on its annotations
96
false
false
13
false
true
false
spring-projects
spring-framework
23,568
451bbce3456b5aac5627399bd624f568df431032
Ramnivas Laddad
Ramnivas Laddad
Moved over static mock testing from Roo; added tests
moved over static mock testing from roo; added tests
52
false
false
9
false
false
false
spring-projects
spring-framework
23,569
57afe3baab5adde998794a4129acc21a9701d7c4
David Syer
David Syer
RESOLVED - issue SPR-4783: OK, that wasn't it (reverted previous dumb change). Scratch, scratch...
ok, that wasn't it (reverted previous dumb change). scratch, scratch..
71
false
false
10
false
false
false
spring-projects
spring-framework
23,570
0cf31f012d59c07c8cb4b1edbdba8bc501d09ee6
David Syer
David Syer
RESOLVED - issue SPR-4783: Add name attribute to XML namespaces that want to support it (through parser base class) Duh: bitten by the classpath*: again
add name attribute to xml namespaces that want to support it (through parser base class)
88
false
false
15
true
true
false
spring-projects
spring-framework
23,571
f23921153d59f8fc88d454b4fa3ed06d747cc028
David Syer
David Syer
Add resource pattern so that tests run properly with resources in non-standard locations
add resource pattern so that tests run properly with resources in non-standard locations
88
false
false
13
true
true
false
spring-projects
spring-framework
23,572
dec2ca30c20c15a47f76d53f32d5f8c048391958
David Syer
David Syer
RESOLVED - issue SPR-4783: Add name attribute to all namespaces that use AbstractBeanDefinitionParser and declare name= attribute (includes <lang:groovy.../>).
groovy.../>)
12
false
false
1
false
false
false
spring-projects
spring-framework
23,573
1a9599c81550154600d8af49471f862e10694e58
David Syer
David Syer
RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity Classpath ordering broke the build (duh: test-classes comes before classes in Maven but not Ant).
improve context-property-placeholder configurablity
51
false
false
3
false
false
false
spring-projects
spring-framework
23,574
b250c65c45d965f93f995f191494839a81031e24
David Syer
David Syer
RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity Remove spaces from locations (seems like integration from SPR-6195 didn't reach the build yet)
improve context-property-placeholder configurablity
51
false
false
3
false
false
false
spring-projects
spring-framework
23,575
4be237dd84c37cfa31b8c6c07a2773b77aa8387d
David Syer
David Syer
RESOLVED - issue SPR-6195
resolved - issue spr-6195
25
false
false
4
false
false
false
spring-projects
spring-framework
23,576
a29253f2ca81375707734b89f279b3270aba1544
David Syer
David Syer
RESOLVED - issue SPR-4661: Improve context-property-placeholder configurability Added new features to property override and placeholders (order, locations, system-properties-mode, ignore-*)
improve context-property-placeholder configurability
52
false
false
3
false
false
false
spring-projects
spring-framework
23,577
c63cdb2444f10b53ac662cf7d80a4bff1c1ad85b
David Syer
David Syer
OPEN - issue SPR-6246: Velocity MethodInvocationExceptions not properly reported Added test case for exception. This probably fails on a non-Sun JVM?
velocity methodinvocationexceptions not properly reported
57
false
false
5
false
false
false
spring-projects
spring-framework
23,578
2978a4d0eb2b267b45ff25ae3d5555c73c05ea95
David Syer
David Syer
SPR-6160: resolved by referring to 'future release' instead of 2.5
resolved by referring to 'future release' instead of 2.5
56
false
false
9
false
false
false
spring-projects
spring-framework
23,579
46818b038ab2d6d7d4682f4f05c77f2a60b12444
David Syer
David Syer
SPR-6257: Resolved in beans.xml
resolved in beans.xml
21
false
false
3
false
false
false
spring-projects
spring-framework
23,580
d0893c425e2e19a37872e8ccf9c1c6e0fec0f9a5
Arjen Poutsma
Arjen Poutsma
SPR-6247 - Multipart Content-Type charset is ignored in CommonsFileUploadSupport.
spr-6247 - multipart content-type charset is ignored in commonsfileuploadsupport
80
false
false
9
false
false
false
spring-projects
spring-framework
23,581
d54a975af403aa79866e2cf34ac2809e298bfafd
Arjen Poutsma
Arjen Poutsma
SPR-6248 - Accept header should not be mandatory for properly handling response body.
spr-6248 - accept header should not be mandatory for properly handling response body
84
false
false
13
false
false
false
spring-projects
spring-framework
23,582
a86baca9cbe6914ed9db305598555f1be5e4341e
David Syer
David Syer
Add atinject dependency for TCK test
add atinject dependency for tck test
36
false
false
6
true
true
true
spring-projects
spring-framework
23,583
8b2a7c8be80a5f04816183581721c799cf8ac31e
David Syer
David Syer
Fix wrong Maven dependency in pom.xml for validation and inject APIs
fix wrong maven dependency in pom.xml for validation and inject apis
68
false
false
11
false
true
false
spring-projects
spring-framework
23,584
560e07a966d031f0383debe8667d7ee200fc43bc
David Syer
David Syer
Fix wrong Maven dependency in pom.xml for validation and inject APIs
fix wrong maven dependency in pom.xml for validation and inject apis
68
false
false
11
false
true
false
spring-projects
spring-framework
23,585
3c9eed1c22ded2b42467ef253f9c8f0502e31d62
David Syer
David Syer
SPR-6273: resolved with patch - use recursive call to reset low order bits and then re-seek match for pattern
resolved with patch - use recursive call to reset low order bits and then re-seek match for pattern
99
false
false
18
false
false
false
spring-projects
spring-framework
23,586
7b54746a5012c3620b9fd46bc78d947f6fddd7b8
Juergen Hoeller
Juergen Hoeller
verified choice of primary bean in case of implicit name match in a scanning plus factory method scenario (SPR-6065)
verified choice of primary bean in case of implicit name match in a scanning plus factory method scenario (spr-6065)
116
false
false
19
false
false
false
spring-projects
spring-framework
23,587
1b92a2fae113493543526e60b1ac7b72bd2865b7
Sam Brannen
Sam Brannen
[SPR-6124] Verified that timed transactional tests fail with the TestNG integration in the TestContext framework.
[spr-6124] verified that timed transactional tests fail with the testng integration in the testcontext framework
112
false
false
15
false
false
false
spring-projects
spring-framework
23,588
02dfe943964672de91bf99dd5c590f6e263353cf
Sam Brannen
Sam Brannen
[SPR-6128] Verified that claims raised in this issue no longer apply.
[spr-6128] verified that claims raised in this issue no longer apply
68
false
false
11
false
false
false
spring-projects
spring-framework
23,589
2eff486b364b7c3f73cd8617289daaa3c97027a2
Keith Donald
Keith Donald
link to validation section
link to validation section
26
false
false
4
false
false
false
spring-projects
spring-framework
23,590
a2d19f1a2de61430387b7d5fca1dd915f6fbb5eb
Keith Donald
Keith Donald
link to validation section
link to validation section
26
false
false
4
false
false
false
spring-projects
spring-framework
23,591
9f07b151853f21bc363340fd3056ec14118a1e89
Chris Beams
Chris Beams
Added Javadoc where necessary; polishing.
added javadoc where necessary; polishing
40
false
false
5
false
false
false
spring-projects
spring-framework
23,592
2e12907fe41cc07dc0c705000cd5a83fcaf71866
Keith Donald
Keith Donald
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
23,593
fefaf123e64d956d279eb177727c75718e062fa7
Keith Donald
Keith Donald
updated refs
updated refs
12
false
false
2
false
false
false
spring-projects
spring-framework
23,594
7e90e7a4d5ee1b3368db2b529f7f83b360e8e06f
Keith Donald
Keith Donald
updated test to reflect correct behavior
updated test to reflect correct behavior
40
false
false
6
false
false
false
spring-projects
spring-framework
23,595
eee2a2115a8364254ff17eade660c8b6203d229a
Keith Donald
Keith Donald
doc polish
doc polish
10
false
false
2
false
false
false
spring-projects
spring-framework
23,596
70fe75384d9e387de6ae7abf1d513ed9e4cfc03a
Keith Donald
Keith Donald
fixed failing tests due to generic object to object converter fallback being over eager
fixed failing tests due to generic object to object converter fallback being over eager
87
false
false
14
false
false
false
spring-projects
spring-framework
23,597
c58378603a15815c4bda75a9c2af0bf837f358e9
Keith Donald
Keith Donald
validation updateS
validation updates
18
false
false
2
false
false
false
spring-projects
spring-framework
23,598
b163f123ce7fb288ebc5f8cad8b2023f1ca4f587
Keith Donald
Keith Donald
valueOf and Constructor-based conversion of source objects to targetTypes
valueof and constructor-based conversion of source objects to targettypes
73
false
false
9
false
false
false
spring-projects
spring-framework
23,599
b5cda8db7b27a1497b4e5fed1727af5ddceae414
Keith Donald
Keith Donald
Deferring object mapper until Spring 3.1 when it will be used by other projects
deferring object mapper until spring 3.1 when it will be used by other projects
79
false
false
14
false
false
false
spring-projects
spring-framework
23,600
3cdb942cbe7aaedb89d5f87d311ed10544440293
Keith Donald
Keith Donald
Deferring object mapper until Spring 3.1 when it will be used by other projects
deferring object mapper until spring 3.1 when it will be used by other projects
79
false
false
14
false
false
false
spring-projects
spring-framework
23,601
6ef9c2d7101d26d84dac4d670bb587deb868fb39
Juergen Hoeller
Juergen Hoeller
fixed validating to be true by default and to set namespaceAware accordingly
fixed validating to be true by default and to set namespaceaware accordingly
76
false
false
12
false
false
false
spring-projects
spring-framework
23,602
e52e4c5717d40e7a895416a1c3053cf2c148f06d
Costin Leau
Costin Leau
+ commit actual jboss adapter
+ commit actual jboss adapter
29
false
false
5
false
false
false
spring-projects
spring-framework
23,603
c495cbb1bfdce46a946e753d4682c312ae32df9c
Juergen Hoeller
Juergen Hoeller
MergedBeanDefinitionPostProcessors apply after all other post-processors (for @PostConstruct to be invoked after other BPPs; SPR-6066)
mergedbeandefinitionpostprocessors apply after all other post-processors (for @postconstruct to be invoked after other bpps; spr-6066)
134
true
false
15
false
false
false
spring-projects
spring-framework
23,604
4e321b1a3c27d16e701dd9cc340e762b766f185d
Costin Leau
Costin Leau
+ add minor fix to the internal weblogic adapter
+ add minor fix to the internal weblogic adapter
48
false
false
9
false
false
false
spring-projects
spring-framework
23,605
1dc1d5ef9a74a84838a1258f2d255a2268bcc47c
Costin Leau
Costin Leau
SPR-5764 + add dynamic classfiletransformer -> JBoss translator adaptor (since there isn't any in JBoss 5.0.x)
spr-5764
8
false
false
1
false
false
false
spring-projects
spring-framework
23,606
155f6b1aa1efe03c428e90b40dde21c76f8b6c67
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
23,607
1c839dbe9c6d78f4dd962ad40ede569336c7c13c
Juergen Hoeller
Juergen Hoeller
added setValidating method to AbstractXmlApplicationContext, analogous to GenericXmlApplicationContext
added setvalidating method to abstractxmlapplicationcontext, analogous to genericxmlapplicationcontext
102
false
false
8
false
false
false
spring-projects
spring-framework
23,608
08323346482662d61d89a23df3f39e5bf97ed60a
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
23,609
a884a407aa8a7d3c930dd560e4c03fc371f673e4
Juergen Hoeller
Juergen Hoeller
child bean definition's scope attribute can be inherited from parent bean definition now (SPR-3542)
child bean definition's scope attribute can be inherited from parent bean definition now (spr-3542)
99
false
false
14
false
false
false
spring-projects
spring-framework
23,610
fcaf692225b79db08f4359680ae9b5a6d4910554
Juergen Hoeller
Juergen Hoeller
MergedBeanDefinitionPostProcessors apply after all other post-processors (for @PostConstruct to be invoked after other BPPs; SPR-6066)
mergedbeandefinitionpostprocessors apply after all other post-processors (for @postconstruct to be invoked after other bpps; spr-6066)
134
true
false
15
false
false
false
spring-projects
spring-framework
23,611
535ec5cffd5808c8aff3e485e28c3ef1b265caf4
Mark Fisher
Mark Fisher
SPR-5507 Added support for shutdown order on SmartLifecycle. DefaultLifecycleProcessor now manages the shutdown in phases depending on that order (with a timeout value per group).
spr-5507 added support for shutdown order on smartlifecycle. defaultlifecycleprocessor now manages the shutdown in phases depending on that order (with a timeout value per group)
178
false
false
25
false
false
false
spring-projects
spring-framework
23,612
d666f0a7d6a88858eb63e0ae02fb31749b4d7fce
Juergen Hoeller
Juergen Hoeller
added GenericXmlApplicationContext with flexible configuration options for its XML support
added genericxmlapplicationcontext with flexible configuration options for its xml support
90
false
false
10
false
false
false
spring-projects
spring-framework
23,613
7428014ca3278eb0b4dd301783310df47fe3bd8d
Juergen Hoeller
Juergen Hoeller
MergedBeanDefinitionPostProcessors apply after all other post-processors (for @PostConstruct to be invoked after other BPPs; SPR-6066)
mergedbeandefinitionpostprocessors apply after all other post-processors (for @postconstruct to be invoked after other bpps; spr-6066)
134
true
false
15
false
false
false
spring-projects
spring-framework
23,614
190aee17d85a710c4fe1329b2859db6facbb64f9
Costin Leau
Costin Leau
+ internal improvement of WebLogic LTW + minor improvements to the LTW files (mainly trailing blank lines)
+ internal improvement of weblogic ltw
38
false
false
6
false
false
false
spring-projects
spring-framework
23,615
846c7f60003d4d7912e6a5b9fb54c8e1f26a263e
Costin Leau
Costin Leau
SPR-5764 + redone the JBossLTW (no dependency on the JBoss API) - removed JBoss jars - removed JBoss imports (Spring code doesn't rely on it)
spr-5764
8
false
false
1
false
false
false
spring-projects
spring-framework
23,616
d0b689127595179019831b1f117fed8b9a74c396
Juergen Hoeller
Juergen Hoeller
child bean definition's scope attribute can be inherited from parent bean definition now (SPR-3542)
child bean definition's scope attribute can be inherited from parent bean definition now (spr-3542)
99
false
false
14
false
false
false
spring-projects
spring-framework
23,617
4a25e2dde0adf856114d8112330f167eac769e89
Juergen Hoeller
Juergen Hoeller
log a warning in case of ambiguous setter methods (SPR-4931)
log a warning in case of ambiguous setter methods (spr-4931)
60
false
false
10
true
true
false
spring-projects
spring-framework
23,618
e97c2bd7e9ded9b996e944b8a4355a3d2c9ca8d9
Keith Donald
Keith Donald
rc2 updates
rc2 updates
11
false
false
2
false
false
false
spring-projects
spring-framework
23,619
48cfb73f159375f2a8a68b6da261e1521ecc45d7
Keith Donald
Keith Donald
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
23,620
5f9ec55512cc69a7292bbd37b98b880f74fff6ad
Keith Donald
Keith Donald
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
23,621
035a2beaf5ce8d3d5b29e5545f95e1142a4f87ed
Keith Donald
Keith Donald
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
23,622
a90bf29765358e6e2d023649c24aba7a73fc4d8a
Keith Donald
Keith Donald
formatting docs
formatting docs
15
false
false
2
false
false
false
spring-projects
spring-framework
23,623
d45f9df3c4f98dcc64b7eee67f1d3827a6fef7e1
Keith Donald
Keith Donald
doc review
doc review
10
false
false
2
false
false
false
spring-projects
spring-framework
23,624
7a10b7530eb9880cd40bd7b31dc8f4f3bd2d2984
Juergen Hoeller
Juergen Hoeller
improved context shown for non-qualifying dependency (SPR-5912)
improved context shown for non-qualifying dependency (spr-5912)
63
false
false
7
false
false
false
spring-projects
spring-framework
23,625
d6bab3b674a955cf145166417232c97bac48c66a
Juergen Hoeller
Juergen Hoeller
turned FormattingPropertyEditorAdapter into ConvertingPropertyEditorAdapter
turned formattingpropertyeditoradapter into convertingpropertyeditoradapter
75
false
false
4
false
false
false
spring-projects
spring-framework
23,626
f8dd5fb5dce13e7bd3bd17faa1f37460aa35b23e
Sam Brannen
Sam Brannen
Deleting unused imports.
deleting unused imports
23
false
false
3
false
false
false
spring-projects
spring-framework
23,627
14495315a2f152031ef13142fd2dd82ac8f8c93a
Sam Brannen
Sam Brannen
Deleting unused imports.
deleting unused imports
23
false
false
3
false
false
false
spring-projects
spring-framework
23,628
2415ec77f86226dcd73bbb00a745b2e8d592be03
Sam Brannen
Sam Brannen
Fixed typo.
fixed typo
10
false
false
2
false
false
false
spring-projects
spring-framework
23,629
2aac0aace4b175b86592adc0b3d3fb610f8cff3e
Keith Donald
Keith Donald
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
23,630
a8058193603a4f2793937386d3a139281b7c51f7
Juergen Hoeller
Juergen Hoeller
introduced populateDefaults template method (SPR-6010)
introduced populatedefaults template method (spr-6010)
54
false
false
5
false
false
false
spring-projects
spring-framework
23,631
022b8b4d1f19ca693420586d0e579e25f620b6e3
Juergen Hoeller
Juergen Hoeller
allow multiple tool:exports entries
exports entries
15
false
false
2
false
false
false
spring-projects
spring-framework
23,632
5aefb2ce77016400efec032b434d8717c0dc3db7
Juergen Hoeller
Juergen Hoeller
refined javadoc (SPR-5789)
refined javadoc (spr-5789)
26
false
false
3
false
false
false
spring-projects
spring-framework
23,633
a06adf7203a5f95fc77aab58fb1ef39f3e2251b7
Juergen Hoeller
Juergen Hoeller
AnnotationMetadata returns Class values by default (again), allowing for explicit retrieval of String class names where preferred (SPR-5827)
annotationmetadata returns class values by default (again), allowing for explicit retrieval of string class names where preferred (spr-5827)
140
false
false
18
false
false
false
spring-projects
spring-framework
23,634
bbd7fb3969b7fd93c814380209d8f28e2a9c6714
Juergen Hoeller
Juergen Hoeller
AnnotationMetadata returns Class values by default (again), allowing for explicit retrieval of String class names where preferred (SPR-5827)
annotationmetadata returns class values by default (again), allowing for explicit retrieval of string class names where preferred (spr-5827)
140
false
false
18
false
false
false
spring-projects
spring-framework
23,635
afdb96ab2c7d188a301be782177a4a2c14fe4dc5
Keith Donald
Keith Donald
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
23,636
6f8eb57dfa6f0d6b719e67ddba87339aa6a65077
Keith Donald
Keith Donald
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
23,637
35944af7e165c9a472b4ac7bee59114b3e8beeb8
Keith Donald
Keith Donald
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
23,638
522bb6ee56b63f7f40f182f55bd59741b2eac40b
Keith Donald
Keith Donald
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
23,639
7e63df9ea88f9a7c9fbc06367794c45a41e1adf6
Keith Donald
Keith Donald
annotation driven number formatting with default number formatting rules
annotation driven number formatting with default number formatting rules
72
false
false
9
false
false
false
spring-projects
spring-framework
23,640
b56a47da97dcc1e5e5faf650024ad21e371f7cce
Keith Donald
Keith Donald
annotation driven number formatting with default number formatting rules
annotation driven number formatting with default number formatting rules
72
false
false
9
false
false
false
spring-projects
spring-framework
23,641
bfffb5125734694e791b888f472ac62b703387d5
Juergen Hoeller
Juergen Hoeller
added JBoss jars
added jboss jars
16
false
false
3
false
false
false
spring-projects
spring-framework
23,642
d46c1f600a97e41307e96225223d780b0e9c49f7
Juergen Hoeller
Juergen Hoeller
TransactionAwareDataSourceProxy processes isClosed explicitly in order to avoid potential leaks (SPR-5780)
transactionawaredatasourceproxy processes isclosed explicitly in order to avoid potential leaks (spr-5780)
106
false
false
11
false
false
false
spring-projects
spring-framework
23,643
2b962e7730f6f188ee8e4a0bf98bd98b4980cf75
Thomas Risberg
Thomas Risberg
added unwrapping of scoped proxy tp unwrapResourceIfNecessary() (SPR-5671)
added unwrapping of scoped proxy tp unwrapresourceifnecessary() (spr-5671)
74
false
false
8
false
false
false
spring-projects
spring-framework
23,644
68f57aa953015d3145efa2bacdeff97e2448ee88
Arjen Poutsma
Arjen Poutsma
SPR-6308 - Spring Expression Language creates systemProperties bean calling System.getProperties() which in enterprise shared containers is locked down
spr-6308 - spring expression language creates systemproperties bean calling system.getproperties() which in enterprise shared containers is locked down
151
false
false
18
false
false
false
spring-projects
spring-framework
23,645
7844a633b52ea6f22e78643f92c28e9a15b25611
Thomas Risberg
Thomas Risberg
added entry for unversioned xsd reference
added entry for unversioned xsd reference
41
false
false
6
false
false
false
spring-projects
spring-framework
23,646
f38b8975c5afe7aec7a4e620fb4c26dc60748374
Thomas Risberg
Thomas Risberg
added entry for unversioned xsd reference
added entry for unversioned xsd reference
41
false
false
6
false
false
false
spring-projects
spring-framework
23,647
fdabfefe32ee33b85120654b4f10d81b9f3b933d
Keith Donald
Keith Donald
docs
docs
4
false
false
1
false
false
false
spring-projects
spring-framework
23,648
a725717261c347366e5bc36d95ade9b3ec0109a9
Keith Donald
Keith Donald
tests for custom conversion service / validator
tests for custom conversion service / validator
47
false
false
7
false
false
false
spring-projects
spring-framework
23,649
cb8b603bdfe6ad62200dc2767b68f3755b2bbff0
Christian Dupuis
Christian Dupuis
update icon for mvc namespace
update icon for mvc namespace
29
false
false
5
true
true
true
spring-projects
spring-framework
23,650
e690bf0c62f6ac5620691827306249c396aba226
Keith Donald
Keith Donald
not needed according to Christian
not needed according to christian
33
false
false
5
false
false
false
spring-projects
spring-framework
23,651
6f3dfe13d06c6b2c5374c3bcd75241221f13b93b
Keith Donald
Keith Donald
mvc namespace conversion-service and validator attributes
mvc namespace conversion-service and validator attributes
57
false
false
6
false
false
false
spring-projects
spring-framework
23,652
89d997a5bcc396d1bf666ccc8d7b11e092e32b75
Luke Taylor
Luke Taylor
SPR-3695: Added note on servlet/JSP/JSTL versions with reference to external blog article
added note on servlet/jsp/jstl versions with reference to external blog article
79
false
false
11
false
false
false
spring-projects
spring-framework
23,653
2663ab99757a59a1260b6de3e8b925d179bf5c7e
Chris Beams
Chris Beams
fixed typo in javadoc: s/poitncut/pointcut/
s/poitncut/pointcut/
20
false
false
1
false
false
false
spring-projects
spring-framework
23,654
ee553f7804c9cc2ac89b963bcff58974503c20fe
Chris Beams
Chris Beams
SPR-6328: Rename @ImportXml -> @ImportResource and allow for usage of non-XML BeanDefinitionReader types
rename @importxml -> @importresource and allow for usage of non-xml beandefinitionreader types
94
false
false
12
false
true
false
spring-projects
spring-framework
23,655
81efd48352d0fade47e40e8a9c8cf49d4ee269b5
Mark Fisher
Mark Fisher
SPR-5507 SchedulerFactoryBean now implements SmartLifecycle instead of ApplicationListener.
spr-5507 schedulerfactorybean now implements smartlifecycle instead of applicationlistener
90
false
false
8
false
false
false
spring-projects
spring-framework
23,656