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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f3ff98d86275e19e6828f9c3a0c432de0587bbbe | Phillip Webb | Phillip Webb | Allow nulls with multiple embedded value resolvers
Allow an embedded value resolver added to an AbstractBeanFactory to
return null without adversely effecting any subsequent resolvers.
Issue: SPR-8565 | allow nulls with multiple embedded value resolvers | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 20,657 |
9982b4c01a8c7be0961e58b58ed83731c40449ff | Rossen Stoyanchev | Rossen Stoyanchev | Add BS and VT char escape sequences to JavaScriptUtils
Issue: SPR-9983 | add bs and vt char escape sequences to javascriptutils | 54 | false | false | 9 | false | true | false | spring-projects | spring-framework | 20,658 |
e4f1f682e2a7eb8e7589f1281d96132453d01523 | Sam Brannen | Sam Brannen | Update distribution README regarding paths
- Corrected path to 'docs/spring-framework-reference'
- Minor formatting changes | update distribution readme regarding paths | 42 | false | false | 5 | true | false | true | spring-projects | spring-framework | 20,659 |
3b8aba9ccd0ca0a437a9425471644b1d01a99795 | Sam Brannen | Sam Brannen | Fix typo in ContextLifecycleScheduledTaskRegistrar | fix typo in contextlifecyclescheduledtaskregistrar | 50 | false | false | 4 | true | true | true | spring-projects | spring-framework | 20,660 |
a1aba23aa96595d1795db1ddc3ce7ef35fb4ec19 | Sam Brannen | Sam Brannen | Polish Javadoc in TypeDescriptor
- fix @since version in array()
- format method-level Javadoc
- unescape HTML-escaped angle brackets with {@code} blocks | polish javadoc in typedescriptor | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,661 |
7e74fd2b7fb30e6206d40bb7235d82433682386a | Phillip Webb | Phillip Webb | Consider primary attribute with getBean(Class)
Update DefaultListableBeanFactory.getBean(Class<?> beanClass) to
consider the 'primary' attribute of bean definitions. This makes
getBean() behave in the same way as autowiring.
Issue: SPR-7854 | consider primary attribute with getbean(class) | 46 | false | false | 5 | true | true | true | spring-projects | spring-framework | 20,662 |
5fb75304eb6571bcf838e6af4814ac09449e9e1c | Juergen Hoeller | unknown | Final preparations for 3.2.1 | final preparations for 3.2.1 | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,663 |
d5af9dc0a56214aa006c37190ba0110a7b4a5d89 | Juergen Hoeller | unknown | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,664 |
89db04ec75225834dee988769a339ba2a5ee52b3 | Juergen Hoeller | unknown | Added "awaitTerminationSeconds" property to ThreadPoolTaskExecutor/ThreadPoolTaskScheduler
Issue: SPR-5387 | added "awaitterminationseconds" property to threadpooltaskexecutor/threadpooltaskscheduler | 90 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,665 |
9c032d52d40b232c4e12ff94a5edb7d4851d7251 | Phillip Webb | Phillip Webb | Allow TypeDescriptor array construction
Add a static factory method that can be used to create an array
TypeDescriptor with a specific element type. Allows array types
with generic elements to be constructed.
Issue: SPR-9792 | allow typedescriptor array construction | 39 | false | false | 4 | false | true | false | spring-projects | spring-framework | 20,666 |
3c09b07652ed3c7a2e4cee1295a450aee387f99b | Rossen Stoyanchev | Rossen Stoyanchev | Raise exception on missing request parameters
Issue: SPR-10193 | raise exception on missing request parameters | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 20,667 |
4d01d43c191564ade610437533e34b4e77ba385f | Phillip Webb | Phillip Webb | Test String to char[] conversion
Issue: SPR-9793 | test string to char[] conversion | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,668 |
05ba366edc4a8c3b426f54aa313466e7954f3b9b | Phillip Webb | Phillip Webb | Polish AbstractContextLoader Javadoc
Fix unnecessary HTML escaping from {@code} Javadoc. | polish abstractcontextloader javadoc | 36 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,669 |
3eec27a7230f65698d9afd04e27ce0db6ac57cab | Phillip Webb | Phillip Webb | Filter build folder resources in eclipse
Apply eclipse project 'filter' to hide generated build artifacts from
the workspace. | filter build folder resources in eclipse | 40 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,670 |
ece727bf57dac1b764cbdad94a10660c15a41c48 | Juergen Hoeller | unknown | Introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException
Issue: SPR-10194 | introduced nouniquebeandefinitionexception as a dedicated subclass of nosuchbeandefinitionexception | 99 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,671 |
0efdd3d5668115b5463c119392e93dc830c9de60 | Juergen Hoeller | unknown | Aligned XML scheduled-task elements with @Scheduled in terms of kicking in after context refresh
Issue: SPR-9231 | aligned xml scheduled-task elements with @scheduled in terms of kicking in after context refresh | 96 | false | false | 14 | false | false | false | spring-projects | spring-framework | 20,672 |
a3e190e1bf80b88ce049f540a05bdf9706e140a4 | Rossen Stoyanchev | Rossen Stoyanchev | Support sub-types of ResponseEntity
Issue: SPR-10207 | support sub-types of responseentity | 35 | false | false | 4 | false | true | false | spring-projects | spring-framework | 20,673 |
0a09da7534395acc53dcb423a7b42f64d8403dec | Juergen Hoeller | unknown | Final preparations for 3.2.1 | final preparations for 3.2.1 | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,674 |
8f103c2ea195210ac84cfc9fd56b9e21f32ecc85 | Juergen Hoeller | unknown | Introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException
Issue: SPR-10194 | introduced nouniquebeandefinitionexception as a dedicated subclass of nosuchbeandefinitionexception | 99 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,675 |
1a929f22e0e8d136a11605efccf211a19ec63894 | Juergen Hoeller | unknown | EntityManagerFactoryUtils finds default EntityManagerFactory in parent contexts as well
Also introduces consistent use of getBean(Class) for similar use cases across the framework, accepting a locally unique target bean even if further matching beans would be available in parent contexts (in contrast to BeanFactoryUti... | entitymanagerfactoryutils finds default entitymanagerfactory in parent contexts as well | 87 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,676 |
8e75eee9b2b35f807fefe9575e59be5e2f4768eb | Juergen Hoeller | unknown | SpringValidationAdapter properly detects invalid value for JSR-303 field-level bean constraints
Issue: SPR-9332 | springvalidationadapter properly detects invalid value for jsr-303 field-level bean constraints | 95 | false | false | 10 | false | false | false | spring-projects | spring-framework | 20,677 |
5a773b771d2b300888df33128f6c3993e2bd50b9 | Juergen Hoeller | unknown | MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility
Issue: SPR-9885 | mockhttpservletresponse's getheadernames declares collection instead of set for servlet 3.0 compatibility | 105 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,678 |
c1a4f5c0fe5bf9defb252b30197c08d138be42da | Juergen Hoeller | unknown | MockHttpServletRequest's getParameter(Values) returns null for null parameter name
Issue: SPR-10192 | mockhttpservletrequest's getparameter(values) returns null for null parameter name | 82 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,679 |
692ced8046f40facaa15fe9ad5a8d2cf56852794 | Rossen Stoyanchev | Rossen Stoyanchev | Fix typo in reference docs
Issue: SPR-10204 | fix typo in reference docs | 26 | false | false | 5 | true | true | true | spring-projects | spring-framework | 20,680 |
40ed4e78bee40dbf2afc12b0ac2fa8d12bb60b35 | Rossen Stoyanchev | Rossen Stoyanchev | Make UriComponents Serializable
Issue: SPR-10186 | make uricomponents serializable | 31 | false | false | 3 | false | true | false | spring-projects | spring-framework | 20,681 |
d3f4528905b2c6277d1b169f8570591418c57350 | Chris Beams | Chris Beams | Remove additional xsd versions from reference docs
A few versioned xsd references still existed in xsd-configuration.xml;
this commit removes them, completing the work for SPR-10010
Issue: SPR-10010 | remove additional xsd versions from reference docs | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 20,682 |
d5cad15e28a261e4d18f1b832a59534ce39ef424 | Chris Beams | Chris Beams | Merge branch 'SPR-9896' into 3.2.x
* SPR-9896:
Support XML properties in ResourcePropertySource | merge branch 'spr-9896' into 3.2.x | 34 | true | false | 5 | true | true | false | spring-projects | spring-framework | 20,683 |
3a626f93197d7f0fd4266d9877550a8d330017e5 | Chris Beams | Chris Beams | Support XML properties in ResourcePropertySource
JDK 5 introduced an XML-based properties file syntax. This commit
ensures that when such files are supplied as the underlying resource
for a ResourcePropertySource instance, they are routed appropriately
to Properties#loadFromXML as opposed to Properties#load.
Issue: S... | support xml properties in resourcepropertysource | 48 | false | false | 5 | false | true | false | spring-projects | spring-framework | 20,684 |
2a41de00e355ce1d4e277111b8c93d6fa2dc0020 | Sam Brannen | Sam Brannen | Polish Javadoc in Spring MVC async support
This commit fixes some typographical and grammatical errors in various
classes in Spring MVC's async support. | polish javadoc in spring mvc async support | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,685 |
3cdb866bda078a24d3fccb36b08a449a970a524f | Chris Beams | Chris Beams | Relax ConfigurableWebEnvironment signatures
ConfigurableWebEnvironment was introduced in 3.2.0.M1 with SPR-9439 in
order to break a cyclic dependency. At the same time, certain signatures
such as AbstractRefreshableWebApplicationContext#getEnviroment and
GenericWebApplicationContext#getEnvironment were updated to take... | relax configurablewebenvironment signatures | 43 | false | false | 3 | true | true | true | spring-projects | spring-framework | 20,686 |
d9a4fb410d6608260a597b1d72b9153c585caa5d | Chris Beams | Chris Beams | Introduce "dummy" Environment implementation
For testing purposes in which an Environment implementation is required
but a ConfigurableEnvironment is not desirable.
All methods are no-ops and return null, therefore NPEs are likely. | introduce "dummy" environment implementation | 44 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,687 |
660458a649e6158a9d772bba06326887995b60c4 | Rossen Stoyanchev | Rossen Stoyanchev | Fix init order issue in RequestMappingHandlerMapping
Issue: SPR-10173 | fix init order issue in requestmappinghandlermapping | 52 | false | false | 6 | false | true | false | spring-projects | spring-framework | 20,688 |
902a136b6e7accf4aa4c8f6be1988e2cecb000ef | Rossen Stoyanchev | Rossen Stoyanchev | Add helpful error message to DispServlet initializer
Issue: SPR-10168 | add helpful error message to dispservlet initializer | 52 | false | false | 7 | true | true | false | spring-projects | spring-framework | 20,689 |
0c56e86bfb7617b8a92ff187c9aec20c20db9da2 | Rossen Stoyanchev | Rossen Stoyanchev | Fix NPE in FormHttpMessageConverter
Issue: SPR-10187 | fix npe in formhttpmessageconverter | 35 | false | false | 4 | false | true | false | spring-projects | spring-framework | 20,690 |
21becef1bdd36aac41c519798a772dbadb5d6973 | Phillip Webb | Phillip Webb | Support Date to String in JodaTimeConverters
Update JodaTimeConverters in include support for Date to String
conversion.
The JodaTimeFormattingTests and DateFormattingTests have been extended
to ensure that Date to String conversion is supported with or without
Joda.
Issue: SPR-10198 | support date to string in jodatimeconverters | 44 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,691 |
e4fcad9f936ba492f28ec5f0421eea4b3f76f8aa | Rossen Stoyanchev | Rossen Stoyanchev | Fix exception message about producible media types
Issue: SPR-10175 | fix exception message about producible media types | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 20,692 |
8e1685caefae49ccd796ef9a8f707bc94d54680a | Rossen Stoyanchev | Rossen Stoyanchev | Fix ClassCastException in TilesConfigurer
Issue: SPR-10195 | fix classcastexception in tilesconfigurer | 41 | false | false | 4 | true | true | true | spring-projects | spring-framework | 20,693 |
3c1536af75790697f7bff90fa2057c03d09e3cb4 | Chris Beams | Chris Beams | Merge branch 'SPR-10197' into 3.2.x
* SPR-10197:
Attempt to repro ReflectionUtils performance issue | merge branch 'spr-10197' into 3.2.x | 35 | true | false | 5 | true | true | false | spring-projects | spring-framework | 20,694 |
cb8dc73fbb326a82324cf797a0116786d54e99b0 | Chris Beams | Chris Beams | Attempt to repro ReflectionUtils performance issue
Issue: SPR-10197 | attempt to repro reflectionutils performance issue | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,695 |
06017e7ecc38471b99b211165c1bfbd36a7f4568 | Chris Beams | Chris Beams | Merge branch 'SPR-9984' into 3.2.x
* SPR-9984:
Ensure -PtestGroups is passed through to unit tests | merge branch 'spr-9984' into 3.2.x | 34 | true | false | 5 | true | true | false | spring-projects | spring-framework | 20,696 |
4dc3fcecbd9b274398b73614e31d794b72799adf | Chris Beams | Chris Beams | Ensure -PtestGroups is passed through to unit tests
Issue: SPR-9984 | ensure -ptestgroups is passed through to unit tests | 51 | false | false | 8 | true | false | false | spring-projects | spring-framework | 20,697 |
c97f26d516ed15936b8d8b1de1cf2585d8b47d1e | Chris Beams | Chris Beams | Merge branch 'SPR-9984' into 3.2.x
* SPR-9984:
Add TimedSpringRunnerTests to performance test group | merge branch 'spr-9984' into 3.2.x | 34 | true | false | 5 | true | true | false | spring-projects | spring-framework | 20,698 |
fc6377cc533df9fe719b5092cb7760c31645f633 | Chris Beams | Chris Beams | Add TimedSpringRunnerTests to performance test group
Issue: SPR-9984 | add timedspringrunnertests to performance test group | 52 | false | false | 6 | true | true | false | spring-projects | spring-framework | 20,699 |
d40c8cfc58298f3c5f0fea5870d0aed495ba3fb9 | Chris Beams | Chris Beams | Fix broken Castor URLs in ref docs and mapping XML
Issue: SPR-10189 | fix broken castor urls in ref docs and mapping xml | 50 | false | false | 10 | true | true | true | spring-projects | spring-framework | 20,700 |
24cc33306def7aff4aa2c797cd4aea320a4f8523 | Chris Beams | Chris Beams | Fix typo in reference documentation
Issue: SPR-10171 | fix typo in reference documentation | 35 | false | false | 5 | true | true | true | spring-projects | spring-framework | 20,701 |
5d9ad5b1d1ceb5e8d0ede2a7ede5203d94964ec2 | Juergen Hoeller | Juergen Hoeller | AbstractDriverBasedDataSource does not rely on Properties chaining anymore
Issue: SPR-9461 | abstractdriverbaseddatasource does not rely on properties chaining anymore | 74 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,702 |
87968e5a71929a4cce6f1fd4c0e2e194a631715a | Juergen Hoeller | Juergen Hoeller | Further preparations for 3.2.1 | further preparations for 3.2.1 | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,703 |
944e1c95e6e6cbe83dd709fa3fe608f79b2c8f36 | Juergen Hoeller | Juergen Hoeller | EhCacheManagerFactoryBean applies cacheManagerName ahead of creation (for EHCache 2.5 compatibility)
Issue: SPR-9171 | ehcachemanagerfactorybean applies cachemanagername ahead of creation (for ehcache 2.5 compatibility) | 100 | false | false | 10 | false | false | false | spring-projects | spring-framework | 20,704 |
cca255bc7964ede0cde75bfdea08ecba74f3a069 | Juergen Hoeller | Juergen Hoeller | Added "exposeAccessContext" flag JndiRmiClientInterceptor/ProxyFactoryBean (for WebLogic)
Issue: SPR-9428 | added "exposeaccesscontext" flag jndirmiclientinterceptor/proxyfactorybean (for weblogic) | 89 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,705 |
701c5f11100b56c4809d61bcb889294a1cb3eb3e | Juergen Hoeller | Juergen Hoeller | ContextLoader properly detects pre-refreshed WebApplicationContext
Issue: SPR-9996 | contextloader properly detects pre-refreshed webapplicationcontext | 66 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,706 |
8c9383da7c9ce02408c4e22eb8b6fdc07043582d | Juergen Hoeller | Juergen Hoeller | BridgeMethodResolver properly handles bridge methods in interfaces
Issue: SPR-9330 | bridgemethodresolver properly handles bridge methods in interfaces | 66 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,707 |
ed952ccba1118af716747eb183ea95b5beef8421 | Juergen Hoeller | Juergen Hoeller | LocalVariableTableParameterNameDiscoverer works for bridge methods as well
Issue: SPR-9429 | localvariabletableparameternamediscoverer works for bridge methods as well | 74 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,708 |
3dd817585b6258fe51d3279262234dc41f34009b | Juergen Hoeller | Juergen Hoeller | MBeanExporter does not log warnings for manually unregistered MBeans
Issue: SPR-9451 | mbeanexporter does not log warnings for manually unregistered mbeans | 68 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,709 |
721fa9db6a3416f805350b0ae2fba538cdf8e0e6 | Juergen Hoeller | Juergen Hoeller | SpringBeanAutowiringInterceptor eagerly releases BeanFactory if post-construction fails
Issue: SPR-10013 | springbeanautowiringinterceptor eagerly releases beanfactory if post-construction fails | 87 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,710 |
20c4ba40d8735c0b86bc3e5dc20af4b7664b94ae | Juergen Hoeller | Juergen Hoeller | AbstractDriverBasedDataSource does not rely on Properties chaining anymore
Issue: SPR-9461 | abstractdriverbaseddatasource does not rely on properties chaining anymore | 74 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,711 |
be606f4169ce8a79f88ca0bfd02233095a3cff40 | Juergen Hoeller | Juergen Hoeller | Added hint towards not using orm.hibernate3 classes with Hibernate 4
Issue: SPR-9365 | added hint towards not using orm.hibernate3 classes with hibernate 4 | 68 | false | false | 10 | false | false | false | spring-projects | spring-framework | 20,712 |
13cf1fceaa88add6c02b4cebb58c7a5721c93946 | Juergen Hoeller | Juergen Hoeller | Fixed reference to "fallbackToNoOpCache" flag
Issue: SPR-9064 | fixed reference to "fallbacktonoopcache" flag | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,713 |
cd2183f9e1eb7b098edaa86472014197f5d6e6aa | Juergen Hoeller | Juergen Hoeller | Fixed ConnectionSpecConnectionFactoryAdapter explanation
Issue: SPR-9466 | fixed connectionspecconnectionfactoryadapter explanation | 56 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,714 |
8a12b9e23fadb84612eaa2ea9920363fe8ae4ae5 | Juergen Hoeller | Juergen Hoeller | Removed reference to AttributesJmxAttributeSource
Issue: SPR-8916 | removed reference to attributesjmxattributesource | 49 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,715 |
d55877ccf2d050af4c4194c7983ffaac9db88aea | Juergen Hoeller | unknown | spring-jms-3.2.xsd allows for SpEL expressions in prefetch and receive-timeout attributes
Issue: SPR-9553 | spring-jms-3.2.xsd allows for spel expressions in prefetch and receive-timeout attributes | 89 | false | false | 10 | false | false | false | spring-projects | spring-framework | 20,716 |
6a5744e61cc0a60a812580c26b9b004709cbe6e0 | Juergen Hoeller | unknown | CachedIntrospectionResults.clearClassLoader(null) removes cached classes for the system class loader
Issue: SPR-9189 | cachedintrospectionresults.clearclassloader(null) removes cached classes for the system class loader | 100 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,717 |
dcf7d1864e218b0a966d722d16f630e256fe2d15 | Chris Beams | Chris Beams | Increment snapshot version from 3.3 => 4.0
See http://blog.springsource.org/2013/01/16/next-stop-spring-framework-4-0
for details. | increment snapshot version from 3.3 => 4.0 | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,718 |
e659deab4f014d550ff2da5d81b0d76b9cdf2c19 | Chris Beams | Chris Beams | Remove .aj sources from spring-aspects jar
Issue: SPR-10179 | remove .aj sources from spring-aspects jar | 42 | false | false | 6 | false | true | false | spring-projects | spring-framework | 20,719 |
b21e1ee669876c07188e8f970b4b360f6c9e010b | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,720 |
0b078f2ff907451238859b6d6bc408017f61eb6f | Juergen Hoeller | Juergen Hoeller | added Quartz 2.1 loadClass variant (SPR-8727) | added quartz 2.1 loadclass variant (spr-8727) | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,721 |
2a39f34d33b0ce0e2ba6ad10571c8df10fce0f91 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8803 Refine UriComponentsBuilder.replaceQueryParam().
If no values are given, the query parameter is removed. | spr-8803 refine uricomponentsbuilder.replacequeryparam() | 56 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,722 |
dc88a7c8ba8dfeacfb8a37fa4e510b73c7cae4a0 | Costin Leau | Costin Leau | SPR-8830
SPR-8082
SPR-7833
+ add support for CacheDefinitions declarations inside XML
+ more integration tests | spr-8830 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,723 |
e4c88553d83b83da1a97d07d0a05e8ffb81a1371 | Costin Leau | Costin Leau | + rename test (as otherwise it gets picked even if it's abstract) | + rename test (as otherwise it gets picked even if it's abstract) | 65 | false | false | 12 | false | false | false | spring-projects | spring-framework | 20,724 |
473eaac117eb7654fae3625d5211a39560fd0b03 | Costin Leau | Costin Leau | + temporarily disable XML defs (since cache-update and cache-definition are not yet supported) | + temporarily disable xml defs (since cache-update and cache-definition are not yet supported) | 94 | false | false | 13 | false | false | false | spring-projects | spring-framework | 20,725 |
eddb0ac3bed5f1398bc5b44d35e1bcbe37566359 | Costin Leau | Costin Leau | + introduced @CacheUpdate annotation
+ introduced @CacheDefinition annotation
+ introduced meta-annotation to allow multiple @Cache annotations
SPR-7833
SPR-8082 | + introduced @cacheupdate annotation | 36 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,726 |
c3f0f312436b995932426d7e52caa89b8348e32a | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8819 Fix issue in setting best matching pattern. | spr-8819 fix issue in setting best matching pattern | 51 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,727 |
b9a3d4577afe24054c08b290abd9c8301bbe594d | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8823 Fix test error. | spr-8823 fix test error | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,728 |
c9acaaf9d8a10d8eceb95ad43af60f7a87f963e3 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8823 ServletUriComponentsBuilder polish and reference doc update. | spr-8823 servleturicomponentsbuilder polish and reference doc update | 68 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,729 |
d1d48ac940c08419ea05949b2943a8919c14a2bf | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8823 Add ServletUriComponentsBuilder. | spr-8823 add servleturicomponentsbuilder | 40 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,730 |
1beb04cebf3a91b01d3081ca37a10c95931faa11 | Sam Brannen | Sam Brannen | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,731 |
bef75aab077cafcb29247ecc62cb2e78c01a75b8 | Rossen Stoyanchev | Rossen Stoyanchev | Polish synchronization of model attributes with the session. | polish synchronization of model attributes with the session | 59 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,732 |
d3f4c69f00b1fcf52a070e217b26c0ea1cd0ea53 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8803 Add UriComponentsBuilder methods to replace path/query. | spr-8803 add uricomponentsbuilder methods to replace path/query | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,733 |
88892845178ef3bcef9319c169cdb9fbc0fd84d0 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8801 Set ignoreDefaultModelOnRedirect=false in MVC namespace and Java config. | spr-8801 set ignoredefaultmodelonredirect=false in mvc namespace and java config | 80 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,734 |
cd2fee035af8f235e8843b049878721dcab63703 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8783 Update javadoc of MVC's AnnotationDrivenBeanDefinitionParser | spr-8783 update javadoc of mvc's annotationdrivenbeandefinitionparser | 69 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,735 |
bba8bb6ec0ce3a7d076fcb0dc871cb0c8bae36e2 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8661 Add disabled attribute to HiddenInputTag | spr-8661 add disabled attribute to hiddeninputtag | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,736 |
78fbceff824b23a727a97e3f207589dfba33c7cc | Arjen Poutsma | Arjen Poutsma | Added check for illegal characters when creating an encoded UriComponents object | added check for illegal characters when creating an encoded uricomponents object | 80 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,737 |
c290a4e68a288fa9734a7d87258b5e0bfb4bff03 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8694 HTML5 updates to the "type" attribute of the Spring Form tags.
Since dynamic attributes were allowed in Spring 3, it raised the
possibility to specify a type attribute on a number of the form tags.
Where it makes sense (see below) that attribute is now rejected
and reversely where it makes sense it is accept... | spr-8694 html5 updates to the "type" attribute of the spring form tags | 70 | false | false | 12 | false | false | false | spring-projects | spring-framework | 20,738 |
e8dd35ce5e90d0e71f379cff2438d1b27b264097 | Arjen Poutsma | Arjen Poutsma | Added check for expanding already encoded UriComponents object | added check for expanding already encoded uricomponents object | 62 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,739 |
8337f4bf2045d09d17c54617e91b5dbc0593c73e | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8789 Support request with multiple param values in FlahMap matching logic | spr-8789 support request with multiple param values in flahmap matching logic | 77 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,740 |
e6920a59fade8ea74710bf806ec8ae6e40999b1e | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8779 Use original URI in FlashMap match logic to account for URL rewriting. | spr-8779 use original uri in flashmap match logic to account for url rewriting | 78 | false | false | 13 | false | false | false | spring-projects | spring-framework | 20,741 |
1164f5a9fcfabd487fc930c14531d407c8ea86a0 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8782 Raise helpful error when RedirectAttributes is used with old infrastructure classes. | spr-8782 raise helpful error when redirectattributes is used with old infrastructure classes | 92 | false | false | 12 | false | false | false | spring-projects | spring-framework | 20,742 |
5a6980b78b74f592dfd551c28aa55f65ce2e29bf | Rossen Stoyanchev | Rossen Stoyanchev | SPR-7943 Minor fix | spr-7943 minor fix | 18 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,743 |
57fe16e14ba0da689c6a7aa80211696738694aca | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8755 Add Button tag. | spr-8755 add button tag | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,744 |
fd97c8d7a4d4717465c3bb09f2a17f7e2d56e973 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8770 Ensure RequestDataValueProcessor is invoked from RedirectView. | spr-8770 ensure requestdatavalueprocessor is invoked from redirectview | 70 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,745 |
2980ef4c75609b5200f40725a75b6f2d27122e36 | Juergen Hoeller | Juergen Hoeller | prepared for 3.1 RC2 | prepared for 3.1 rc2 | 20 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,746 |
79bcefa0ceb6fc07578b1b0c3456760f7c669cb0 | Juergen Hoeller | Juergen Hoeller | optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access (SPR-7863) | optimized defaultlistablebeanfactory's propertydescriptor caching for concurrent access (spr-7863) | 98 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,747 |
e2d9142c5a118e27e724b6574cc4a6ee446e270d | Juergen Hoeller | Juergen Hoeller | LocaleEditor and StringToLocaleConverter do not restrict variant part through validation (SPR-8637) | localeeditor and stringtolocaleconverter do not restrict variant part through validation (spr-8637) | 99 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,748 |
0c9e3fb3bd25b6934972b632ea9f511a8b37edd7 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,749 |
36616a0c2cdcd570ec946f6dbe9fbbc7e55b854e | Juergen Hoeller | Juergen Hoeller | fixed GenericTypeResolver to consistently return null if not resolvable (SPR-8698) | fixed generictyperesolver to consistently return null if not resolvable (spr-8698) | 82 | false | false | 10 | false | false | false | spring-projects | spring-framework | 20,750 |
3bd9a3e3e0fd6e8d25a430be2221a3d13e43936e | Juergen Hoeller | Juergen Hoeller | RmiClientInterceptor detects nested SocketException as connect failure as well (SPR-8628) | rmiclientinterceptor detects nested socketexception as connect failure as well (spr-8628) | 89 | false | false | 10 | false | false | false | spring-projects | spring-framework | 20,751 |
f7b9eb8fe302f0b54133a4611ae0eb7017ef7f64 | Juergen Hoeller | Juergen Hoeller | added proper "contentLength()" implementation to ByteArrayResource (SPR-8709) | added proper "contentlength()" implementation to bytearrayresource (spr-8709) | 77 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,752 |
2fdc2b58221585bfba578a811d0a2261733db09b | Juergen Hoeller | Juergen Hoeller | fixed StandardServlet/PortletEnvironment to check for JNDI (for Google App Engine compatibility) | fixed standardservlet/portletenvironment to check for jndi (for google app engine compatibility) | 96 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,753 |
3f73f519661d0e547895ad932311b54966d26b6c | Juergen Hoeller | Juergen Hoeller | fixed MethodInvokingJobDetailFactoryBean's Quartz 2.0 support | fixed methodinvokingjobdetailfactorybean's quartz 2.0 support | 61 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,754 |
0dfb617d8a13dc8e37d78d40f296e9daf345b2e6 | Juergen Hoeller | Juergen Hoeller | refer to correct openSession() method for Hibernate 4.0 (SPR-8776) | refer to correct opensession() method for hibernate 4.0 (spr-8776) | 66 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,755 |
de5a007e461097da673abbbc09bce788841fd3d0 | Juergen Hoeller | Juergen Hoeller | cleanup of conversation dependencies | cleanup of conversation dependencies | 36 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,756 |