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
c06752ef721694e59318d59af0cb7dee76b5dedb
Chris Beams
Chris Beams
Rename {Default=>Standard}Environment Issue: SPR-8348
rename {default=>standard}environment
37
false
false
2
false
true
false
spring-projects
spring-framework
21,357
615fcff7ae62c42d7238d61a33811943cdfd68d7
Chris Beams
Chris Beams
Polish Environment-related Javadoc
polish environment-related javadoc
34
false
false
3
false
false
false
spring-projects
spring-framework
21,358
7271ba818215ce267ab0638661915075dd05e8dd
Chris Beams
Chris Beams
Introduce AbstractEnvironment#customizePropertySources This new hook in the AbstractEnvironment lifecycle allows for more explicit and predictable customization of property sources by subclasses. See Javadoc and existing implementations for detail. Issue: SPR-8354
introduce abstractenvironment#customizepropertysources
54
false
false
2
true
true
false
spring-projects
spring-framework
21,359
c4a13507f0bcb10bd870543e8a1f1f130505c321
Chris Beams
Chris Beams
Introduce reserved default profile support AbstractEnvironment and subclasses now register a reserved default profile named literally 'default' such that with no action on the part of the user, beans defined against the 'default' profile will be registered - if no other profiles are explicitly activated. For example,...
introduce reserved default profile support
42
false
false
5
false
true
false
spring-projects
spring-framework
21,360
415057c18445090185804ce9ee93fbdd5d3dddac
Chris Beams
Chris Beams
Remove AbstractEnvironment#getPropertyResolver Method is obsolete now that Environment (thus AbstractEnvironment as well) implements the ConfigurablePropertyResolver interface.
remove abstractenvironment#getpropertyresolver
46
false
false
2
true
true
false
spring-projects
spring-framework
21,361
818467b9e5afa37080ae5851fbb5e7a23037b7fd
Chris Beams
Chris Beams
Consolidate Environment tests
consolidate environment tests
29
false
false
3
true
true
true
spring-projects
spring-framework
21,362
0bf92782ea4c8cba38ce18ece9cded2bf3b415e8
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8352 Init and apply MappedInterceptors from AbstractHandlerMapping
spr-8352 init and apply mappedinterceptors from abstracthandlermapping
70
false
false
7
false
false
false
spring-projects
spring-framework
21,363
60aa598c03e32a86c1760ab38aa7d655ac8f6dba
Arjen Poutsma
Arjen Poutsma
SPR-8296 - Extension for CastorMarshaller - additional unmarshaller properties
spr-8296 - extension for castormarshaller - additional unmarshaller properties
78
false
false
9
false
false
false
spring-projects
spring-framework
21,364
dd8a9cce053f957ee43837a4470cae7d81b2fb24
Arjen Poutsma
Arjen Poutsma
SPR-8295 - Extension for CastorMarshaller - additional marshaller properties
spr-8295 - extension for castormarshaller - additional marshaller properties
76
false
false
9
false
false
false
spring-projects
spring-framework
21,365
5ac2e4418ffd0c916174baf2f666d162d55a1716
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8350 ContentNegotiatingViewResolver initialization for nested ViewResolvers
spr-8350 contentnegotiatingviewresolver initialization for nested viewresolvers
79
false
false
6
false
false
false
spring-projects
spring-framework
21,366
100fed47f3206740bb4ccf2a5b845e049ddd9217
Rossen Stoyanchev
Rossen Stoyanchev
SPR-7353 Doc update for consumes/produces + changelog update
spr-7353 doc update for consumes/produces + changelog update
60
false
false
8
false
false
false
spring-projects
spring-framework
21,367
b39673aa79d26b585754d939131de70853a9eaf4
Costin Leau
Costin Leau
revised cache abstraction - removed generics from Cache/CacheManager (they add no value since it's an SPI not API) + update docs and tests + renamed ConcurrentCacheFactoryBean to ConcurrentMapCacheFactoryBean
revised cache abstraction
25
false
false
3
false
false
false
spring-projects
spring-framework
21,368
dadd0f57eeedb463fac4a9663e7c49bac236596a
Costin Leau
Costin Leau
revised cache abstraction - removed AbstractDelegatingCache (a cache is not a map, no need to offer a template) + renamed ConcurrentCache to ConcurrentCacheMap
revised cache abstraction
25
false
false
3
false
false
false
spring-projects
spring-framework
21,369
1eaca6572091c014379e453299773e880a7766b9
Arjen Poutsma
Arjen Poutsma
@RequestMapping.consumes() and produces() now default to an empty array, instead of */*
@requestmapping.consumes() and produces() now default to an empty array, instead of */*
87
false
false
12
false
false
false
spring-projects
spring-framework
21,370
a618bcc8cde89b7c7cc6e9fbc4348465387a8e99
Arjen Poutsma
Arjen Poutsma
Exposing HttpServletRequest/Response in ServletServerHttpRequest/Response
exposing httpservletrequest/response in servletserverhttprequest/response
73
false
false
4
false
false
false
spring-projects
spring-framework
21,371
4520ea8690fa8769a2d45658883eac51ea2453ed
Chris Beams
Chris Beams
Revert #processConfigBeanDefinitions to 3.0.x API Revert signature of ConfigurationClassPostProcessor#processConfigBeanDefinitions to its form found in the 3.0.x line. Refactorings made during 3.1 development caused otherwise package-private types such as ConfigurationClassBeanDefinitionReader to escape through this ...
revert #processconfigbeandefinitions to 3.0.x api
49
false
false
5
false
true
false
spring-projects
spring-framework
21,372
6fcea8b99da45f287149796ef2598f0d71758793
Chris Beams
Chris Beams
Remove ConfigurationClassParser from public API Issue: SPR-8200
remove configurationclassparser from public api
47
false
false
5
true
true
true
spring-projects
spring-framework
21,373
8dfcae535e19b0c80dabf8fdbad81fbcd8ba8246
Costin Leau
Costin Leau
revise cache API + update failing test
revise cache api
16
false
false
3
true
true
true
spring-projects
spring-framework
21,374
0eb40e1e5e0d49638faba605dde992bebb933c26
Costin Leau
Costin Leau
revise cache API + update failing test
revise cache api
16
false
false
3
true
true
true
spring-projects
spring-framework
21,375
dea1fc933fa467e8c33f0aa0bc7e4c61a01ba3d7
Costin Leau
Costin Leau
revise cache API + update failing AJ test
revise cache api
16
false
false
3
true
true
true
spring-projects
spring-framework
21,376
861e4817559dfb956512775665c8f0c9da9c99c1
Costin Leau
Costin Leau
revise cache API + update failing test
revise cache api
16
false
false
3
true
true
true
spring-projects
spring-framework
21,377
3699a037a55ed4fbe43d66ecc73876f2378e3507
Costin Leau
Costin Leau
revise cache API + add missing files (remember to check "show unversioned files")
revise cache api
16
false
false
3
true
true
true
spring-projects
spring-framework
21,378
0b917e3f9ced6449fdc47a5fcae2105e94212c28
Costin Leau
Costin Leau
revise cache API - eliminate unneeded methods + introduced value wrapper (name still to be decided) to avoid cache race conditions + improved name consistency
revise cache api
16
false
false
3
true
true
true
spring-projects
spring-framework
21,379
af1dfd357743e6f4d5b9589ddb584f472a699e41
Rossen Stoyanchev
Rossen Stoyanchev
Use request attribute to check producible media types when writing to the response body
use request attribute to check producible media types when writing to the response body
87
false
false
14
true
true
false
spring-projects
spring-framework
21,380
1bbdb0d2ff3f25f3d1e3d43d9fa5d6dbb7da6235
Arjen Poutsma
Arjen Poutsma
minor fix.
minor fix
9
false
false
2
false
false
false
spring-projects
spring-framework
21,381
b0a4be7cd112c25ae9a0f347fc6f3f1958e9275f
Arjen Poutsma
Arjen Poutsma
Only respect RequestMappingInfos that have a pattern match in handleNoMatch
only respect requestmappinginfos that have a pattern match in handlenomatch
75
false
false
10
false
false
false
spring-projects
spring-framework
21,382
ad2e0d45875651d9a707b514dd3966fa81a9048c
Arjen Poutsma
Arjen Poutsma
SPR-7353 - @ResponseBody and returned HttpEntity now respect @RequestMapping.produces()
spr-7353 - @responsebody and returned httpentity now respect @requestmapping.produces()
87
false
false
9
false
false
false
spring-projects
spring-framework
21,383
57c757afc50000d933193cba1aeeff9127483d5a
Rossen Stoyanchev
Rossen Stoyanchev
SPR-2692 Update mvc chapter with URI template support in redirect: view names
view names
10
false
false
2
true
true
false
spring-projects
spring-framework
21,384
d14d82612d4368f18336aea65d0d3acae442a913
Oliver Gierke
Oliver Gierke
SPR-8336 - Fixed broken test case. Converted the test to JUnit 4.
spr-8336 - fixed broken test case
33
false
false
6
false
false
false
spring-projects
spring-framework
21,385
f8bf8742e197274b323349c01cd52bc1acc2e06a
Oliver Gierke
Oliver Gierke
SPR-8336 - Added constructor to AnnotationTypeFilter to allow matching interfaces as well. Reviewed by Chris.
spr-8336 - added constructor to annotationtypefilter to allow matching interfaces as well
89
false
false
12
false
false
false
spring-projects
spring-framework
21,386
1784df8d3ee4c0ef27f78c56f393be94afe6d017
Rossen Stoyanchev
Rossen Stoyanchev
SPR-6996 Add mvc:interceptor bean references
interceptor bean references
27
false
false
3
false
false
false
spring-projects
spring-framework
21,387
700a02b094921d223e1bbc3bcccf8a1f9bc4febe
Costin Leau
Costin Leau
SPR-8334 + commit missing configs
spr-8334
8
false
false
1
false
false
false
spring-projects
spring-framework
21,388
cc519e7c6d6a74e1549a08f57a0929de02bad0a9
Costin Leau
Costin Leau
SPR-8334 + commit missing configs
spr-8334
8
false
false
1
false
false
false
spring-projects
spring-framework
21,389
5c0e22e7a812e1216660773e9d513a29f3241f6a
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8289 Ensure BeanNameUrlHandlerMapping and default HandlerAdapters are never 'turned off' through the MVC namespaces
spr-8289 ensure beannameurlhandlermapping and default handleradapters are never 'turned off' through the mvc namespaces
119
false
false
14
false
false
false
spring-projects
spring-framework
21,390
4dd5ae16b20b8726eabdeeeffd5ff9d5d6e8c44e
Costin Leau
Costin Leau
SPR-8256 + fix small doc typo
spr-8256
8
false
false
1
false
false
false
spring-projects
spring-framework
21,391
a986d758e76f6a353aa3163593aa8bb468239355
Costin Leau
Costin Leau
SPR- + remove duplicate class
spr-
4
false
false
1
false
false
false
spring-projects
spring-framework
21,392
bb2cc8457fc2bd8f101b4b1e4a7d093ac0c465d3
Arjen Poutsma
Arjen Poutsma
SPR-7353 - Added equivalent of JAX-RS @Produces to Spring MVC
spr-7353 - added equivalent of jax-rs @produces to spring mvc
61
false
false
10
false
false
false
spring-projects
spring-framework
21,393
a557878a6f79e1d595c1e6e05faf7cbd78718b58
Chris Beams
Chris Beams
Document @Autowired and @Value limitations @Autowired, @Value and other annotations cannot be applied within Spring Bean(Factory)PostProcessor types, because they themselves are processed using BeanPostProcessors. Javadoc and reference docs have been updated to reflect. Issue: SPR-4935, SPR-8213
document @autowired and @value limitations
42
false
false
5
false
false
false
spring-projects
spring-framework
21,394
df5bab3454ae337eadc430b85259ca2bdc0c643c
Chris Beams
Chris Beams
Remove "@BeanAge" from reference documentation Issue: SPR-8327
remove "@beanage" from reference documentation
46
false
false
5
false
true
false
spring-projects
spring-framework
21,395
f8a2dd3f650e6f0dcd027d554034119ed5e45986
Andy Clement
Andy Clement
SPR-8211: property accessor ordering correction and removal of unnecessary duplicates
property accessor ordering correction and removal of unnecessary duplicates
75
false
false
9
false
false
false
spring-projects
spring-framework
21,396
b46598965ed3519343134a520dd91cc0134c0e73
Rossen Stoyanchev
Rossen Stoyanchev
Add method to allow further validation of request mapping infos at startup + other minor javadoc updates.
add method to allow further validation of request mapping infos at startup + other minor javadoc updates
104
false
false
17
true
true
false
spring-projects
spring-framework
21,397
2afeb08e3c387715374c81a82074bae4235b5082
Chris Beams
Chris Beams
Fix @Autowired+@PostConstruct+@Configuration issue A subtle issue existed with the way we relied on isCurrentlyInCreation to determine whether a @Bean method is being called by the container or by user code. This worked in most cases, but in the particular scenario laid out by SPR-8080, this approach was no longer su...
fix @autowired+@postconstruct+@configuration issue
50
false
false
3
true
true
true
spring-projects
spring-framework
21,398
57206db15271f865b542264c74980e6cbb4681fd
Chris Beams
Chris Beams
Refine ignored @PropertySource log warning If the enclosing environment does not implement ConfigurableEnvironment, then @PropertySource annotations are ignored because there is no way to add them to the Environment. Now checking first to see if there are any @PropertySource annotations present before issuing the warn...
refine ignored @propertysource log warning
42
false
false
5
false
true
false
spring-projects
spring-framework
21,399
8190b4f70a3f0eb41e73b7a9b33e3a30f496aa4c
Arjen Poutsma
Arjen Poutsma
Javadoc
javadoc
7
false
false
1
false
false
false
spring-projects
spring-framework
21,400
580f35f6eeb8268fe5d1f11b8776de92f82a390f
Andy Clement
Andy Clement
SFW-8228
sfw-8228
8
false
false
1
false
false
false
spring-projects
spring-framework
21,401
2f733bedc5ab3d46f3fc5d599e06a82724079ef9
Andy Clement
Andy Clement
SFW-8224: distance can be used when computing method matches in ReflectiveMethodResolver
distance can be used when computing method matches in reflectivemethodresolver
78
false
false
10
false
false
false
spring-projects
spring-framework
21,402
5d8de5c44985a561bdcc0dd43afac6c783729197
Sam Brannen
Sam Brannen
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
21,403
726e920857d5c7ca69e0c8881db55c8ad6e878c3
Rossen Stoyanchev
Rossen Stoyanchev
Rename EnableMvcConfiguration->EnableWebMvc, refine method names in WebMvcConfigurer, fix issue with MappedInterceptors
rename enablemvcconfiguration->enablewebmvc, refine method names in webmvcconfigurer, fix issue with mappedinterceptors
119
false
false
11
false
true
false
spring-projects
spring-framework
21,404
c8bc54e0ccad49f0785856f911349283619eb8ba
Chris Beams
Chris Beams
Introduce @PropertySource Allows a convenient mechanism for contributing a PropertySource to the enclosing Spring Environment. See @PropertySource Javadoc for complete details and PropertySourceAnnotationTests for examples. Issue: SPR-8314
introduce @propertysource
25
false
false
2
true
true
false
spring-projects
spring-framework
21,405
314a054a9baf2cc13dc0c64d3b388164e5f5346e
Chris Beams
Chris Beams
Introduce ResourcePropertySource Allows convenient creation of a Properties-based PropertySource from a Spring Resource object or resource location string such as "classpath:com/myco/app.properties" or "file:/path/to/file.properties" Issue: SPR-8328
introduce resourcepropertysource
32
false
false
2
true
true
false
spring-projects
spring-framework
21,406
9b0c66dc6cd312c681dd27548d8d79829565d002
Arjen Poutsma
Arjen Poutsma
Make HTTP methods a RequestCondition
make http methods a requestcondition
36
false
false
5
false
true
false
spring-projects
spring-framework
21,407
80f0eabbd93c83d00f8e2f02f529b1aba49a381a
Chris Beams
Chris Beams
Add MockEnvironment to .integration-tests
add mockenvironment to .integration-tests
41
false
false
4
true
true
true
spring-projects
spring-framework
21,408
404f7980483e8c4088fd365fc54047300a1d3aa4
Chris Beams
Chris Beams
Support 'required properties' precondition Users may now call #setRequiredProperties(String...) against the Environment (via its ConfigurablePropertyResolver interface) in order to indicate which properties must be present. Environment#validateRequiredProperties() is invoked by AbstractApplicationContext during the r...
support 'required properties' precondition
42
false
false
4
false
false
false
spring-projects
spring-framework
21,409
3622c6f340c57847234b648af0e757573dee5063
Chris Beams
Chris Beams
Pull up default getProperty variants to base class Issue: SPR-8322
pull up default getproperty variants to base class
50
false
false
8
false
false
false
spring-projects
spring-framework
21,410
dc2d5c107f517ffa894c653a1c5fd4c165db015e
Chris Beams
Chris Beams
Add default-value getProperty convenience variants Issue: SPR-8322
add default-value getproperty convenience variants
50
false
false
5
false
false
false
spring-projects
spring-framework
21,411
693204aef8457d39d3c8d30dbb7cf78ce9deffcb
Chris Beams
Chris Beams
Polish @Configuration Javadoc Add note that nested @Configuration classes must be static.
polish @configuration javadoc
29
false
false
3
false
false
false
spring-projects
spring-framework
21,412
52bef0b7b024e794186437dee78945fbb5bd209a
Chris Beams
Chris Beams
Allow static modifier on @Bean methods Declaring @Bean methods as 'static' is now permitted, whereas previously it raised an exception at @Configuration class validation time. A static @Bean method can be called by the container without requiring the instantiation of its declaring @Configuration class. This is partic...
allow static modifier on @bean methods
38
false
false
6
true
true
true
spring-projects
spring-framework
21,413
859185d086ac4936c49820cc2018a38664ff14d6
Chris Beams
Chris Beams
Test interaction of @ComponentScan and @Import
test interaction of @componentscan and @import
46
false
false
6
false
false
false
spring-projects
spring-framework
21,414
71aae405d57288e83086e36143df3eb9bd6dba39
Arjen Poutsma
Arjen Poutsma
SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC
spr-7354 - added equivalent of jax-rs @consumes to spring mvc
61
false
false
10
false
false
false
spring-projects
spring-framework
21,415
7f247a6b271c804d6c513b066811a8b4b0805938
Costin Leau
Costin Leau
SPR-8256 + doc updates
spr-8256
8
false
false
1
false
false
false
spring-projects
spring-framework
21,416
b058d1e07a738e393cb17fd66a917d07395de764
Arjen Poutsma
Arjen Poutsma
Made comparators public, as they are needed elsewhere.
made comparators public, as they are needed elsewhere
53
false
false
8
false
false
false
spring-projects
spring-framework
21,417
8d0ab1d2e5bbdb51479c3e5d75976ce7c7810eac
Rossen Stoyanchev
Rossen Stoyanchev
Refine HandlerMethod registration to allow detection by handler instance as well as by bean name
refine handlermethod registration to allow detection by handler instance as well as by bean name
96
false
false
15
true
true
false
spring-projects
spring-framework
21,418
d0c31ad84cffd7af718a45d679483a1c51f9e552
Chris Beams
Chris Beams
Allow recursive use of @ComponentScan Prior to this change, @ComponentScan annotations were only processed at the first level of depth. Now, the set of bean definitions resulting from each declaration of @ComponentScan is checked for configuration classes that declare @ComponentScan, and recursion is performed as nec...
allow recursive use of @componentscan
37
false
false
5
true
true
true
spring-projects
spring-framework
21,419
4d5a9c41e06e9e8c4035854076eb590f78f98073
Juergen Hoeller
Juergen Hoeller
allow for converting a property value based on the corresponding property name (SPR-7386)
allow for converting a property value based on the corresponding property name (spr-7386)
89
false
false
13
false
false
false
spring-projects
spring-framework
21,420
11886f21493e1cd7dd07bddd61d9afd9906db4ce
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
21,421
1dce03af7889106437c7d615ec822091253de713
Juergen Hoeller
Juergen Hoeller
JSR-303 Pattern message resolvable through Spring MessageSource (despite special characters; SPR-7329)
jsr-303 pattern message resolvable through spring messagesource (despite special characters; spr-7329)
102
false
false
11
false
false
false
spring-projects
spring-framework
21,422
3afe8aee1876fb071fb52df9e188755807a512ea
David Syer
David Syer
Fix hibernate-validatin version
fix hibernate-validatin version
31
false
false
3
false
false
false
spring-projects
spring-framework
21,423
e26fc66523c22b43b636c2833dc1ad7fef6f35af
David Syer
David Syer
SPR-7384: switch to using 1-12 for month numbers
switch to using 1-12 for month numbers
38
false
false
7
false
false
false
spring-projects
spring-framework
21,424
c24ffc9175b05bdf7a1e5d4edf3c20bbcf812652
Arjen Poutsma
Arjen Poutsma
SPR-7381 - HTTP headers returned as part of ResponseEntity(MultiValueMap<String, String> headers, HttpStatus statusCode) are ignored when using this constructor
spr-7381 - http headers returned as part of responseentity(multivaluemap<string, string> headers, httpstatus statuscode) are ignored when using this constructor
160
false
false
19
false
false
false
spring-projects
spring-framework
21,425
228c0b18cb4ded9369989a97341a3a1dc36d3330
Arjen Poutsma
Arjen Poutsma
SPR-7345 - HTTP 405 (Method not supported) returned when 404 Status (Not Found) was expected
spr-7345 - http 405 (method not supported) returned when 404 status (not found) was expected
92
false
false
15
false
false
false
spring-projects
spring-framework
21,426
b456bc107b39ed52efb29fd6540033e9442be1f4
Juergen Hoeller
Juergen Hoeller
DefaultMessageListenerContainer triggers Session commit even if no message has been received (SPR-7366)
defaultmessagelistenercontainer triggers session commit even if no message has been received (spr-7366)
103
false
false
12
false
false
false
spring-projects
spring-framework
21,427
f25a04c69c509b3623ffee750b2ffce066295bd2
Juergen Hoeller
Juergen Hoeller
fixed JMS CachingConnectionFactory to correctly cache a producer without fixed destination as well (SPR-7148)
fixed jms cachingconnectionfactory to correctly cache a producer without fixed destination as well (spr-7148)
109
false
false
14
false
false
false
spring-projects
spring-framework
21,428
f8425a5f7b6bb8008acaf012d4b6c036117ef916
Arjen Poutsma
Arjen Poutsma
SPR-7346 - @RequestHeader negation expressions (e.g. !Accept=text/plain) are not applied
spr-7346 - @requestheader negation expressions (e.g. !accept=text/plain) are not applied
88
false
false
10
false
false
false
spring-projects
spring-framework
21,429
dcad6c341b70624a46470c2adba94b3c416d9ba1
Juergen Hoeller
Juergen Hoeller
BeanWrapper, EvalTag, etc
beanwrapper, evaltag, etc
25
false
false
3
false
false
false
spring-projects
spring-framework
21,430
66abad25400aab7e6211f75449ec6bde08cae659
Juergen Hoeller
Juergen Hoeller
BeanWrapper preserves annotation information for individual array/list/map elements (SPR-7348)
beanwrapper preserves annotation information for individual array/list/map elements (spr-7348)
94
false
false
9
false
false
false
spring-projects
spring-framework
21,431
e0e1cb3c24168a03df220060741b2a2f97cda47c
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
21,432
df5e9b12115943c1fdc3151d8b6f0164bb1f8e5a
Juergen Hoeller
Juergen Hoeller
MVC HandlerExceptionResolvers prevent caching for exception views if preventResponseCaching=true (SPR-7334)
mvc handlerexceptionresolvers prevent caching for exception views if preventresponsecaching=true (spr-7334)
107
false
false
10
false
false
false
spring-projects
spring-framework
21,433
263fabb0fce0e03f6148beadbbcd9c040143e94c
Juergen Hoeller
Juergen Hoeller
JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext (SPR-7312); for consistency, expressions in an ApplicationContext support the same syntax against the local BeanFactory
jsp evaltag resolves "@mybeanname" references in expressions against the webapplicationcontext (spr-7312); for consistency, expressions in an applicationcontext support the same syntax against the local beanfactory
214
false
false
25
false
false
false
spring-projects
spring-framework
21,434
d1d5e2d52ac732d05c5277b3337fe05b9d0cc712
Juergen Hoeller
Juergen Hoeller
JmsResourceHolder does not ignore IllegalStateException from locally synchronized transaction (SPR-7360)
jmsresourceholder does not ignore illegalstateexception from locally synchronized transaction (spr-7360)
104
false
false
10
false
false
false
spring-projects
spring-framework
21,435
96b9cf6ca9f459668fa9d027fe82f263cfcc034e
Juergen Hoeller
Juergen Hoeller
DefaultJdoDialect supports JDO 3.0 query timeout facility (as supported by DataNucleus 2.1)
defaultjdodialect supports jdo 3.0 query timeout facility (as supported by datanucleus 2.1)
91
false
false
12
false
false
false
spring-projects
spring-framework
21,436
3918518779f9a76f9a5d7017a284b0fb0ca4337e
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
21,437
7e9e8401f71517ff7d8f6f31677c7edfbd887521
Juergen Hoeller
Juergen Hoeller
@ExceptionHandler works for inherited method and CGLIB proxies on Portlet controllers as well (SPR-7337)
@exceptionhandler works for inherited method and cglib proxies on portlet controllers as well (spr-7337)
104
false
false
14
false
false
false
spring-projects
spring-framework
21,438
cb72fe1be230631ce6c3b1352383414d5286a1b5
Andy Clement
Andy Clement
SpEL documentation (!) on @Bean referencing, inline lists and array construction
spel documentation (!) on @bean referencing, inline lists and array construction
80
false
false
11
false
false
false
spring-projects
spring-framework
21,439
f5ced9be3852a4faa07dfa13d8d089cd613f5949
Andy Clement
Andy Clement
SPR-7335: support for expression inline lists and array construction
support for expression inline lists and array construction
58
false
false
8
false
false
false
spring-projects
spring-framework
21,440
88560fd910f9d1ca121340a86d6449b5151f0fc0
Andy Clement
Andy Clement
SPR-7343: StandardEvaluationContext not threadsafe in its lazy initialization
standardevaluationcontext not threadsafe in its lazy initialization
67
false
false
7
false
false
false
spring-projects
spring-framework
21,441
6de707d8e0b0627220548324c501c1b6cdeed1a4
Andy Clement
Andy Clement
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
21,442
0c1424acb6f832b0de543157934733c9cc270ac7
Andy Clement
Andy Clement
polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
21,443
0d405fd124c70c249e3c5c57313bd9aa9e84d12a
Juergen Hoeller
Juergen Hoeller
fixed typos (SPR-7332)
fixed typos (spr-7332)
22
false
false
3
false
false
false
spring-projects
spring-framework
21,444
45ed0ba43c022e6b65473957bb7b84d3bc692b41
Chris Beams
Chris Beams
licensing header
licensing header
16
false
false
2
false
false
false
spring-projects
spring-framework
21,445
cd271fca431260c8ce81dd75dc6198555bca6e46
Chris Beams
Chris Beams
attempted to repro SPR-7318 to no avail
attempted to repro spr-7318 to no avail
39
false
false
7
false
false
false
spring-projects
spring-framework
21,446
3f31a1cf756207947eb56ad211c2c1345aef727e
Juergen Hoeller
Juergen Hoeller
added "validationMessageSource" property to LocalValidatorFactoryBean, for Spring-based messages (SPR-7307)
added "validationmessagesource" property to localvalidatorfactorybean, for spring-based messages (spr-7307)
107
false
false
9
false
false
false
spring-projects
spring-framework
21,447
4d56b896198960695b7d9812c00142b2c9e31b5b
Juergen Hoeller
Juergen Hoeller
transaction names based on method id from most specific method (target class instead of interface; SPR-7317)
transaction names based on method id from most specific method (target class instead of interface; spr-7317)
108
false
false
16
false
false
false
spring-projects
spring-framework
21,448
f9017ea05dc7d1b183bfebd978077557f638cd65
Juergen Hoeller
Juergen Hoeller
added formCheckbox to macro list (SPR-7322)
added formcheckbox to macro list (spr-7322)
43
false
false
6
false
false
false
spring-projects
spring-framework
21,449
ce6194c7c371c786e9a1aa6f0e31686148ab14b9
Juergen Hoeller
Juergen Hoeller
fixed typo (SPR-7321)
fixed typo (spr-7321)
21
false
false
3
false
false
false
spring-projects
spring-framework
21,450
8bd0633697ce65445357d16fddedc6cbdbf44ce0
Sam Brannen
Sam Brannen
[SPR-7323] SpEL 'select last' operator now works consistently with maps.
[spr-7323] spel 'select last' operator now works consistently with maps
71
false
false
10
false
false
false
spring-projects
spring-framework
21,451
db7531be607c5b7f09d1f9edd79f38d147305f44
Sam Brannen
Sam Brannen
[SPR-7323] SpEL 'select last' operator now works consistently with maps.
[spr-7323] spel 'select last' operator now works consistently with maps
71
false
false
10
false
false
false
spring-projects
spring-framework
21,452
94292cad1ceb3c541f5ab3906758fe2c67cfd144
Costin Leau
Costin Leau
SPR-6819 + fix EBR pom as well
spr-6819
8
false
false
1
false
false
false
spring-projects
spring-framework
21,453
8d5662ec7ab221a9f834d000eccd82ee36e5b242
Arjen Poutsma
Arjen Poutsma
typo
typo
4
false
false
1
false
false
false
spring-projects
spring-framework
21,454
c059f5382365930c7b87ff1dbaab0eae5452808a
Arjen Poutsma
Arjen Poutsma
SPR-7305 - o.s.http.client.SimpleClientHttpRequestFactory does not allow to specify a java.net.Proxy
spr-7305 - o.s.http.client.simpleclienthttprequestfactory does not allow to specify a java.net.proxy
100
false
false
10
false
false
false
spring-projects
spring-framework
21,455
3160ddf0e8c43f8d27b38f82b3091314aba0579f
Arjen Poutsma
Arjen Poutsma
SPR-7314 - RestTemplate does not handle null uri template parameters
spr-7314 - resttemplate does not handle null uri template parameters
68
false
false
10
false
false
false
spring-projects
spring-framework
21,456