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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0adcb2ad2ea5bdf85d27e9c279cf165db1eeb33c | Thomas Risberg | Thomas Risberg | Added batchUpdate method taking a Collection, a batch size and a ParameterizedPreparedStatementSetter as arguments (SPR-6334) | added batchupdate method taking a collection, a batch size and a parameterizedpreparedstatementsetter as arguments (spr-6334) | 125 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,657 |
cfb387383bdd921f16edca1da2ee7fde5f61f39a | Keith Donald | Keith Donald | broke out to top-level class for readability | broke out to top-level class for readability | 44 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,658 |
c09227a71265578a15bbf516abc523716490d1ac | Keith Donald | Keith Donald | removed dependency on java.beans | removed dependency on java.beans | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,659 |
94d690fb2ce1c56973723f2cf1cd4bba77cd2aa5 | Keith Donald | Keith Donald | javadoc and polishing | javadoc and polishing | 21 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,660 |
2127b160512911e5f65a4e304f0b57826710a91d | Keith Donald | Keith Donald | catch ConversionFailedException and fallback to default container conversion logic rather than propogate exception | catch conversionfailedexception and fallback to default container conversion logic rather than propogate exception | 114 | false | false | 13 | true | true | false | spring-projects | spring-framework | 21,661 |
9ece4a88a9994ba4350a3bfe4570a5797baca6d7 | Keith Donald | Keith Donald | perform narrowing in reflective property accessor read methods as well | perform narrowing in reflective property accessor read methods as well | 70 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,662 |
c306afed63e439ee133872a49380d76064bd2638 | Keith Donald | Keith Donald | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,663 |
c84cccf06dad4e3f11cd529ab16a5655bf723820 | Keith Donald | Keith Donald | revised TypeDescriptor NULL and element/mapKey/mapValue type semantics | revised typedescriptor null and element/mapkey/mapvalue type semantics | 70 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,664 |
a2a4929c147208e959a93b290e930828287833d8 | Chris Beams | Chris Beams | Add "What's new in Spring 3.1" to ref docs
Issue: SPR-8399 | add "what's new in spring 3.1" to ref docs | 42 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,665 |
3af4cdb0f1eb698ba0f816ff7bc0fd4d31df423f | Chris Beams | Chris Beams | Rename ref docs section new-in-3 => new-in-3.0 | rename ref docs section new-in-3 => new-in-3.0 | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,666 |
ea2da0b6be38d4663416a60ffced7a07586de5c9 | Chris Beams | Chris Beams | Remove unused 'new-in-2' ref doc xml | remove unused 'new-in-2' ref doc xml | 36 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,667 |
1bf8634db1c025198e7383834079d464cb05162f | Chris Beams | Chris Beams | Fix broken links in ref docs | fix broken links in ref docs | 28 | false | false | 6 | true | true | true | spring-projects | spring-framework | 21,668 |
5db1687d29c4b23d05f061ab7fb3450111314050 | Keith Donald | Keith Donald | added TypeDescriptor resolveCollectionElement and Map key/value types | added typedescriptor resolvecollectionelement and map key/value types | 69 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,669 |
9c3c1c64b31832d349401dbd69dbebe416942fd0 | Sam Brannen | Sam Brannen | [SPR-8386] polishing JavaDoc | [spr-8386] polishing javadoc | 28 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,670 |
dbe96b5cf9727302509ce36aa831184ba5c25463 | Sam Brannen | Sam Brannen | [SPR-7326] MergedContextConfiguration now ensures that it holds non-null arrays with proper semantics for TestContext's cache key generation. | [spr-7326] mergedcontextconfiguration now ensures that it holds non-null arrays with proper semantics for testcontext's cache key generation | 140 | false | false | 17 | false | false | false | spring-projects | spring-framework | 21,671 |
3f58da1cd673570c8e7ea61d70593c028d10f3c7 | Sam Brannen | Sam Brannen | [SPR-7326] Added unit tests to verify proper semantics of TestContext's cache key generation. | [spr-7326] added unit tests to verify proper semantics of testcontext's cache key generation | 92 | false | false | 13 | false | false | false | spring-projects | spring-framework | 21,672 |
72420c79cbaf1c0c625a4d38c01980b8db564ad3 | Mark Fisher | Mark Fisher | SPR-8205 added support for a 'trigger' attribute (bean ref) on scheduled-task elements | spr-8205 added support for a 'trigger' attribute (bean ref) on scheduled-task elements | 86 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,673 |
da41c9bb11228a282e87ed1ecca2c7ef1547da5b | Sam Brannen | Sam Brannen | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,674 |
f3f29412d4b4b8adb287846ba05c10d6334b40e6 | Sam Brannen | Sam Brannen | Increased timeout in calls to assertStopWatchTimeLimit() to increase stability of the build. | increased timeout in calls to assertstopwatchtimelimit() to increase stability of the build | 91 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,675 |
0d4469d8e32eb6ffa361378a730dff2897eda182 | Sam Brannen | Sam Brannen | Suppressing warnings for deprecation of SimpleJdbcTemplate; polishing JavaDoc; using TestNG assertions in TestNG tests. | suppressing warnings for deprecation of simplejdbctemplate; polishing javadoc; using testng assertions in testng tests | 118 | false | false | 14 | false | false | false | spring-projects | spring-framework | 21,676 |
266e1096cec621b53ea126a92f13c78007477c04 | Sam Brannen | Sam Brannen | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,677 |
2b17ee0911ca17d52c1a6b8ee300d4e71dbea053 | Sam Brannen | Sam Brannen | [SPR-6184] AnnotationConfigContextLoader now defines "$ContextConfiguration" as the resource suffix for generated default @Configuration class names. | [spr-6184] annotationconfigcontextloader now defines "$contextconfiguration" as the resource suffix for generated default @configuration class names | 148 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,678 |
39583d23fd63402d2a3aa946d3ef826ce212d6c0 | Sam Brannen | Sam Brannen | [SPR-6184] AnnotationConfigContextLoader now defines "$ContextConfiguration" as the resource suffix for generated default @Configuration class names. | [spr-6184] annotationconfigcontextloader now defines "$contextconfiguration" as the resource suffix for generated default @configuration class names | 148 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,679 |
16fc083310d5414f2fbca205f8de8a2c25082961 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8391 Minor documentation fixes | spr-8391 minor documentation fixes | 34 | false | false | 4 | true | false | true | spring-projects | spring-framework | 21,680 |
f1ad53d570b407a88665560c1e4adc61a21d6ab8 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6709 Update changelog and add one test | spr-6709 update changelog and add one test | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,681 |
d2a99de9fcdc10a5c399b7967414d34cbc6824d9 | Rossen Stoyanchev | Rossen Stoyanchev | Add ModelFactory test for HttpSessionRequiredException | add modelfactory test for httpsessionrequiredexception | 54 | false | false | 5 | true | true | false | spring-projects | spring-framework | 21,682 |
c7a350cde7fe7adeccb8287a2106d7b6e2af8b3d | Oliver Gierke | Oliver Gierke | SPR-7477 - Added lazy-init attribute to jee namespace | spr-7477 - added lazy-init attribute to jee namespace | 53 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,683 |
385d8e9482dabee9ec764756c30bc59aedcf5a69 | Chris Beams | Chris Beams | Fix system environment tests on all platforms
Issue: SPR-8245 | fix system environment tests on all platforms | 45 | false | false | 7 | false | true | false | spring-projects | spring-framework | 21,684 |
a1b7af5c9c230274770880748ebc10e1e21a83f5 | Keith Donald | Keith Donald | broke out pkg private classes from TypeDescriptor to improve manageability and testability | broke out pkg private classes from typedescriptor to improve manageability and testability | 90 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,685 |
07f985ac91792cb34571d71f326e60f849010c42 | Keith Donald | Keith Donald | more tests; several assertions for the programmer | more tests; several assertions for the programmer | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,686 |
08180e97f8618db89351ea3025e0469882880dfc | Keith Donald | Keith Donald | javadoc polishing | javadoc polishing | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,687 |
a8dbac6d8d8e185f032476e2260fea797e146d39 | Keith Donald | Keith Donald | more tests | more tests | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,688 |
0f6d890d97a95fe081501139810580387c962269 | Keith Donald | Keith Donald | javadoc | javadoc | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,689 |
6f146737f475828b6d765784017773378c2c4922 | Keith Donald | Keith Donald | simplified TypeDescriptor usage and updated use of the API across BeanWrapper and SpEL; collapsed PropertyTypeDescriptor into TypeDescriptor for simplicity and ease of use; improved docs | simplified typedescriptor usage and updated use of the api across beanwrapper and spel; collapsed propertytypedescriptor into typedescriptor for simplicity and ease of use; improved docs | 186 | false | false | 25 | false | false | false | spring-projects | spring-framework | 21,690 |
9d2ee7061c93453d9cac411aee6df03e34b12a88 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6709 Handle RequestBodyNotValidException and update reference docs | spr-6709 handle requestbodynotvalidexception and update reference docs | 70 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,691 |
bfecedf5e287d78a3aac7d9a47e0c28b1a1d1e33 | Sam Brannen | Sam Brannen | Reverted Dave's changes to Eclipse project settings since we do not use Maven to build. | reverted dave's changes to eclipse project settings since we do not use maven to build | 86 | false | false | 15 | false | false | false | spring-projects | spring-framework | 21,692 |
2913964b412e9bd54254e28abb1fdce3f571edd2 | Sam Brannen | Sam Brannen | [SPR-7960][SPR-8386] Supporting declarative configuration of bean definition profiles in the TestContext framework:
- TextContext now works with MergedContextConfiguration instead of locations and loader
- TextContext now builds context caching key from MergedContextConfiguration
- Test context caching is now based on ... | null | null | null | false | null | false | false | false | spring-projects | spring-framework | 21,693 |
ab704fdaba5137e4f4d3e15ae845e9f519203c4c | Sam Brannen | Sam Brannen | [SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry. | [spr-8393] annotatedbeandefinitionreader's constructor now inherits the environment of supplied beandefinitionregistry | 118 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,694 |
74b169e88615fc4e3b99142554186da250a704cf | Sam Brannen | Sam Brannen | [SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry. | [spr-8393] annotatedbeandefinitionreader's constructor now inherits the environment of supplied beandefinitionregistry | 118 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,695 |
18f5d90235873f02a6c41f13b2231537b08424d4 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6709 Support @Valid with @RequestBody method arguments | spr-6709 support @valid with @requestbody method arguments | 58 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,696 |
14edc9fc031dbd5b8af7824e3e3f7c9d17712cda | David Syer | David Syer | SPR-7364: added separator property to database populator to deal with things like PL/SQL | added separator property to database populator to deal with things like pl/sql | 78 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,697 |
ac735d73ac026456bf66fe2cfc979cfa05c2d521 | Sam Brannen | Sam Brannen | [SPR-7960][SPR-8386] First draft of SmartContextLoader SPI, MergedContextConfiguration, and ContextConfigurationAttributes. | [spr-7960][spr-8386] first draft of smartcontextloader spi, mergedcontextconfiguration, and contextconfigurationattributes | 122 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,698 |
cee9da36eb43a7290df0b91300c10cc958bec9f5 | Chris Beams | Chris Beams | Mention code alternatives in context and mvc XSDs | mention code alternatives in context and mvc xsds | 49 | false | false | 8 | false | true | false | spring-projects | spring-framework | 21,699 |
05a3f3ad8d91e5181ebbbe7f7adcffd41ff5423e | Juergen Hoeller | Juergen Hoeller | avoid failures in case of manually registered null instance (SPR-7523) | avoid failures in case of manually registered null instance (spr-7523) | 70 | false | false | 10 | true | true | false | spring-projects | spring-framework | 21,700 |
b67da6c3f8a15db20ae2ecb3171460916f2f69d0 | Arjen Poutsma | Arjen Poutsma | Granting Keith's wish | granting keith's wish | 21 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,701 |
0485f15998313dcb77a30f718f2d30647c63ad0e | Sam Brannen | Sam Brannen | Fixed typo | fixed typo | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,702 |
b60a7a2e078714495e2f8e95f54139308d7fa989 | Juergen Hoeller | Juergen Hoeller | prepared for 3.0.5 | prepared for 3.0.5 | 18 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,703 |
e6425ee41fa4c0818bb510018b113122b1601517 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,704 |
0a17e4175519914c6010c6ac7a6f5cfcd5387ac8 | Juergen Hoeller | Juergen Hoeller | catch invalid arguments early; avoid stack overflow in object-to-collection case (SPR-7488) | catch invalid arguments early; avoid stack overflow in object-to-collection case (spr-7488) | 91 | false | false | 11 | false | true | false | spring-projects | spring-framework | 21,705 |
055c343ce0e52b3aa66d5ed9c56b78466bc06f37 | Juergen Hoeller | Juergen Hoeller | SpEL supports projection on any kind of Collection (SPR-7493) | spel supports projection on any kind of collection (spr-7493) | 61 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,706 |
3f68ccadd93626e92157daa80e991fe9c087088e | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,707 |
4e3227441b994838822357767f7339225138916d | Juergen Hoeller | Juergen Hoeller | DefaultLobHandler's "wrapAsLob" mode works with PostgreSQL's getAsciiStream() requirement (SPR-7487) | defaultlobhandler's "wrapaslob" mode works with postgresql's getasciistream() requirement (spr-7487) | 100 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,708 |
e56cfb81734c9a7eb0f989fb15ba56058d3e28a1 | Juergen Hoeller | Juergen Hoeller | consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) | consistent use of jdk 1.5's threadlocal.remove() over threadlocal.set(null), preventing leaks (spr-7441) | 104 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,709 |
66a5bb7c22ad08c892b9f43f83cb3d7b326159cf | Juergen Hoeller | Juergen Hoeller | JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore (SPR-7505) | jaxwsportclientinterceptor does not fall back to annotation-specified name as portname anymore (spr-7505) | 105 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,710 |
82bcef037d71b096b8afa27e8aa712eb8eb83af0 | Juergen Hoeller | Juergen Hoeller | JDBC bundle uses local ClassLoader as bean ClassLoader for "sql-error-codes.xml" parsing (SPR-7497) | jdbc bundle uses local classloader as bean classloader for "sql-error-codes.xml" parsing (spr-7497) | 99 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,711 |
5ddf8245dd8126507d51634ae0e3c918571f9c80 | Juergen Hoeller | Juergen Hoeller | fixed EvalTag's EvaluationContext caching (SPR-7482) | fixed evaltag's evaluationcontext caching (spr-7482) | 52 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,712 |
3e5aca86d58f37ffd225c9e43e08296bdd12a638 | Juergen Hoeller | Juergen Hoeller | fixed no-message-received commit case for non-cached Sessions (SPR-7478) | fixed no-message-received commit case for non-cached sessions (spr-7478) | 72 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,713 |
d7e0776148fd1e378ba81f2ef60b95a0d8cab1a8 | Juergen Hoeller | Juergen Hoeller | avoid hanging in case of shutdown errors (SPR-7511) | avoid hanging in case of shutdown errors (spr-7511) | 51 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,714 |
416004b1bca9271b0d47e3fdacbeb2282b91339b | Arjen Poutsma | Arjen Poutsma | Fixing build | fixing build | 12 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,715 |
2182287d3e946bc2088f30f0cd90cea0ceae0bf4 | Arjen Poutsma | Arjen Poutsma | Minor tweaks | minor tweaks | 12 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,716 |
e3298061d2ad44c12947919fcb2e19642f062d99 | Arjen Poutsma | Arjen Poutsma | Added createCustomStaxSource/Result, because JAXP 1.4 kills babies in their sleep. | added createcustomstaxsource/result, because jaxp 1.4 kills babies in their sleep | 81 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,717 |
9aafa1c6b26e2d015ce956b1f52ad09d9cdb8116 | Arjen Poutsma | Arjen Poutsma | Various StAX improvements. | various stax improvements | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,718 |
b72cca54030d380ab70af0eed60d82074e2e3522 | Chris Beams | Chris Beams | Fix memory leak in serializable bean factory management (SPR-7502)
GenericApplicationContext and AbstractRefreshableApplicationContext
implementations now call DefaultListableBeanFactory.setSerializationId()
only upon successful refresh() instead of on instantiation of the
context, as was previously the case with GAC.... | fix memory leak in serializable bean factory management (spr-7502) | 66 | false | false | 9 | true | true | false | spring-projects | spring-framework | 21,719 |
d0f13b5bebe548232bd4d2658db81bc2e7203c5f | Arjen Poutsma | Arjen Poutsma | SPR-7490 - Reverting RedirectView to it's 3.0.3 version | spr-7490 - reverting redirectview to it's 3.0.3 version | 55 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,720 |
4504ab8bc22c0ac57d4cbde4083f38272daf7cb0 | Arjen Poutsma | Arjen Poutsma | SPR-7316 - writeAcceptCharset now also set to false when using mvc namespace. | spr-7316 - writeacceptcharset now also set to false when using mvc namespace | 76 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,721 |
7730e76c069aff0b81b23fc6cbab0053acccb850 | Ben Hale | Ben Hale | Publishing license and notice files | publishing license and notice files | 35 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,722 |
dbfa049e1e3b95f4408960b82276852c320cc474 | Arjen Poutsma | Arjen Poutsma | Prepping for 3.0.5 | prepping for 3.0.5 | 18 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,723 |
9f05f28727923a396eb2392807813f3891c36f33 | Arjen Poutsma | Arjen Poutsma | Prepping for 3.0.5 | prepping for 3.0.5 | 18 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,724 |
a9da12325995ab03cef56e8f51870081e36a3c9e | Juergen Hoeller | Juergen Hoeller | temporarily disabled constructor argument caching for converted values (SPR-7423) | temporarily disabled constructor argument caching for converted values (spr-7423) | 81 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,725 |
001d676decd995d6b7baa041ae1069eea602aaa0 | Arjen Poutsma | Arjen Poutsma | SPR-7471 - Regression in redirect URL encoding | spr-7471 - regression in redirect url encoding | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,726 |
061b2c91a0bc979e722aeb6ed02060e9c8744f44 | Arjen Poutsma | Arjen Poutsma | SPR-7474 - AbstractXmlStreamReader getAttributeValue(String, String) does not handle null namespaceURI properly | spr-7474 - abstractxmlstreamreader getattributevalue(string, string) does not handle null namespaceuri properly | 111 | false | false | 11 | false | false | false | spring-projects | spring-framework | 21,727 |
9ab2c6628b4f912b8ec23cd8dc3ccd3e54b5fa8e | Chris Beams | Chris Beams | Split IoC chapter DocBook XML into multiple files (SPR-7467)
All <section/> elements in beans.xml >=~ 500 lines have been broken out
into separate documents with DOCTYPE 'section'. This refactoring makes
working with these files much easier in wysiwyg editors (namely
oXygen Author).
For consistency, this same refacto... | split ioc chapter docbook xml into multiple files (spr-7467) | 60 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,728 |
2f980d95ff574c1a378c973cc25931a28c2cf22b | Juergen Hoeller | Juergen Hoeller | final preparations for 3.0.4 release | final preparations for 3.0.4 release | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,729 |
9857ba077b16312e78ca6dcf2a219326955daae5 | Juergen Hoeller | Juergen Hoeller | revised constructor argument caching for highly concurrent creation scenarios (follow-up to SPR-7423) | revised constructor argument caching for highly concurrent creation scenarios (follow-up to spr-7423) | 101 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,730 |
9a088b8128cb1a8027a13645a7e4d400d767aabb | Chris Beams | Chris Beams | Document BeanFactoryPostProcessor implementation constraints (SPR-7466)
JavaDoc and reference docs now warn developers against interacting with
bean instances within BeanFactoryPostProcessor implementations in order
to avoid premature bean instantiation.
See SPR-7450 for an example of a third-party BFPP
(OAuthTokenLi... | document beanfactorypostprocessor implementation constraints (spr-7466) | 71 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,731 |
e4792aaf33ce95422a8b64a48f1ae422ef032cb5 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,732 |
b58e19b04cf2db07a39f0325379e80f7ca5c5905 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,733 |
48869a86ccadbfd680e91cb4ee7d383221595afd | Juergen Hoeller | Juergen Hoeller | consistent converting and escaping of label values (following AbstractMultiCheckedElementTag's SPR-7174) | consistent converting and escaping of label values (following abstractmulticheckedelementtag's spr-7174) | 104 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,734 |
a032ce12cbfe83c3c34e6baefe44409d46d59ddb | Juergen Hoeller | Juergen Hoeller | renamed "mapping-order" to "order"; added "cache-period" | renamed "mapping-order" to "order"; added "cache-period" | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,735 |
ecb351c4756c99afefb9379677a4c3a22fd7806c | Juergen Hoeller | Juergen Hoeller | return 404 in case of no media type found | return 404 in case of no media type found | 41 | false | false | 9 | false | true | false | spring-projects | spring-framework | 21,736 |
b51f067f74d3272bd8649ff90ef953c740dbfc58 | Juergen Hoeller | Juergen Hoeller | @MVC handler method resolution | @mvc handler method resolution | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,737 |
9b3fbc2333e419a41847669f09f0fb90d2f32f16 | Juergen Hoeller | Juergen Hoeller | WebDataBinder and @MVC request param binding detect and introspect MultipartFile arrays as well (SPR-2784) | webdatabinder and @mvc request param binding detect and introspect multipartfile arrays as well (spr-2784) | 106 | false | false | 14 | false | false | false | spring-projects | spring-framework | 21,738 |
ee04046ed71fe26621b8a88f87700907beb62ab0 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,739 |
3cf22a025581fe04eeeee7707161a5075ba3f87b | Juergen Hoeller | Juergen Hoeller | lazy creation of MessageFormats | lazy creation of messageformats | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,740 |
0aec5efb5690fce5dfad2f06fc567956bf328a5c | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,741 |
5c3cf5f672aa9c9264a13dfe4ef9bcd8dfc3d6d2 | Juergen Hoeller | Juergen Hoeller | added testStringArrayToResourceArray | added teststringarraytoresourcearray | 36 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,742 |
d1afb290744667dcc5f0cd9b8c91e71164e2460c | Juergen Hoeller | Juergen Hoeller | Servlet/PortletContextResource inherit isReadable, contentLength and lastModified from AbstractFileResolvingResource | servlet/portletcontextresource inherit isreadable, contentlength and lastmodified from abstractfileresolvingresource | 116 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,743 |
b2b1ff60dd3f448457b7bc95ee4edb1e968f3e99 | Juergen Hoeller | Juergen Hoeller | CommonsMultipartResolver cleans up all multipart files in case of multiple files for same name as well (SPR-2784) | commonsmultipartresolver cleans up all multipart files in case of multiple files for same name as well (spr-2784) | 113 | false | false | 17 | true | false | false | spring-projects | spring-framework | 21,744 |
255d1ad434d734329a9893e04bcdaf6a8d2a5538 | Juergen Hoeller | Juergen Hoeller | WebDataBinder and @MVC request param binding detect and introspect MultipartFile arrays as well (SPR-2784) | webdatabinder and @mvc request param binding detect and introspect multipartfile arrays as well (spr-2784) | 106 | false | false | 14 | false | false | false | spring-projects | spring-framework | 21,745 |
5b0448c609b1d176ac124834392a0603d6bf7a59 | Juergen Hoeller | Juergen Hoeller | MockMultipartHttpServletRequest pre-defines method "POST" and content type "multipart/form-data" | mockmultiparthttpservletrequest pre-defines method "post" and content type "multipart/form-data" | 96 | false | false | 8 | false | false | false | spring-projects | spring-framework | 21,746 |
1841b14b21d0240952afc2a29cd1235be85a6cca | Juergen Hoeller | Juergen Hoeller | consistent mocks between modules | consistent mocks between modules | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,747 |
19fcbeafb4b4f36b0b92ad84c783306504c78a1d | Juergen Hoeller | Juergen Hoeller | renamed UriUtilsTest to UriUtilsTests | renamed uriutilstest to uriutilstests | 37 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,748 |
ace7b072f1e8c79b478031f82ecb90f93a1dc388 | Juergen Hoeller | Juergen Hoeller | fixed accidental change to byte array loop | fixed accidental change to byte array loop | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,749 |
fd159246ed17036eb3635fe3f5f7f3ce0caa63a4 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,750 |
2516bc0faf65034f35bf119ba92c0ec3ffcdd85e | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,751 |
3963ff6e3b2c732fee45020e482dba1d77c8a554 | Juergen Hoeller | Juergen Hoeller | use generic Class<?> in TransactionAttributeSource signature | use generic class<?> in transactionattributesource signature | 60 | false | false | 6 | true | true | false | spring-projects | spring-framework | 21,752 |
a5b30fd0743195dd2d80dcec2c5e131d8bbc62ef | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,753 |
35971f9f905f9661b43546f3a4d7c5181ef5328f | Juergen Hoeller | Juergen Hoeller | revised handler method resolution, in particular with respect to generic interfaces (SPR-7355) | revised handler method resolution, in particular with respect to generic interfaces (spr-7355) | 94 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,754 |
49a2970def8ed6b9e991095b6db29b1e8112cab1 | Juergen Hoeller | Juergen Hoeller | search super-interfaces as well (SPR-7355) | search super-interfaces as well (spr-7355) | 42 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,755 |
665a997f668599e59de22adc727692463734bb87 | Juergen Hoeller | Juergen Hoeller | refined exception messages; added unit tests for custom array types | refined exception messages; added unit tests for custom array types | 67 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,756 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.