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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
47711c6743eda84e4faa0ae16136b6ecf7da5e30 | Costin Leau | Costin Leau | +SPR-7470
+ minor adjustments | +spr-7470 | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,157 |
f105670cecaa951e829e96a8296b62029fc6af6e | Chris Beams | Chris Beams | Fix breaking logic around getFilename() call | fix breaking logic around getfilename() call | 44 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,158 |
1a7aebb0dd8e18f339e33b4460b9f0121569092d | Chris Beams | Chris Beams | Improved fix for detecting non-file based Resources in PropertiesLoaderSupport (SPR-7547, SPR-7552)
Use instanceof check against AbstractFileResolvingResource instead of
try/catch around resource.getFilename() call. | improved fix for detecting non-file based resources in propertiesloadersupport (spr-7547, spr-7552) | 99 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,159 |
c08a2764d0da6d8057c0f5eb3f475e70110f65de | Costin Leau | Costin Leau | SPR-7470
+ add basic documentation for c: namespace | spr-7470 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,160 |
da97547f001aa16e4dbf240e329389859b8549ee | Costin Leau | Costin Leau | fixed mistake in jmx docs (SPR-977) | fixed mistake in jmx docs (spr-977) | 35 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,161 |
fbb106cfbefcb0bd70f90a8e13c08bebeb3c7bf1 | Thomas Risberg | Thomas Risberg | updated license and notice files | updated license and notice files | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,162 |
f46a455c72370714a7494ff95bf9d4cd927ebac8 | Chris Beams | Chris Beams | Eliminate PropertySourceAggregator interface | eliminate propertysourceaggregator interface | 44 | false | false | 3 | true | true | true | spring-projects | spring-framework | 22,163 |
8770ea96b03106a06ee7ce401dc2fe39f419f816 | Chris Beams | Chris Beams | Expose Environment ConfigurationService
AbstractEnvironment delegates to an underlying ConfigurationService when
processing methods such as getProperty(String name, Class<?> targetType)
Accessor methods have been added to the ConfigurableEnvironment
interface that allow this service to be updated or replaced. | expose environment configurationservice | 39 | false | false | 3 | true | true | true | spring-projects | spring-framework | 22,164 |
b3e36a335d98945f8bf04ebb80ebe31664283720 | Chris Beams | Chris Beams | Eliminate reserved 'default' profile (SPR-7778)
There is no longer a reserved default profile named 'default'. Rather,
users must explicitly specify a default profile or profiles via
ConfigurableEnvironment.setDefaultProfiles(String...)
- or -
spring.profile.default="pD1,pD2"
Per above, the setDefaul... | eliminate reserved 'default' profile (spr-7778) | 47 | false | false | 5 | true | false | true | spring-projects | spring-framework | 22,165 |
e693d9fa587db6f3392fb545cffbd3e50893c4a1 | Chris Beams | Chris Beams | Polish JavaDoc | polish javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,166 |
b50abc67deb639c5a29c286cb19bd08780ec5f4d | Chris Beams | Chris Beams | Add Hamcrest 1.1 as test-time dependency for .context
Provides a richer set of Matcher implementations than JUnit's hamcrest
package. | add hamcrest 1.1 as test-time dependency for .context | 53 | false | false | 8 | true | true | false | spring-projects | spring-framework | 22,167 |
e0c5ced6957b9fdc6667d5a41811ac019994d15e | Chris Beams | Chris Beams | Use dot notation rather than camel case for profile props (SPR-7508)
Before this change, the following properties could be used to manipulate
Spring profile behavior:
-DspringProfiles=p1,p2
-DdefaultSpringProfile=pD
These properties have been renamed to follow usual Java conventions for
property naming:
... | use dot notation rather than camel case for profile props (spr-7508) | 68 | false | false | 11 | true | true | false | spring-projects | spring-framework | 22,168 |
5062dc31af63691f91a8a473803653d4d36d9a39 | Chris Beams | Chris Beams | Support default profile (SPR-7508, SPR-7778)
'default' is now a reserved profile name, indicating
that any beans defined within that profile will be registered
unless another profile or profiles have been activated.
Examples below are expressed in XML, but apply equally when
using the @Profile annotation.
EXAMPLE 1:... | support default profile (spr-7508, spr-7778) | 44 | false | false | 5 | false | true | false | spring-projects | spring-framework | 22,169 |
b33da670e5304ae44fc0817cebf200a69a5f457e | Chris Beams | Chris Beams | Rename EnvironmentBeansTests* -> ProfileXmlBeanDefinitionTests*
Earlier naming reflected initial conception of 'environment-specific
bean definitions'. This notion has evolved into bean definitions
specific to particular profiles, and the new naming more clearly
expresses it. | rename environmentbeanstests* -> profilexmlbeandefinitiontests* | 63 | false | false | 4 | false | true | false | spring-projects | spring-framework | 22,170 |
c8b49158916431afabb1989a87a09465aaff1c3a | Chris Beams | Chris Beams | Remove obsolete ConfigurationClassPostProcessor.getOrder() | remove obsolete configurationclasspostprocessor.getorder() | 58 | false | false | 3 | true | true | false | spring-projects | spring-framework | 22,171 |
b109a07fd99262204605b560bdba036c95eb093b | David Syer | David Syer | SPR-7705: re-order rules and befores | re-order rules and befores | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,172 |
c52915bde6ac2eab7554fd665870d0c4f4592307 | David Syer | David Syer | Add hamcrest to beans pom in the right place to make tests compile | add hamcrest to beans pom in the right place to make tests compile | 66 | false | false | 13 | true | true | false | spring-projects | spring-framework | 22,173 |
197a46d0ab5b7008fbc68eaa7468f363fca0b91b | Chris Beams | Chris Beams | Fix .integration-tests build path errors
Add .expression as a build path dependency to satisfy imports in
Spr7538Tests.java | fix .integration-tests build path errors | 40 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,174 |
36ec06a9171c290e168f9257726a45edb58c05e6 | David Syer | David Syer | Add missing JPA dependency | add missing jpa dependency | 26 | false | false | 4 | false | true | false | spring-projects | spring-framework | 22,175 |
cfe1fdb5e596ccf977d8eaef60f2acb1fe700248 | David Syer | David Syer | Add missing Hamcrest dependency | add missing hamcrest dependency | 31 | false | false | 4 | true | true | true | spring-projects | spring-framework | 22,176 |
a3df1c4e416c3d12072bafd0c63a8c93d85fbe55 | David Syer | David Syer | Re-order deps to allow Hamcrest to come before JUnit | re-order deps to allow hamcrest to come before junit | 52 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,177 |
b73224427f296a1f016e0334bd189eb9e2bf3b2f | David Syer | David Syer | Add missing ROME dep | add missing rome dep | 20 | false | false | 4 | true | true | true | spring-projects | spring-framework | 22,178 |
01120eb2f0c2b0ecb59daa4d31643e5e3a3beed2 | Arjen Poutsma | Arjen Poutsma | Using random port for HTTP integration tests | using random port for http integration tests | 44 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,179 |
8762ec956c8d8e18979770a0ddc836b971e88fc1 | Arjen Poutsma | Arjen Poutsma | SPR-7707 - Unexpected behavior with class-level @RequestMappings | spr-7707 - unexpected behavior with class-level @requestmappings | 64 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,180 |
01e79cfeddf788b3059f9012c0e19aca87e3902c | Costin Leau | Costin Leau | SPR-7703
- minor performance improvements to servlet and portlet handlers | spr-7703 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,181 |
caf1a0875ac51544aec99129e29e3bbfa94f9b12 | Costin Leau | Costin Leau | SPR-7308
+ add updated IDE classpath
+ add updated OSGi manifest | spr-7308 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,182 |
4f8105ccaa1c0d1b1ab99fb108a60ea787a0d33a | Costin Leau | Costin Leau | SPR-7308
+ add updated IDE classpath
+ add updated OSGi manifest | spr-7308 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,183 |
85c02981b5f92f7dae92ffe2c9bb0657e6a7caac | Costin Leau | Costin Leau | SPR-7308
+ initial commit of caching abstraction
+ main API
+ Spring AOP and AspectJ support
+ annotation driven, declarative support
+ initial namespace draft | spr-7308 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,184 |
416777022dff7a420d3d0d3d1a04c71905b67828 | Arjen Poutsma | Arjen Poutsma | SPR-6614 - Add human-readable descriptions for statuc codes in HttpStatus | spr-6614 - add human-readable descriptions for statuc codes in httpstatus | 73 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,185 |
7cc3f49910b6ed281f1aee0851e603dfa96ed48a | Arjen Poutsma | Arjen Poutsma | SPR-7695 - Add ETag version of WebRequest.checkNotModified() | spr-7695 - add etag version of webrequest.checknotmodified() | 60 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,186 |
095a36e853e7c3977f064f97db7f4af641145bdc | Costin Leau | Costin Leau | SPR-7470
+ add missing test class | spr-7470 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,187 |
6ef987bcedd6c97f9a7683fbefa60b05f66cf408 | Costin Leau | Costin Leau | SPR-7470
+ add test for XML config with errors | spr-7470 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,188 |
c13905ad1627f9d91e54ffd199c64380bbf18eb3 | Costin Leau | Costin Leau | SPR-7470
+ add c: namespace | spr-7470 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,189 |
87d0da2d4cb0643071a2d3ce87fbfb80ab369c89 | Juergen Hoeller | Juergen Hoeller | final preparations for 3.0.2 | final preparations for 3.0.2 | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,190 |
ad78b5cdb55c4b29c1907ccced38b6a697fc33fd | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,191 |
de84703c02ff555c16796fc36425697b515e2efe | Juergen Hoeller | Juergen Hoeller | @ExceptionHandler methods consistently receive original exception as thrown by user methods | @exceptionhandler methods consistently receive original exception as thrown by user methods | 91 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,192 |
b67b5ec40866894ad48549d6bb8b8e2e46d00b52 | Juergen Hoeller | Juergen Hoeller | clarified applicability of @ExceptionHandler in Portlet environments (SPR-6959) | clarified applicability of @exceptionhandler in portlet environments (spr-6959) | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,193 |
65e88449aa0f970d0d52e4e8364ce4b7faa51b94 | Juergen Hoeller | Juergen Hoeller | DispatcherPortlet passes handler instance into HandlerExceptionResolver for action exception; DispatcherPortlet applies preHandleRender callbacks in case of action exception as well (SPR-6959) | dispatcherportlet passes handler instance into handlerexceptionresolver for action exception; dispatcherportlet applies prehandlerender callbacks in case of action exception as well (spr-6959) | 192 | false | false | 21 | false | false | false | spring-projects | spring-framework | 22,194 |
20de98362a481d2754aceab25150e50e8b49d15f | Juergen Hoeller | Juergen Hoeller | use simple type name in "missing parameter" exception text | use simple type name in "missing parameter" exception text | 58 | false | false | 9 | true | false | false | spring-projects | spring-framework | 22,195 |
ea7ff5241d9f134f860dfdd1bacc751468abfd09 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,196 |
ae877e92c7aede9043433158543ca6dddfc66097 | Juergen Hoeller | Juergen Hoeller | improved getBean(Class) javadoc | improved getbean(class) javadoc | 31 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,197 |
16305530f2ef5c812acbe40c20f18d8aa769d3eb | Juergen Hoeller | Juergen Hoeller | adapted to common naming convention for internal attributes | adapted to common naming convention for internal attributes | 59 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,198 |
282de41f06109656f4d27d8eabde2339f65b549a | Juergen Hoeller | Juergen Hoeller | AbstractInterceptorDrivenBeanDefinitionDecorator exposes decorated BeanDefinition for early type checking in AbstractBeanFactory (SPR-7006) | abstractinterceptordrivenbeandefinitiondecorator exposes decorated beandefinition for early type checking in abstractbeanfactory (spr-7006) | 139 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,199 |
16eb915c95cebe263fd3b33c99d493fd9fb84e1d | Juergen Hoeller | Juergen Hoeller | ObjectFactoryCreatingFactoryBean creates a serializable ObjectFactory reference; added ProviderCreatingFactoryBean, exposing a serializable JSR-330 Provider reference (SPR-6998) | objectfactorycreatingfactorybean creates a serializable objectfactory reference; added providercreatingfactorybean, exposing a serializable jsr-330 provider reference (spr-6998) | 177 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,200 |
0eabef072077bbd49dc5f757564266d1dea52255 | Juergen Hoeller | Juergen Hoeller | added filter ordering comments (SPR-6594) | added filter ordering comments (spr-6594) | 41 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,201 |
2c9753ad253e2280ce846ff3155bbe6706883fcf | Juergen Hoeller | Juergen Hoeller | NativeWebRequest detects native MultipartRequest even when decorated (SPR-6594) | nativewebrequest detects native multipartrequest even when decorated (spr-6594) | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,202 |
81e81ce77c7565c7dbee694f56cf30297c89a6c7 | Juergen Hoeller | Juergen Hoeller | WebRequestInterceptor exposes HttpServletResponse through NativeWebRequest (after downcast) | webrequestinterceptor exposes httpservletresponse through nativewebrequest (after downcast) | 91 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,203 |
9cecaa769e90ccecfbfe6c2dbdbfd2c86edc4baa | Arjen Poutsma | Arjen Poutsma | SPR-7047 - XML MarshallingView assumes non-null value for object to be marshalled. | spr-7047 - xml marshallingview assumes non-null value for object to be marshalled | 81 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,204 |
8c8eca7e059e139fd990b1d6d59187665bd4ca3e | Juergen Hoeller | Juergen Hoeller | refined use of generics | refined use of generics | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,205 |
fba8bcc7dc5c91b886474596dd21ba32b1e03833 | Juergen Hoeller | Juergen Hoeller | compatibility with JasperReports 3.x in terms of resource management (SPR-7048) | compatibility with jasperreports 3.x in terms of resource management (spr-7048) | 79 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,206 |
fa719ad4c58d3c172d137746675c4d6249e96e86 | Juergen Hoeller | Juergen Hoeller | restored compatibility with Servlet 2.4 containers on all VMs (SPR-7044) | restored compatibility with servlet 2.4 containers on all vms (spr-7044) | 72 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,207 |
63dc53a5ea1ab1e38c19f6f10316401c8bcfc333 | Arjen Poutsma | Arjen Poutsma | SPR-6861 - enable overwriting of createHttpInputMessage and createHttpOutputMessage in AnnotationMethodHandlerAdapter | spr-6861 - enable overwriting of createhttpinputmessage and createhttpoutputmessage in annotationmethodhandleradapter | 117 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,208 |
bc7679f9fc189479ad4aee54dc9ec9fe7438292c | Arjen Poutsma | Arjen Poutsma | Documented HttpEntity | documented httpentity | 21 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,209 |
a6d5d7c8e2b3f93c2465358bd75cdfe6ddc438ff | Arjen Poutsma | Arjen Poutsma | javadoc | javadoc | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,210 |
122e4346bb933107c1d0be6a5ae74c23983dc189 | Arjen Poutsma | Arjen Poutsma | Documented HttpEntity | documented httpentity | 21 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,211 |
c18137d40ac9ecf7b44435442cdb7bbbb860a78e | Arjen Poutsma | Arjen Poutsma | SPR-6728 - Document Spring MVC exception -> HTTP status code mappings | spr-6728 - document spring mvc exception -> http status code mappings | 69 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,212 |
a827ab88b160acdcb46c2d21c5dabb4b41dd57c5 | Sam Brannen | Sam Brannen | [SPR-6523] Commented all paragraphs (i.e., for list, map, and set) related to collection merging with the util namespace until this issue has been addressed. | [spr-6523] commented all paragraphs (i.e., for list, map, and set) related to collection merging with the util namespace until this issue has been addressed | 156 | false | false | 24 | false | false | false | spring-projects | spring-framework | 22,213 |
351e72b6e258bd030fb21be253f6348319f81d0e | Chris Beams | Chris Beams | incorrectly invoked factory methods now result in exceptions with more descriptive messages (SPR-5475) | incorrectly invoked factory methods now result in exceptions with more descriptive messages (spr-5475) | 102 | false | false | 13 | false | false | false | spring-projects | spring-framework | 22,214 |
cbed1c1b4b5fd74c9cd201890f619a7079804d3f | Juergen Hoeller | Juergen Hoeller | fixed collection element conversion using ConversionService (SPR-6950) | fixed collection element conversion using conversionservice (spr-6950) | 70 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,215 |
124837e2c3ffd185a389c9c21e9a673044d22fe1 | Arjen Poutsma | Arjen Poutsma | Added @Override annotations. | added @override annotations | 27 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,216 |
753a54096f503f51ba6ba19f9840926dcaed249a | Arjen Poutsma | Arjen Poutsma | SPR-7000 - AnnotationMethodHandlerAdapter gives priority to media type order over quality when selecting a method | spr-7000 - annotationmethodhandleradapter gives priority to media type order over quality when selecting a method | 113 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,217 |
d50881d82b8f2ed8e0947cdffe0e4f74fd3a53dd | Juergen Hoeller | Juergen Hoeller | fixed collection element conversion using ConversionService (SPR-6950) | fixed collection element conversion using conversionservice (spr-6950) | 70 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,218 |
f836601e0f6d55e3dd1117346773ab17dd85b5be | Arjen Poutsma | Arjen Poutsma | SPR-7034 - XmlBeans UnMarshalling - does not work with RequestBody annotation | spr-7034 - xmlbeans unmarshalling - does not work with requestbody annotation | 77 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,219 |
fbda55f141fa46e801f82504ab133cfe91923cc7 | Chris Beams | Chris Beams | corrected TypeUtils.isAssignable() failure to return true in certain valid wildcard bounding scenarios (SPR-6850) | corrected typeutils.isassignable() failure to return true in certain valid wildcard bounding scenarios (spr-6850) | 113 | false | false | 13 | false | false | false | spring-projects | spring-framework | 22,220 |
10c358718e13c4ee3cd5731a0e83a411c53aeba5 | Juergen Hoeller | Juergen Hoeller | avoid NPE if runtimeTest is null (SPR-7032) | avoid npe if runtimetest is null (spr-7032) | 43 | false | false | 7 | false | true | false | spring-projects | spring-framework | 22,221 |
6f2062fb3a619e9d216723269c7a5ad5032e8237 | Arjen Poutsma | Arjen Poutsma | SPR-7031 - MappingJacksonJsonView should add headers for no-caching | spr-7031 - mappingjacksonjsonview should add headers for no-caching | 67 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,222 |
f42d4241b43ac69a64f558f660da3a1e44e56f78 | Juergen Hoeller | Juergen Hoeller | preparations for 3.0.2 | preparations for 3.0.2 | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,223 |
3576bc4585bdfaf94280f548022ea202306b9fcc | Juergen Hoeller | Juergen Hoeller | preparations for 3.0.2 | preparations for 3.0.2 | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,224 |
47389a0edd961ae789a83a668a0396b67e9fde7f | Thomas Risberg | Thomas Risberg | added com.springsource.javax.servlet.jsp dependency to fix problem with test (SPR-7033) | added com.springsource.javax.servlet.jsp dependency to fix problem with test (spr-7033) | 87 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,225 |
ab139dffd0d8c07e84df7ccb092773eba1ca4285 | Juergen Hoeller | Juergen Hoeller | added javadoc references to semantic definition of transaction attributes (SPR-7029) | added javadoc references to semantic definition of transaction attributes (spr-7029) | 84 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,226 |
a5f3d009774551f2c70a5284891c0f4d1ec9b599 | Thomas Risberg | Thomas Risberg | added conf attribute for the struts dependency (SPR-7033) | added conf attribute for the struts dependency (spr-7033) | 57 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,227 |
53b6e1c1b0a9dc60dae2f495751e71cfff401b7e | Juergen Hoeller | Juergen Hoeller | fixed DataBinder's conversion error handling for direct field access with ConversionService (SPR-6953) | fixed databinder's conversion error handling for direct field access with conversionservice (spr-6953) | 102 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,228 |
65b0a8fcb2eab55631ebb7f8780cef4aed0bedc5 | Juergen Hoeller | Juergen Hoeller | revised BeanTypeDescriptor into core PropertyTypeDescriptor; consider method annotations for return type (SPR-6979) | revised beantypedescriptor into core propertytypedescriptor; consider method annotations for return type (spr-6979) | 115 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,229 |
461c200ce611666106a86e670076833bd3e0c706 | Juergen Hoeller | Juergen Hoeller | restricted onApplicationEvent callbacks for local ApplicationContext only (SPR-6964) | restricted onapplicationevent callbacks for local applicationcontext only (spr-6964) | 84 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,230 |
a61443089903f42d9bc07c2acd05274abfa4ed05 | Juergen Hoeller | Juergen Hoeller | allow for null keys and null values in rendered Map (SPR-7024) | allow for null keys and null values in rendered map (spr-7024) | 62 | false | false | 11 | false | false | false | spring-projects | spring-framework | 22,231 |
bc2440ea16f4601312a013e8cdb22ef7407a9f4d | Juergen Hoeller | Juergen Hoeller | updated for JDK 1.5+ | updated for jdk 1.5+ | 20 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,232 |
6fb49f1de7c427e903abaab2fe1cb9ab22889e0e | Juergen Hoeller | Juergen Hoeller | ignore failing serialization test for the time being | ignore failing serialization test for the time being | 52 | false | false | 8 | true | true | false | spring-projects | spring-framework | 22,233 |
6118d67321b07bf09799559ad4e9e26e1600e5b1 | Chris Beams | Chris Beams | updated JavaDoc regarding short-circuiting the BeanPostProcessor chain when returning null from BPP methods (SPR-6926) | updated javadoc regarding short-circuiting the beanpostprocessor chain when returning null from bpp methods (spr-6926) | 118 | false | false | 14 | false | false | false | spring-projects | spring-framework | 22,234 |
cbca6e1acb468d943c2f22ebfd8bd104946c22df | Juergen Hoeller | Juergen Hoeller | prevent findEditorByConvention AccessControlException on Google App Engine (SEC-1434) | prevent findeditorbyconvention accesscontrolexception on google app engine (sec-1434) | 85 | false | false | 8 | true | true | false | spring-projects | spring-framework | 22,235 |
2c2cf32b8af9e9c6b9e58f28f26d586dc7c45441 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,236 |
89755542da0fa70284ecf167eef82bcd191b40b9 | Juergen Hoeller | Juergen Hoeller | BeanPostProcessors are allowed to return a null bean value in the middle of the chain (SPR-6926) | beanpostprocessors are allowed to return a null bean value in the middle of the chain (spr-6926) | 96 | false | false | 16 | false | false | false | spring-projects | spring-framework | 22,237 |
051b5f4f4f20638ba231afc9c8e72c98afa665a4 | Chris Beams | Chris Beams | removed duplicate junit and aspectjweaver dependencies | removed duplicate junit and aspectjweaver dependencies | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,238 |
b370969690e5463374c4f47e6f8543c07c5ae4d9 | Juergen Hoeller | Juergen Hoeller | added public "validateDatabaseSchema" method to Hibernate LocalSessionFactoryBean (SPR-3212) | added public "validatedatabaseschema" method to hibernate localsessionfactorybean (spr-3212) | 92 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,239 |
a1f6eabbce88a076dcc36a6b216fae00184f2d6e | Chris Beams | Chris Beams | SPR-7002: updated .classpath and pom to reflect new dependency upgrade from Jackson 1.0.0->1.4.2 | updated .classpath and pom to reflect new dependency upgrade from jackson 1.0.0->1.4.2 | 86 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,240 |
247c46e6ea6c710fa8a34352e1e08b4f6cc37ff8 | Chris Beams | Chris Beams | SPR-7002: updated .classpath and pom to reflect new dependency upgrade from Jackson 1.0.0->1.4.2 | updated .classpath and pom to reflect new dependency upgrade from jackson 1.0.0->1.4.2 | 86 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,241 |
915ca47cad88822ce2ce4e6a332c8683df1b9166 | Juergen Hoeller | Juergen Hoeller | updated to Jackson 1.4.2 | updated to jackson 1.4.2 | 24 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,242 |
0d8a020684803abcda9aa125693f3afec22c1d6e | Mark Fisher | Mark Fisher | updated commons-pool version in .classpath to match ivy config | updated commons-pool version in .classpath to match ivy config | 62 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,243 |
1e388a894eb9bfa1459941d4f12899f71d74fafe | Mark Pollack | Mark Pollack | Change version of Hibernate Validator to 4.0.2 in pom.xml and eclipse .classpath to agree with version in ivy.xml | change version of hibernate validator to 4.0.2 in pom.xml and eclipse .classpath to agree with version in ivy.xml | 113 | false | false | 18 | true | true | false | spring-projects | spring-framework | 22,244 |
4e7752c9baeadbbd8631a2706b438b82e5de7cd3 | Juergen Hoeller | Juergen Hoeller | JCA listener containers delegate to wrapped Transaction handle (for Geronimo compatibility; SPR-6991) | jca listener containers delegate to wrapped transaction handle (for geronimo compatibility; spr-6991) | 101 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,245 |
c13e5f9f5b764e80e52d4e4166652c64ca4d34e6 | Chris Beams | Chris Beams | SPR-7009, SPR-6972: backed out unintentionally committed tests | backed out unintentionally committed tests | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,246 |
706a09c49e3006b945da1b2c75a5483454066cab | Chris Beams | Chris Beams | SPR-7009: TransactionInterceptor now extracts ultimate target class before evaluating @Transactional metadata to accommodate double-proxying cases | transactioninterceptor now extracts ultimate target class before evaluating @transactional metadata to accommodate double-proxying cases | 136 | false | false | 14 | false | false | false | spring-projects | spring-framework | 22,247 |
c38c09bc351e222a9674d48c0bf74ba0a5bc63ad | Chris Beams | Chris Beams | SPR-6972: removed import | removed import | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,248 |
77bb68b9675f1acb62053b52f0886ded3d0201ea | Chris Beams | Chris Beams | SPR-6972: failed attempt to reproduce issue | failed attempt to reproduce issue | 33 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,249 |
212daa19954ec639e493554ade50149995f4e802 | Arjen Poutsma | Arjen Poutsma | SPR-7002 - RestTemplate fails to convert properly for Generic Type Container with MappingJacksonHttpMessageConverter | spr-7002 - resttemplate fails to convert properly for generic type container with mappingjacksonhttpmessageconverter | 116 | false | false | 13 | false | false | false | spring-projects | spring-framework | 22,250 |
f7ac7a395c046dcdc606a119cea5d30dd06c2c00 | Arjen Poutsma | Arjen Poutsma | SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params | spr-6021 - allow for using multivaluemap in get request for mapping multiple request params | 91 | false | false | 14 | false | false | false | spring-projects | spring-framework | 22,251 |
465e84eda44ceff3f4cd7f8a837638b3f96ca944 | Arjen Poutsma | Arjen Poutsma | Revert: SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params | spr-6021 - allow for using multivaluemap in get request for mapping multiple request params | 91 | false | false | 14 | false | false | false | spring-projects | spring-framework | 22,252 |
ec577f8e2402fc37e4eba3ea49158e2c3d21d8d0 | Chris Beams | Chris Beams | SPR-6538: context-support is no longer marked as an optional dependency within aspects and webmvc POMs | context-support is no longer marked as an optional dependency within aspects and webmvc poms | 92 | false | false | 14 | false | false | false | spring-projects | spring-framework | 22,253 |
26470cc23a91108276ba5c37bddd0b71cda6ed50 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,254 |
296aa96d715ccc56ab12cbc5af27004e127489a1 | Juergen Hoeller | Juergen Hoeller | AopUtils.getTargetClass(...) never returns null (SPR-7011) | aoputils.gettargetclass(...) never returns null (spr-7011) | 58 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,255 |
a2c3274b8e798c3641486530f998ba62f47c3269 | Juergen Hoeller | Juergen Hoeller | fixed double fixedField call for getFieldType (SPR-7019) | fixed double fixedfield call for getfieldtype (spr-7019) | 56 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,256 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.