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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5109501d1636ed643e351218f6c2823d28eb495e | David Syer | David Syer | SPR-7463: switched to instance variable | switched to instance variable | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,757 |
e27f4b15778b01b07e22227090c6f50deccf89ce | Juergen Hoeller | Juergen Hoeller | revised DispatcherServlet's last-modified handling to properly work with scoped controllers | revised dispatcherservlet's last-modified handling to properly work with scoped controllers | 91 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,758 |
f8690cf7915e8a89d5c50fac2f074f2440ffc8d1 | Juergen Hoeller | Juergen Hoeller | DispatcherServlet etc | dispatcherservlet etc | 21 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,759 |
f6c07b371f20ff8dc38660cbbd48c874681a2c67 | Juergen Hoeller | Juergen Hoeller | revised DispatcherServlet's last-modified handling to properly work with scoped controllers; added HEAD support to ResourceHttpRequestHandler | revised dispatcherservlet's last-modified handling to properly work with scoped controllers; added head support to resourcehttprequesthandler | 141 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,760 |
29b12adbaa9d760b14d3a063f6dcea6321e3039f | Juergen Hoeller | Juergen Hoeller | revised web scoping tests | revised web scoping tests | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,761 |
a79c015297e382bc6702d057e32efc74a4e2672c | Juergen Hoeller | Juergen Hoeller | refined logging of handler objects in order to avoid early access to scoped proxies (SPR-7456) | refined logging of handler objects in order to avoid early access to scoped proxies (spr-7456) | 94 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,762 |
01b65cd201ecb1ca9878849e12d5b2e2d37fe6a8 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,763 |
61fcef1471dbb1a51bf24e647e3a7f42030e7f22 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,764 |
34ebad5fffe38158d8fb94f1577664a9e26d20e4 | Juergen Hoeller | Juergen Hoeller | fixed JSP EvalTag to render null result as empty String instead of "null" String (SPR-7459) | fixed jsp evaltag to render null result as empty string instead of "null" string (spr-7459) | 91 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,765 |
9bd0bd9c3a279d22562296d7cd2e442e3d149b7d | Juergen Hoeller | Juergen Hoeller | SpringTemplateLoader supports last-modified timestamp through Resource abstraction (SPR-7454) | springtemplateloader supports last-modified timestamp through resource abstraction (spr-7454) | 93 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,766 |
99733aef2a18ec511b36c5a34cc2eaf6505c50e9 | Juergen Hoeller | Juergen Hoeller | introspect superclass when given a CGLIB proxy as target class (SPR-7448); use generic Class<?> in TransactionAttributeSource signature | introspect superclass when given a cglib proxy as target class (spr-7448); use generic class<?> in transactionattributesource signature | 135 | false | false | 17 | false | true | false | spring-projects | spring-framework | 21,767 |
8a23ce917afb6cd19996508521a27f8ea97db29d | Juergen Hoeller | Juergen Hoeller | Spring's constructor resolution consistently finds non-public multi-arg constructors (SPR-7453) | spring's constructor resolution consistently finds non-public multi-arg constructors (spr-7453) | 95 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,768 |
6e303d25c4e49f05096b8abac64c6bddc127b39c | Arjen Poutsma | Arjen Poutsma | SPR-7427 - URL in a redirect is not escaped by RedirectView | spr-7427 - url in a redirect is not escaped by redirectview | 59 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,769 |
c2b030a50dd62f3f1614e8a19ba9658d0fe0abdb | Chris Beams | Chris Beams | Polish @EnableScheduling Javadoc | polish @enablescheduling javadoc | 32 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,770 |
7e398f101cf677656e603f51a176e15a8e1e3cfc | Chris Beams | Chris Beams | Rename AsyncConfigurer#get{+Async}Executor | rename asyncconfigurer#get{+async}executor | 42 | false | false | 2 | false | true | false | spring-projects | spring-framework | 21,771 |
358cbf43014c89cb73d8635fb5d18be0cbd39fc9 | Chris Beams | Chris Beams | Polish @EnableScheduling Javadoc | polish @enablescheduling javadoc | 32 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,772 |
b7f4f2b546a3c1be164fc5fe9f645e342cc9fe5b | Chris Beams | Chris Beams | Expose return-value-handlers in mvc namespace
Mirroring the MvcConfigurer#addCustomReturnValueHandlers callback which
allows for providing a list of HandlerMethodReturnValueHandler types | expose return-value-handlers in mvc namespace | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,773 |
1efb82d7cb771a9739dee647ccfcfa69d18c2cba | Chris Beams | Chris Beams | Rename RequestMapping types for concision
Remove 'Method' from RequestMappingHandlerMethodMapping and
RequestMappingHandlerMethodAdapter | rename requestmapping types for concision | 41 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,774 |
2092a31f9d74f87c0884862dbcd3cb89a770f40e | Chris Beams | Chris Beams | Rename DataBinderFactory subtypes for concision | rename databinderfactory subtypes for concision | 47 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,775 |
446dfdbff26678ebaa025c7c24832211cda61dab | Chris Beams | Chris Beams | Introduce @EnableMvcConfiguration | introduce @enablemvcconfiguration | 33 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,776 |
01e5120a26141b7e771af042c20c7a092a1950fc | Chris Beams | Chris Beams | Introduce @EnableTransactionManagement | introduce @enabletransactionmanagement | 38 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,777 |
d9a89529f05b37300939820fd8acfc2278df4974 | Chris Beams | Chris Beams | Introduce @EnableScheduling | introduce @enablescheduling | 27 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,778 |
de50789cb6901b23a8d323939565a137ef2a65f0 | Chris Beams | Chris Beams | Introduce @EnableAsync
Introduce @EnableAsync#order
AsyncAnnotationBeanPostProcessor's 'order' property is now mutable;
@EnableAsync's 'order()' attribute allows for setting it, but must
have a default value, thus uses the new Ordered#NOT_ORDERED
constant - a reserved negative number very unlikely to be otherwise
use... | introduce @enableasync | 22 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,779 |
cf0fc278bbc5ef4a3b08cc0a98d581ee8f930eae | Chris Beams | Chris Beams | Introduce @Role
As a mechanism for setting the 'role' hint on BeanDefinitions created
via component-scanning or @Bean methods. | introduce @role | 15 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,780 |
17892a8ab2499d2da2d2521970690bc7c92ad103 | Chris Beams | Chris Beams | Introduce Ordered#NOT_ORDERED
To provide a reasonable default value for annotations that expose
int-returning #order attributes. | introduce ordered#not_ordered | 29 | false | false | 2 | false | true | false | spring-projects | spring-framework | 21,781 |
7b999c676f855fd208fcd56943b3ca48233d7f3a | Chris Beams | Chris Beams | Introduce ReflectionUtils#getUniqueDeclaredMethods
This change is in support of certain polymorphism cases in
@Configuration class inheritance hierarchies. Consider the following
scenario:
@Configuration
public abstract class AbstractConfig {
public abstract Object bean();
}
@Configuration
public class Concrete... | introduce reflectionutils#getuniquedeclaredmethods | 50 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,782 |
2bc3527f76247a3b8fd81ba5373b4b155e3a48b8 | Chris Beams | Chris Beams | Consolidate annotation processing constants
Consolidating internal bean name and aspect class name constats within
AnnotationConfigUtils to allow access from both the context.config
and context.annotation packages without creating a relationship between
the two of them (they are unrelated leaf nodes in the packaging
c... | consolidate annotation processing constants | 43 | false | false | 4 | true | false | true | spring-projects | spring-framework | 21,783 |
9a271ce6c92695b9421aa603c9aa56e805c7920c | Chris Beams | Chris Beams | Introduce ImportSelector interface
Allows @Enable* a layer of indirection for deciding which @Configuration
class(es) to @Import.
The @Import annotation may now accept @Configuration class literals
and/or ImportSelector class literals. | introduce importselector interface | 34 | false | false | 3 | true | true | true | spring-projects | spring-framework | 21,784 |
cdb01cbd3795f273b751d0f0a45caa22d07c62da | Chris Beams | Chris Beams | Introduce ImportAware interface
@Configuration classes may implement ImportAware in order to be injected
with the AnnotationMetadata of their @Import'ing class.
Includes the introduction of a new PriorityOrdered
ImportAwareBeanPostProcessor that handles injection of the
importing class metadata. | introduce importaware interface | 31 | false | false | 3 | true | true | true | spring-projects | spring-framework | 21,785 |
89005a5b7034cc1c2f702eac4bd36836b99f3765 | Chris Beams | Chris Beams | Process all meta and local @Import declarations
Includes the introduction of AnnotationUtils#findAllAnnotationAttributes
to support iterating through all annotations declared on a given type
and interrogating each for the presence of a meta-annotation. See tests
for details. | process all meta and local @import declarations | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,786 |
856da7edb984cd8ad5643a376e536f40e06d8faa | Chris Beams | Chris Beams | Provide dedicated @ComponentScan processing
@ComponentScan is now checked for explicitly and handled immediately
when parsing @Configuration classes. | provide dedicated @componentscan processing | 43 | false | false | 4 | true | true | true | spring-projects | spring-framework | 21,787 |
cd4fb665d9d15ef7966ca1fcbedf9e8e1d9946a2 | Chris Beams | Chris Beams | Delegate ComponentScanBDP environment to scanner
Enables @Profile filtering within ComponentScanBeanDefinitionParser | delegate componentscanbdp environment to scanner | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,788 |
111fb71fe1ccb8d3a5e06e61461edd87d6d025f4 | Chris Beams | Chris Beams | Remove "Feature" support introduced in 3.1 M1
Feature-related support such as @Feature, @FeatureConfiguration,
and FeatureSpecification types will be replaced by framework-provided
@Configuration classes and convenience annotations such as
@ComponentScan (already exists), @EnableAsync, @EnableScheduling,
@EnableTransa... | remove "feature" support introduced in 3.1 m1 | 45 | false | false | 7 | true | true | true | spring-projects | spring-framework | 21,789 |
0a790c143feeabf571e98f8ee0700a4586cbb67c | Chris Beams | Chris Beams | Rename ConfigurationClassMethod => BeanMethod | rename configurationclassmethod => beanmethod | 45 | false | false | 4 | false | true | false | spring-projects | spring-framework | 21,790 |
f683f781c584b12790752ddfb0ee334e61a0b9e9 | Chris Beams | Chris Beams | Revert deprecation of BDRU#registerWithGeneratedName
The overloading necessary to preserve the new signature as well as
the old causes ambiguities leading to deprecation warnings in some
caller scenarios. | revert deprecation of bdru#registerwithgeneratedname | 52 | false | false | 4 | false | true | false | spring-projects | spring-framework | 21,791 |
84a63b6d4bfbfd0d5f1e91786802b68f9cd1411a | Chris Beams | Chris Beams | Prevent empty calls to ACAC #register and #scan | prevent empty calls to acac #register and #scan | 47 | false | false | 8 | true | true | true | spring-projects | spring-framework | 21,792 |
d2faef44fa2c6f55d8a9fdac77ada63657a86864 | Chris Beams | Chris Beams | Add comment on DisposableBean use in @Configuration
Issue: SPR-7901 | add comment on disposablebean use in @configuration | 51 | false | false | 7 | true | true | false | spring-projects | spring-framework | 21,793 |
d3678caa3714b0eaf2f1da90a733be0b5f464c49 | Chris Beams | Chris Beams | Polish Javadoc | polish javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,794 |
f30b7e3125105e75a0c10a75a27949a2a6937f86 | Chris Beams | Chris Beams | Fix generics and serialization warnings | fix generics and serialization warnings | 39 | false | false | 5 | true | true | true | spring-projects | spring-framework | 21,795 |
6d84f06d8c5f54422b797a8b434f3ca8ee7a91bd | Chris Beams | Chris Beams | Remove unused MethodMetadata#getMethodReturnType
Introduced to support checking return types on @Bean methods but never
actually used. May be reintroduced as necessary in the future. | remove unused methodmetadata#getmethodreturntype | 48 | false | false | 3 | true | true | true | spring-projects | spring-framework | 21,796 |
4b5208faad2e6de37462b9127cdbcfb0a3b20566 | Chris Beams | Chris Beams | Introduce PropertyResolver#getPropertyAsClass | introduce propertyresolver#getpropertyasclass | 45 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,797 |
275d43dfdeeeb6d13e416d40e2f3f4ddba796de8 | Chris Beams | Chris Beams | Rename Property{SourcesProperty}ResolverTests | rename property{sourcesproperty}resolvertests | 45 | false | false | 2 | false | true | false | spring-projects | spring-framework | 21,798 |
c51c340881e907e34516249851c6b0988b495aa7 | Chris Beams | Chris Beams | Update MockEnvironment / MockPropertySource types
Reflecting signature changes in getProperty() methods | update mockenvironment / mockpropertysource types | 49 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,799 |
3e2cc7dd195cdad10abb882c289b53458594bb33 | Sam Brannen | Sam Brannen | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,800 |
ddc9bbb555ccb3d2164e77f0f13b554cc5f7c05b | Sam Brannen | Sam Brannen | [SPR-6184] Simplifying ContextLoader implmementation:
- Removed AbstractGenericContextLoader's createGenericApplicationContext() method.
- AnnotationConfigContextLoader now uses an AnnotatedBeanDefinitionReader instead of working with an AnnotationConfigApplicationContext.
- AnnotationConfigContextLoader now uses the s... | null | null | null | false | null | false | false | false | spring-projects | spring-framework | 21,801 |
c91ab1ad6e1b177023e35e092088ace6e2021cce | Rossen Stoyanchev | Rossen Stoyanchev | Resolve custom args after annotated args, set PATH_WITHIN_HANDLER_MAPPING attribute, and rename resolver for @ExceptionHandler methods | resolve custom args after annotated args, set path_within_handler_mapping attribute, and rename resolver for @exceptionhandler methods | 134 | false | false | 15 | true | true | false | spring-projects | spring-framework | 21,802 |
50117dce40fa3bcf87acfca6ef26b7607a311518 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6909 Include URI template vars in data binding | spr-6909 include uri template vars in data binding | 50 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,803 |
5c27a042101b3ab5eaba12c440b194c88f53e685 | Chris Beams | Chris Beams | Automatically close SessionFactory objects
SessionFactory objects created by
SessionFactoryBuilderSupport#buildSessionFactory are now DisposableBean
proxies that call SessionFactory#close and release any threadlocal
DataSource object.
This is the same behavior that has always occurred during LSFBean and
ASFBean destr... | automatically close sessionfactory objects | 42 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,804 |
88e2277bfff54c27fbd9546bd76bf35feb0e8f9a | Chris Beams | Chris Beams | Fix typo in aop reference documentation
Issue: SPR-8268 | fix typo in aop reference documentation | 39 | false | false | 6 | true | true | true | spring-projects | spring-framework | 21,805 |
ed9d9a402ba8ffa2cacebea35f6192bdc898ce4d | Rossen Stoyanchev | Rossen Stoyanchev | SPR-7543 Add @PathVariables to the model | spr-7543 add @pathvariables to the model | 40 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,806 |
a4716c2a942c994396db3a43ab1b445d155c63f7 | Arjen Poutsma | Arjen Poutsma | Buffering RequestFactory that allows for multiple response body reads. | buffering requestfactory that allows for multiple response body reads | 69 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,807 |
945cf43e2db6fe2f02a3967397cc1e32f1c22876 | Rossen Stoyanchev | Rossen Stoyanchev | Remove consumes from @RequestMapping | remove consumes from @requestmapping | 36 | false | false | 4 | true | true | true | spring-projects | spring-framework | 21,808 |
acb9433e5cad2f668a5d1edf8320fadfcdaf0706 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8247 review changes | spr-8247 review changes | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,809 |
ab654a7a0623957fb4808a1fe0d2eaebd6616108 | Arjen Poutsma | Arjen Poutsma | added toString to HttpEntity | added tostring to httpentity | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,810 |
5206f5bc9a0e4721eb173c27549e2369d9a8d919 | Costin Leau | Costin Leau | SPR-8238
+ add NPE test | spr-8238 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,811 |
e1d19d6c24f48f35f528ddd1d4b07a45f2fb0399 | Costin Leau | Costin Leau | SPR-8238
+ add handling for null arguments to prevent NPE in default key generation | spr-8238 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,812 |
d14c7f2d0926afcef3b6fc3706489ee6cd48d8c6 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8247 | spr-8247 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,813 |
57d327d1ff3a339d4e1a0d82e81f0028f712d9e2 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8255 | spr-8255 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,814 |
9c65973b33e6dc61f284430d7728a6e8c1be1ba1 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8214 review unit tests | spr-8214 review unit tests | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,815 |
83ce399c4703a44823ba78edab6b65ded4c15b93 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8248 | spr-8248 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,816 |
f5f738f2b4978985287e42c7ca19b2284f7c1ba4 | Thomas Risberg | Thomas Risberg | SPR-6922 deprecated SimpleJdbcTemplate/SimpleJdbcOperations/SimpleJdbcDaoSupport in favor of JdbcTemplate/NamedParameterJdbcTemplate and related interfaces support classes | spr-6922 deprecated simplejdbctemplate/simplejdbcoperations/simplejdbcdaosupport in favor of jdbctemplate/namedparameterjdbctemplate and related interfaces support classes | 171 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,817 |
aa065e83100ace913de9f46ff38aeb84a4d85229 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8214 Javadoc and polish | spr-8214 javadoc and polish | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,818 |
62d40dc7aa9f0f79dfda1ebc411ef6c8efc209aa | Sam Brannen | Sam Brannen | Added Apache Commons HTTP JARs to the Eclipse classpath. | added apache commons http jars to the eclipse classpath | 55 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,819 |
8adb9a88d0ec3ac67ea77a7a367a3536405d2f44 | Micha Kiener | Micha Kiener | SPR-6416, adding basic conversation object tests, improving the access time of the conversation object | spr-6416, adding basic conversation object tests, improving the access time of the conversation object | 102 | false | false | 14 | false | false | false | spring-projects | spring-framework | 21,820 |
3244e0a644f37820546d17780e586d0505efe2de | Micha Kiener | Micha Kiener | SPR-6416, adding repository timeout setting tests | spr-6416, adding repository timeout setting tests | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,821 |
8098ced387784350f77c3aff03b38697c83b861d | Micha Kiener | Micha Kiener | SPR-6416, adding conversation manager test | spr-6416, adding conversation manager test | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,822 |
58b779355bac6c189ec50f24710e041e4ab5554b | Micha Kiener | Micha Kiener | SPR-6416, reshaping removal of hierarchical conversations and adding repository test | spr-6416, reshaping removal of hierarchical conversations and adding repository test | 84 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,823 |
6e03b4dd64245238856b28c156b0d27b79398627 | Rossen Stoyanchev | Rossen Stoyanchev | SWF-8214 javadoc updates | swf-8214 javadoc updates | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,824 |
f812cd748ea4a453627efca00a19a539541dd9c0 | Micha Kiener | Micha Kiener | SPR-6416, initial commit for the conversation management | spr-6416, initial commit for the conversation management | 56 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,825 |
0c736776da14f5fd7baeea50f81ec31f46228b4d | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8094 | spr-8094 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,826 |
3690002dce069729e24bb67386df3cbd7655708c | Arjen Poutsma | Arjen Poutsma | SPR-6180 - Upgrade Apache HttpClient to version 4.0 | spr-6180 - upgrade apache httpclient to version 4.0 | 51 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,827 |
54866493946b03f01cdaef333a5f4147e655bed2 | Rossen Stoyanchev | Rossen Stoyanchev | Add UriTemplateServletHandlerMethodTests | add uritemplateservlethandlermethodtests | 40 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,828 |
767513de4e2c11c676c4edb217fe1e4b680fd1c5 | Rossen Stoyanchev | Rossen Stoyanchev | Add UriTemplateServletHandlerMethodTests | add uritemplateservlethandlermethodtests | 40 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,829 |
23e37b68420f8ad4576b719ddba7ba42a6a6cc5c | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8234 Switch to strongly typed custom argument resolvers property | spr-8234 switch to strongly typed custom argument resolvers property | 68 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,830 |
54bbcf3a42ab2be10ebb27b7ff8965dcdf7a5254 | Arjen Poutsma | Arjen Poutsma | SPR-6180 - Upgrade Apache HttpClient to version 4.0 | spr-6180 - upgrade apache httpclient to version 4.0 | 51 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,831 |
313546ad1fc36a46e6c356a9605cc1e3cb1b0613 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8234 Argument resolver and return value handler configuration improvements | spr-8234 argument resolver and return value handler configuration improvements | 78 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,832 |
68b46873116bb9c7d681c2aa206e555796740dc3 | Sam Brannen | Sam Brannen | [SPR-6184] completed JavaDoc for @ContextConfiguration. | [spr-6184] completed javadoc for @contextconfiguration | 54 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,833 |
36970115ed2e6e0104d0458a035e8c714ede3e95 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issues encountered in Greenhouse | fix issues encountered in greenhouse | 36 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,834 |
a16f3ba9dc79f57525e924e7c018d2124e46332d | Sam Brannen | Sam Brannen | [SPR-6184] completed JavaDoc for AnnotationConfigContextLoader; polished JavaDoc for other concrete context loaders. | [spr-6184] completed javadoc for annotationconfigcontextloader; polished javadoc for other concrete context loaders | 115 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,835 |
174bf58308bf6f9d01c78f2568b4420bf9f1ded2 | Sam Brannen | Sam Brannen | [SPR-6184] added tests to verify support for @Configuration classes with TestNG; simplified existing TestNG tests using Spring 3.0 and 3.1 features. | [spr-6184] added tests to verify support for @configuration classes with testng; simplified existing testng tests using spring 3.0 and 3.1 features | 147 | false | false | 21 | false | false | false | spring-projects | spring-framework | 21,836 |
522a87949693fc0e0b8998f6949c858e04267906 | Sam Brannen | Sam Brannen | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,837 |
0584c26b2ca7ee6c62a8455e2e8c9fe55b869dbd | Sam Brannen | Sam Brannen | [SPR-6184] additional sanity check tests analogous to those developed for [SPR-3896]. | [spr-6184] additional sanity check tests analogous to those developed for [spr-3896] | 84 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,838 |
22072b2414fde8568801719e1bb804bf28bd6e34 | Sam Brannen | Sam Brannen | [SPR-6184] polishing | [spr-6184] polishing | 20 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,839 |
399b388ea5f294c22f7b93e5e4713f9b85c626f7 | Juergen Hoeller | Juergen Hoeller | fixed JSP SelectTag's support for rendering enum constants (SPR-7112) | fixed jsp selecttag's support for rendering enum constants (spr-7112) | 69 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,840 |
5af6d917e968732ede10da94e886fa19fd4cb624 | Costin Leau | Costin Leau | SPR-7064
+ fix method name | spr-7064 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,841 |
ea9eb853fa8ec220ef9f0885d525c0ef49336d1d | Costin Leau | Costin Leau | SPR-7064
+ added unit tests for WAS with complaint setting | spr-7064 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,842 |
05360c095c74d268e6eaaa075dd4186491469c4a | Costin Leau | Costin Leau | SPR-7064
+ unit tests containing the differences between WAS and Tomcat | spr-7064 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,843 |
1ed05eceb9046973425bac64bc8aae559be0a04f | Juergen Hoeller | Juergen Hoeller | remove trailing servlet path slash on WebSphere only (SPR-7064) | remove trailing servlet path slash on websphere only (spr-7064) | 63 | false | false | 9 | true | false | false | spring-projects | spring-framework | 21,844 |
69c4cdf975eac437e832402f0363e6ca89f3eefb | Juergen Hoeller | Juergen Hoeller | remove trailing servlet path slash on WebSphere only (SPR-7064) | remove trailing servlet path slash on websphere only (spr-7064) | 63 | false | false | 9 | true | false | false | spring-projects | spring-framework | 21,845 |
3f6cc3f5525a4e59a69fb689f1bad9941d4acb8f | Arjen Poutsma | Arjen Poutsma | Added more tests. | added more tests | 16 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,846 |
e21a1c5a618834a0147e64b5e7fbe3c26cb86791 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,847 |
86906d1b4de83fd48ee30d6606de918bbc4a13fd | Keith Donald | Keith Donald | checking in performance tests | checking in performance tests | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,848 |
6e13cc9eaa90ff2caca9eb3cc01dd39bae4305b6 | Keith Donald | Keith Donald | thread safety for caching | thread safety for caching | 25 | false | false | 4 | false | true | false | spring-projects | spring-framework | 21,849 |
b25462ddf9dcbf0bdc940e7ab1c796520d694093 | Arjen Poutsma | Arjen Poutsma | SPR-7107 - RestTemplate/UriTemplate/UriUtils improperly encoding UTF-8 | spr-7107 - resttemplate/uritemplate/uriutils improperly encoding utf-8 | 70 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,850 |
e60389283dc8e1f32b1b358dafa807d3784448b1 | Keith Donald | Keith Donald | caching optmizations and performance tests | caching optmizations and performance tests | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,851 |
066b4d542b17cbe50bd47d6f20ca5e4892b476e3 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,852 |
594596f361da63f4063e52c15e7dd9ae64540e40 | Keith Donald | Keith Donald | cache invalidation | cache invalidation | 18 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,853 |
bf03d0d56f9fcfc4757bd3ab35e40c3f528fe710 | Keith Donald | Keith Donald | converter caching | converter caching | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,854 |
33252495cfea895f61aef38c56b59a660ef5ae75 | Juergen Hoeller | Juergen Hoeller | fixed @ExceptionHandler resolution in case of multiple matches at different inheritance levels (SPR-7085) | fixed @exceptionhandler resolution in case of multiple matches at different inheritance levels (spr-7085) | 105 | false | false | 13 | false | false | false | spring-projects | spring-framework | 21,855 |
a71514222a621e879256a8a583cdecfd94f66e47 | Keith Donald | Keith Donald | preserving desc context for collection/map elements | preserving desc context for collection/map elements | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,856 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.