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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8ee03637767e41c15af1772c4eed733940359327 | Juergen Hoeller | Juergen Hoeller | mergePropertiesIntoMap copies non-String values as well (SPR-5669) | mergepropertiesintomap copies non-string values as well (spr-5669) | 66 | true | false | 7 | false | false | false | spring-projects | spring-framework | 24,457 |
c225b44f3440d8799f1be96de7e27131ad9086c3 | Arjen Poutsma | Arjen Poutsma | SPR-5636 - @RequestMapping matching should be insensitive to trailing slashes | spr-5636 - @requestmapping matching should be insensitive to trailing slashes | 77 | false | false | 10 | false | false | false | spring-projects | spring-framework | 24,458 |
acc84925d3e446c26cf969f93e904e7668a4d85a | Arjen Poutsma | Arjen Poutsma | SPR-5631 - Implicit /** mapping on type-level @RequestMapping | spr-5631 - implicit /** mapping on type-level @requestmapping | 61 | false | false | 8 | false | false | false | spring-projects | spring-framework | 24,459 |
02e96e01af3ef359617c807efcd24ff5e74e6299 | Arjen Poutsma | Arjen Poutsma | Changed variable names from path to pattern | changed variable names from path to pattern | 43 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,460 |
b98c7e48ef1454d4c8887957f719f3df44e4b0f7 | Andy Clement | Andy Clement | filled in some basic details on the type conversion support. No TODOs left in this section now. Also properly added the selection/projection sections. | filled in some basic details on the type conversion support. no todos left in this section now. also properly added the selection/projection sections | 151 | false | false | 23 | false | false | false | spring-projects | spring-framework | 24,461 |
9d6ae6c5327acb81d9ebce8439b145e21a0f4852 | Andy Clement | Andy Clement | minor fix | minor fix | 9 | false | false | 2 | false | false | false | spring-projects | spring-framework | 24,462 |
d1194110982124d6c04f14a69b22d77f25598e83 | Andy Clement | Andy Clement | removed unnecessary class. improvements to map projection/selection | removed unnecessary class. improvements to map projection/selection | 68 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,463 |
1c26d027a7318613c305259e731897bd3a6254a6 | Arjen Poutsma | Arjen Poutsma | Increased debug level of mapping info | increased debug level of mapping info | 37 | false | false | 6 | false | false | false | spring-projects | spring-framework | 24,464 |
6121da988b23a4b5c5755e555b439fadecab6773 | Arjen Poutsma | Arjen Poutsma | Working on SPR-5631 - Implicit /** mapping on type-level @RequestMapping | working on spr-5631 - implicit /** mapping on type-level @requestmapping | 72 | false | false | 10 | false | false | false | spring-projects | spring-framework | 24,465 |
4fb901c657353a87f6366d9b2ab6fcc34f285156 | Scott Andrews | Scott Andrews | adding 'target' to svn:ignore | ignore | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 24,466 |
ead837938aa5239376bb8db99a76c8aeba8d0f49 | Arjen Poutsma | Arjen Poutsma | Added Copyright plugin info | added copyright plugin info | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,467 |
19e5b7d6685afa2e2e3f931bb640d0db10a41fec | Arjen Poutsma | Arjen Poutsma | Updated combine method on AntPatchMatcher to reflect usage in unit tests. | updated combine method on antpatchmatcher to reflect usage in unit tests | 72 | false | false | 11 | false | false | false | spring-projects | spring-framework | 24,468 |
2f27bd5da7d6f690d4a03c56b0b238bdd935b148 | Andy Clement | Andy Clement | changed to [] from {} for projection and selection (including first and last selection). addresses the problem of clashes with template prefix/suffix | changed to [] from {} for projection and selection (including first and last selection). addresses the problem of clashes with template prefix/suffix | 150 | false | false | 22 | false | false | false | spring-projects | spring-framework | 24,469 |
d27cbee69cfca0c43a37d37326c708b160a4805f | Juergen Hoeller | Juergen Hoeller | fixed JasperReports exporter parameter initialization for multi-format views | fixed jasperreports exporter parameter initialization for multi-format views | 76 | false | false | 8 | false | false | false | spring-projects | spring-framework | 24,470 |
310a3a2d71e49fff0998b1a37b349078083e8cc1 | Juergen Hoeller | Juergen Hoeller | officially deprecated ClassUtils.forName variant without ClassLoader | officially deprecated classutils.forname variant without classloader | 68 | false | false | 6 | false | false | false | spring-projects | spring-framework | 24,471 |
2798a8500c6e84b3f5ee3a7be13bced76aaca136 | Juergen Hoeller | Juergen Hoeller | always use application ClassLoader | always use application classloader | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,472 |
1b5812da204ef89623b354a543e02896ce44a546 | Juergen Hoeller | Juergen Hoeller | storing type information as specified (SPR-5556, SPR-5562); explicit XML array element in spring-beans-3.0.xsd (SPR-5543) | storing type information as specified (spr-5556, spr-5562); explicit xml array element in spring-beans-3.0.xsd (spr-5543) | 121 | false | false | 14 | false | false | false | spring-projects | spring-framework | 24,473 |
5a561bcd07bc5d2f57bd59040422837a56d6395a | Arjen Poutsma | Arjen Poutsma | Minor changes to OXM chapter | minor changes to oxm chapter | 28 | false | false | 5 | false | false | false | spring-projects | spring-framework | 24,474 |
1facd45c5eecd089726d0e925704e9535049197d | Thomas Risberg | Thomas Risberg | switched to use XInclude | switched to use xinclude | 24 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,475 |
338a7ee2de4c507888035dae9d16d0ecf0e7bbeb | Andy Clement | Andy Clement | SPR-5673: more intelligence in TemplateAwareExpressionParser. Supports prefix/suffix escaping and nesting of prefixes/suffixes | more intelligence in templateawareexpressionparser. supports prefix/suffix escaping and nesting of prefixes/suffixes | 117 | false | false | 11 | false | false | false | spring-projects | spring-framework | 24,476 |
298a5c4a8b4bb01d2feca119ce050dfbbc59741e | Thomas Risberg | Thomas Risberg | rearranged content in "New in Spring 3.0" | rearranged content in "new in spring 3.0" | 41 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,477 |
ab52fdf07befae4c2cbb0cc81afbfd874253a5f0 | Thomas Risberg | Thomas Risberg | added/modified some links | added/modified some links | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 24,478 |
6fc16d1e3352b05578e696a8a8da54f827ef82f8 | Ben Hale | Ben Hale | [SPR-5675] Added spring-expressions to the library file | [spr-5675] added spring-expressions to the library file | 55 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,479 |
af2e117244f00431d9cb53af962981b197672b7d | Ben Hale | Ben Hale | [DMSSUP-8] Removed import-scope:=application for aspectj | =application for aspectj | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 24,480 |
823cc6e691375541e6db0bba812cc0e8611d86c7 | Mark Pollack | Mark Pollack | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 24,481 |
aa36118e1ca2b27844662a1cd97863258d3fafd1 | Mark Pollack | Mark Pollack | Finish REST docs, add docs for @FactoryMethod, add links in 'new-in-3' | finish rest docs, add docs for @factorymethod, add links in 'new-in-3' | 70 | false | false | 11 | false | true | false | spring-projects | spring-framework | 24,482 |
0c5ab54dcec66b2b6582d13481e447fab4c58599 | Thomas Risberg | Thomas Risberg | added more content to new in Spring 3 | added more content to new in spring 3 | 37 | false | false | 8 | false | false | false | spring-projects | spring-framework | 24,483 |
a4b1adbc60ece228b0aaf77320a6cfbac827cf0f | Thomas Risberg | Thomas Risberg | fixed typo of language | fixed typo of language | 22 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,484 |
0e770548544903bdde99ba6d850c58d453351f65 | Thomas Risberg | Thomas Risberg | added content to new in Spring 3 | added content to new in spring 3 | 32 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,485 |
7f06639be2adad527969478b56e36909a6e2ef19 | Mark Pollack | Mark Pollack | Add REST feed view docs, included edits from Thomas R. | add rest feed view docs, included edits from thomas r | 53 | false | false | 10 | false | false | false | spring-projects | spring-framework | 24,486 |
2f5ba834162da9993c3da101c7adfcb3df970508 | Andy Clement | Andy Clement | more tests - about 82% coverage now. focused on testing reflection helper since it is rather complex. some asserts also added. | more tests - about 82% coverage now. focused on testing reflection helper since it is rather complex. some asserts also added | 127 | false | false | 21 | false | false | false | spring-projects | spring-framework | 24,487 |
19ec3654df45f23fb2bc148d5bcb2f7e086d4a31 | Thomas Risberg | Thomas Risberg | added the rest chapter to the build | added the rest chapter to the build | 35 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,488 |
38e5deefdad58bec37c8a95705b49bb96a769f1a | Thomas Risberg | Thomas Risberg | added language element to programlisting for syntax highlighting | added language element to programlisting for syntax highlighting | 64 | false | false | 8 | false | false | false | spring-projects | spring-framework | 24,489 |
077d7f4bcec253a48a70ae2bc7fbe905f1b9d891 | Thomas Risberg | Thomas Risberg | added language element to programlisting for syntax highlighting | added language element to programlisting for syntax highlighting | 64 | false | false | 8 | false | false | false | spring-projects | spring-framework | 24,490 |
f4b4f28fc2cf2637426b0af458ffcdef914e36da | Thomas Risberg | Thomas Risberg | added language element to programlisting for syntax highlighting | added language element to programlisting for syntax highlighting | 64 | false | false | 8 | false | false | false | spring-projects | spring-framework | 24,491 |
b7ab939d55a394e77b84de7d091215689667ec8f | Colin Sampaleanu | Colin Sampaleanu | forgot to update eclipse project when updating hibernate versions | forgot to update eclipse project when updating hibernate versions | 65 | false | false | 9 | false | false | false | spring-projects | spring-framework | 24,492 |
dc592837be6fad4c671f970c3713e9c9e8ad9d66 | Colin Sampaleanu | Colin Sampaleanu | allow petclinic unit tests to work. slf4j impl was needed | allow petclinic unit tests to work. slf4j impl was needed | 57 | false | false | 10 | false | true | false | spring-projects | spring-framework | 24,493 |
31f61628ff25094f079856205d049dc8709d3309 | Colin Sampaleanu | Colin Sampaleanu | updte hibernate dependencies in integration-test project to same as
those in orm project | updte hibernate dependencies in integration-test project to same as | 67 | false | false | 9 | false | true | false | spring-projects | spring-framework | 24,494 |
ee5e76c48c70b48161745c73f5314041c8687f07 | Juergen Hoeller | Juergen Hoeller | officially deprecated AbstractJpaTests | officially deprecated abstractjpatests | 38 | false | false | 3 | false | false | false | spring-projects | spring-framework | 24,495 |
9baf9cdc2f6d2f2a38893f1e685099b0c570570f | Juergen Hoeller | Juergen Hoeller | reintroduced "removeApplicationListener" method as well | reintroduced "removeapplicationlistener" method as well | 55 | false | false | 5 | false | false | false | spring-projects | spring-framework | 24,496 |
af6457a67d0c1ee3176c67e9003e1e8113c13d48 | Andy Clement | Andy Clement | More tests. First pass on messages review. | more tests. first pass on messages review | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,497 |
f6ecffdba7a97d42c36519b15314eb6dd81459b9 | Costin Leau | Costin Leau | + osgi manifest updates | + osgi manifest updates | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,498 |
d16d8984a8dada0270a7ebf831a39e6b56b3688a | Mark Pollack | Mark Pollack | REST documentation | rest documentation | 18 | false | false | 2 | false | false | false | spring-projects | spring-framework | 24,499 |
04b619ebfbc1e08a9e9bdc54263b3ece21f4aa7f | Juergen Hoeller | Juergen Hoeller | fixed accidental test failures | fixed accidental test failures | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,500 |
427edfe93cf1649c85ae04757bd16230262e756c | Juergen Hoeller | Juergen Hoeller | fixed package-info | fixed package-info | 18 | false | false | 2 | false | false | false | spring-projects | spring-framework | 24,501 |
fee838a65e87f5da4b65b04ea5101681d6308104 | Juergen Hoeller | Juergen Hoeller | support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory | support for default "conversionservice" bean in an applicationcontext; revised formatting package, now integrated with databinder and annotationmethodhandleradapter; revised accesscontrolcontext access from beanfactory | 218 | false | false | 22 | false | false | false | spring-projects | spring-framework | 24,502 |
9f9f2349cd6cffc0633b83ab9ea284bd7a8ae47f | Sam Brannen | Sam Brannen | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 24,503 |
77821845a7bfdeb442f4a6ad132099d1ad85b9dc | Sam Brannen | Sam Brannen | [SPR-4702] Updated JavaDoc regarding before/after test class lifecycle callbacks. | [spr-4702] updated javadoc regarding before/after test class lifecycle callbacks | 80 | false | false | 9 | false | false | false | spring-projects | spring-framework | 24,504 |
9eb19ac81644a09a7e5f39ac89ca24d134e006a8 | Sam Brannen | Sam Brannen | Polishing test annotation declarations and JavaDoc. | polishing test annotation declarations and javadoc | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 24,505 |
a1b3b87540b741fe2eb8cac75f81c3501d60302e | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 24,506 |
641407cb4d2abd12b138fda190d7d3dca10268a9 | Keith Donald | Keith Donald | missing field test case | missing field test case | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,507 |
901e88c575c2dd4273772b17f4d444e86062a545 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 24,508 |
78304c0ccfeef00e48e6c9f167501a3721764487 | Keith Donald | Keith Donald | core context.message, context.alert, model.binder modules; includes SpEL-based GenericBinder implementation | core context.message, context.alert, model.binder modules; includes spel-based genericbinder implementation | 107 | false | false | 9 | false | false | false | spring-projects | spring-framework | 24,509 |
2bd664f7ee54f110d5e1bbbc47e5fe974a6a192d | Keith Donald | Keith Donald | removed framework specific annotation in favor of user-defined for now | removed framework specific annotation in favor of user-defined for now | 70 | false | false | 10 | false | false | false | spring-projects | spring-framework | 24,510 |
704cc79cee653e8aa0a7bde4594bd0f17de71646 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 24,511 |
8d7d3cff1b4de85ca08977676fa3601b5ee588fe | Arjen Poutsma | Arjen Poutsma | SPR-6009 - @ExceptionHandler methods are still expected to return a ModelAndView, even when consuming a ServletResponse/OutputStream/Writer | spr-6009 - @exceptionhandler methods are still expected to return a modelandview, even when consuming a servletresponse/outputstream/writer | 139 | false | false | 16 | false | false | false | spring-projects | spring-framework | 24,512 |
3b7691d52521992081b888cba003699532b3481f | Arjen Poutsma | Arjen Poutsma | SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored | spr-6008 - @responsestatus on @exceptionhandler method is ignored | 65 | false | false | 8 | false | false | false | spring-projects | spring-framework | 24,513 |
5680cd4a19c9aae40f433210ce38c9e799cb901a | Arjen Poutsma | Arjen Poutsma | SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller | sws-548 - expose suppressnamespace and suppressxsitype as properties to castormarshaller | 88 | false | false | 10 | false | false | false | spring-projects | spring-framework | 24,514 |
20f5f99e9a44bbafabe29a56f12e8fe7cb7c8925 | Keith Donald | Keith Donald | SPR-6013, SPR-6014, SPR-6015 tests | spr-6013, spr-6014, spr-6015 tests | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,515 |
db40e15a3e0fd932731de1c2751ae236f97763b8 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 24,516 |
2381452e9a1f850a743216ab4ae9b18d0bb4c418 | Keith Donald | Keith Donald | SPR-6012, SPR-6013, SPR-6014 initial commit | spr-6012, spr-6013, spr-6014 initial commit | 43 | false | false | 5 | false | false | false | spring-projects | spring-framework | 24,517 |
839e94618d206f78406f6ce85a28726752431d21 | Arjen Poutsma | Arjen Poutsma | SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller | sws-548 - expose suppressnamespace and suppressxsitype as properties to castormarshaller | 88 | false | false | 10 | false | false | false | spring-projects | spring-framework | 24,518 |
601120979b43b4cdc6f00b588636a81bf81e5f49 | Sam Brannen | Sam Brannen | [SPR-5964] Upgraded to TestNG 5.10 | [spr-5964] upgraded to testng 5.10 | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 24,519 |
42638585b5109d58916298a401f9758d9213b3d2 | Sam Brannen | Sam Brannen | [SPR-5963] Upgraded to JUnit 4.7 | [spr-5963] upgraded to junit 4.7 | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 24,520 |
5d17515dc5d254f448811db613ac838b308eefda | Sam Brannen | Sam Brannen | [SPR-5888] Upgraded to TestNG 5.9.0. | [spr-5888] upgraded to testng 5.9.0 | 35 | false | false | 5 | false | false | false | spring-projects | spring-framework | 24,521 |
7b26ae479be2ffa40604c48b35d9a9f601dee2bc | Mark Pollack | Mark Pollack | pom maintenance - extraneous dependency on cglib-nodep | pom maintenance - extraneous dependency on cglib-nodep | 54 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,522 |
2df7ceac169160215816035ffef8c522729c1d64 | Arjen Poutsma | Arjen Poutsma | Removed ci.build=true | removed ci.build=true | 21 | false | false | 2 | false | false | false | spring-projects | spring-framework | 24,523 |
8dbf86fb7aa66bd1102562e91934d23f471645a7 | Costin Leau | Costin Leau | + update copyright dates on some files
+ migrated test from JUnit 3 to 4 | + update copyright dates on some files | 38 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,524 |
2d7c2d6fff6c1bedbc7ffd4ba78e1619ee21550d | Juergen Hoeller | Juergen Hoeller | revised wrapper type handling | revised wrapper type handling | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,525 |
d41344eb1fa8cae9c51c4d42dfd3947bdd2263a7 | Juergen Hoeller | Juergen Hoeller | preparations for 3.0 M4 release | preparations for 3.0 m4 release | 31 | false | false | 5 | false | false | false | spring-projects | spring-framework | 24,526 |
dd679001090c1f2ab92670e4444464b3f35c1db1 | Juergen Hoeller | Juergen Hoeller | revised core conversion package for BeanWrapper/BeanFactory integration | revised core conversion package for beanwrapper/beanfactory integration | 71 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,527 |
45a0cadf8e7fc5cc082c11ef03f77dc017af64c4 | Juergen Hoeller | Juergen Hoeller | revised core conversion package for BeanWrapper/BeanFactory integration | revised core conversion package for beanwrapper/beanfactory integration | 71 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,528 |
e9823b57b4ff5a8a0b82e56b5720a96b5e5bbbd3 | Juergen Hoeller | Juergen Hoeller | revised embedded database support | revised embedded database support | 33 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,529 |
3ac3a72e910ce4734459e9359f979fbed8cb64a1 | Juergen Hoeller | Juergen Hoeller | added test with custom repository annotation | added test with custom repository annotation | 44 | false | false | 6 | false | false | false | spring-projects | spring-framework | 24,530 |
6e25ca817552075db098930f3a960fd5169e65a4 | Juergen Hoeller | Juergen Hoeller | JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987) | jms singleconnectionfactory uses minimized number of start calls (for oracle aq; spr-5987) | 90 | false | false | 12 | false | false | false | spring-projects | spring-framework | 24,531 |
23a1d07fbf0b2da2bd98bc979faf06903f7fe4cf | Juergen Hoeller | Juergen Hoeller | JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987) | jms singleconnectionfactory uses minimized number of start calls (for oracle aq; spr-5987) | 90 | false | false | 12 | false | false | false | spring-projects | spring-framework | 24,532 |
83bd56c6de077c469da4964cbcb71e6d821e7fa0 | Juergen Hoeller | Juergen Hoeller | JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987) | jms singleconnectionfactory uses minimized number of start calls (for oracle aq; spr-5987) | 90 | false | false | 12 | false | false | false | spring-projects | spring-framework | 24,533 |
6b824d9af7bc13c6306fee2a25da9276c936189c | Juergen Hoeller | Juergen Hoeller | revised WebApplicationContext id determination; lazy logger initialization in ContextLoaderListener (SPR-5977) | revised webapplicationcontext id determination; lazy logger initialization in contextloaderlistener (spr-5977) | 110 | false | false | 10 | false | false | false | spring-projects | spring-framework | 24,534 |
33bb81b3ab8b6c45d9f93a9f2605b5e696f4e401 | Mark Pollack | Mark Pollack | SPR-5986 - Error in pointing links about versions for documentation and content | spr-5986 - error in pointing links about versions for documentation and content | 79 | false | false | 12 | false | false | false | spring-projects | spring-framework | 24,535 |
9a0108ac6a39a1c797b1218312467abdcc6fd76e | Juergen Hoeller | Juergen Hoeller | added support for @WebServiceProvider annotation to Spring's JaxWsServiceExporters (SPR-5988) | added support for @webserviceprovider annotation to spring's jaxwsserviceexporters (spr-5988) | 93 | false | false | 9 | false | false | false | spring-projects | spring-framework | 24,536 |
2cd71758ed80522315187242d3cc0e7baf73edd1 | Mark Pollack | Mark Pollack | Apply Beverly's edits to mvc chapter. | apply beverly's edits to mvc chapter | 36 | false | false | 6 | false | false | false | spring-projects | spring-framework | 24,537 |
19dc0d32d64c77ce315555a693640aa7e4516a49 | Mark Pollack | Mark Pollack | Apply Beverly's edits to mvc chapter. | apply beverly's edits to mvc chapter | 36 | false | false | 6 | false | false | false | spring-projects | spring-framework | 24,538 |
14e983ff9af8ef453a19ac85a9fc4afcb674301b | Costin Leau | Costin Leau | + removed unneeded method (one less item off the stack) | + removed unneeded method (one less item off the stack) | 55 | false | false | 10 | false | false | false | spring-projects | spring-framework | 24,539 |
af6275a56ee401d51697a1cdba1882a75ee8247c | Costin Leau | Costin Leau | + small fix to reflection util to avoid accessibility calls | + small fix to reflection util to avoid accessibility calls | 59 | false | false | 10 | false | false | false | spring-projects | spring-framework | 24,540 |
af8af8c633ba016eca671bc9468eba006e8834b1 | Costin Leau | Costin Leau | + added fine grained privileged blocks to preserve the caller security stack when invoking the callee | + added fine grained privileged blocks to preserve the caller security stack when invoking the callee | 101 | false | false | 16 | false | false | false | spring-projects | spring-framework | 24,541 |
81eb11486dad59e4a42566f9f7760d85396790b0 | Costin Leau | Costin Leau | + fixed exception unwrapping
+ optimized path for getBean (and thus fixed another test) | + fixed exception unwrapping | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 24,542 |
65e00f7540ad27a92e2402a806886c07f6970e3c | Mark Fisher | Mark Fisher | added support for ErrorHandler with DelegatingErrorHandlingRunnable in the TimerManagerTaskScheduler | added support for errorhandler with delegatingerrorhandlingrunnable in the timermanagertaskscheduler | 100 | false | false | 9 | false | false | false | spring-projects | spring-framework | 24,543 |
d5d3104b7b13ce249bf9c877f7160cd2137ec209 | Costin Leau | Costin Leau | + interaction with user code uses now dedicated privileged when running under a security manager | + interaction with user code uses now dedicated privileged when running under a security manager | 96 | false | false | 15 | false | false | false | spring-projects | spring-framework | 24,544 |
fe5b5022f0de144d05da65b63015229241cf58b2 | Thomas Risberg | Thomas Risberg | Beverly's edits reviewed; spell checked | beverly's edits reviewed; spell checked | 39 | false | false | 5 | false | false | false | spring-projects | spring-framework | 24,545 |
c6edc5869a84786020550d26a0ea9ff955dd817f | Thomas Risberg | Thomas Risberg | removed RC1 references | removed rc1 references | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 24,546 |
3081396c158e4427f25dda0d415fad40560f866e | Mark Pollack | Mark Pollack | pom maintenance - changes needed to run inside eclipse via m2eclipse | pom maintenance - changes needed to run inside eclipse via m2eclipse | 68 | false | false | 11 | false | false | false | spring-projects | spring-framework | 24,547 |
a7a97316e7456c3b1a2b756269d5c71b75ddacf1 | Juergen Hoeller | Juergen Hoeller | turned requestedSessionId into a settable property | turned requestedsessionid into a settable property | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 24,548 |
ed61da9112d19734a2897fcb9ccb83278fa89cd6 | Mark Pollack | Mark Pollack | remove spring-parent to list of bundles | remove spring-parent to list of bundles | 39 | false | false | 6 | true | true | true | spring-projects | spring-framework | 24,549 |
eed7bdfb413e32a0d28fb21cea00627dadd45fa5 | Mark Pollack | Mark Pollack | add spring-parent to list of bundles and see if it gets published to maven-central | add spring-parent to list of bundles and see if it gets published to maven-central | 82 | false | false | 14 | true | false | false | spring-projects | spring-framework | 24,550 |
3005ad3029ebe0c80a84faacdab8fca94f7786da | Mark Pollack | Mark Pollack | add spring-parent to list of bundles and see if it gets published to maven-central | add spring-parent to list of bundles and see if it gets published to maven-central | 82 | false | false | 14 | true | false | false | spring-projects | spring-framework | 24,551 |
3e02887dd25a8f2aa1f8884dbd7872ad8f43bc17 | Mark Pollack | Mark Pollack | SPR-5979 - Reference guide refers to non-existing type StandardScopes
SPR-5965 - Typo error in reference documentation - "What's new in Spring 3.0" | spr-5979 - reference guide refers to non-existing type standardscopes | 69 | false | false | 9 | false | false | false | spring-projects | spring-framework | 24,552 |
97e3b5ca8c24e7954382b572ed30ad7094b107cc | Mark Pollack | Mark Pollack | SPR-5976 - Upgrade POMS to JUnit 4.6 | spr-5976 - upgrade poms to junit 4.6 | 36 | false | false | 7 | false | false | false | spring-projects | spring-framework | 24,553 |
f9016fdbe40e92671d539e1f40711356def66ab3 | Mark Pollack | Mark Pollack | SPR-5970 - Tidy up Maven central POM for spring-webmvc | spr-5970 - tidy up maven central pom for spring-webmvc | 54 | false | false | 9 | false | false | false | spring-projects | spring-framework | 24,554 |
16831794342df314ddefa4158e06130ed384428a | Mark Pollack | Mark Pollack | SPR-5968 - Maven central POM for spring-web has wrong versions of dependencies and a missing dependency | spr-5968 - maven central pom for spring-web has wrong versions of dependencies and a missing dependency | 103 | false | false | 16 | false | false | false | spring-projects | spring-framework | 24,555 |
8d1fdd8c3ca7ab3702424498454bd7448ab01ec0 | Mark Pollack | Mark Pollack | SPR-5969 - Tidy up Maven central POM for spring-context-support
SPR-5976 - Upgrade POMS to JUnit 4.6 | spr-5969 - tidy up maven central pom for spring-context-support | 64 | false | false | 9 | false | false | false | spring-projects | spring-framework | 24,556 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.