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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4d29f65a9c2df6603b494f4402f4a02d7d40767b | Juergen Hoeller | Juergen Hoeller | @Event/ResourceMapping uniquely mapped to through event/resource id, even across controllers (SPR-6062); type-level @RequestMapping header conditions validated in Portlet environments as well | @event/resourcemapping uniquely mapped to through event/resource id, even across controllers (spr-6062); type-level @requestmapping header conditions validated in portlet environments as well | 191 | false | false | 21 | false | false | false | spring-projects | spring-framework | 23,257 |
76122c931d55bda72434e2658a7f6d4bfd11b01c | Mark Fisher | Mark Fisher | updated javadoc | updated javadoc | 15 | false | false | 2 | false | false | false | spring-projects | spring-framework | 23,258 |
22e1305cf04d0f165a49c65eb2b96d13a88f2501 | Mark Fisher | Mark Fisher | updated reference documentation now that the <executor/> and <scheduler/> element's 'size' attribute has been renamed to 'pool-size' | updated reference documentation now that the <executor/> and <scheduler/> element's 'size' attribute has been renamed to 'pool-size' | 132 | false | false | 17 | false | false | false | spring-projects | spring-framework | 23,259 |
80ac130dfe6077a81c097086e288b9c02a029b7c | Mark Fisher | Mark Fisher | Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace. | renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace | 111 | false | false | 16 | false | false | false | spring-projects | spring-framework | 23,260 |
cafc106ccca01155e4ffd07f58be1cddfdcca33d | Arjen Poutsma | Arjen Poutsma | Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat | renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat | 99 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,261 |
72f45729301484843ada7fbf57d781945ba83d46 | Juergen Hoeller | Juergen Hoeller | preparing for RC1 release | preparing for rc1 release | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,262 |
e408cbeecd43542d7f9af2f68e483fcd2092b3b0 | Juergen Hoeller | Juergen Hoeller | moved converter initialization code to constructor | moved converter initialization code to constructor | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,263 |
ea40fb9bcd84e55c12bf1415feefe95e18eb5b57 | Juergen Hoeller | Juergen Hoeller | all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well | all @sessionattributes get exposed to the model before handler method execution; multipartrequest is available as a mixin interface on (native)webrequest as well | 161 | false | false | 22 | false | false | false | spring-projects | spring-framework | 23,264 |
9cb1338b94583e21d7738208a505d15fae201ece | Juergen Hoeller | Juergen Hoeller | all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well | all @sessionattributes get exposed to the model before handler method execution; multipartrequest is available as a mixin interface on (native)webrequest as well | 161 | false | false | 22 | false | false | false | spring-projects | spring-framework | 23,265 |
e49869ea78c1571e4f854350777018f22ea4ee28 | Arjen Poutsma | Arjen Poutsma | SPR-6148 - @ResponseBody with returned String results in unresolvable view ServletException | spr-6148 - @responsebody with returned string results in unresolvable view servletexception | 91 | false | false | 11 | false | false | false | spring-projects | spring-framework | 23,266 |
5b12503c477a99eaddb25710a8b3a88d00e1c552 | Arjen Poutsma | Arjen Poutsma | SPR-6144 - @ResponseStatus annotation is ignored in an @Controller redirect (RedirectView)
SPR-5468 - Modify RedirectView to allow 301 Permanent Redirects | spr-6144 - @responsestatus annotation is ignored in an @controller redirect (redirectview) | 90 | false | false | 11 | false | false | false | spring-projects | spring-framework | 23,267 |
6fe0e36fe0e89d37ab59c2e1f4d765c8f016d53c | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 23,268 |
ce4e3784d1ce8eb058e005c003b67d0771c3fa78 | Juergen Hoeller | Juergen Hoeller | updated dependencies | updated dependencies | 20 | false | false | 2 | false | false | false | spring-projects | spring-framework | 23,269 |
39a97a61af3a4e7ff236bca19b7fdebcb68b1735 | Juergen Hoeller | Juergen Hoeller | resolve handler bean name early; validate header conditions as well | resolve handler bean name early; validate header conditions as well | 67 | false | false | 10 | true | true | false | spring-projects | spring-framework | 23,270 |
aec2bc097e56995abf39b60678b6f5e45e1cd85c | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 23,271 |
09e6a85edd23525fb5d4283ed17b9849aa1c0fc9 | Juergen Hoeller | Juergen Hoeller | fixed overview files | fixed overview files | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 23,272 |
04fa5d4b99989d96a478fd788b0e821aba9f32d6 | Arjen Poutsma | Arjen Poutsma | SPR-6093 - MVC Annotation Inheritance | spr-6093 - mvc annotation inheritance | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,273 |
d8245c800bd8be235cbe9b363d4f6fe7dc4a5e77 | Mark Pollack | Mark Pollack | Add minimal doc for JSR 330 support. | add minimal doc for jsr 330 support | 35 | false | false | 7 | true | true | true | spring-projects | spring-framework | 23,274 |
7ae8be05d1da7d889f4e9dbded15f43f282dd29e | Mark Pollack | Mark Pollack | SPR-5994 - The release archive contains an unecessary .zip file of the contents under the reference doc directories html and html-single | spr-5994 - the release archive contains an unecessary .zip file of the contents under the reference doc directories html and html-single | 136 | false | false | 21 | false | false | false | spring-projects | spring-framework | 23,275 |
c6cd1a528e8acc657c4419c1a4b68e632703b802 | Mark Pollack | Mark Pollack | SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j | spr-6119 - add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use hibernate | 119 | false | false | 23 | false | false | false | spring-projects | spring-framework | 23,276 |
cd1df84d7d59af6661648820dce8ffc6b800b58c | Juergen Hoeller | Juergen Hoeller | removed slf4j dependency (not used in Spring itself; SPR-6119) | removed slf4j dependency (not used in spring itself; spr-6119) | 62 | false | false | 9 | false | false | false | spring-projects | spring-framework | 23,277 |
34d2a69a82c54826c8bd1dcde2953cb3ea1e4db4 | Juergen Hoeller | Juergen Hoeller | removed separate placeholder test class | removed separate placeholder test class | 39 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,278 |
60acaf5671a789dd9b08f6bd7e95bd38e4ea040d | Juergen Hoeller | Juergen Hoeller | updated dependencies | updated dependencies | 20 | false | false | 2 | false | false | false | spring-projects | spring-framework | 23,279 |
5c1b0e6caf3eff321273b85e21cfccd7da03cde9 | Juergen Hoeller | Juergen Hoeller | removed classes which are not used in 3.0 yet | removed classes which are not used in 3.0 yet | 45 | false | false | 9 | false | false | false | spring-projects | spring-framework | 23,280 |
a59d205b36e3b2b4c49de65578614fba5d6e7cdd | Juergen Hoeller | Juergen Hoeller | removed 3.1 feature classes | removed 3.1 feature classes | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,281 |
2781b876d2a1ee828cc4c1677bd6caebce919fee | Juergen Hoeller | Juergen Hoeller | PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax | mydefaultvalue}" defaulting syntax | 34 | false | false | 3 | false | false | false | spring-projects | spring-framework | 23,282 |
0f43d6c592aa703257559377170057cb972ea75b | Juergen Hoeller | Juergen Hoeller | PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax | mydefaultvalue}" defaulting syntax | 34 | false | false | 3 | false | false | false | spring-projects | spring-framework | 23,283 |
8eca898d448f7d92f0d012101023d1af330d3e86 | Juergen Hoeller | Juergen Hoeller | removed outdated "cacheJspExpressions" feature from ExpressionEvaluationUtils | removed outdated "cachejspexpressions" feature from expressionevaluationutils | 77 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,284 |
c761082eeae23e290dc59b3d27d438db8fe29354 | Juergen Hoeller | Juergen Hoeller | added simplest possible ExpressionEvaluator | added simplest possible expressionevaluator | 43 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,285 |
89aa13e8e54980b8294e92a989bc79caf6efb5b7 | Juergen Hoeller | Juergen Hoeller | removed Apache JSTL references completely | removed apache jstl references completely | 41 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,286 |
0463c612b5106c92e2fc2bc169e09f6ce65a5f51 | Juergen Hoeller | Juergen Hoeller | removed Apache JSTL references completely | removed apache jstl references completely | 41 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,287 |
811e9fc0434298be1e1115ccef4bdd84d844c010 | Juergen Hoeller | Juergen Hoeller | consistent dependencies | consistent dependencies | 23 | false | false | 2 | false | false | false | spring-projects | spring-framework | 23,288 |
e2093a841403eb23aae067aaf08a9004777e8ee9 | Juergen Hoeller | Juergen Hoeller | fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981) | looking for annotation on original bean class as well, not just on exposed bean type (spr-5981) | 95 | false | false | 16 | false | false | false | spring-projects | spring-framework | 23,289 |
ad492e906e4c9c994cad733d366ec9c30950ed92 | Juergen Hoeller | Juergen Hoeller | PropertyOverrideConfigurer's "ignoreInvalidKeys" ignores invalid property names as well (SPR-5792) | propertyoverrideconfigurer's "ignoreinvalidkeys" ignores invalid property names as well (spr-5792) | 98 | false | false | 9 | false | false | false | spring-projects | spring-framework | 23,290 |
557dd1f1c448627c420f73ad355a9a2adc2700f2 | Juergen Hoeller | Juergen Hoeller | initialize transaction synchronization before doBegin call in order to avoid OutOfMemory failures after resource binding | initialize transaction synchronization before dobegin call in order to avoid outofmemory failures after resource binding | 120 | false | false | 15 | true | true | false | spring-projects | spring-framework | 23,291 |
49bf85baaaccbd69753cc85c77744c0774493d1d | Juergen Hoeller | Juergen Hoeller | factored out common resolveTypeArgument(s) method to GenericTypeResolver | factored out common resolvetypeargument(s) method to generictyperesolver | 72 | false | false | 7 | false | false | false | spring-projects | spring-framework | 23,292 |
b8c1130eec0732091426908a90db66e4eddeb25c | Juergen Hoeller | Juergen Hoeller | detect @Bean methods on registered plain bean classes as well (SPR-5795) | detect @bean methods on registered plain bean classes as well (spr-5795) | 72 | false | false | 11 | true | true | false | spring-projects | spring-framework | 23,293 |
38110d35d292314cba870f6f335119474b027c9e | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 23,294 |
501a1ea9afcd739b0145f47b137b5199c9cd4c61 | Arjen Poutsma | Arjen Poutsma | SPR-5910 - Slight Improvement for Main JavaDoc in RedirectView | spr-5910 - slight improvement for main javadoc in redirectview | 62 | false | false | 9 | false | false | false | spring-projects | spring-framework | 23,295 |
bd098ce1dbf694cccfc5a4944b7bbf620d8016f9 | Mark Pollack | Mark Pollack | pom maintenance - sync with ivy.xml
update junit version in ivy.xml for org.sf.aspects | pom maintenance - sync with ivy.xml | 35 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,296 |
616a48acc2e030ff9503ebfd3fec391ade77e3da | Mark Fisher | Mark Fisher | SPR-6142 AbstractMessageListenerContainer now accepts an implementation of the ErrorHandler strategy for handling any uncaught exceptions thrown while processing a Message. The default behavior is still to log at error-level only (no ErrorHandler). | spr-6142 abstractmessagelistenercontainer now accepts an implementation of the errorhandler strategy for handling any uncaught exceptions thrown while processing a message. the default behavior is still to log at error-level only (no errorhandler) | 247 | false | false | 32 | false | false | false | spring-projects | spring-framework | 23,297 |
33265eecbd44b6d609990da53cbc77c9a528a60c | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 23,298 |
9508f41a91782afec3f88cdbd87aad3f4b8d6a13 | Juergen Hoeller | Juergen Hoeller | made InitDestroyAnnotationBeanPostProcessor's logger field transient (SPR-5962) | made initdestroyannotationbeanpostprocessor's logger field transient (spr-5962) | 79 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,299 |
d4c16e91dfaf17ef63d6df2081014736e6f75efc | Juergen Hoeller | Juergen Hoeller | SPR-6094: PostConstruct now processed top-down (base class first); @PreDestroy processed bottom-up (subclass first) | postconstruct now processed top-down (base class first); @predestroy processed bottom-up (subclass first) | 105 | false | false | 12 | false | false | false | spring-projects | spring-framework | 23,300 |
64bf3b74b5c4eba445b6d283022aa4a84b457789 | Juergen Hoeller | Juergen Hoeller | revised Hessian/Burlap exception clauses (SPR-5897) | revised hessian/burlap exception clauses (spr-5897) | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,301 |
2bd30a49ad890c8f0d02550a7cecb12f41c1102b | Keith Donald | Keith Donald | more tests | more tests | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 23,302 |
7a6dafd5ad99e16dc20a116d3ee83836b959db76 | Keith Donald | Keith Donald | completed generic converter implementation | completed generic converter implementation | 42 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,303 |
ce800fb45a16bffd860b49abc2f3181e38720cc4 | Juergen Hoeller | Juergen Hoeller | allow instrumentation to be specified as a regular VM agent even in OSGi (SPR-6147) | allow instrumentation to be specified as a regular vm agent even in osgi (spr-6147) | 83 | false | false | 14 | false | true | false | spring-projects | spring-framework | 23,304 |
dc05ef6548e31f24bb0f781e669f543ee98f2c04 | Juergen Hoeller | Juergen Hoeller | revised JBoss VFS support | revised jboss vfs support | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,305 |
e56aa91bd79df004ad56de69eb9268d9e3503cca | Juergen Hoeller | Juergen Hoeller | "data.sql" instead of "test-data.sql" (SPR-6020) | "data.sql" instead of "test-data.sql" (spr-6020) | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,306 |
c8022534023136372f9d7d812c79337c9ac6e59c | Juergen Hoeller | Juergen Hoeller | "data.sql" instead of "test-data.sql" (SPR-6020) | "data.sql" instead of "test-data.sql" (spr-6020) | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,307 |
2eb6f497a971bfa25929a87bf73994dfa33ef39c | Rob Harrop | Rob Harrop | updated testing chapter of ref guide | updated testing chapter of ref guide | 36 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,308 |
6fc190ec258eda64c5e1fbcedb50a2a9ecebb58f | Juergen Hoeller | Juergen Hoeller | AbstractBeanDefinitionParser can deal with null return value as well (SPR-5872) | abstractbeandefinitionparser can deal with null return value as well (spr-5872) | 79 | false | false | 10 | false | false | false | spring-projects | spring-framework | 23,309 |
1c33206042c09a4344e5e4a1c6b759eb6180274c | Juergen Hoeller | Juergen Hoeller | catch ConversionException and ConvertedNotFoundException in BeanWrapper's convertIfNecessary as well, in order to support constructor resolution (SPR-6563) | catch conversionexception and convertednotfoundexception in beanwrapper's convertifnecessary as well, in order to support constructor resolution (spr-6563) | 155 | false | false | 16 | true | true | false | spring-projects | spring-framework | 23,310 |
2153b2fbd5aa4bff9b233fddb6c1c50cc879dcde | Juergen Hoeller | Juergen Hoeller | introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564) | introspect element type in case of incoming collection/map in order to not accidentally say canconvert=true (spr-6564) | 118 | false | false | 16 | true | true | false | spring-projects | spring-framework | 23,311 |
5f9f69958ec258cf51efe6cc024594536c8a0dcd | Juergen Hoeller | Juergen Hoeller | refined PropertyEditor exposure for the ConversionService case | refined propertyeditor exposure for the conversionservice case | 62 | false | false | 7 | false | false | false | spring-projects | spring-framework | 23,312 |
0057481a0aa2c0d1d768ab28a02a153b5b918963 | Chris Beams | Chris Beams | SPR-6187: Document @Configuration classes and AnnotationConfig[Web]ApplicationContext | document @configuration classes and annotationconfig[web]applicationcontext | 75 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,313 |
f52986ea151d1c7d7821fe986fa21f30febf80cb | Juergen Hoeller | Juergen Hoeller | introduced TypeDescriptor.OBJECT and TypeDescriptor.STRING | introduced typedescriptor.object and typedescriptor.string | 58 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,314 |
1b0c6b848d29c6dd3b2fb92435e87590f0575e46 | Juergen Hoeller | Juergen Hoeller | only try to convert to String if canConvert returns true | only try to convert to string if canconvert returns true | 56 | false | false | 10 | false | false | false | spring-projects | spring-framework | 23,315 |
2764024351db5082ce5e8f1664a37d1629a56a69 | Chris Beams | Chris Beams | JavaDoc on AnnotationConfigApplicationContext#scan(String...) | javadoc on annotationconfigapplicationcontext#scan(string...) | 61 | false | false | 3 | false | false | false | spring-projects | spring-framework | 23,316 |
83a7cb917770496a96ef821ea348f3cd68ad6e9a | Juergen Hoeller | Juergen Hoeller | SpelExpressionParser etc | spelexpressionparser etc | 24 | false | false | 2 | false | false | false | spring-projects | spring-framework | 23,317 |
086aeb0aac8b9472e9683bb3bd5c172f365aeb8f | Juergen Hoeller | Juergen Hoeller | rearranged spel subpackages in order to avoid package dependency cycle; introduced SpelParserConfiguration object to replace bit flags | rearranged spel subpackages in order to avoid package dependency cycle; introduced spelparserconfiguration object to replace bit flags | 134 | false | false | 17 | false | false | false | spring-projects | spring-framework | 23,318 |
b5b19625308c5b3b3c31c3e0c97e25c1583aac51 | Juergen Hoeller | Juergen Hoeller | removed MultipartRequest mixin interface again (avoiding a package dependency cycle) | removed multipartrequest mixin interface again (avoiding a package dependency cycle) | 84 | false | false | 10 | false | false | false | spring-projects | spring-framework | 23,319 |
5b87793521164348b74d6a33beb01bd451464971 | Keith Donald | Keith Donald | html multi-page doc now only generates files per chapter consistent with Spring 2.5 | html multi-page doc now only generates files per chapter consistent with spring 2.5 | 83 | false | false | 13 | false | false | false | spring-projects | spring-framework | 23,320 |
18b5cd101e6472015af08af004a30163c70c3c87 | Juergen Hoeller | Juergen Hoeller | ConverterRegistry etc | converterregistry etc | 21 | false | false | 2 | false | false | false | spring-projects | spring-framework | 23,321 |
86475593bbb7e660e0e34f8fd119a95c4581a35b | Juergen Hoeller | Juergen Hoeller | added special handling of String array values for required fields, e.g. for WebRequestDataBinder (SPR-6552) | added special handling of string array values for required fields, e.g. for webrequestdatabinder (spr-6552) | 107 | false | false | 14 | false | false | false | spring-projects | spring-framework | 23,322 |
26b3443299b1fad469c6ce42c6894918cf3b6a4e | Juergen Hoeller | Juergen Hoeller | added unit test for setRequiredFields with @MVC (SPR-6552) | added unit test for setrequiredfields with @mvc (spr-6552) | 58 | false | false | 8 | false | false | false | spring-projects | spring-framework | 23,323 |
6622c719352b8bc7f86cd70ce2822ec6ea686b25 | Juergen Hoeller | Juergen Hoeller | revised default converters; renamed ConverterRegistry's addGenericConverter to addConverter | revised default converters; renamed converterregistry's addgenericconverter to addconverter | 91 | false | false | 8 | false | false | false | spring-projects | spring-framework | 23,324 |
c2e1f113f58d52b0817fd594f21bf80831162d64 | Costin Leau | Costin Leau | SPR-5764
+ improved JBoss LTW by using the proper class loader for loading reflection types | spr-5764 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 23,325 |
77a70f256c1b0df6abcee319ffb24259e37de835 | Chris Beams | Chris Beams | further tweaks on logging section | further tweaks on logging section | 33 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,326 |
56dcd9296a16d3cd37915e34c9a69b5e42cd3a90 | Chris Beams | Chris Beams | minor usage/grammar improvements in logging section | minor usage/grammar improvements in logging section | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,327 |
cb4bc58dbd55408b07425bd7f71e510f837638e0 | Costin Leau | Costin Leau | + improved javadoc (no code changes) | + improved javadoc (no code changes) | 36 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,328 |
b963906bd1f2f397b715e2a8710358aeae1ed931 | Costin Leau | Costin Leau | SPR-6447
+ moved petclinic to spring-samples (https://src.springframework.org/svn/spring-samples/petclinic) | spr-6447 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 23,329 |
d016a1cc2fde82a62e9b4ec6a8c672e964484ceb | Thomas Risberg | Thomas Risberg | updated version for 3.0 GA release | updated version for 3.0 ga release | 34 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,330 |
c8d65f078b23ed45e45f1fd22da063b9f9053bac | David Syer | David Syer | SPR-6558: correct maven repository locations | correct maven repository locations | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,331 |
d7a8d499be08d8f693882221e62ba844bed0c185 | Keith Donald | Keith Donald | long style formatting tests | long style formatting tests | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,332 |
2f539cded9917b62b30537d95b6af6dbc926f17c | Juergen Hoeller | Juergen Hoeller | prepared for 3.0 GA release | prepared for 3.0 ga release | 27 | false | false | 5 | false | false | false | spring-projects | spring-framework | 23,333 |
6635a5d96d2ca5ac247242e5c770e06279014128 | Juergen Hoeller | Juergen Hoeller | @ManagedBean coverage in javadoc | @managedbean coverage in javadoc | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,334 |
cb9619f62b229a04449afb6b226d14ad6674bd73 | Juergen Hoeller | Juergen Hoeller | support @ManagedBean for name retrieval in AnnotationBeanNameGenerator as well; support @ManagedBean and @Named for direct use only | support @managedbean for name retrieval in annotationbeannamegenerator as well; support @managedbean and @named for direct use only | 131 | false | false | 17 | true | true | false | spring-projects | spring-framework | 23,335 |
59d9f73f46c147856479f17faef65317ce6eacea | Juergen Hoeller | Juergen Hoeller | ignore client proxies for export | ignore client proxies for export | 32 | false | false | 5 | true | true | true | spring-projects | spring-framework | 23,336 |
3cfac84bff556d1d96fa2ea2bc2e1a571091e5a3 | Juergen Hoeller | Juergen Hoeller | updated javadoc (SPR-6546) | updated javadoc (spr-6546) | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 23,337 |
1b8a67d5d7a43d51c4719a88b7aa7a4cc54a0f23 | Juergen Hoeller | Juergen Hoeller | reimplemented bean lookup to avoid getBeanNamesForType(Object.class) | reimplemented bean lookup to avoid getbeannamesfortype(object.class) | 68 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,338 |
dc6c1dc727bbde9a4d6709018ea47898ce54de49 | Juergen Hoeller | Juergen Hoeller | MBeanExporter detects FactoryBean-exported resources independent from declaration order | mbeanexporter detects factorybean-exported resources independent from declaration order | 87 | false | false | 8 | false | false | false | spring-projects | spring-framework | 23,339 |
db6e807421e1655b4001f4c4a00e5e5cdef97cca | Juergen Hoeller | Juergen Hoeller | removed getBeansWithAnnotation(Class,boolean,boolean) method from ListableBeanFactory; reimplemented getBeansWithAnnotation(Class) to avoid use of getBeanNamesForType(Object.class) | removed getbeanswithannotation(class,boolean,boolean) method from listablebeanfactory; reimplemented getbeanswithannotation(class) to avoid use of getbeannamesfortype(object.class) | 180 | false | false | 12 | false | false | false | spring-projects | spring-framework | 23,340 |
d7a16303817d3735cdad277c2202a583ba146463 | Juergen Hoeller | Juergen Hoeller | removed getBeansWithAnnotation(Class,boolean,boolean) method from ListableBeanFactory; reimplemented getBeansWithAnnotation(Class) to avoid use of getBeanNamesForType(Object.class) | removed getbeanswithannotation(class,boolean,boolean) method from listablebeanfactory; reimplemented getbeanswithannotation(class) to avoid use of getbeannamesfortype(object.class) | 180 | false | false | 12 | false | false | false | spring-projects | spring-framework | 23,341 |
929665d28479780150cc8d88280c1e7d914207d6 | Juergen Hoeller | Juergen Hoeller | fixed accidental breakage in bean class resolution with tempClassLoader | fixed accidental breakage in bean class resolution with tempclassloader | 71 | false | false | 9 | false | false | false | spring-projects | spring-framework | 23,342 |
9d2f7934deadbb08f7324dab08d6871d0eb1a402 | Juergen Hoeller | Juergen Hoeller | fixed non-Lifecycle-FactoryBean with exposed Lifecycle object case (SPR-6545) | fixed non-lifecycle-factorybean with exposed lifecycle object case (spr-6545) | 77 | false | false | 8 | false | false | false | spring-projects | spring-framework | 23,343 |
35354ad52021556d8e806ca24cd93ff288657335 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 23,344 |
42c7be45904be7480e8fcd8653e6f9607e438cd6 | Juergen Hoeller | Juergen Hoeller | SmartLifecycle retrieval fix, properly taking FactoryBeans into account (SPR-6545) | smartlifecycle retrieval fix, properly taking factorybeans into account (spr-6545) | 82 | false | false | 9 | false | false | false | spring-projects | spring-framework | 23,345 |
a0c4d2c13c7cbe8216bdb8d3b2ecd7c2ff83d23b | Juergen Hoeller | Juergen Hoeller | detect Lifecycle-implementing FactoryBeans as well (SPR-6545) | detect lifecycle-implementing factorybeans as well (spr-6545) | 61 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,346 |
5f9b4443194d3aa3948d76956897c0a1d918d546 | Juergen Hoeller | Juergen Hoeller | bean properties of type enum array/collection can be populated with comma-separated String (SPR-6547) | bean properties of type enum array/collection can be populated with comma-separated string (spr-6547) | 101 | false | false | 13 | false | false | false | spring-projects | spring-framework | 23,347 |
b497f6ccad3eebcc6d475071bb7dd2741557d5e0 | Juergen Hoeller | Juergen Hoeller | fixed JSR-303 Validator delegation code (SPR-6557) | fixed jsr-303 validator delegation code (spr-6557) | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 23,348 |
63996cbb063fc7cb4bd3b6e5d7dd04243aea0986 | David Syer | David Syer | SPR-6541: move spring repository placeholder into a profile (build) and the other repositories into another profile (legacy-build) | move spring repository placeholder into a profile (build) and the other repositories into another profile (legacy-build) | 120 | false | false | 16 | true | true | false | spring-projects | spring-framework | 23,349 |
7c6c1c3ad8c51f4931685ac7ce0c059e8fd45dce | Christian Dupuis | Christian Dupuis | some minor adjustments to the mvc namespace to make it work in the tools | some minor adjustments to the mvc namespace to make it work in the tools | 72 | false | false | 14 | false | false | false | spring-projects | spring-framework | 23,350 |
14b69148f91388eb76b9554fd66abead86dba4ca | Keith Donald | Keith Donald | file names based on section id now; updated sec ids to match conventions | file names based on section id now; updated sec ids to match conventions | 72 | false | false | 13 | false | true | false | spring-projects | spring-framework | 23,351 |
b673087a876fb6bfa0eb9a2913d406981d1f0d1e | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 23,352 |
541cf2de8047f726b780fb1343a7ac9adff77e29 | Keith Donald | Keith Donald | removed unused method; polishing | removed unused method; polishing | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 23,353 |
753d0b0c911985621136ffd820589456beab3041 | Keith Donald | Keith Donald | removed generic warning | removed generic warning | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 23,354 |
027bd242603e5d4c85e5182349176ac4ac0a7163 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 23,355 |
4f4732df451721402d8fb1854ade0efb6b72eda8 | Keith Donald | Keith Donald | javadoc polishing | javadoc polishing | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 23,356 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.