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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c80932490f2ffb5d3e538c061b8f450fcde642a5 | Sam Brannen | Sam Brannen | Complete documentation of synthesized annotations
Issue: SPR-11512 | complete documentation of synthesized annotations | 49 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,157 |
b6f2d95c3e2c9ef42285dfe86c57dfa5bc193a71 | Sam Brannen | Sam Brannen | Cache computed values in SynthesizedAnnotationInvocationHandler
Issue: SPR-11512 | cache computed values in synthesizedannotationinvocationhandler | 63 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,158 |
8ecae8697a2215dee5bfeadbc868da55dfe002e1 | Sam Brannen | Sam Brannen | Cache attribute methods in AnnotationUtils
Issue: SPR-11512 | cache attribute methods in annotationutils | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,159 |
d5974a18abb8ee62b05833f3bff45c5bee468e65 | Sam Brannen | Sam Brannen | Polish AnnotationUtils | polish annotationutils | 22 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,160 |
a1fc2097a1af5451d5e0f19f55c450f1ddc1c898 | Sam Brannen | Sam Brannen | Document SynthesizedAnnotationInvocationHandler constructor
Issue: SPR-11512 | document synthesizedannotationinvocationhandler constructor | 59 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,161 |
c13f6895379fca74c62b2ccf47bd8fd36222ebea | Sam Brannen | Sam Brannen | Document isSynthesizable() in AnnotationUtils
Issue: SPR-11512 | document issynthesizable() in annotationutils | 45 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,162 |
7f22f09890882b2ecd450c211921add3e12d51e7 | Sam Brannen | Sam Brannen | PolishingPolish SynthesizedAnnotationInvocationHandler | polishingpolish synthesizedannotationinvocationhandler | 54 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,163 |
def7663ec465ee293d70efd14dbded1fa3332ee5 | Sam Brannen | Sam Brannen | Implement hashCode() for synthesized annotations
Issue: SPR-13066 | implement hashcode() for synthesized annotations | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,164 |
ae5c8285a68013cbf96c997465ffe18372b371b2 | Sam Brannen | Sam Brannen | Polish SynthesizedAnnotationInvocationHandler | polish synthesizedannotationinvocationhandler | 45 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,165 |
7e2e9a80d0129d5488edbe54cc469b50f481ed3e | Sam Brannen | Sam Brannen | Document getAttributeMethods() in AnnotationUtils
Issue: SPR-11512 | document getattributemethods() in annotationutils | 49 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,166 |
7bf609f11164c54b66a84632fb2ac4ac06ddae1c | Sam Brannen | Sam Brannen | Implement equals() for synthesized annotations
Issue: SPR-13065 | implement equals() for synthesized annotations | 46 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,167 |
c622f4c487b0a42db8e04d1ec905ea7942885462 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,168 |
62d1b4b6e8d79e5ce0fa4fcf52b671a6dbfcb335 | Sam Brannen | Sam Brannen | Document getAttributeAliasMap() in AnnotationUtils
This commit also introduces a cache for attribute alias metadata.
Issue: SPR-11512 | document getattributealiasmap() in annotationutils | 50 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,169 |
92bf32b9be75f0f87646d5f894e85f7d07ff6105 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,170 |
e0a11f2ae7e1c391ce19dd9d71a14dcb917813e4 | Juergen Hoeller | Juergen Hoeller | SockJsTransportFailureException provides constructor variant without session id | sockjstransportfailureexception provides constructor variant without session id | 79 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,171 |
f5e096e2a03fc470b62419f977f9b764e2743598 | Sam Brannen | Sam Brannen | Document @AliasFor
Issue: SPR-11512 | document @aliasfor | 18 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,172 |
b9e13ea3089b435d54afb7a86699c2b9fad26a95 | Sam Brannen | Sam Brannen | Align AnnotationAttributes.toString() with contract in Map | align annotationattributes.tostring() with contract in map | 58 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,173 |
f38068923014e6a1abedcff5df1860d94c832717 | Sam Brannen | Sam Brannen | Don't use Java 8's Method.getParameterCount() | don't use java 8's method.getparametercount() | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,174 |
1e50d8d5c2ea044885c4f98198b96a773f3e8c97 | Sam Brannen | Sam Brannen | Implement toString() for synthesized annotations
Issue: SPR-13064 | implement tostring() for synthesized annotations | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,175 |
ab92f4ed3a89fd37298f8c5bb2dadedada15ad16 | Sam Brannen | Sam Brannen | Document SynthesizedAnnotation support
Issue: SPR-11512 | document synthesizedannotation support | 38 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,176 |
05d475a2751b3d913ebecdcde7804c9ac3883aae | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,177 |
5f60d700a156efcce60b5e4ee19720180205bc47 | Juergen Hoeller | Juergen Hoeller | Reordered Jackson initialization steps and restored HandlerInstantiator else block | reordered jackson initialization steps and restored handlerinstantiator else block | 82 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,178 |
41e4273a71fdaa557a60c32348f6ca82218d3c33 | Juergen Hoeller | Juergen Hoeller | Upgrade to Jackson 2.6, JasperReports 6.1, OpenJPA 2.4 | upgrade to jackson 2.6, jasperreports 6.1, openjpa 2.4 | 54 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,179 |
d7a361315fe6a9d08dfb501f27ad3aa11d14a918 | Juergen Hoeller | Juergen Hoeller | Added further core features to 4.2 section | added further core features to 4.2 section | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,180 |
57e765f9ca6eacaa2e78a027e910d615675c2eac | Sam Brannen | Sam Brannen | Document annotation improvements & @AliasFor in new-in-4.2 | document annotation improvements & @aliasfor in new-in-4.2 | 58 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,181 |
9983add0f59d046209f7126c9f84c0b10fb00f71 | Sam Brannen | Sam Brannen | Polish new-in-4.2 section | polish new-in-4.2 section | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,182 |
347264e4d99e078aac5a55363bb21d12377a4d33 | Sam Brannen | Sam Brannen | Add "Testing Improvements" to new-in-4.2 section | add "testing improvements" to new-in-4.2 section | 48 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,183 |
9e6494eef6f7ce254166c0781f71b7f7a1ab74eb | Brian Clozel | Brian Clozel | Reinstate WebContentGenerator.checkAndPrepare variant
Reinstate a variant of the `WebContentGenerator.checkAndPrepare` method
for projects that are using it.
This variant is now marked as deprecated.
Issue: SPR-11792 | reinstate webcontentgenerator.checkandprepare variant | 53 | false | false | 3 | true | true | false | spring-projects | spring-framework | 15,184 |
bd787769be49fb935648330daa68bece2775eeea | Sam Brannen | Sam Brannen | Introduce "synthesizable" cache in AnnotationUtils
Issue: SPR-11512 | introduce "synthesizable" cache in annotationutils | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,185 |
2e4dabb349a2d2604f436755c36dc9636c92af59 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,186 |
bbd3f902d0ed2c309623f62f760ef63c15282141 | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing tests | fix failing tests | 17 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,187 |
c48e8708a7cc3117603f843166a3389c7ad16a07 | Rossen Stoyanchev | Rossen Stoyanchev | Fix NPE in DefaultSimpUserRegistry | fix npe in defaultsimpuserregistry | 34 | false | false | 4 | false | true | false | spring-projects | spring-framework | 15,188 |
92bd7bba50597fdce87a9267707fef10ecccca6b | Rossen Stoyanchev | Rossen Stoyanchev | Restore userSessionRegistry field in StompSubProtocolHandler
This change ensures that the deprecated UserSessionRegistry is still
used if configured. | restore usersessionregistry field in stompsubprotocolhandler | 60 | false | false | 5 | true | true | false | spring-projects | spring-framework | 15,189 |
2f8ac91872f64094084bac90bc1c8c7f4908f406 | Juergen Hoeller | Juergen Hoeller | Only attempt to call joinTransaction in case of actual transaction active
Issue: SPR-13242 | only attempt to call jointransaction in case of actual transaction active | 73 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,190 |
a8fb551b1c655a7ac0b953d6caed219402b13618 | Juergen Hoeller | Juergen Hoeller | Allow for overriding of computeTransactionAttribute
Issue: SPR-13246 | allow for overriding of computetransactionattribute | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,191 |
9de824b73debb520189063ed61f4d3a6500e2767 | Juergen Hoeller | Juergen Hoeller | AllEncompassingFormHttpMessageConverter registers MappingJackson2XmlHttpMessageConverter and GsonHttpMessageConverter (for consistency with RestTemplate and WebMvcConfigurationSupport)
Issue: SPR-13240 | allencompassingformhttpmessageconverter registers mappingjackson2xmlhttpmessageconverter and gsonhttpmessageconverter (for consistency with resttemplate and webmvcconfigurationsupport) | 184 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,192 |
aedef43a9a2b88bb4e44362708c24ea0da8000ee | Juergen Hoeller | Juergen Hoeller | Exception fine-tuning and general polishing
Issue: SPR-13067 | exception fine-tuning and general polishing | 43 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,193 |
9f15f347bf11baa2d00543ddcde3e2de692ae6cb | Juergen Hoeller | Juergen Hoeller | Renamed 'name' attribute to 'scopeName' (in order to avoid common override conflicts)
Issue: SPR-13239 | renamed 'name' attribute to 'scopename' (in order to avoid common override conflicts) | 85 | false | false | 12 | false | false | false | spring-projects | spring-framework | 15,194 |
106cce58cc32ef5afcbe17cf6bb18e325591a1be | Brian Clozel | Brian Clozel | Fix tests
Issue: SPR-13241 | fix tests | 9 | false | false | 2 | true | true | false | spring-projects | spring-framework | 15,195 |
ec5019dbae32f81bba75a0aae0534a7e631a01fa | Brian Clozel | Brian Clozel | Upgrade to groovy 2.4.4 | upgrade to groovy 2.4.4 | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,196 |
064abad9d872253dd5a9d68795e4b03543cd4112 | Brian Clozel | Brian Clozel | PathResourceResolver should not resolve root path
When resolving resources, the PathResourceResolver creates a Resource
instance and checks whether this resource `exists()` and `isReadable()`.
While that last call returns false for folders on the file system, both
calls return true for folders located inside JARs.
If... | pathresourceresolver should not resolve root path | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,197 |
8e479e28ce554823f236d92769a692caf58f187b | Stephane Nicoll | Stephane Nicoll | Merge pull request #839 from michalkarolik/ResultActionsJavadocFix
* pr/839:
Fix package references | merge pull request #839 from michalkarolik/resultactionsjavadocfix | 66 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,198 |
95fe5f90330ab4d17744d55ea647d36323c0af67 | Michal Karolik | Stephane Nicoll | Fix package references
Closes gh-839 | fix package references | 22 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,199 |
f120f22d517d7f24ae1800875ea09b52a6667abc | Stephane Nicoll | Stephane Nicoll | Merge pull request #838 from mdeinum/SPR-13238
* pr/838:
Update book reference | merge pull request #838 from mdeinum/spr-13238 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,200 |
92663ec27b095d9409be8c5be5089ddf5bb7fd24 | Marten Deinum | Stephane Nicoll | Update book reference
Closes gh-838
There is a new version of AspectJ in Action which is now mentioned in the
Further Resources section of the AOP chapter. | update book reference | 21 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,201 |
d183bbb6679f6550d28f7bf4f998f30fb240d932 | Juergen Hoeller | Juergen Hoeller | Javadoc refinements, exception fine-tuning, general polishing
Issue: SPR-13034 | javadoc refinements, exception fine-tuning, general polishing | 61 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,202 |
2577ac300b608899ab7327e16a97853c7188507a | Juergen Hoeller | Juergen Hoeller | Refined spring-oxm test execution check for compatibility with the recently announced JDK 9 version scheme
Issue: SPR-13012 | refined spring-oxm test execution check for compatibility with the recently announced jdk 9 version scheme | 106 | false | false | 15 | false | false | false | spring-projects | spring-framework | 15,203 |
34de167e597dd7a56ab563163730782f59ed1e17 | Sebastien Deleuze | Sebastien Deleuze | Support non thread-safe ScriptEngine in ScriptTemplateView
This commit adds a new sharedEngine property to ScriptTemplateConfigurer
and ScriptTemplateView in order to support non thread-safe ScriptEngine
implementations like Nashorn.
When this flag is set to false, the engine is retrieved from a
ThreadLocal<ScriptEng... | support non thread-safe scriptengine in scripttemplateview | 58 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,204 |
0783a1c667f9fbd34d4b86bc7d4204d8f4e04ee4 | Juergen Hoeller | Juergen Hoeller | SpEL selection/projection works with Iterable as well
Issue: SPR-13231 | spel selection/projection works with iterable as well | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,205 |
ea2a1d33d91d492e2c691bfcf465da7760805cce | Juergen Hoeller | Juergen Hoeller | Javadoc fixes plus additional polishing | javadoc fixes plus additional polishing | 39 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,206 |
ef781b6353e453551fc5c30248f182894c98ccad | Juergen Hoeller | Juergen Hoeller | Fixed default formatters test to reliably work with any system locale
Issue: SPR-13232 | fixed default formatters test to reliably work with any system locale | 69 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,207 |
293425625707dc469f24e64110719b1590f27484 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,208 |
09eb49207939c530735eacb6ce003735b9391267 | Juergen Hoeller | Juergen Hoeller | Merged bean definitions are now cached early and selectively evicted after post-processing and before actual bean creation
Issue: SPR-12236 | merged bean definitions are now cached early and selectively evicted after post-processing and before actual bean creation | 122 | true | false | 17 | false | false | false | spring-projects | spring-framework | 15,209 |
37f74e76f674e175813f36d3562a9333d7c6654e | Juergen Hoeller | Juergen Hoeller | TomcatInstrumentableClassLoader supports Tomcat 7.0.63+ as well
Issue: SPR-13210 | tomcatinstrumentableclassloader supports tomcat 7.0.63+ as well | 63 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,210 |
f4f508d869a61283d1ae794cc9732656eefedf2f | Juergen Hoeller | Juergen Hoeller | Revisit date-time tests for compatibility with JDK 9 build 72
Issue: SPR-13232 | revisit date-time tests for compatibility with jdk 9 build 72 | 61 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,211 |
48f330dd31f4fa5105a28e75bf73a8c7d1cefd1c | Juergen Hoeller | Juergen Hoeller | AspectJ 1.9 beta 1 for ajc task (for JDK 9 build compatibility)
Plus latest dependency updates (Hibernate ORM 5.0 RC2, Jackson 2.6 RC4, Reactor 2.0.4, Tomcat 8.0.24, C3P0 0.9.5.1, Rome 1.5.1, FreeMarker 2.3.23, JRuby 1.7.21)
Issue: SPR-13012 | aspectj 1.9 beta 1 for ajc task (for jdk 9 build compatibility) | 63 | false | false | 12 | true | false | false | spring-projects | spring-framework | 15,212 |
649d145103aa363f52296057d8d9cf1298c07d76 | Sam Brannen | Sam Brannen | Merge pull request #835 from ndebeiss/master
* ndebeiss-master:
Support single quotes nested in double quotes in SQL scripts | merge pull request #835 from ndebeiss/master | 44 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,213 |
629bcb6599f02be63bcdf03da6e1d3df3481437f | ndebeiss | Sam Brannen | Support single quotes nested in double quotes in SQL scripts
Some databases such as Oracle permit double quoted column aliases that
contain case-sensitive characters, single quotes, and other special
characters; however, prior to this commit, SqlScripts interpreted a
single quote nested within double quotes as the sta... | support single quotes nested in double quotes in sql scripts | 60 | false | false | 10 | true | true | false | spring-projects | spring-framework | 15,214 |
de6bbe7797ec3c310c1e302f669ddf9a0b57950c | Stephane Nicoll | Stephane Nicoll | Handle null header value property
When using an Apache Http components based infrastructure, a null header
value is handled as the empty string. The exact same infrastructure using
HttpURLConnection generates a header with no colon. This is actually not
proper HTTP and some components fail to read such request.
We no... | handle null header value property | 33 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,215 |
bdb63483df2cd81bdbcc963db8789f37ea2a6727 | Juergen Hoeller | Juergen Hoeller | Common DataWithMediaType class and common synchronization for ResponseBodyEmitter/SseEmitter
Issue: SPR-13223
Issue: SPR-13224 | common datawithmediatype class and common synchronization for responsebodyemitter/sseemitter | 92 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,216 |
1fcd465f2d281a432eee79adfe1d4d8dd7ec3630 | Juergen Hoeller | Juergen Hoeller | DelegatingFilterProxy autodetects a unique DispatcherServlet context
Issue: SPR-13191 | delegatingfilterproxy autodetects a unique dispatcherservlet context | 68 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,217 |
e0329306dffd31ca4f3b9dfd5167b4f7e612158e | Juergen Hoeller | Juergen Hoeller | JdbcTemplate's queryForObject allows for specifying primitive types as well
Issue: SPR-13220 | jdbctemplate's queryforobject allows for specifying primitive types as well | 75 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,218 |
8fdbf4285b65088599aed432f69f14825be867e6 | Juergen Hoeller | Juergen Hoeller | Jackson2ObjectMapperBuilder prefers Jackson 2.6 JavaTimeModule over JSR310Module
Issue: SPR-13212 | jackson2objectmapperbuilder prefers jackson 2.6 javatimemodule over jsr310module | 80 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,219 |
18c46713185744c477814959f1043d918300a0d8 | Juergen Hoeller | Juergen Hoeller | JAXB scan skips annotated interfaces
Issue: SPR-13221 | jaxb scan skips annotated interfaces | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,220 |
41b58584eaa26f0ed028f2e533237154f012659d | Juergen Hoeller | Juergen Hoeller | BeanPropertyRowMapper uses US locale for lower-case conversion by default
Issue: SPR-13216 | beanpropertyrowmapper uses us locale for lower-case conversion by default | 73 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,221 |
c7fef87e767898478d5fbe732690081d5f9f2557 | Juergen Hoeller | Juergen Hoeller | ResourceBundleThemeSource exposes fallbackToSystemLocale and defaultEncoding
Issue: SPR-13209 | resourcebundlethemesource exposes fallbacktosystemlocale and defaultencoding | 76 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,222 |
d738dddd8fc73f6dfeb04dcad4ab95d97c20a99f | Stephane Nicoll | Stephane Nicoll | Add `createDispatcherServlet` hook point
Add an extra hook point in `AbstractDispatcherServletInitializer` to
customize the `DispatcherServlet`.
Issue: SPR-13222 | add `createdispatcherservlet` hook point | 40 | false | false | 4 | false | true | false | spring-projects | spring-framework | 15,223 |
84138abfd1b436dd7046933e6cecd76fe37cd1ce | Sebastien Deleuze | Sebastien Deleuze | Avoid rejecting same-origin requests detected as CORS requests
Browsers like Chrome or Safari include an Origin header for same-origin
POST/PUT/DELETE requests, not only for cross-origin requests.
Before this commit, these same-origin requests would have been detected
as potential cross-origin requests, and rejected ... | avoid rejecting same-origin requests detected as cors requests | 62 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,224 |
882fe129f32abf78e9755fa8b8374d331a5f9a56 | Sebastien Deleuze | Sebastien Deleuze | Polish CORS support | polish cors support | 19 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,225 |
9c46228a9738e453d89dfa6217a611da5790a7fb | Sam Brannen | Sam Brannen | Populate RequestAttributes before invoking Filters in MockMvc
When using the Spring TestContext Framework (TCF) to load a
WebApplicationContext and the Spring MVC Test Framework (MockMvc) to
test a controller, two instances of MockHttpServletRequest will be
created. Due to an ordering issue with regard to population o... | populate requestattributes before invoking filters in mockmvc | 61 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,226 |
3d951755fa6a028364afd2b0f16e85b4ba19f817 | Sam Brannen | Sam Brannen | Improve documentation for @IfProfileValue precedence
Issue: SPR-11902 | improve documentation for @ifprofilevalue precedence | 52 | false | false | 5 | true | true | false | spring-projects | spring-framework | 15,227 |
cd9b3903a743eb7656c41390a77b7be7c12f6a5f | Sebastien Deleuze | Sebastien Deleuze | Introduce CorsFilter and CorsConfigurationMapping
This commit introduces the following changes:
- The new CorsConfigurationMapping class allows to share the mapped
CorsConfiguration logic between AbstractHandlerMapping and CorsFilter
- In AbstractHandlerMapping, the Map<String, CorsConfiguration>
corsConfigura... | introduce corsfilter and corsconfigurationmapping | 49 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,228 |
df9290c00dc7beb4e1b260f88809afae8cf5f870 | Sebastien Deleuze | Sebastien Deleuze | Improve DispatcherServlet diagrams
Issue: SPR-13120 | improve dispatcherservlet diagrams | 34 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,229 |
c1b526282444609145db74a24bf1808743833eae | Sam Brannen | Sam Brannen | Upgrade to Gradle 2.5
Issue: SPR-13012 | upgrade to gradle 2.5 | 21 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,230 |
74a29ac146280a399d88680d187c8dbeb2b85328 | Arjen Poutsma | Arjen Poutsma | Renamed 'rx' package to 'reactive' | renamed 'rx' package to 'reactive' | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,231 |
8e566026e0bf46f1c7b7ca2e38a37d2bee3a941e | Brian Clozel | Brian Clozel | RedirectViews should always use RESPONSE_STATUS_ATTRIBUTE
By default, RedirectViews have http10Compatible set to true, which means
that they use HTTP 302 as a default HTTP response status. Setting this
property to false make RedirectViews use HTTP 303 by default.
Now when set to false, RedirectViews also don't use th... | redirectviews should always use response_status_attribute | 57 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,232 |
de6a649071767180ee6d91bc7fc03c8f208f4616 | Stephane Nicoll | Stephane Nicoll | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,233 |
2e41c2e23db4f08ec2ebe927c48aaed18020e53c | Sam Brannen | Sam Brannen | Polish Javadoc in @EventListener | polish javadoc in @eventlistener | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,234 |
72f0ac7e5bd4db15fd1a67cdb3dcc4b130bf1b77 | Sam Brannen | Sam Brannen | Polish Javadoc in @EventListener | polish javadoc in @eventlistener | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,235 |
fd2c0cc982ed2ebd02b20db391e099f419976106 | Stephane Nicoll | Stephane Nicoll | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,236 |
14e168f2dc530c67d98f40974dd903810a0420a3 | Sam Brannen | Sam Brannen | Fix typos in @EventListener | fix typos in @eventlistener | 27 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,237 |
0940f43a4727c55e29fdccf8f6acc622214fd789 | Sam Brannen | Sam Brannen | Stop documenting annotations using @AliasFor in Javadoc
The removed listing will later be incorporated into the reference manual
in a dedicated section.
Issue: SPR-11515 | stop documenting annotations using @aliasfor in javadoc | 55 | false | false | 7 | true | false | false | spring-projects | spring-framework | 15,238 |
f300325b1b2b6257225ca3b70c15115643e91053 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,239 |
e3bb06c8783ca45633ee361bb637cc3236471479 | Stephane Nicoll | Stephane Nicoll | Avoid Java8 API | avoid java8 api | 15 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,240 |
bf786c31760722cfa9119b7c0b5412e9c1b7bd5d | Stephane Nicoll | Stephane Nicoll | Support for multiple events per method
In addition to specifying the event type to listen to via a method
parameter, any @EventListener annotated method can now alternatively
define the event type(s) to listen to via the "classes" attributes (that
is aliased to "value").
Something like
@EventListener({FooEvent.class... | support for multiple events per method | 38 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,241 |
ef0eb01f93d6c485cf37692fd193833a6821272a | Brian Clozel | Brian Clozel | Fix backwards compatibility in WebContentInterceptor
As of SPR-11792, WebContentGenerator and WebContentInterceptor offer
new APIs and new behavior regarding HTTP caching, including the use of a
new CacheControl class.
Those changes broke part of the behavior in WebContentInterceptor. This
class allows to override th... | fix backwards compatibility in webcontentinterceptor | 52 | false | false | 5 | true | true | false | spring-projects | spring-framework | 15,242 |
3c2efeece40951f0775252a640165a51d71b47e6 | Sam Brannen | Sam Brannen | Investigate claims raised in SPR-13211
This commit adds additional tests to RequestContextHolderTests that
verify proper support for the MockHttpServletRequest managed by Spring
MVC Test in the following scenarios:
- request-scoped service invoked by controller
- session-scoped service invoked by controller
- custom ... | investigate claims raised in spr-13211 | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,243 |
66791200570a360b04484e0f95dba24743cddf5c | Rossen Stoyanchev | Rossen Stoyanchev | Improve STOMP section of documentation
Issue: SPR-12579 | improve stomp section of documentation | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,244 |
08fb62570e77069b0f47d79baf2e750441b2bbfa | Juergen Hoeller | Juergen Hoeller | Explicit notes for load-time weaving on Tomcat 7.0.63+ and WildFly 9
Issue: SPR-13210 | explicit notes for load-time weaving on tomcat 7.0.63+ and wildfly 9 | 68 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,245 |
5e24ee9b5599ee16a83b19c41ef6a8d5499cf5c7 | Sam Brannen | Sam Brannen | Update RequestContextHolderTests
This commit refactors RequestContextHolderTests in preparation for the
work to be done in SPR-13211.
Issue: SPR-13211 | update requestcontextholdertests | 32 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,246 |
50bed38a85564f6a44a1c649c5ef64e015aa5613 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,247 |
6890e65d2cd98ad89e08e2afbbb1213241a791ac | Rossen Stoyanchev | Rossen Stoyanchev | Suggest use of @Primary for JSR-303 with Spring MVC
A note is added to suggest the use of @Primary with a
LocalValidatorFactory bean next to the MVC Java config.
Issue: SPR-12194 | suggest use of @primary for jsr-303 with spring mvc | 51 | false | false | 9 | true | true | false | spring-projects | spring-framework | 15,248 |
726a47dd8186c3309ce7f029a68c6da9e4e223c9 | Rossen Stoyanchev | Rossen Stoyanchev | Refactor Spring MVC related conversion/validation docs
Conversion and validation documentation related to Spring MVC is now
consolidated in the Spring MVC chapter with references to and from
the Validation and Data Binding chapter.
Examples have been updated to include MVC Java config as well. | refactor spring mvc related conversion/validation docs | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,249 |
7cac5d60a18117c5b9b149b32a7e1ab32cf2ee98 | Stephane Nicoll | Stephane Nicoll | Add documentation for @Primary
Issue: SPR-7301 | add documentation for @primary | 30 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,250 |
f58e1db2e69b2bc0bcb4da7d83c01c1c9b56695d | Juergen Hoeller | Juergen Hoeller | Explicit notes for @Bean on static methods, private methods, and Java 8 default methods
Also includes an explicit note on stop vs destroy callbacks for Lifecycle beans.
Issue: SPR-13118
Issue: SPR-12882
Issue: SPR-12345
Issue: SPR-11671 | explicit notes for @bean on static methods, private methods, and java 8 default methods | 87 | false | false | 14 | false | false | false | spring-projects | spring-framework | 15,251 |
ca3ba7deb5e7c12b4cccc2dc3dc7241828b68d3e | Juergen Hoeller | Juergen Hoeller | Extended/BindingAwareModelMap are not meant to be referred to in user code
Issue: SPR-12896 | extended/bindingawaremodelmap are not meant to be referred to in user code | 74 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,252 |
11ec9998aeeef96560f41886984d44e450915e87 | Juergen Hoeller | Juergen Hoeller | Note on 'generateDdl' versus JPA 2.1 schema generation
Issue: SPR-13040 | note on 'generateddl' versus jpa 2.1 schema generation | 54 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,253 |
2a36abcaeaf13a0fc52a8e39d0ee4b3e5e4f5b50 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,254 |
97936140cc33fb0d5019f57a1f85ceef71a287df | Sebastien Deleuze | Sebastien Deleuze | Support HandlerMethod parameter in @MessageExceptionHandler
Issue: SPR-13196 | support handlermethod parameter in @messageexceptionhandler | 59 | false | false | 5 | true | true | false | spring-projects | spring-framework | 15,255 |
f518d76a771def7289ac4f85ddc66812f428a16f | Arjen Poutsma | Arjen Poutsma | Working version of Servlet 3.1 <-> RS bridge. | working version of servlet 3.1 <-> rs bridge | 44 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,256 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.