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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
90b5c3a8dd8902e1ab418083001a3d16138447ad | Juergen Hoeller | Juergen Hoeller | @RequestMapping type-level param constraints taken into account consistently | @requestmapping type-level param constraints taken into account consistently | 76 | false | false | 8 | false | false | false | spring-projects | spring-framework | 25,257 |
a25e24f37ee46595ce30045c6fb9efdb692b7386 | Juergen Hoeller | Juergen Hoeller | generified TransactionCallback; WebSphereUowTransactionManager preserves original exception in case of rollback (SPR-5270) | generified transactioncallback; websphereuowtransactionmanager preserves original exception in case of rollback (spr-5270) | 122 | false | false | 11 | false | false | false | spring-projects | spring-framework | 25,258 |
d0b03604c824ad3ee9c2f7f2b3bef7140254dfb9 | Chris Beams | Chris Beams | Remapped static resources as /petclinic/static/images/...
Renamed tutorial from petclinic.html -> tutorial.html | remapped static resources as /petclinic/static/images/.. | 56 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,259 |
3ddd08942c432dfb590067317e146a4d5c6b16ec | Chris Beams | Chris Beams | Polishing the new RESTful interface to the petclinic webapp (SPR-5487):
* Eliminated redundant 'clinic' servlet mapping (was: http://localhost:8080/petclinic/clinic/owners; now: http://localhost:8080/petclinic/owners)
* A parameterless GET for /owners now returns the list of all owners, rather than an error.
* /owners... | null | null | null | false | null | false | false | false | spring-projects | spring-framework | 25,260 |
da2175c0b779ca8be6f36944e552d0149f016d5a | Chris Beams | Chris Beams | * Updated Eclipse classpath metadata
* Fixed (or suppressed as necessary) JSP errors in petclinic | * updated eclipse classpath metadata | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,261 |
fe462916b1f5c18221d1bb4656afd6374ee9c55d | Juergen Hoeller | Juergen Hoeller | TypeUtils detects variations of ParameterizedType/GenericArrayType assignability as well | typeutils detects variations of parameterizedtype/genericarraytype assignability as well | 88 | false | false | 8 | false | false | false | spring-projects | spring-framework | 25,262 |
d8651a88ecac9d6e9f2cda6100032666705fb96b | Juergen Hoeller | Juergen Hoeller | UrlResource eagerly closes HTTP connections in case of "getInputStream()" failure (SPR-5338) | urlresource eagerly closes http connections in case of "getinputstream()" failure (spr-5338) | 92 | false | false | 11 | false | false | false | spring-projects | spring-framework | 25,263 |
c8080be4e5c6832afacd80b9927c6bca9b106d15 | Juergen Hoeller | Juergen Hoeller | completed documentation on session destruction callbacks | completed documentation on session destruction callbacks | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,264 |
6b2d4a81a07c21d37acd35cdd6252e1bdb60b9e7 | Juergen Hoeller | Juergen Hoeller | optional boolean parameters in MVC handler methods resolve to "false" if not present | optional boolean parameters in mvc handler methods resolve to "false" if not present | 84 | false | false | 13 | false | false | false | spring-projects | spring-framework | 25,265 |
721f2ca63ec0867eaaac7a63c3f071f3ef0cf91f | Arjen Poutsma | Arjen Poutsma | Test for SPR-5362 | test for spr-5362 | 17 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,266 |
4252d40708d61a0fccb0b321189a9082356ec41f | Ben Hale | Ben Hale | Upgrade to spring-build | upgrade to spring-build | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,267 |
2674b13b06802e0d9f0894ac14c9623a7e157d81 | Juergen Hoeller | Juergen Hoeller | fixed MessageListenerAdapter's "getSubscriptionName()" to work without delegate as well (SPR-5309) | fixed messagelisteneradapter's "getsubscriptionname()" to work without delegate as well (spr-5309) | 98 | false | false | 10 | false | false | false | spring-projects | spring-framework | 25,268 |
796392db1ae5c8902880c7e28b61ff987ea4aeef | Juergen Hoeller | Juergen Hoeller | ReflectionUtils findMethod detects methods on "java.lang.Object" as well | reflectionutils findmethod detects methods on "java.lang.object" as well | 72 | false | false | 8 | false | false | false | spring-projects | spring-framework | 25,269 |
85661c688218e09dbce629ba7880ee6d9617aa90 | Juergen Hoeller | Juergen Hoeller | Java 5 code style | java 5 code style | 17 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,270 |
b0790bf5e7b6091552ccf17a2e707ab438d129d7 | Juergen Hoeller | Juergen Hoeller | Java 5 code style | java 5 code style | 17 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,271 |
6bbc966a21a765542d579f32c94b278982f0b5d9 | Juergen Hoeller | Juergen Hoeller | fixed test source configuration | fixed test source configuration | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,272 |
c38bc4aa7ba07a791a60c10d7a66b6de91b22be7 | Juergen Hoeller | Juergen Hoeller | updated to AspectJ 1.6.2 | updated to aspectj 1.6.2 | 24 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,273 |
a449472e069253c88916a5fa5bd3cfc2b08733ab | Juergen Hoeller | Juergen Hoeller | null | null | null | null | false | null | false | false | false | spring-projects | spring-framework | 25,274 |
f744808b49348299121a3a31845d4e8c5cf014e9 | Juergen Hoeller | Juergen Hoeller | removed JOTM and XAPool support | removed jotm and xapool support | 31 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,275 |
cf1f6606f40be82c3a5cf9be855d99069448c8a9 | Costin Leau | Costin Leau | + marked expression package as optional for spring-context | + marked expression package as optional for spring-context | 58 | false | false | 8 | false | false | false | spring-projects | spring-framework | 25,276 |
8ba93ae12c4d9bea612c8ba124aa7f88449e48c0 | Costin Leau | Costin Leau | + fix import for org.antlr package versions | + fix import for org.antlr package versions | 43 | false | false | 7 | false | false | false | spring-projects | spring-framework | 25,277 |
dca286d0656639c1869f683f41a8965003367e56 | Costin Leau | Costin Leau | + migrated some manifest template changed from 2.5.x to 3.0.x | + migrated some manifest template changed from 2.5.x to 3.0.x | 61 | false | false | 10 | false | false | false | spring-projects | spring-framework | 25,278 |
20bdc3c2d5c5df23bb30719078197bedabac5bdb | Ben Hale | Ben Hale | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,279 |
1a2135ec17cc97005e495382dac9341aebb30a17 | Ben Hale | Ben Hale | Publication is now automatic | publication is now automatic | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,280 |
29657105da133995b0b2277b82c75d1df2931b64 | Juergen Hoeller | Juergen Hoeller | Java 5 code style | java 5 code style | 17 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,281 |
1f9e63af490793315abcc5f655d5635fe57c7e0a | Chris Beams | Chris Beams | + Added necessary JPA dependencies to make Petclinic JUnit tests pass
+ Removed unused imports for @RequestParam
Note: While unit tests pass in eclipse, NoClassDefFound errors are still being thrown when tests are run from the command line. | + added necessary jpa dependencies to make petclinic junit tests pass | 69 | false | false | 11 | false | false | false | spring-projects | spring-framework | 25,282 |
96ba0d8ed6216c9625ec49ce75ce78102a392f06 | Scott Andrews | Scott Andrews | added missing compile time deps to eclipse .classpath | added missing compile time deps to eclipse .classpath | 53 | false | false | 8 | false | false | false | spring-projects | spring-framework | 25,283 |
b70fe3f0a159dca40721ca7fa0b623d0ddd5aa33 | Ben Hale | Ben Hale | Remove the -with-dependencies build | remove the -with-dependencies build | 35 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,284 |
14d4630570c47a2f2e07845425edcad8f061b9ed | Scott Andrews | Scott Andrews | eclipse classpath updates | eclipse classpath updates | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,285 |
05815d68401b0b5181256e75851aeba19cb1aff3 | Scott Andrews | Scott Andrews | applying spring:url best practices | url best practices | 18 | false | false | 3 | false | true | false | spring-projects | spring-framework | 25,286 |
eb89752f2bbed094bff198532421c9d1d1ec23e6 | Scott Andrews | Scott Andrews | adding eclipse/wtp project settings | adding eclipse/wtp project settings | 35 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,287 |
597e92a1a6f6a713ae4de8eda8dd2c71e46688e1 | Juergen Hoeller | Juergen Hoeller | Java 5 code style | java 5 code style | 17 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,288 |
9e419dacfcaea00777981544863cfcefd9e7dd98 | Juergen Hoeller | Juergen Hoeller | added script resources | added script resources | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,289 |
f56ee389e7087f62337e8fb9bb303190d1710b30 | Arjen Poutsma | Arjen Poutsma | Petclinic is RESTful. | petclinic is restful | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,290 |
1929f67f02b2c736ed4c6e46f93ba495cd6ca18a | Arjen Poutsma | Arjen Poutsma | Petclinic is RESTful. | petclinic is restful | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,291 |
e9649b3a341cfa2a01845d22b78d4d27733ffd0d | Juergen Hoeller | Juergen Hoeller | added JUnit 4.5 compatibility note | added junit 4.5 compatibility note | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,292 |
582c564fa30117cdc2b2effb156d7baad616daad | Juergen Hoeller | Juergen Hoeller | removed deprecated methods | removed deprecated methods | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,293 |
3d1a709a5e1b0ddb7f2b0d94e0944acc5ccb870c | Juergen Hoeller | Juergen Hoeller | fixed buildExceptionMessage to avoid potential NPE (SPR-5275) | fixed buildexceptionmessage to avoid potential npe (spr-5275) | 61 | false | false | 7 | false | false | false | spring-projects | spring-framework | 25,294 |
0038aaa6975567083281d6c376e010ccb37aa870 | Juergen Hoeller | Juergen Hoeller | ContextLoaderListener extends ContextLoader | contextloaderlistener extends contextloader | 43 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,295 |
693ae0c2b02e66c2fc1fcb0c53b905a1dc847038 | Arjen Poutsma | Arjen Poutsma | Removing my own name from the pets database. | removing my own name from the pets database | 43 | false | false | 8 | false | false | false | spring-projects | spring-framework | 25,296 |
ae34a8cb1b4a418bf4fbe0f049b8910229e4f6d4 | Juergen Hoeller | Juergen Hoeller | basic JUnit 4.5 compatibility (accepting use of deprecated SPI) | basic junit 4.5 compatibility (accepting use of deprecated spi) | 63 | false | false | 9 | false | false | false | spring-projects | spring-framework | 25,297 |
22d3272117a384e0bf7429646b5ce7d1b98eab5d | Juergen Hoeller | Juergen Hoeller | updated for JRuby 1.1 | updated for jruby 1.1 | 21 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,298 |
51577b2a0736ba9f6a7c8e8478a7e289640a0dd5 | Juergen Hoeller | Juergen Hoeller | actually delegate from resolveContextualObject to resolveReference | actually delegate from resolvecontextualobject to resolvereference | 66 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,299 |
05bebb0c056714d97b479cf6c5552ba3c5b06d9c | Juergen Hoeller | Juergen Hoeller | completed value annotation support; Java 5 code style updates | completed value annotation support; java 5 code style updates | 61 | false | false | 9 | false | false | false | spring-projects | spring-framework | 25,300 |
998511a375c98f63047c9c7b1bb81028ac3705dc | Arjen Poutsma | Arjen Poutsma | Petclinic seems to work | petclinic seems to work | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,301 |
29c8f37ccca4828743f1fd2139abf0f0848a0f0e | Arjen Poutsma | Arjen Poutsma | Petclinic seems to work | petclinic seems to work | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,302 |
a51268a31c2bb02fd8edaacc662e36ceaa2a80c9 | Arjen Poutsma | Arjen Poutsma | Added petclinic db | added petclinic db | 18 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,303 |
9d3cb3a47e81d2ba7fafdd2fe380531a8aebc021 | Arjen Poutsma | Arjen Poutsma | Added petclinic sample | added petclinic sample | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,304 |
68dfd9efe804cb56c8e32c38b402230f41d4398e | Juergen Hoeller | Juergen Hoeller | fixed javax.el version range (following 2.5.6.A) | fixed javax.el version range (following 2.5.6.a) | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,305 |
97b1fd0fc40366bce60984ece95e72b979b33be9 | Juergen Hoeller | Juergen Hoeller | fixed javax.el version range (following 2.5.6.A) | fixed javax.el version range (following 2.5.6.a) | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,306 |
347f34c68a7a5bab46cf869e762fb3cee9a1fedc | Juergen Hoeller | Juergen Hoeller | EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style | el container integration; support for contextual objects; removal of deprecated spring 2.0 functionality; java 5 code style | 123 | false | false | 17 | false | false | false | spring-projects | spring-framework | 25,307 |
369821dd66fab964df6193f8f1afe5a334a30dfc | Ben Hale | Ben Hale | spring-build update | spring-build update | 19 | false | false | 2 | false | false | false | spring-projects | spring-framework | 25,308 |
efb0ab79f9091f4c4b613676a7625d242be94f3f | Arjen Poutsma | Arjen Poutsma | SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level) | uri templates support relative @requestmappings (on class level, with more specific mapping on method level) | 108 | false | false | 15 | false | false | false | spring-projects | spring-framework | 25,309 |
27ed13f44d2ddb451118a936c9dc7aac6ae84b67 | Arjen Poutsma | Arjen Poutsma | SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level) | uri templates support relative @requestmappings (on class level, with more specific mapping on method level) | 108 | false | false | 15 | false | false | false | spring-projects | spring-framework | 25,310 |
2b2805058b3650a3f9f099c065c7f2f2bec4f941 | Arjen Poutsma | Arjen Poutsma | Javadoc | javadoc | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,311 |
cc5d3ec38983ed91e6644bf3e5b82681db7f1aad | Arjen Poutsma | Arjen Poutsma | Increased timings of performance test, because the 100 ms does not work on our CI server. | increased timings of performance test, because the 100 ms does not work on our ci server | 88 | false | false | 16 | false | false | false | spring-projects | spring-framework | 25,312 |
6379c69c38281b26f80a965c26011b2a7345ace3 | Ben Hale | Ben Hale | Forgot a file | forgot a file | 13 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,313 |
4271f6d9e1b10b03ac1cdc60ce65bd01c5abcf85 | Ben Hale | Ben Hale | Upgrade to spring-build. Added dm Server library file | upgrade to spring-build. added dm server library file | 54 | false | false | 8 | false | false | false | spring-projects | spring-framework | 25,314 |
4e65f48f72f5668abda306f58190074e6b3b59ae | Arjen Poutsma | Arjen Poutsma | Added test and testsuite intellij projects. | added test and testsuite intellij projects | 42 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,315 |
bb5150361bdb74c8ea9dc431d5efdd6047ad16a3 | Arjen Poutsma | Arjen Poutsma | SPR-5251: URI Templates support infix variables: A-{B}-C | a-{b}-c | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,316 |
90ef7649c21bba154d877266fa8618e5de1bb641 | Arjen Poutsma | Arjen Poutsma | SPR-5251: URI Templates support /**-style paths | uri templates support /**-style paths | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,317 |
b33db73c932cd41bc19b9f5018c94c673dbe23d0 | Arjen Poutsma | Arjen Poutsma | SPR-5251: URI Templates for @InitBinder | uri templates for @initbinder | 29 | false | false | 4 | false | true | false | spring-projects | spring-framework | 25,318 |
fe72e8a5f74339e2501507a776681ca1044449fc | Arjen Poutsma | Arjen Poutsma | SPR-5251: URI Templates in @RequestMapping | uri templates in @requestmapping | 32 | false | false | 4 | false | true | false | spring-projects | spring-framework | 25,319 |
a1faaad9fa8718611a4c361a9376c8a61fcfbcaf | Scott Andrews | Scott Andrews | SPR-5299 TLDs must be located under META-INF
Moving spring.tld and spring-form.tld under /src/main/resources/META-INF so they can be automatically discovered by the servlet container. | spr-5299 tlds must be located under meta-inf | 44 | false | false | 7 | false | false | false | spring-projects | spring-framework | 25,320 |
fe29a711f346da4a4fcf9b3c53aa9470fd5d0c9b | Arjen Poutsma | Arjen Poutsma | Updated projects and ivy.xmls | updated projects and ivy.xmls | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,321 |
b313de0d1e92acadd19c9a7ad1c4279a8371fff6 | Arjen Poutsma | Arjen Poutsma | Added test for ServletAnnotationMappingUtils | added test for servletannotationmappingutils | 44 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,322 |
7d1f2bd1da3cff21d07da0f1c24eedbcc6e8e2c7 | Scott Andrews | Scott Andrews | SPR-5267 Support for PUT and DELETE in spring:form tag
Any HTTP method passed to the spring-form:form tag other then GET or POST will automatically be defaulted to POST on the form tag and a hidden input field is created with the requested HTTP method. By default, the hidden field is named '_method', the name can be ... | form tag | 8 | false | false | 2 | true | false | false | spring-projects | spring-framework | 25,323 |
912c1234cdc6c451b6d029c32715a84bc95a7b03 | Scott Andrews | Scott Andrews | SPR-5298 JSP tag for building URLs with URI templates
Created spring:url and spring:param tags that enhance the functionality of the JSTL c:url tag. URI templates are supported in the url value attribute. They are resolved against the params defined inside the url tag body. Params that are unable to be applied as U... | spr-5298 jsp tag for building urls with uri templates | 53 | false | false | 9 | false | false | false | spring-projects | spring-framework | 25,324 |
ecb86b46a44e1ef34f6c8e87d1bf049e07e61f2c | Scott Andrews | Scott Andrews | syncing eclipse classpath settings | syncing eclipse classpath settings | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,325 |
24e34c894b253f784b542d94bf7c2ac4bcec49b9 | Arjen Poutsma | Arjen Poutsma | Fixed test | fixed test | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 25,326 |
c62d4cb4385b818bfe3f1507bf1a66dbc209551d | Arjen Poutsma | Arjen Poutsma | Generified StringUtils, and replaced StringBuffer usage with StringBuilder | generified stringutils, and replaced stringbuffer usage with stringbuilder | 74 | false | false | 8 | false | false | false | spring-projects | spring-framework | 25,327 |
ba425941127296f07d8c90c26771843e9a0f6d34 | Arjen Poutsma | Arjen Poutsma | SPR-4927: Return 405 instead of 404 when HTTP method is not supported | return 405 instead of 404 when http method is not supported | 59 | false | false | 11 | true | true | false | spring-projects | spring-framework | 25,328 |
f7a45460cc8bdfeff54f5c9c7da1df96f5fb5fbf | Arjen Poutsma | Arjen Poutsma | SPR-5267: Support for PUT and DELETE in spring:form tag | form tag | 8 | false | false | 2 | true | false | false | spring-projects | spring-framework | 25,329 |
e9877fa93a0e93807efe600d91f4150e3a40922f | Thomas Risberg | Thomas Risberg | SPR-5272: added sort to the categories that didn't have it | added sort to the categories that didn't have it | 48 | false | false | 9 | false | false | false | spring-projects | spring-framework | 25,330 |
477543241f3f843ba7ce6ac0c74d4e39bbe5e899 | Arjen Poutsma | Arjen Poutsma | SPR-5066 | spr-5066 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,331 |
aeced8b1a9e51a828c5ff3672c0d9e57923cf26e | Arjen Poutsma | Arjen Poutsma | Made ThreadLocals generic. | made threadlocals generic | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,332 |
0012c1e2da3069bd0201855e9957da2a90944b73 | Arjen Poutsma | Arjen Poutsma | SPR-5237: Default value for @RequestParam | default value for @requestparam | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,333 |
a647f1629db2fa9c46ac2c7e97d96c2ac2a6e063 | Scott Andrews | Scott Andrews | syncing eclipse settings for unit tests | syncing eclipse settings for unit tests | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,334 |
0bcc8fcead8267bb1cd4781df478b6f7354fb6d8 | Arjen Poutsma | Arjen Poutsma | Moved tests from testsuite to web.servlet | moved tests from testsuite to web.servlet | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,335 |
91576da3b07199faf7660080ad9a6597a067dc79 | Arjen Poutsma | Arjen Poutsma | null | null | null | null | false | null | false | false | false | spring-projects | spring-framework | 25,336 |
3d06246195ffc81015ad0559e64796ce8c15e4e5 | Arjen Poutsma | Arjen Poutsma | Moved tests from testsuite to web.servlet | moved tests from testsuite to web.servlet | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,337 |
74733d0d1dcfb80d7c23a6d86f5f64fcff281627 | Arjen Poutsma | Arjen Poutsma | Moved tests from testsuite to web.servlet | moved tests from testsuite to web.servlet | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,338 |
e31ab5a09bbb749839cbc870346515e9bf3e6f64 | Arjen Poutsma | Arjen Poutsma | null | null | null | null | false | null | false | false | false | spring-projects | spring-framework | 25,339 |
8a6e51922ad394014f98594a9b76f5502cb59c9c | Thomas Risberg | Thomas Risberg | started "new in Spring 3" chapter; added some overview to introduction chapter | started "new in spring 3" chapter; added some overview to introduction chapter | 78 | false | false | 12 | false | false | false | spring-projects | spring-framework | 25,340 |
4ebd08515cf45cd12959a071e39c25c7ee10b4ca | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,341 |
0f35fe9d3c6444093b94ec561f9685414358ef44 | Juergen Hoeller | Juergen Hoeller | first cut of changelog for M3 | first cut of changelog for m3 | 29 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,342 |
9dd70ca9fe3775f7459e66695d6e21e112ff9611 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,343 |
72cc060eafe1629ace086701bd9f58237de8439d | Juergen Hoeller | Juergen Hoeller | request handler methods with @ModelAttribute annotation always return a model attribute (SPR-4867) | request handler methods with @modelattribute annotation always return a model attribute (spr-4867) | 98 | false | false | 12 | false | true | false | spring-projects | spring-framework | 25,344 |
50f49ffca4a5b9233d081f1a75cd7e53918a4e72 | Juergen Hoeller | Juergen Hoeller | requires Portlet API 2.0 now | requires portlet api 2.0 now | 28 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,345 |
b5ca53eedff32d48e9f13cd229fac83acf0d782e | Juergen Hoeller | Juergen Hoeller | request handler methods with @ModelAttribute annotation always return a model attribute (for Portlet MVC as well) | request handler methods with @modelattribute annotation always return a model attribute (for portlet mvc as well) | 113 | false | false | 16 | false | true | false | spring-projects | spring-framework | 25,346 |
b85d45725d40b24e760bef8d64c62ad17d2f497d | Juergen Hoeller | Juergen Hoeller | @Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152) | @value values may use ${...} placeholders (driven by propertyplaceholderconfigurer); @autowired uses field/parameter name as fallback qualifier value (spr-5152) | 160 | false | false | 18 | false | false | false | spring-projects | spring-framework | 25,347 |
2524ca33d5c5784a4caa6b0edef1035d077c6217 | Juergen Hoeller | Juergen Hoeller | FacesRequestAttributes (as used by RequestContextHolder) can access global Portlet session (SPR-5637) | facesrequestattributes (as used by requestcontextholder) can access global portlet session (spr-5637) | 101 | false | false | 11 | false | false | false | spring-projects | spring-framework | 25,348 |
e93bf49268cf808354d328dc99d87520356a8821 | Mark Pollack | Mark Pollack | Add Michael Isvy's documentation on @CookieValue and @RequestHeader annotations. | add michael isvy's documentation on @cookievalue and @requestheader annotations | 79 | false | false | 9 | false | false | false | spring-projects | spring-framework | 25,349 |
1b1eb82adc69571d9bb496c5a0e65eb300cc8369 | Keith Donald | Keith Donald | added todos left | added todos left | 16 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,350 |
10a1d5042ab287b8397b8fdbeec0245ffda83348 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,351 |
b9caa6c60f34f1299624c01338bad11c0c5184c4 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,352 |
ce8718ebf2d114c65cbccf0b124bce4b236aa475 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,353 |
199c9bb9c5810509db3c2a1f023b021e35b4c1f6 | Keith Donald | Keith Donald | removed typed value | removed typed value | 19 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,354 |
d38c0d301cd5f3b091d5921a10ef1c00fd93c7a6 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,355 |
7f6fc4e82edd17c32aa7a17587da471ab64a23d6 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,356 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.