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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ccdd1a9efd30c41b07a66cab63f2c58190c42478 | Arjen Poutsma | Arjen Poutsma | SPR-7316 - remove "Accept-Charset" header from response, generated by @ResponseBody | spr-7316 - remove "accept-charset" header from response, generated by @responsebody | 83 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,457 |
d956da2fa11ce58c95ca2dfef9e94591d6b82403 | Juergen Hoeller | Juergen Hoeller | ConversionService etc | conversionservice etc | 21 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,458 |
9e4140e5490a57ad79d08a8fca476d8b019f0664 | Juergen Hoeller | Juergen Hoeller | growCollection fails for element type Object as well; prefer use of getElementTypeDescriptor() | growcollection fails for element type object as well; prefer use of getelementtypedescriptor() | 94 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,459 |
942c656970df903705417b0b9631b2dd66e3bff0 | Juergen Hoeller | Juergen Hoeller | removed eager skipping of empty collection conversion, for UtilNamespaceHandlerTests to pass again | removed eager skipping of empty collection conversion, for utilnamespacehandlertests to pass again | 98 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,460 |
7faf4a6713723aff302280be3b02c170de563aab | Juergen Hoeller | Juergen Hoeller | AbstractJaxWsServiceExporter supports "bindingType" bean property, overriding @BindingType; AbstractJaxWsServiceExporter supports "webServiceFeatures" bean property on JAX-WS 2.2 | abstractjaxwsserviceexporter supports "bindingtype" bean property, overriding @bindingtype; abstractjaxwsserviceexporter supports "webservicefeatures" bean property on jax-ws 2.2 | 178 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,461 |
41d6f8e9ed6cfb3e55eedf40e2c733c25911e2c0 | Juergen Hoeller | Juergen Hoeller | turned formatter implementations non-final | turned formatter implementations non-final | 42 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,462 |
0d7ce3eac5b2b367df349994934614d62c7849d8 | Juergen Hoeller | Juergen Hoeller | refined ignoreUnresolvablePlaceholders javadoc | refined ignoreunresolvableplaceholders javadoc | 46 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,463 |
e6b708376d1dbc44bc3d572ad02f539c3d176fcf | Juergen Hoeller | Juergen Hoeller | skip collection conversion early if empty | skip collection conversion early if empty | 41 | false | false | 6 | false | true | false | spring-projects | spring-framework | 21,464 |
8f8fc97b79be83ad54732d7a2e049ce942b48f78 | Juergen Hoeller | Juergen Hoeller | fixed test failures with respect to null handling and PropertyTypeDescriptor usage for collection elements | fixed test failures with respect to null handling and propertytypedescriptor usage for collection elements | 106 | false | false | 14 | false | false | false | spring-projects | spring-framework | 21,465 |
27b04036a9e6e7434bf3ef0942b417aa16b90574 | Juergen Hoeller | Juergen Hoeller | ConversionService is able to deal with empty collections and nested collections (fixed regression; SPR-7289, SPR-7293); ConversionService properly handles nested Resource arrays in Map values (fixed regression; SPR-7295); ConversionService does not accidentally use copy constructor for same type (SPR-7304) | conversionservice is able to deal with empty collections and nested collections (fixed regression; spr-7289, spr-7293); conversionservice properly handles nested resource arrays in map values (fixed regression; spr-7295); conversionservice does not accidentally use copy constructor for same type (spr-7304) | 307 | false | false | 38 | false | false | false | spring-projects | spring-framework | 21,466 |
7f91153bba5a76099889f83d411adc6a40e8276e | Juergen Hoeller | Juergen Hoeller | BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps as well (SPR-7285) | beanwrapper/databinder's "autogrownestedpaths" works for maps as well (spr-7285) | 80 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,467 |
5d6937bab1c5262b461ff11bf533d30e3747ac32 | Juergen Hoeller | Juergen Hoeller | Portlet @MVC's implicit render model will be updated at the end of the event phase | portlet @mvc's implicit render model will be updated at the end of the event phase | 82 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,468 |
ef3b70d40abdda89b6ef6d06be2a6a716d2637ea | Juergen Hoeller | Juergen Hoeller | Spring's MessageEndpointFactory classes are now JCA 1.6 compliant as well | spring's messageendpointfactory classes are now jca 1.6 compliant as well | 73 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,469 |
ab13e9b5eceb2e93d2ef467f52b7cdd9861c6519 | Keith Donald | Keith Donald | mvc resources handler initial commit | mvc resources handler initial commit | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,470 |
5a1bd20864d9255eafb23d551f7dfe34ed0961e9 | Keith Donald | Keith Donald | mvc resources handler initial commit | mvc resources handler initial commit | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,471 |
e11a40f80925d62d705dd029eff4f0ebd48906f9 | Oliver Gierke | Oliver Gierke | SPR-7311 - Clarify usage of PropertyEditorRegistrars VS. plain configuration of customEditors property in CustomEditorConfigurer JavaDoc. | spr-7311 - clarify usage of propertyeditorregistrars vs. plain configuration of customeditors property in customeditorconfigurer javadoc | 136 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,472 |
868d3a4451a674eccf72da5f637b65f1b96a3ce4 | Oliver Gierke | Oliver Gierke | Fixed language attribute in code sample to activate currently missing syntax highlighting. | fixed language attribute in code sample to activate currently missing syntax highlighting | 89 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,473 |
569cb91573092b33bcab295f5f8feef8692fa344 | Andy Clement | Andy Clement | javadoc fix | javadoc fix | 11 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,474 |
32167790b0d34b3e4d1a10f153ff6c391b82cc65 | Sam Brannen | Sam Brannen | Fixed "of the Spring" text and reformatted. | fixed "of the spring" text and reformatted | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,475 |
20ea69e06bf73a3e812743e9fe0247cbd3e3abbf | Juergen Hoeller | Juergen Hoeller | prepared for 3.0.4 release | prepared for 3.0.4 release | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,476 |
b2204ec94e5298597022773265fa209b97f6ae4e | Juergen Hoeller | Juergen Hoeller | @CookieValue returns decoded cookie value in a Servlet environment (SPR-7286) | @cookievalue returns decoded cookie value in a servlet environment (spr-7286) | 77 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,477 |
de06de11fee30a1765547135c43d76055ef2e9bd | Juergen Hoeller | Juergen Hoeller | fixed order | fixed order | 11 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,478 |
07e9f1775be0b0fbf2e617f9964501b8af5a2aa2 | Juergen Hoeller | Juergen Hoeller | added test for invalid binding to ClassLoader | added test for invalid binding to classloader | 45 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,479 |
d49c067770241f6287abc94f9fb08d22b1966fca | Juergen Hoeller | Juergen Hoeller | DispatcherServlet applies view name translation to error views as well (SPR-7298) | dispatcherservlet applies view name translation to error views as well (spr-7298) | 81 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,480 |
89fadb987c3c4effeb6d0346e8b145336290f8ae | Juergen Hoeller | Juergen Hoeller | mvc:annotation-driven reliably detects JSR-303 and JAXB2 in an OSGi environment as well (SPR-7291) | annotation-driven reliably detects jsr-303 and jaxb2 in an osgi environment as well (spr-7291) | 94 | false | false | 13 | false | false | false | spring-projects | spring-framework | 21,481 |
037c277351fb2260ee7c15c54bf5c599c7bb998d | Juergen Hoeller | Juergen Hoeller | @MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter (SPR-7296) | @mvc handler methods reliably resolve multipartrequest arguments with hiddenhttpmethodfilter (spr-7296) | 103 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,482 |
5e5a8a09cfa977e2be35ccf057849bc28faa51a1 | Juergen Hoeller | Juergen Hoeller | Jaxb2Marshaller's "marshallerProperties" Map accepts any value type (SPR-7292) | jaxb2marshaller's "marshallerproperties" map accepts any value type (spr-7292) | 78 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,483 |
91560774a091fbcb75a39e5d3d01c58b9365a807 | Juergen Hoeller | Juergen Hoeller | accept any EHCache 2.x version as well (SPR-7302) | accept any ehcache 2.x version as well (spr-7302) | 49 | false | false | 8 | false | true | false | spring-projects | spring-framework | 21,484 |
b31c34ed7d97172c7edd00f3c970d476be2b9c08 | Arjen Poutsma | Arjen Poutsma | Upgrading version to 3.0.4 | upgrading version to 3.0.4 | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,485 |
7b189d11243a3632af948a86e8e7d981b0890b9b | Juergen Hoeller | Juergen Hoeller | avoid ConverterNotFoundException if source object is assignable to target type | avoid converternotfoundexception if source object is assignable to target type | 78 | false | false | 10 | true | true | false | spring-projects | spring-framework | 21,486 |
bd88bbab4a929dd07d4e29a08ba3d27749b8ec36 | Costin Leau | Costin Leau | SPR-6819
changed JPA dependency to provided | spr-6819 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,487 |
420f8237c013b956dd572283ea97c9014f526960 | Oliver Gierke | Oliver Gierke | Rollback accidental commit :/. | / | 1 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,488 |
897aab9f59dc7df8e71623bf0b1389e9e2f8e346 | Oliver Gierke | Oliver Gierke | Added missing imports.
Added additional annotation to test interface to make sure no ClassCastException appears. | added missing imports | 21 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,489 |
ef79d7cc8abbe0722f10f2ce8d60f99e0cae9aaf | Sam Brannen | Sam Brannen | [SPR-6184] Fleshed out JavaDoc for ResourceTypeAwareContextLoader and ContextLoaderUtils. | [spr-6184] fleshed out javadoc for resourcetypeawarecontextloader and contextloaderutils | 88 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,490 |
03961a81d60062e02ce6528a5b5180905382b742 | Sam Brannen | Sam Brannen | Updated Eclipse code formatter settings for use with STS 2.6. Specifically, format_javadoc_comments=false, which requires that JavaDoc be formatted manually. | updated eclipse code formatter settings for use with sts 2.6. specifically, format_javadoc_comments=false, which requires that javadoc be formatted manually | 156 | false | false | 19 | false | false | false | spring-projects | spring-framework | 21,491 |
b33478b4ba89866295b5532d23ffedfe6b033e2e | Sam Brannen | Sam Brannen | Added ? wildcard to suppress warnings. | added ? wildcard to suppress warnings | 37 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,492 |
c50d38ef8dea9ad773d178375d216e1d06f693f9 | Sam Brannen | Sam Brannen | [SPR-6184] Introduced ResourceType enum for context loaders; documented tests. | [spr-6184] introduced resourcetype enum for context loaders; documented tests | 77 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,493 |
28b6eae11ad9ccdf742974a624da6648d2fa5dc1 | Arjen Poutsma | Arjen Poutsma | SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC | spr-7354 - added equivalent of jax-rs @consumes to spring mvc | 61 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,494 |
44b4f59c5eab66df0eb4a371d31f2521fd3e336f | Arjen Poutsma | Arjen Poutsma | SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC | spr-7354 - added equivalent of jax-rs @consumes to spring mvc | 61 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,495 |
0cdb2375761552cb0a6d5b8b9eb7da17aaa6abe2 | Arjen Poutsma | Arjen Poutsma | SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC | spr-7354 - added equivalent of jax-rs @consumes to spring mvc | 61 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,496 |
ff89c0e55a4f495a341c6b829e9b7c22784e2d5f | Arjen Poutsma | Arjen Poutsma | SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC | spr-7354 - added equivalent of jax-rs @consumes to spring mvc | 61 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,497 |
bf6693dbc535e085fb98bd436378904684db1374 | Arjen Poutsma | Arjen Poutsma | SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC | spr-7354 - added equivalent of jax-rs @consumes to spring mvc | 61 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,498 |
381af43f91b8963061b8a9910c8e2e1772f6cfe5 | Rossen Stoyanchev | Rossen Stoyanchev | Javadoc updates | javadoc updates | 15 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,499 |
6fe0ff9e7bc2ff79d313930091eed245f4f50d20 | Rossen Stoyanchev | Rossen Stoyanchev | ModelAndViewContainer related refinements | modelandviewcontainer related refinements | 41 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,500 |
3d8b476f58dd3222d22f83a86595933c29e4ee5a | Sam Brannen | Sam Brannen | fixed typo | fixed typo | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,501 |
2710870d9e4bcca6aa9c1668307a8298b867a60f | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8217 adding one class missed on last checkin | spr-8217 adding one class missed on last checkin | 48 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,502 |
4c1f73ed83049cedbc91a218284c9eb8c2b286ad | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8217 update MVC namespace to use HandlerMethod infrastructure | spr-8217 update mvc namespace to use handlermethod infrastructure | 65 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,503 |
ffec44443408071112e97555c6af7a23cf652972 | Rossen Stoyanchev | Rossen Stoyanchev | Configurable arg resolvers and return value handlers | configurable arg resolvers and return value handlers | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,504 |
ca9a3b4584e64ff9f5aad0ac963a54881976cc2f | Rossen Stoyanchev | Rossen Stoyanchev | Replace ModelAndViewContainer parameter with Object | replace modelandviewcontainer parameter with object | 51 | false | false | 5 | true | true | false | spring-projects | spring-framework | 21,505 |
3ee6734424df5dab2ab7de8092b16f4ff5243071 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8216 Replicate ServletAnnotationControllerTests for HandlerMethod infrastructure | spr-8216 replicate servletannotationcontrollertests for handlermethod infrastructure | 84 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,506 |
28cdae2e50cda536d3bd71fbae8d120578e46de4 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8215 Fix issue with tests compiling | spr-8215 fix issue with tests compiling | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,507 |
acc75aa4b898a34dce42748df5b54624f8b3e9f2 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8215 Move HandlerMethod code into trunk | spr-8215 move handlermethod code into trunk | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,508 |
0f7d43ba90943f42f0e9f81697899a441ee9fa0c | Arjen Poutsma | Arjen Poutsma | Allow for customization of the media type for forms. | allow for customization of the media type for forms | 51 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,509 |
158a392d80c183ae39bba8783c16c27b64dfbff4 | Chris Beams | Chris Beams | Ignore non-prop 'set' methods in ExtendedBeanInfo
Previously, ExtendedBeanInfo would attempt to process methods named
exactly 'set'. JavaBeans properties must have at least one character
following the 'set' prefix in order to qualify, and this is now
respected by EBI.
Thanks to Rob Winch for the patch fixing this pr... | ignore non-prop 'set' methods in extendedbeaninfo | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,510 |
eba33b6156c354d789ec9261028629201870075e | Sam Brannen | Sam Brannen | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,511 |
070b7b6afed2165ffaa648f468b63ec89b4207f4 | Sam Brannen | Sam Brannen | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,512 |
74f1e0e9d0be0a63d529807ebb22a650744682f2 | Chris Beams | Chris Beams | Touch up ApplicationContextInitializer Javadoc | touch up applicationcontextinitializer javadoc | 46 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,513 |
4f7bdbd3de8e1ca91ad84ea41afc4f525e1b4fd8 | Chris Beams | Chris Beams | Make ConfigurationClassBeanDefinitionReader public
Issue: SPR-8200 | make configurationclassbeandefinitionreader public | 50 | false | false | 3 | true | true | true | spring-projects | spring-framework | 21,514 |
fa4f90e6482ca9c6f7871052ef8469eec410a951 | Arjen Poutsma | Arjen Poutsma | SPR-7805 - Add support for package binding in the JibxMashaller | spr-7805 - add support for package binding in the jibxmashaller | 63 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,515 |
4dcc79d6eb8ccf6d5e84abda68f99abe3b641f6f | Sam Brannen | Sam Brannen | [SPR-6184] Implemented recursive search for configuration classes; introduced LocationsResolver strategy in ContextLoaderUtils with ResourcePathLocationsResolver and ClassNameLocationsResolver implementations. | [spr-6184] implemented recursive search for configuration classes; introduced locationsresolver strategy in contextloaderutils with resourcepathlocationsresolver and classnamelocationsresolver implementations | 208 | false | false | 17 | false | false | false | spring-projects | spring-framework | 21,516 |
f3d125626dca6db923b8551b7ebac05c681ec0d5 | Sam Brannen | Sam Brannen | [SPR-6184] Refactored internals of ContextLoaderUtils; @Ignore'd broken test. | [spr-6184] refactored internals of contextloaderutils; @ignore'd broken test | 76 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,517 |
293baeeb8887adff3d35b71ac3a1857092a620de | Sam Brannen | Sam Brannen | [SPR-6184] Updated TODOs. | [spr-6184] updated todos | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,518 |
523c09055131e72826ebff3fe6f4fb681b93c18e | Sam Brannen | Sam Brannen | [SPR-6184] Added DefaultConfigClassInheritedTests to verify proper recursive search for configuration classes configured via @ContextConfiguration. This test is currently failing (as expected) and therefore @Ignore'd. | [spr-6184] added defaultconfigclassinheritedtests to verify proper recursive search for configuration classes configured via @contextconfiguration. this test is currently failing (as expected) and therefore @ignore'd | 216 | false | false | 24 | false | false | false | spring-projects | spring-framework | 21,519 |
70f883303f6fae362fbc17434709306995923748 | Sam Brannen | Sam Brannen | Removed unnecessary declaration of @TestExecutionListeners. | removed unnecessary declaration of @testexecutionlisteners | 58 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,520 |
5373b43a5301a7a2f4980b9732cacb553fc5e58c | Sam Brannen | Sam Brannen | [SPR-6184] Extracted ContextLoader resolution functionality from TestContext into a new ContextLoaderUtils utility class. | [spr-6184] extracted contextloader resolution functionality from testcontext into a new contextloaderutils utility class | 120 | false | false | 13 | false | false | false | spring-projects | spring-framework | 21,521 |
ad9c858bd2470b1e0644c667056b74a4aec72c24 | Sam Brannen | Sam Brannen | [SPR-6184] Introduced ResourceTypeAwareContextLoader interface and removed dependency on AnnotationConfigContextLoader in TestContext. | [spr-6184] introduced resourcetypeawarecontextloader interface and removed dependency on annotationconfigcontextloader in testcontext | 133 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,522 |
a60487655cb35d839dd78c9f55574870080750cb | Sam Brannen | Sam Brannen | polishing JavaDoc | polishing javadoc | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,523 |
744facbf641ffe522962105f9caa799613633d74 | Sam Brannen | Sam Brannen | [SPR-6184] Simplified AnnotationConfigContextLoader in TestContext. | [spr-6184] simplified annotationconfigcontextloader in testcontext | 66 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,524 |
dd4d6e63ae4704f5cfbe6ae49448df37d143e118 | Sam Brannen | Sam Brannen | [SPR-6184] AnnotationConfigContextLoader now generates a default configuration class name; fleshed out documentation of AnnotationConfigContextLoader; introduced sub-package and suite for configuration class tests. | [spr-6184] annotationconfigcontextloader now generates a default configuration class name; fleshed out documentation of annotationconfigcontextloader; introduced sub-package and suite for configuration class tests | 213 | false | false | 22 | false | false | false | spring-projects | spring-framework | 21,525 |
9202224bca563ebd3ebf495d79d7cd201c6410d4 | Andy Clement | Andy Clement | SPR-8174: varargs and primitive handling in SpEL | varargs and primitive handling in spel | 38 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,526 |
b9d07b9c47274e0ff4a065e3bedc1f8ff6b4612e | Andy Clement | Andy Clement | SPR-7840: comparator dealing with nulls | comparator dealing with nulls | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,527 |
fadfc76443e63c2a58f9b4526cf62d99157e8976 | Chris Beams | Chris Beams | All SFBuilder setters return 'this' & use varargs
Touch up a few setter methods across the SessionFactoryBuilder
hierarchy that were still returning void.
Use varargs... syntax wherever possible. | all sfbuilder setters return 'this' & use varargs | 49 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,528 |
4f6df8761537f3f4d7b8d52872bbb90538304754 | Chris Beams | Chris Beams | Fix obscure STS error
Remove all bean configuration files from .springBeans to avoid cryptic
STS error. | fix obscure sts error | 21 | false | false | 4 | false | true | false | spring-projects | spring-framework | 21,529 |
3f11fbafaaeffacddae227346550b25def791c46 | Rossen Stoyanchev | Rossen Stoyanchev | Predictable index position for BindingResult keys and parameter annotation convenience methods in MethodParameter | predictable index position for bindingresult keys and parameter annotation convenience methods in methodparameter | 113 | false | false | 13 | false | false | false | spring-projects | spring-framework | 21,530 |
006cbb25c53301b71a39b41cfb1609212c8bba96 | Chris Beams | Chris Beams | Increase visibility of MapPropertySource constructor
Was protected due to oversight, now public.
Issue: SPR-8107 | increase visibility of mappropertysource constructor | 52 | false | false | 5 | true | true | false | spring-projects | spring-framework | 21,531 |
f5768fe00be37efb8c71bdfa61a0d0c71c8ba218 | Chris Beams | Chris Beams | Introduce (Annotation)SessionFactoryBuilder types
Large refactoring of existing *SessionFactoryBean hierarchy designed to
support configuration of Hibernate SessionFactory objects within
@Configuration class @Bean methods without forcing use of a
FactoryBean type, which is generally discouraged due to awkwardness
of p... | introduce (annotation)sessionfactorybuilder types | 49 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,532 |
b0b1116f4b605e04dfc3c63cd6f5d40be7046919 | Chris Beams | Chris Beams | Propagate wrapped exception in SessionFactoryUtils
Improve stack traces in certain Hibernate failure cases by properly
chaining the cause exception.
Issue: SPR-7933 | propagate wrapped exception in sessionfactoryutils | 50 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,533 |
6809b234b17695921a8260e20a378068f3ec6232 | Chris Beams | Chris Beams | Introduce HibernateExceptionTranslator
Designed to allow persistence exception translation of
HibernateException types without being forced to use
LocalSessionFactoryBean types.
Committed now in support of the forthcoming introduction of
*SessionFactoryBuilder types.
Issue: SPR-8076 | introduce hibernateexceptiontranslator | 38 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,534 |
2f5085aef1e9ac3655a1b1250b6ceca9d0ca3398 | Chris Beams | Chris Beams | Introduce ExtendedBeanInfo
Decorator for instances returned from
Introspector#getBeanInfo(Class<?>) that supports detection and inclusion
of non-void returning setter methods. Fully supports indexed properties
and otherwise faithfully mimics the default
BeanInfo#getPropertyDescriptors() behavior, e.g., PropertyDescrip... | introduce extendedbeaninfo | 26 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,535 |
ec1b230ae59c6f7283e4ca4af7ba918a52de60b4 | Sam Brannen | Sam Brannen | [SPR-6184] AnnotationConfigContextLoader now calls AnnotationConfigApplicationContext's register(Class<?>...) method in one go, via var-args. | [spr-6184] annotationconfigcontextloader now calls annotationconfigapplicationcontext's register(class<?>...) method in one go, via var-args | 140 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,536 |
732493951efdbe4ad823f6f430d58eb7a4db3c7c | Sam Brannen | Sam Brannen | [SPR-6184] AnnotationConfigContextLoader now extends AbstractGenericContextLoader; added new extension points to AbstractGenericContextLoader. | [spr-6184] annotationconfigcontextloader now extends abstractgenericcontextloader; added new extension points to abstractgenericcontextloader | 141 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,537 |
10640233dcd2009530ef183bc75b01bd73e74094 | Sam Brannen | Sam Brannen | [SPR-6184] Initial draft of the new AnnotationConfigContextLoader. | [spr-6184] initial draft of the new annotationconfigcontextloader | 65 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,538 |
334e4f221207b8ac074c3110d54f4cecb0d2a964 | Sam Brannen | Sam Brannen | [SPR-6184] Initial draft of the new AnnotationConfigContextLoader. | [spr-6184] initial draft of the new annotationconfigcontextloader | 65 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,539 |
b50338fd320c13337dba91ece34013416f4070fa | Sam Brannen | Sam Brannen | [SPR-6184] Work in Progress | [spr-6184] work in progress | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,540 |
fa48a7b3a38c6d1cdd8046dbcfeeb1a70dfb859f | Sam Brannen | Sam Brannen | Updating JUnit and TestNG versions for IDEs and Maven. | updating junit and testng versions for ides and maven | 53 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,541 |
6ed1b1ebf85bc9045cf119fe6b78ea55299e0add | Sam Brannen | Sam Brannen | org.springframework.spring-parent can now be imported into Eclipse | org.springframework.spring-parent can now be imported into eclipse | 66 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,542 |
8568250e77745a9772aa49e04615321b7a5fb281 | Sam Brannen | Sam Brannen | [SPR-8089] Added TODOs. | [spr-8089] added todos | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,543 |
45c6eb1d621b94b8265e64bf438ba763ef7e02a2 | Sam Brannen | Sam Brannen | [SPR-8089] re-ignoring JMX tests that require the presence of jmxremote_optional.jar. | [spr-8089] re-ignoring jmx tests that require the presence of jmxremote_optional.jar | 84 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,544 |
309fa9219985de8ec25880ee4d4f12cb37da2960 | Sam Brannen | Sam Brannen | [SPR-8089] re-ignoring JMX tests that require the presence of jmxremote_optional.jar. | [spr-8089] re-ignoring jmx tests that require the presence of jmxremote_optional.jar | 84 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,545 |
daa074734fbf1278c85156685c99c977fdf5e21f | Sam Brannen | Sam Brannen | [SPR-8092] cleaning up ignored and broken ORM tests; suppressing warnings; fixed Eclipse classpath for tests. | [spr-8092] cleaning up ignored and broken orm tests; suppressing warnings; fixed eclipse classpath for tests | 108 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,546 |
adfcc929fb90b19c9772afdb090ef09731f93a0a | Sam Brannen | Sam Brannen | [SPR-8091] developer notes | [spr-8091] developer notes | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,547 |
5c3ceb8ef0b0a400e46616f210be1505aeed7c22 | Costin Leau | Costin Leau | SPR-7971
+ add target object to KeyGenerator | spr-7971 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,548 |
71d70a6e0609d83944c187d933e4bd986412e2cb | Sam Brannen | Sam Brannen | [SPR-8089] cleaning up ignored and broken JMX tests; suppressing warnings; using generics where feasible; documented the jmxremote_optional.jar requirement in AbstractMBeanServerTests. | [spr-8089] cleaning up ignored and broken jmx tests; suppressing warnings; using generics where feasible; documented the jmxremote_optional.jar requirement in abstractmbeanservertests | 183 | false | false | 20 | false | false | false | spring-projects | spring-framework | 21,549 |
726564c84d12122b1f87c1d79a9f486b6685711d | Sam Brannen | Sam Brannen | Polishing and fixed broken support for @IfProfileValue in AbstractJpaTests (even though it's deprecated). | polishing and fixed broken support for @ifprofilevalue in abstractjpatests (even though it's deprecated) | 104 | false | false | 13 | false | false | false | spring-projects | spring-framework | 21,550 |
d6be4c5a2ad78d28bd2bc0fc325c85c91067e62c | Sam Brannen | Sam Brannen | [SPR-8090] Fixed broken tests in Log4jWebConfigurerTests. | [spr-8090] fixed broken tests in log4jwebconfigurertests | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,551 |
657b145ea2b325005ca58376ce4af9dbeaf3e69f | Sam Brannen | Sam Brannen | [SPR-8030] AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests are now officially deprecated. | [spr-8030] abstractjunit38springcontexttests and abstracttransactionaljunit38springcontexttests are now officially deprecated | 125 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,552 |
a3a0e5165cf86838a1a534ce03f00b06ff7e7d6f | Costin Leau | Costin Leau | SPR-8007
+ add more logging | spr-8007 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,553 |
eb4b68ffdaa961a2a1ff67d04c4f8cb036c89228 | Costin Leau | Costin Leau | SPR-8007
SPR-7832
+ expose the invocation params through the cache root object
+ update javadocs | spr-8007 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,554 |
a20e73b148b27f95728201c452cc6d8bb29cfad8 | Agim Emruli | Agim Emruli | fixed compile error in test with javac compiler | fixed compile error in test with javac compiler | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,555 |
6f80578a387098bcf054249c512025ec81ae182b | Chris Beams | Chris Beams | Ignore fragile test dependent on debug symbols
Issue: SPR-8078 | ignore fragile test dependent on debug symbols | 46 | false | false | 7 | true | true | true | spring-projects | spring-framework | 21,556 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.