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
4d27cde6b7fc52cb1a5d1ae01ecda19c207108ea
Sam Brannen
Sam Brannen
[SPR-8386] fleshing out JavaDoc for SmartContextLoader and related classes.
[spr-8386] fleshing out javadoc for smartcontextloader and related classes
74
false
false
9
false
false
false
spring-projects
spring-framework
22,457
81d8ce5597a113d7245ae02770f36bdca760119b
Sam Brannen
Sam Brannen
[SPR-8395] AnnotationConfigContextLoader now supports default configuration classes with arbitrary names
[spr-8395] annotationconfigcontextloader now supports default configuration classes with arbitrary names
104
false
false
10
false
false
false
spring-projects
spring-framework
22,458
427f31cb9c4ab09d9abd72e7a70642d5c7416f40
Sam Brannen
Sam Brannen
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
22,459
a77cf0f6523c3bd509ce017d9177e1fe5e043581
Sam Brannen
Sam Brannen
[SPR-8395][SPR-8386] AnnotationConfigContextLoader now generates a list of default configuration classes by finding all non-private, non-final, static, inner classes of the test class that are annotated with @Configuration; updated JavaDoc in AbstractGenericContextLoader and AnnotationConfigContextLoader to reflect cha...
[spr-8395][spr-8386] annotationconfigcontextloader now generates a list of default configuration classes by finding all non-private, non-final, static, inner classes of the test class that are annotated with @configuration; updated javadoc in abstractgenericcontextloader and annotationconfigcontextloader to reflect cha...
374
false
false
41
false
false
false
spring-projects
spring-framework
22,460
c070a4b0a468e5ff7691aa3d5589fa383528a39e
Sam Brannen
Sam Brannen
polishing Javadoc
polishing javadoc
17
false
false
2
false
false
false
spring-projects
spring-framework
22,461
568d451d60d7ab9bb091a09578e6cf79fbab832d
Sam Brannen
Sam Brannen
ignoring patch files
ignoring patch files
20
false
false
3
false
false
false
spring-projects
spring-framework
22,462
d904bcbf03c3f7971c050af0baa07303e14bb238
Sam Brannen
Sam Brannen
[SPR-8386] AnnotationConfigContextLoader now only considers static inner classes annotated with @Configuration when generating default configuration classes.
[spr-8386] annotationconfigcontextloader now only considers static inner classes annotated with @configuration when generating default configuration classes
156
false
false
16
false
false
false
spring-projects
spring-framework
22,463
46639c5a1db5b4d40160326fe3a45948df27dc0b
Sam Brannen
Sam Brannen
[SPR-8386] Polishing SmartContextLoader SPI; AnnotationConfigContextLoader now only considers static inner classes annotated with @Configuration as configuration classes.
[spr-8386] polishing smartcontextloader spi; annotationconfigcontextloader now only considers static inner classes annotated with @configuration as configuration classes
169
false
false
17
false
false
false
spring-projects
spring-framework
22,464
bede025eb9437ca3dc38623099b47ef92c48c9a0
Rossen Stoyanchev
Rossen Stoyanchev
SPR-7812 Remove remaining (empty) condition packages after moving classes
spr-7812 remove remaining (empty) condition packages after moving classes
73
false
false
9
false
false
false
spring-projects
spring-framework
22,465
aacdd36e0474bd5cb9b620f6b4494a82c63cb76d
Rossen Stoyanchev
Rossen Stoyanchev
SPR-7812 Move condition package under mvc
spr-7812 move condition package under mvc
41
false
false
6
false
false
false
spring-projects
spring-framework
22,466
4826cae0641f07ae38f3e08fd99a2fa3abc71cac
Rossen Stoyanchev
Rossen Stoyanchev
SPR-7812 Add CustomRequestCondition
spr-7812 add customrequestcondition
35
false
false
3
false
false
false
spring-projects
spring-framework
22,467
7dd69329108ab3c39ad420e347aa7a939e7f0108
Sam Brannen
Sam Brannen
polishing developer documentation
polishing developer documentation
33
false
false
3
false
false
false
spring-projects
spring-framework
22,468
9a56deb2833cfc72f259af5fb6c849feb46e729b
Sam Brannen
Sam Brannen
[SPR-8386] SmartContextLoader enhancements: - introduced processContextConfigurationAttributes() method in SmartContextLoader SPI - refactored AnnotationConfigContextLoader, AbstractContextLoader, AbstractGenericContextLoader, ContextLoaderUtils, and TestContext implementations to take advantage of the SmartContextLoad...
null
null
null
false
null
false
false
false
spring-projects
spring-framework
22,469
a38363363063db61a34eb9d50d0a8cd76b190f7d
Oliver Gierke
Oliver Gierke
Added helper methods to access method parameter annotations.
added helper methods to access method parameter annotations
59
false
false
8
false
false
false
spring-projects
spring-framework
22,470
4a0c2f8879cdeee6c4b46985d7cd1ae0c728548a
Juergen Hoeller
Juergen Hoeller
final touches for 3.0.3
final touches for 3.0.3
23
false
false
4
false
false
false
spring-projects
spring-framework
22,471
0e59fc4a158cd16b416b0c969ae319eb89f41e88
Juergen Hoeller
Juergen Hoeller
smarter guessing of the element type (SPR-7283)
smarter guessing of the element type (spr-7283)
47
false
false
7
false
false
false
spring-projects
spring-framework
22,472
96b1dc9db408f663831ba39f1f4a356a543a9a42
Juergen Hoeller
Juergen Hoeller
ConversionService fully supports conversion from String to MediaType now (through 'valueOf'; SPR-7282); revised exception handling in ObjectToObjectConverter, avoiding InvocationTargetExceptions
conversionservice fully supports conversion from string to mediatype now (through 'valueof'; spr-7282); revised exception handling in objecttoobjectconverter, avoiding invocationtargetexceptions
194
false
false
19
false
false
false
spring-projects
spring-framework
22,473
902938e95f19b7547421064720b016ba49e3c02e
Juergen Hoeller
Juergen Hoeller
smarter guessing of the element type (SPR-7283)
smarter guessing of the element type (spr-7283)
47
false
false
7
false
false
false
spring-projects
spring-framework
22,474
379bc5a8a6acd37930f60d558ccc5273ad30fb0f
Juergen Hoeller
Juergen Hoeller
properly support void.class in TypeDescriptor and GenericConversionService (SPR-7281)
properly support void.class in typedescriptor and genericconversionservice (spr-7281)
85
false
false
8
false
false
false
spring-projects
spring-framework
22,475
cbb90236dc3f47cff593b0feda94832c6397b7f2
Juergen Hoeller
Juergen Hoeller
polished VFS support (SPR-7197)
polished vfs support (spr-7197)
31
false
false
4
false
false
false
spring-projects
spring-framework
22,476
53ed9b282b447cff9c2bd2ac34cc96b125bf29d9
Juergen Hoeller
Juergen Hoeller
added warnings regarding accidental usage of @Configurable on a managed bean (SPR-7216)
added warnings regarding accidental usage of @configurable on a managed bean (spr-7216)
87
false
false
12
false
false
false
spring-projects
spring-framework
22,477
3d3f8f3219d9e6e0af0bbea5260ebdf70035efe2
Juergen Hoeller
Juergen Hoeller
added explicit section on autodetecting aspects through component scanning (SPR-7246)
added explicit section on autodetecting aspects through component scanning (spr-7246)
85
false
false
10
false
false
false
spring-projects
spring-framework
22,478
28a765f32b5b9e064a35bd3c8971d7691d8d93e8
Juergen Hoeller
Juergen Hoeller
fixed JExcel example code (SPR-7277)
fixed jexcel example code (spr-7277)
36
false
false
5
false
false
false
spring-projects
spring-framework
22,479
65655b949f2529e56ad979b1a75ab8264a5860a9
Juergen Hoeller
Juergen Hoeller
set Tiles 2.2 ELAttributeEvaluator on RendererFactory as well (SPR-7251)
set tiles 2.2 elattributeevaluator on rendererfactory as well (spr-7251)
72
false
false
9
false
true
false
spring-projects
spring-framework
22,480
c8984d2e3006420f486f92a96ea18ccfd4f3adfa
Juergen Hoeller
Juergen Hoeller
Portlet MVC, etc
portlet mvc, etc
16
false
false
3
false
false
false
spring-projects
spring-framework
22,481
11330baf776e13fc914ab58564e3f50bf41556a8
Juergen Hoeller
Juergen Hoeller
DefaultListableBeanFactory checks for alias circle on registerAlias (avoiding endless loop; SPR-7274)
defaultlistablebeanfactory checks for alias circle on registeralias (avoiding endless loop; spr-7274)
101
false
false
11
false
false
false
spring-projects
spring-framework
22,482
433b4eff8f96f6f2de274b050d658dd632b70810
Juergen Hoeller
Juergen Hoeller
MailSendException includes all messages as failed messages in case of a connect failure (SPR-7245)
mailsendexception includes all messages as failed messages in case of a connect failure (spr-7245)
98
false
false
14
false
false
false
spring-projects
spring-framework
22,483
2f4453a99c904f820c72478b902a62d3a670bbee
Juergen Hoeller
Juergen Hoeller
revised Portlet SessionStatus.setComplete() to avoid re-exposure of attributes in render phase (SPR-6126); shortened implicit model render parameter name to "implicitModel" (SPR-7149)
revised portlet sessionstatus.setcomplete() to avoid re-exposure of attributes in render phase (spr-6126); shortened implicit model render parameter name to "implicitmodel" (spr-7149)
183
false
false
21
false
false
false
spring-projects
spring-framework
22,484
65885d1dfdc3fc44298b83944fda6fdb2f4996e4
Arjen Poutsma
Arjen Poutsma
SPR-7263 - TypeMismatchException instead of IllegalArgumentException: argument type mismatch for wrong RequestBody
argument type mismatch for wrong requestbody
44
false
false
6
false
false
false
spring-projects
spring-framework
22,485
723f94fd0e59400234818ea63363bf4dc2c3c4e0
Arjen Poutsma
Arjen Poutsma
SPR-7263 - TypeMismatchException instead of IllegalArgumentException: argument type mismatch for wrong RequestBody
argument type mismatch for wrong requestbody
44
false
false
6
false
false
false
spring-projects
spring-framework
22,486
2a140addfd5d7fb384541f29b6bb92babbf31866
Juergen Hoeller
Juergen Hoeller
added EmbeddedValueResolver support to FormattingConversionServiceFactoryBean (SPR-7087)
added embeddedvalueresolver support to formattingconversionservicefactorybean (spr-7087)
88
false
false
6
false
false
false
spring-projects
spring-framework
22,487
eb3a3a6de2ed5b58ae1288b06223011be7ed44ec
Juergen Hoeller
Juergen Hoeller
reuse a shared UrlPathHelper instance in order to avoid reinstantiation overhead (SPR-7269)
reuse a shared urlpathhelper instance in order to avoid reinstantiation overhead (spr-7269)
91
false
false
12
true
true
false
spring-projects
spring-framework
22,488
e12fbd3e2b9ee031913003a0eb4022cfcb71c247
Juergen Hoeller
Juergen Hoeller
avoid EntityManager close() exception through isOpen() check (SPR-7215)
avoid entitymanager close() exception through isopen() check (spr-7215)
71
false
false
8
false
false
false
spring-projects
spring-framework
22,489
928f5423af2f64ca9578801adaa8c9612500b952
Juergen Hoeller
Juergen Hoeller
avoid EntityManager close() exception through isOpen() check (SPR-7215)
avoid entitymanager close() exception through isopen() check (spr-7215)
71
false
false
8
false
false
false
spring-projects
spring-framework
22,490
65622bd546f9b1d62e7860a925530c54fcccef72
Juergen Hoeller
Juergen Hoeller
revised DefaultLifecycleProcessor's handling of circular dependencies to avoid stack overflow (SPR-7266)
revised defaultlifecycleprocessor's handling of circular dependencies to avoid stack overflow (spr-7266)
104
false
false
11
false
false
false
spring-projects
spring-framework
22,491
882289b06e9f2adebd916cf8d02980327c6f9614
Juergen Hoeller
Juergen Hoeller
getAllInterfacesForClass introspects parent interfaces as well (SPR-7247)
getallinterfacesforclass introspects parent interfaces as well (spr-7247)
73
false
false
7
false
false
false
spring-projects
spring-framework
22,492
12cffc68c8edfb38d664c78d724a706e2fd53ccf
Juergen Hoeller
Juergen Hoeller
added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support (avoiding a package cycle)
added xmlawareformhttpmessageconverter, taking over the 3.0.2-introduced xml multipart support (avoiding a package cycle)
121
false
false
13
false
false
false
spring-projects
spring-framework
22,493
c58f46f056865f1c2ff5db78dfda600d0f8dedc2
Juergen Hoeller
Juergen Hoeller
preparations for 3.0.3 release
preparations for 3.0.3 release
30
false
false
4
false
false
false
spring-projects
spring-framework
22,494
632c0e7c5e0c133f679cb4e83550d2f0cb50bd83
Juergen Hoeller
Juergen Hoeller
added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support (avoiding a package cycle)
added xmlawareformhttpmessageconverter, taking over the 3.0.2-introduced xml multipart support (avoiding a package cycle)
121
false
false
13
false
false
false
spring-projects
spring-framework
22,495
392accd910623ae7caf58673674fbc4f0cb1be8a
Juergen Hoeller
Juergen Hoeller
introduced EmbeddedValueResolverAware callback interface for convenient placeholder resolution
introduced embeddedvalueresolveraware callback interface for convenient placeholder resolution
94
false
false
8
false
false
false
spring-projects
spring-framework
22,496
8446fd1b26719fd8ea9e8a8d8258ceec9f27b9ed
Juergen Hoeller
Juergen Hoeller
added assertions for correct postProcess invocation order
added assertions for correct postprocess invocation order
57
false
false
7
false
false
false
spring-projects
spring-framework
22,497
5f9b2db90bb0716b87d10bc5a1dbfe63a6b719cc
Juergen Hoeller
Juergen Hoeller
turn NotReadablePropertyException into JSR-303 oriented IllegalStateException
turn notreadablepropertyexception into jsr-303 oriented illegalstateexception
77
false
false
6
true
true
false
spring-projects
spring-framework
22,498
4cef52a86f53f690d6133cb7d34154c9effe71bb
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
22,499
de866a0ff65217bf0ce984aefc7b7346747e3710
Juergen Hoeller
Juergen Hoeller
registerDependentBean resolves to the canonical bean name in order to handle alias references (SPR-7254)
registerdependentbean resolves to the canonical bean name in order to handle alias references (spr-7254)
104
false
false
14
false
false
false
spring-projects
spring-framework
22,500
d684e494627190182e2bb0bd6acd9acff84d2114
Juergen Hoeller
Juergen Hoeller
added "expose-proxy" attribute to aop namespace (enforcing AopContext proxy exposure with CGLIB; SPR-7261)
added "expose-proxy" attribute to aop namespace (enforcing aopcontext proxy exposure with cglib; spr-7261)
106
false
false
13
false
false
false
spring-projects
spring-framework
22,501
fe1e7f0d6ca6a397b2d72f8776ba7e4c1dd8c21f
Juergen Hoeller
Juergen Hoeller
added "expose-proxy" attribute to aop namespace (enforcing AopContext proxy exposure with CGLIB; SPR-7261)
added "expose-proxy" attribute to aop namespace (enforcing aopcontext proxy exposure with cglib; spr-7261)
106
false
false
13
false
false
false
spring-projects
spring-framework
22,502
857faec1f3829c50923cf45f46c8fa292e1345b4
Oliver Gierke
Oliver Gierke
SPR-7103 - Added more detailed documentation on ordering of model attribute and BindingResult.
spr-7103 - added more detailed documentation on ordering of model attribute and bindingresult
93
false
false
13
false
false
false
spring-projects
spring-framework
22,503
5b420e20c733bdbdea287932289270ddd6f8aee6
Juergen Hoeller
Juergen Hoeller
revised TaskScheduler javadoc (SPR-7253)
revised taskscheduler javadoc (spr-7253)
40
false
false
4
false
false
false
spring-projects
spring-framework
22,504
78c906caaadb1c41e35e2ee4b2f0377d60e97d1c
Juergen Hoeller
Juergen Hoeller
JSP HiddenInputTag allows for using common HTML attributes (SPR-7249)
jsp hiddeninputtag allows for using common html attributes (spr-7249)
69
false
false
9
false
false
false
spring-projects
spring-framework
22,505
2ef3a86c4f21ef7a5bc2db9ed32e7d057d9d260d
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
22,506
53cdb9dfeb89196c11239c780bfdd3655b56ad30
Juergen Hoeller
Juergen Hoeller
fixed JSP ErrorsTag to avoid invalid "*.errors" id, using form object name as id prefix instead (SPR-7258)
fixed jsp errorstag to avoid invalid "*.errors" id, using form object name as id prefix instead (spr-7258)
106
false
false
17
false
false
false
spring-projects
spring-framework
22,507
cc238207f9153551ebc7e229a989b4027a287dd4
Juergen Hoeller
Juergen Hoeller
fixed registerResolvableDependency mechanism to correctly handle non-serializable factory objects (SPR-7264)
fixed registerresolvabledependency mechanism to correctly handle non-serializable factory objects (spr-7264)
108
false
false
10
false
false
false
spring-projects
spring-framework
22,508
5330dc48aa584d14fc9440667c59e13078fdc616
Juergen Hoeller
Juergen Hoeller
fixed typo (SPR-7265)
fixed typo (spr-7265)
21
false
false
3
false
false
false
spring-projects
spring-framework
22,509
4764fa53f0e1209753519dc4a7bfcd4a080c01e4
Arjen Poutsma
Arjen Poutsma
SPR-7259 - ResponseStatus.reason() ignored for @ExceptionHandler methods
spr-7259 - responsestatus.reason() ignored for @exceptionhandler methods
72
false
false
7
false
false
false
spring-projects
spring-framework
22,510
f72c431e8ad473b98f53d9cf980c23f7b509ef45
Arjen Poutsma
Arjen Poutsma
SPR-7257 - AbstractMarshaller incorrectly expects DOMResult to already have a node
spr-7257 - abstractmarshaller incorrectly expects domresult to already have a node
82
false
false
11
false
false
false
spring-projects
spring-framework
22,511
0dc29cb2d333fdb08a39adba6318e5fcec7d2821
Chris Beams
Chris Beams
Added a test to prove that @Qualifier works in conjunction with @Bean methods after some confusion by users that it may not.
added a test to prove that @qualifier works in conjunction with @bean methods after some confusion by users that it may not
123
false
false
22
false
false
false
spring-projects
spring-framework
22,512
5801af9ef59073bb4d81fa4cc98623a32722692e
Andy Clement
Andy Clement
SPR-7244: double indexing with a collection of different types of element
double indexing with a collection of different types of element
63
false
false
10
false
false
false
spring-projects
spring-framework
22,513
d0393ea109b6a17905941e5d35be9f48c0ce8eb0
Arjen Poutsma
Arjen Poutsma
SPR-7233 - ResponseEntity having body, headers and HttpStatus mixed up in responseEntity.getBody()
spr-7233 - responseentity having body, headers and httpstatus mixed up in responseentity.getbody()
98
false
false
12
false
false
false
spring-projects
spring-framework
22,514
75c5405d6f9438135edba5b83ba933fc630a43d5
Juergen Hoeller
Juergen Hoeller
added test for getType against an abstract FactoryBean
added test for gettype against an abstract factorybean
54
false
false
8
false
false
false
spring-projects
spring-framework
22,515
3a5af35d37c79d0644d49b93f792a4c18fe8eb71
Juergen Hoeller
Juergen Hoeller
CachedIntrospectionResults only caches GenericTypeAwarePropertyDescriptors if fully safe (SPR-7227)
cachedintrospectionresults only caches generictypeawarepropertydescriptors if fully safe (spr-7227)
99
false
false
8
false
false
false
spring-projects
spring-framework
22,516
dea5918d66aa25ea9ad9f44598cea3f765e21f75
Juergen Hoeller
Juergen Hoeller
CronTrigger defensively protects itself against accidental re-fires if a task runs too early (SPR-7004)
crontrigger defensively protects itself against accidental re-fires if a task runs too early (spr-7004)
103
false
false
14
false
false
false
spring-projects
spring-framework
22,517
2136b04b65b2c0c5a6109390bd021d968c0ec2a6
Juergen Hoeller
Juergen Hoeller
added limit for parsed SQL cache to NamedParameterJdbcTemplate (SPR-7237); added configurable cache limit to CachingMetadataReaderFactory
added limit for parsed sql cache to namedparameterjdbctemplate (spr-7237); added configurable cache limit to cachingmetadatareaderfactory
137
false
false
15
false
false
false
spring-projects
spring-framework
22,518
b4af04ba9da0dc2ef6b118348e165e38d1ce37e7
David Syer
David Syer
SPR-7239: fix CronTrigger
fix crontrigger
15
false
false
2
true
true
false
spring-projects
spring-framework
22,519
f0777d130f90c6dd88731492f811dbd02946fbe5
Juergen Hoeller
Juergen Hoeller
improved toString()
improved tostring()
19
false
false
2
false
false
false
spring-projects
spring-framework
22,520
15321197878f7b863976393a1b2cf89ba0469083
Juergen Hoeller
Juergen Hoeller
ConversionService is able to apply Converters to interface-based array elements (SPR-7150); a context ConversionService is able to override an ApplicationContext's resource editors (SPR-7079)
conversionservice is able to apply converters to interface-based array elements (spr-7150); a context conversionservice is able to override an applicationcontext's resource editors (spr-7079)
191
false
false
23
false
false
false
spring-projects
spring-framework
22,521
6c6004a93b7bad4644b5b04ec97a25e5ce24f0f4
Juergen Hoeller
Juergen Hoeller
@Transactional qualifier value matches against @Qualifier annotations on @Bean methods as well (SPR-7232)
@transactional qualifier value matches against @qualifier annotations on @bean methods as well (spr-7232)
105
false
false
13
false
false
false
spring-projects
spring-framework
22,522
b90fa49ebc5ae54935f16037b62ea24ba7a1941f
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
22,523
bca067abb2e9cb44031899134b44df09055c7e9b
Juergen Hoeller
Juergen Hoeller
ScheduledTaskRegistrar (as used for @Scheduled processing) properly shuts down its default executor (SPR-6901)
scheduledtaskregistrar (as used for @scheduled processing) properly shuts down its default executor (spr-6901)
110
false
false
13
false
false
false
spring-projects
spring-framework
22,524
0c6b38b0b5749057d6e9dcb5f7917f27e6542fc3
Juergen Hoeller
Juergen Hoeller
DataSourceUtils lets timeout exceptions through even for setReadOnly calls (revised; SPR-7226)
datasourceutils lets timeout exceptions through even for setreadonly calls (revised; spr-7226)
94
false
false
11
false
false
false
spring-projects
spring-framework
22,525
8800bab8a660f5ab9e2b100cee51af8a462d220c
Juergen Hoeller
Juergen Hoeller
DataSourceUtils lets timeout exceptions through even for setReadOnly calls (revised; SPR-7226)
datasourceutils lets timeout exceptions through even for setreadonly calls (revised; spr-7226)
94
false
false
11
false
false
false
spring-projects
spring-framework
22,526
ed3cb4217db002e34e84bcddd931cf16f9e936fd
Juergen Hoeller
Juergen Hoeller
expect user name to be null (SPR-7228)
expect user name to be null (spr-7228)
38
false
false
7
false
true
false
spring-projects
spring-framework
22,527
66aca1e8b3faee270308aae739afb7b4f688d10b
Juergen Hoeller
Juergen Hoeller
expect user name to be null (SPR-7228)
expect user name to be null (spr-7228)
38
false
false
7
false
true
false
spring-projects
spring-framework
22,528
d7f72fbbd45798353ee5fea6686154426fd7bf65
Juergen Hoeller
Juergen Hoeller
DataSourceUtils lets timeout exceptions through even for setReadOnly calls (SPR-7226)
datasourceutils lets timeout exceptions through even for setreadonly calls (spr-7226)
85
false
false
10
false
false
false
spring-projects
spring-framework
22,529
2676771255c92873473d677381791ace10c471a1
Juergen Hoeller
Juergen Hoeller
parse default elements if they live in the default namespace or if their parent is from another namespace (SPR-7218)
parse default elements if they live in the default namespace or if their parent is from another namespace (spr-7218)
116
false
false
19
true
true
false
spring-projects
spring-framework
22,530
3cf303cabdfafacb1200200212505896430a7f14
Juergen Hoeller
Juergen Hoeller
prepared for 3.0.3 release
prepared for 3.0.3 release
26
false
false
4
false
false
false
spring-projects
spring-framework
22,531
a6d9c908410a0d41a90422816b112708f4e27894
Juergen Hoeller
Juergen Hoeller
refined BeanDefinitionParserDelegate to only parse default elements if they actually live in the default namespace (SPR-7218)
refined beandefinitionparserdelegate to only parse default elements if they actually live in the default namespace (spr-7218)
125
false
false
16
false
false
false
spring-projects
spring-framework
22,532
0390c2b9fe21e28bca122b0ca4fcc5603f5cc370
Juergen Hoeller
Juergen Hoeller
added convenient "checkRefresh" bean property to TilesConfigurer (SPR-7225)
added convenient "checkrefresh" bean property to tilesconfigurer (spr-7225)
75
false
false
8
false
false
false
spring-projects
spring-framework
22,533
f9736ec3f69b139c0a305701eea700a8e096d6db
Juergen Hoeller
Juergen Hoeller
JodaTime 1.3 or higher required (SPR-7222)
jodatime 1.3 or higher required (spr-7222)
42
false
false
6
false
false
false
spring-projects
spring-framework
22,534
6fe5871e91225a32bf83d5211aa3c0f98d5192ce
Juergen Hoeller
Juergen Hoeller
check for "org.joda.time.LocalDate" in order to catch JodaTime 1.3 and higher only (SPR-7222)
check for "org.joda.time.localdate" in order to catch jodatime 1.3 and higher only (spr-7222)
93
false
false
13
false
false
false
spring-projects
spring-framework
22,535
ecf2d8c5de624c09433bdbe43b34f57ac212f005
Juergen Hoeller
Juergen Hoeller
fixed typos (SPR-7221)
fixed typos (spr-7221)
22
false
false
3
false
false
false
spring-projects
spring-framework
22,536
469e30b5072bdb888884631bf3803a450be6a9ed
Juergen Hoeller
Juergen Hoeller
refined LifecycleProcessor exception handling, properly wrapping a start exception from a bean (SPR-7106)
refined lifecycleprocessor exception handling, properly wrapping a start exception from a bean (spr-7106)
105
false
false
13
false
false
false
spring-projects
spring-framework
22,537
8a3c56b6d5dad12682de174b1c652f8715b31a61
Oliver Gierke
Oliver Gierke
Added myself and as author. Added Dave and me in the copyright holder section, too.
added myself and as author
26
false
false
5
false
false
false
spring-projects
spring-framework
22,538
680bfbe718bc47897bb9b2aac068dd764a2a7bcb
Oliver Gierke
Oliver Gierke
SPR-7186 Added section on generic advice parameters
spr-7186 added section on generic advice parameters
51
false
false
7
false
false
false
spring-projects
spring-framework
22,539
62eb6cb473b1299454856f3f6f8b2138ad88482c
Keith Donald
Keith Donald
Spring eval docs
spring eval docs
16
false
false
3
false
false
false
spring-projects
spring-framework
22,540
9c35130fdc42c4377f90a8a60fddb4970331f67e
Keith Donald
Keith Donald
Added spring:eval note
eval note
9
false
false
2
false
false
false
spring-projects
spring-framework
22,541
b825e398ae896020dd5f00faab7cbc04871e0cd4
Keith Donald
Keith Donald
added jsp.* import to catch jsp.el
added jsp.* import to catch jsp.el
34
false
false
6
false
false
false
spring-projects
spring-framework
22,542
6390e897b8f44780773022424b1d618b7afa6467
Keith Donald
Keith Donald
eval tag tidying
eval tag tidying
16
false
false
3
false
false
false
spring-projects
spring-framework
22,543
117b1382333bd7e2ae26a85359b3cda89df9afef
Andy Clement
Andy Clement
SPR-6745: metadata (annotations) attached to property accessors allowing formatting of values during conversion
metadata (annotations) attached to property accessors allowing formatting of values during conversion
101
false
false
12
false
false
false
spring-projects
spring-framework
22,544
0f65a0f23995f31851c056b56ddd46e9527c22b1
Keith Donald
Keith Donald
bug
bug
3
false
false
1
false
false
false
spring-projects
spring-framework
22,545
e1a0625a15b846f21138b0875cc1ff0f966e2a91
Keith Donald
Keith Donald
conversion service lookup in request
conversion service lookup in request
36
false
false
5
false
false
false
spring-projects
spring-framework
22,546
315c16de5f2de43c8570de4a48681357827363a8
Juergen Hoeller
Juergen Hoeller
relaxed test conditions
relaxed test conditions
23
false
false
3
false
false
false
spring-projects
spring-framework
22,547
5f781e6266c7979747be38521834acba4f3e4fa5
Juergen Hoeller
Juergen Hoeller
generified PagedListHolded (SPR-6825)
generified pagedlistholded (spr-6825)
37
false
false
3
false
false
false
spring-projects
spring-framework
22,548
09998b243453e3ef89d73ebc137cfdc727e9da40
Juergen Hoeller
Juergen Hoeller
relaxed test conditions
relaxed test conditions
23
false
false
3
false
false
false
spring-projects
spring-framework
22,549
daa45dd4240ea6c7f63d291455544e967d09e37c
Keith Donald
Keith Donald
updated template.mf to depend on spring-expression
updated template.mf to depend on spring-expression
50
false
false
6
false
false
false
spring-projects
spring-framework
22,550
c927e7dc7c587fd18a5005cfa4ecb834337b4f5d
Keith Donald
Keith Donald
added spring expression dependency to maven pom
added spring expression dependency to maven pom
47
false
false
7
false
false
false
spring-projects
spring-framework
22,551
f23b55dc132482300e7962c489a591005550cb33
Keith Donald
Keith Donald
spring:eval tag initial commit
eval tag initial commit
23
false
false
4
false
false
false
spring-projects
spring-framework
22,552
16aa399040e8d60e4d15becc253ee3ab5632ab1f
Juergen Hoeller
Juergen Hoeller
optional EL support (only when Tiles EL module present); got rid of tiles-servlet-wildcard dependency (implemented wildcard support locally)
optional el support (only when tiles el module present); got rid of tiles-servlet-wildcard dependency (implemented wildcard support locally)
140
false
false
18
false
false
false
spring-projects
spring-framework
22,553
3db5a299bb2f490fa23e2409150c5df07ad4f696
Juergen Hoeller
Juergen Hoeller
canConvert checks Collection/Map element types as well (SPR-6564)
canconvert checks collection/map element types as well (spr-6564)
65
false
false
8
false
false
false
spring-projects
spring-framework
22,554
cef44f6d5356adcb924f8c60d9de66ede5daeef6
Juergen Hoeller
Juergen Hoeller
made PersistenceAnnotationBeanPostProcessor's JNDI API references optional - for compatibility with Google App Engine (SPR-6679)
made persistenceannotationbeanpostprocessor's jndi api references optional - for compatibility with google app engine (spr-6679)
128
false
false
14
false
false
false
spring-projects
spring-framework
22,555
caaa45c9ef0a465e2d1023fa941ece33bf4255f5
Costin Leau
Costin Leau
+ fixed internal caching for LocalVariableTableParameterNameDiscoverer
+ fixed internal caching for localvariabletableparameternamediscoverer
70
false
false
6
false
false
false
spring-projects
spring-framework
22,556