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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b3d67b928b28fe68df6ccb7f9ed949ecdac63a94 | Rossen Stoyanchev | Rossen Stoyanchev | Check supported locales in AcceptHeaderLocaleResolver
Issue: SPR-13330 | check supported locales in acceptheaderlocaleresolver | 53 | false | false | 5 | false | true | false | spring-projects | spring-framework | 13,957 |
a94ffbb17a7525a3e3fa0e3c377e8bdafac0e331 | Stephane Nicoll | Stephane Nicoll | Fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 13,958 |
963fea0e3f0629de8422fcc6145fe32e80b37332 | Stephane Nicoll | Stephane Nicoll | Merge pull request #934 from mnhock/Remove-unused-third-argument
* pr/934:
Fix Format-string method arguments | merge pull request #934 from mnhock/remove-unused-third-argument | 64 | true | false | 6 | false | false | false | spring-projects | spring-framework | 13,959 |
e98977cbc8add85e75fb3ff470fa1e7d3454e48b | mnhock | Stephane Nicoll | Fix Format-string method arguments
Closes gh-934 | fix format-string method arguments | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,960 |
f32aded27aeec51ec110d4aa6a21ab37e44f6db1 | Rossen Stoyanchev | Rossen Stoyanchev | Consolidate CORS/OPTIONS request mapping
The CORS pre-flight request matching logic for all request conditions
was added (in 4.2) to RequestMappingInfo. However the logic for
default handling of all HTTP OPTIONS requests for 4.3 unintentionally
overrode some of the pre-flight request handling thus causing issues.
Thi... | consolidate cors/options request mapping | 40 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,961 |
26575148a5ab8cba88346f87ed5d1b1a8c7cccf0 | Rossen Stoyanchev | Rossen Stoyanchev | Polish test class | polish test class | 17 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,962 |
700ab2fc9894f72366c2bb0ba7ea4ea3760246cb | Juergen Hoeller | Juergen Hoeller | DataBinder test for java.util.Optional property
Issue: SPR-13933 | databinder test for java.util.optional property | 47 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,963 |
a7ad49adcfbf9b72f50675dc0da22bcc2075621f | Juergen Hoeller | Juergen Hoeller | Placeholder configurers allow for trimming of property values
Issue: SPR-5839 | placeholder configurers allow for trimming of property values | 61 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,964 |
890819f8862fbf9a96a30e115a36d7fbb5d4ae38 | Juergen Hoeller | Juergen Hoeller | SmartObjectFactory provides getObject(args) variant as well
Issue: SPR-13956 | smartobjectfactory provides getobject(args) variant as well | 59 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,965 |
5ed90468865bf8c3b44c8c073531fe7127826520 | Juergen Hoeller | Juergen Hoeller | BeanMethodInterceptor does not pass on null arguments for singleton beans
Issue: SPR-13887 | beanmethodinterceptor does not pass on null arguments for singleton beans | 73 | false | false | 10 | false | false | false | spring-projects | spring-framework | 13,966 |
d6700b7a108ed2f0594e94e7b1575cf7a464e591 | Stephane Nicoll | Stephane Nicoll | Merge pull request #970 from wilkinsona/consistent-descriptions
* pr/970:
Consistent descriptions for ConfigurationClass | merge pull request #970 from wilkinsona/consistent-descriptions | 63 | true | false | 6 | false | false | false | spring-projects | spring-framework | 13,967 |
65d144b1e5344899b5e0c10e1ab9b046acac1d7e | Andy Wilkinson | Stephane Nicoll | Consistent descriptions for ConfigurationClass
Previously, a ConfigurationClass created from AnnotationMetadata
and a ConfigurationClass created from a class would have subtly
different descriptions. Given a class named com.example.Foo, the
former’s description would be “com.example.Foo”, whereas the latter’s
descript... | consistent descriptions for configurationclass | 46 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,968 |
f33578ef0f20af90a41c2daddedcb7ba1b96c278 | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test and warings
The test failure was caused by the previous commit. The Message
resolver now supports payload conversion so it can raise a
MessageConversionException, not MethodArgumentTypeMismatchException. | fix failing test and warings | 28 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,969 |
c4117885bd61835159da14fb7fc9e3e28e1ddd31 | Phillip Webb | Phillip Webb | Refine AntPathMatcher optimizations
Refine the optimizations made in 6f55ab69 in order to restore binary
compatibility and resolve a regression.
Tests of the form pathMatcher.match("/foo/bar/**", "/foo/bar") should
return true as this was the behavior in Spring 4.2.
Issue: SPR-13913 | refine antpathmatcher optimizations | 35 | false | false | 3 | true | true | true | spring-projects | spring-framework | 13,970 |
48ee9b52d4be82241c76cc877f281e51905205fb | Juergen Hoeller | Juergen Hoeller | Consistent check for Collection/Map beans
Issue: SPR-13963 | consistent check for collection/map beans | 41 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,971 |
18a59dad5266dd7cb71b36c5c6eed6d0408c062e | Rossen Stoyanchev | Rossen Stoyanchev | Minor Javadoc update | minor javadoc update | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,972 |
416966d943300c1155d4202196096ced535f6586 | Rossen Stoyanchev | Rossen Stoyanchev | Support Message argument with payload conversion
The MessageMethodArgumentResolver now also supports applying a
MessageConverter to the payload.
This is effectively a shortcut for declaring a method with an @Payload
argument + MessageHeaders and then creating a new message from the two.
Issue: SPR-13288 | support message argument with payload conversion | 48 | false | false | 6 | false | true | false | spring-projects | spring-framework | 13,973 |
ec3571fd4ded4682545019e54ba10047683dd4a3 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,974 |
1b53edfc5e17f30730f0d24ac1a019b85be1e675 | Juergen Hoeller | Juergen Hoeller | DefaultListableBeanFactory skips fallback match attempt for Collection/Map beans
Issue: SPR-13963 | defaultlistablebeanfactory skips fallback match attempt for collection/map beans | 80 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,975 |
0adc4921ed4eadba531f12fdaa5faaf36265029b | Juergen Hoeller | Juergen Hoeller | TestContextManager consistently handles Errors from listener invocations
Issue: SPR-13961 | testcontextmanager consistently handles errors from listener invocations | 72 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,976 |
08eb623c41d0ba8276d4131330271ea0f49c7879 | Rossen Stoyanchev | Rossen Stoyanchev | Fix regression introduced in 4.3 snapshot
Commit ccd17d introduced a regression where a custom HTTP method
would no longer match for an empty @RequestMapping condition.
The previous behavior should now be restored. Effectively
RequestMethodRequestCondition as before will now match to any HTTP
method (even unknown/cus... | fix regression introduced in 4.3 snapshot | 41 | false | false | 6 | true | true | true | spring-projects | spring-framework | 13,977 |
1c2ac49f2ac32ab0ee589bfc165046c14aa782c7 | Brian Clozel | Brian Clozel | Add weak ETag support in ShallowEtagHeaderFilter
This commit adds weak ETag support in ShallowEtagHeaderFilter.
This improves the behavior of the filter in tow ways:
* weak ETags in request headers such as `W/"0badc0ffee"` will be
compared with a "weak comparison" (matching both weak and strong ETags
of the same valu... | add weak etag support in shallowetagheaderfilter | 48 | false | false | 6 | true | true | true | spring-projects | spring-framework | 13,978 |
923534595c1644810fc2eb2cb732de606f7225eb | Juergen Hoeller | Juergen Hoeller | ScriptUtils.executeSqlScript logs SQLWarnings at debug level
Issue: SPR-13959 | scriptutils.executesqlscript logs sqlwarnings at debug level | 60 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,979 |
8495fcf10921e2f40675b1065964750f9b00232e | Juergen Hoeller | Juergen Hoeller | Avoid accessing the session if no session attributes need to be updated
Issue: SPR-13950 | avoid accessing the session if no session attributes need to be updated | 71 | false | false | 12 | false | false | false | spring-projects | spring-framework | 13,980 |
7fcb277de962a054916e6a1bafc57b101b815d5b | Juergen Hoeller | Juergen Hoeller | Consistent behavior for unwrap(null) on JPA and Bean Validation wrappers
Includes a fix for Query unwrapping before passing it to addNamedQuery.
Issue: SPR-13960
Issue: SPR-13957 | consistent behavior for unwrap(null) on jpa and bean validation wrappers | 72 | false | false | 10 | false | false | false | spring-projects | spring-framework | 13,981 |
f036f745a64a9c0143a2f8cd1ff4a9f40edff281 | Arjen Poutsma | Arjen Poutsma | Improved RxNetty support. | improved rxnetty support | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,982 |
ea4a766df7ba6051f962008e5e2c84764cf9beab | Juergen Hoeller | Juergen Hoeller | Consistent support for SpEL next to placeholders in annotation attributes
Issue: SPR-13625 | consistent support for spel next to placeholders in annotation attributes | 73 | false | false | 10 | false | false | false | spring-projects | spring-framework | 13,983 |
e0d7c6be00ed855e473f19f405ddbbcdb6cbb885 | Juergen Hoeller | Juergen Hoeller | Name attributes in method argument annotations allow for placeholders and expressions
Issue: SPR-13952 | name attributes in method argument annotations allow for placeholders and expressions | 85 | false | false | 11 | false | false | false | spring-projects | spring-framework | 13,984 |
c2f704717ee1425042ebb9937e7b9c74dbd0212e | Sam Brannen | Sam Brannen | Polish Javadoc for DefaultRequestToViewNameTranslator | polish javadoc for defaultrequesttoviewnametranslator | 53 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,985 |
25be5e060c26ad67d023620d3776c5d35e2d3b91 | Juergen Hoeller | Juergen Hoeller | TaskDecorator callback supported by common TaskExecutor implementations
Issue: SPR-13930 | taskdecorator callback supported by common taskexecutor implementations | 71 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,986 |
ac44f9edd9c4117110dd227da630b8e989be0561 | Juergen Hoeller | Juergen Hoeller | Consistent equals implementations across class hierarchies
Issue: SPR-13951 | consistent equals implementations across class hierarchies | 58 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,987 |
ac3847bf4a52438fc90aa4dc61ff25a8fac31685 | Brian Clozel | Brian Clozel | Clarify Javadoc for CacheControl.noCache,noStore
This change makes clear that this is the intent of the CacheControl API
not to provide a way to configure both "no-cache" and "no-store"
directives for the "Cache-Control" header.
Issue: SPR-13780 | clarify javadoc for cachecontrol.nocache,nostore | 48 | false | false | 4 | true | true | true | spring-projects | spring-framework | 13,988 |
513c1ea3d96b09ddb8a256c3245c619ebfc063e2 | Stephane Nicoll | Stephane Nicoll | Update @author tag | update @author tag | 18 | false | false | 3 | false | true | false | spring-projects | spring-framework | 13,989 |
43d72871bdfba9e70ee74a0ef95a7432de2cf163 | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #962 from matthew-pearson/master | merge pull request #962 from matthew-pearson/master | 51 | true | false | 6 | false | false | false | spring-projects | spring-framework | 13,990 |
024bd6e60419d221ad04b769a41603a59dc704e9 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,991 |
57b466fdfc28a6a3baaf0ab4538e7ecc239ee340 | matthew-pearson | Rossen Stoyanchev | 404 rather than 405 or 200
Check that the path is valid and resolvable before checking that the
http method is supported. For invalid or unresolvable paths, always
respond with a 404. | 404 rather than 405 or 200 | 26 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,992 |
a6d31d521280e4683714b53aa2fb58d06545f3cd | Stephane Nicoll | Stephane Nicoll | Merge pull request #957 from soldierkam/cache-alloc
* pr/957:
Polish contribution
Decrease allocation rate for CacheOperation | merge pull request #957 from soldierkam/cache-alloc | 51 | true | false | 6 | false | false | false | spring-projects | spring-framework | 13,993 |
37b3b245780c2088c2dd4990a2878ccf2f5a0097 | Stephane Nicoll | Stephane Nicoll | Polish contribution
Closes gh-957 | polish contribution | 19 | false | false | 2 | false | false | false | spring-projects | spring-framework | 13,994 |
c73e52412acd7cb50c229d5c273760843bc97188 | soldierkam | Stephane Nicoll | Decrease allocation rate for CacheOperation | decrease allocation rate for cacheoperation | 43 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,995 |
7dac2e3256cd751f4e2db303547e5a0d7d51e4ba | Stephane Nicoll | Stephane Nicoll | Merge pull request #960 from logicg8/master
* pr/960:
Polish doc | merge pull request #960 from logicg8/master | 43 | true | false | 6 | false | false | false | spring-projects | spring-framework | 13,996 |
6ce76314e72815c9210bb392f9914b80bbd8fcdc | logicg8 | Stephane Nicoll | Polish doc
Closes gh-960 | polish doc | 10 | false | false | 2 | true | false | false | spring-projects | spring-framework | 13,997 |
5c87afc51d1bd319d83b171fc4b8402fe84b1a37 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,998 |
1253b451f5cc35f7fea86b5a61413f36a8cd227a | Juergen Hoeller | Juergen Hoeller | DefaultMessageListenerContainer stops if recovery failed after interrupt signal
Issue: SPR-11787 | defaultmessagelistenercontainer stops if recovery failed after interrupt signal | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,999 |
1cf0fb8174972cd44122b905f763c81902300517 | Rossen Stoyanchev | Rossen Stoyanchev | Shared custom argument resolvers
Custom argument resolvers configured in the MVC Java config or the
MVC namespace are now injected in both the RequestMappingHandlerAdapter
as well as in the ExceptionHandlerExceptionResolver.
Issue: SPR-12058 | shared custom argument resolvers | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,000 |
199252cda64987475bb362ebc31113cb51d72bae | Stephane Maldini | Stephane Maldini | sync | sync | 4 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,001 |
44f4930e296a390105a2de19a89e6b4d4e1ecbec | Stephane Maldini | Stephane Maldini | sync | sync | 4 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,002 |
9204fdc371df0f4efc2e3bd17a5fc2839cc845e9 | Stephane Maldini | Stephane Maldini | fix timer issues
sync reactor-core | fix timer issues | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,003 |
28dcf2e78f9381674ec521c2028360bc8cd645f6 | Stephane Maldini | Stephane Maldini | fix compile test issue | fix compile test issue | 22 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,004 |
ea46ad8022347e964621996fb005f4eb104d08f4 | Sam Brannen | Sam Brannen | Clean up warnings in spring-test | clean up warnings in spring-test | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,005 |
3cf5cfd672957ca775faccf12a4ea0bdf57f6c56 | Sam Brannen | Sam Brannen | Fix Javadoc | fix javadoc | 11 | false | false | 2 | false | true | false | spring-projects | spring-framework | 14,006 |
468f083ab08328e6f0eb26a1ac4b5b3455b5b2fc | Sam Brannen | Sam Brannen | Use proper syntax highlighting for XML examples | use proper syntax highlighting for xml examples | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,007 |
d157ce598b6a71f48b5538186ee6268088442e55 | Brian Clozel | Brian Clozel | Upgrade to undertow 1.3.15.Final | upgrade to undertow 1.3.15.final | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,008 |
aed56ea73276c6303357d2fac0a194a906e21487 | Stephane Nicoll | Stephane Nicoll | Upgrade to Caffeine 2.1.0 | upgrade to caffeine 2.1.0 | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,009 |
ee9c5833f51d2c70a2f36e3d6252ce8af2b2ae88 | Sebastien Deleuze | Sebastien Deleuze | Update our tests to use TestSubscriber | update our tests to use testsubscriber | 38 | false | false | 6 | true | true | true | spring-projects | spring-framework | 14,010 |
b9f4698b695122e32cbbc7f9247de19d303ba741 | Rossen Stoyanchev | Rossen Stoyanchev | Remove license from package infos | remove license from package infos | 33 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,011 |
381855aaf315adfd44e22797bbf14f07d08155d9 | Rossen Stoyanchev | Rossen Stoyanchev | Refine names in web.server and polish Javadoc
WebServerExchange -> ServerWebExchange
Follows the same convention as in the http package also better allowing
the possibility for a client equivalent in the future.
WebToHttpHandlerBuilder -> WebHttpHandlerBuilder
WebToHttpHandlerAdapter -> WebHttpHandlerAdapter
More c... | refine names in web.server and polish javadoc | 45 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,012 |
e59b927fd108d6173c5d5fd8095d2fcb5ab9f135 | Rossen Stoyanchev | Rossen Stoyanchev | Refine web.server package structure
Introduce adapter and handler sub-packages under web.server following a
review prompted by the addition of the session package and the package
cycle it brought in based on dependency on session.WebSessionManager. | refine web.server package structure | 35 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,013 |
407d11a58a9dbead6de34ff0acfd5af7e084134b | Rossen Stoyanchev | Rossen Stoyanchev | Server-side session support
This commit adds initial support for a maintaining a server-side
session with attributes across HTTP requests. The WebSession
abstraction can be accessed via WebServerExchange from a WebFilter or
the target WebHandler.
The session sub-package contains additional abstractions for creating
a... | server-side session support | 27 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,014 |
3744549a3e1395ab4fe1d7df1a34547c31619e5e | Rossen Stoyanchev | Rossen Stoyanchev | Add setComplete + beforeCommit to ServerHttpResponse
setComplete replaces writeHeaders as a more general lifecycle method
to perform any kind of handling at the end of request processing, for
example to ensure headers are written if not already.
beforeCommit provides an extension point for an action to be invoked
jus... | add setcomplete + beforecommit to serverhttpresponse | 52 | false | false | 6 | true | true | false | spring-projects | spring-framework | 14,015 |
03e6d7dabfbfc4547bea6a842898406095e4bcb4 | Stephane Maldini | Stephane Maldini | minor sync | minor sync | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,016 |
8a6fa02887e7b96024a94e43569688533ba01ab0 | Stephane Maldini | Stephane Maldini | Sync with RSC move graph to flow | sync with rsc move graph to flow | 32 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,017 |
dc91c81fc468a9828dfd7805f05162efa1ca2d2c | Sebastien Deleuze | Sebastien Deleuze | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,018 |
506c4bc27b3956b8b8f252f5be5beb477deb7d29 | Sebastien Deleuze | Sebastien Deleuze | Finish to cleanup Reactor Buffer usages
We use it only for Reactor Net support now. | finish to cleanup reactor buffer usages | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,019 |
1c7d845245e263f7f99caef51b8e7a35be6e0b16 | Arjen Poutsma | Arjen Poutsma | Merge pull request #63 from poutsma/byte_buffer_abstraction
Byte buffer abstraction | merge pull request #63 from poutsma/byte_buffer_abstraction | 59 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,020 |
c84ef6cbf3ff837c365fa4323ea82179150c9536 | Arjen Poutsma | Arjen Poutsma | Incorporated misc. suggestions from the PR. | incorporated misc. suggestions from the pr | 42 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,021 |
66c424daf9f310f9dc333d06fa706245f968295e | Arjen Poutsma | Arjen Poutsma | Removed DataBufferAllocator.allocateHeapBuffer and allocateDirectBuffer in favor of allocateBuffer. | removed databufferallocator.allocateheapbuffer and allocatedirectbuffer in favor of allocatebuffer | 98 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,022 |
b8f2388d60e6cd203cf837f97a8c49af169f0ad6 | Arjen Poutsma | Arjen Poutsma | Removed unused classes | removed unused classes | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,023 |
225179bc6f0b4c705a869a03b81df5f41345b6f7 | Arjen Poutsma | Arjen Poutsma | Updated http and web packages to use DataBuffer | updated http and web packages to use databuffer | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,024 |
2981b5e6e88b25a4f9b743e34e815e2bac6cfc37 | Arjen Poutsma | Arjen Poutsma | Updated Encoder and Decoder to use DataBuffer | updated encoder and decoder to use databuffer | 45 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,025 |
38ab47f8a0d147d3b13cfb601d31f9957599983e | Arjen Poutsma | Arjen Poutsma | Added DataBuffer abstraction
Added DataBuffer and DataBufferAllocator, and provided a default NIO
ByteBuffer-based implementation of those, as well as a Netty
ByteBuf-based version. | added databuffer abstraction | 28 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,026 |
641a57ec9302ef694c39b52c8dd5cced509d237c | Stephane Maldini | Stephane Maldini | no need to convert to array list with last zip signature | no need to convert to array list with last zip signature | 56 | false | false | 11 | false | false | false | spring-projects | spring-framework | 14,027 |
ccbfd44862097ee4f156bb03aca08c982a65a41c | Stephane Nicoll | Stephane Nicoll | Merge pull request #949 from bclozel/sonarplugin
* pr/949:
Use the official SonarQube Gradle plugin | merge pull request #949 from bclozel/sonarplugin | 48 | true | false | 6 | true | false | false | spring-projects | spring-framework | 14,028 |
0ecede028cef22850c82045a7aca00c0b836ccab | Brian Clozel | Stephane Nicoll | Use the official SonarQube Gradle plugin
Since the build has been upgraded to Gradle 2.10, it's showing the
following message:
"The 'sonar-runner' plugin has been deprecated and is scheduled to be
removed in Gradle 3.0. please use the official plugin from SonarQube"
This commit makes use of the "org.sonarqube" Gradle... | use the official sonarqube gradle plugin | 40 | false | false | 6 | true | true | true | spring-projects | spring-framework | 14,029 |
2e7470b27f0eaae042334cd86f212cd958676be0 | Rossen Stoyanchev | Rossen Stoyanchev | Allow binding=false on @ModelAttribute
Issue: SPR-13402 | allow binding=false on @modelattribute | 38 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,030 |
806e79b14bcd4b3deb76d1a87d28b23f956b6fb7 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,031 |
10f4f64e6f5c7afc7ee56635e9867f29bd669c5e | Stephane Maldini | Stephane Maldini | sync updates with mono | sync updates with mono | 22 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,032 |
e62ada898be1180bc13824ad5c3056d42015db04 | Rossen Stoyanchev | Rossen Stoyanchev | Add @RequestAttribute with servlet-based support
Issue: SPR-13894 | add @requestattribute with servlet-based support | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,033 |
698f923fc3178bb9a35e1cb34c388d8703e45b99 | Rossen Stoyanchev | Rossen Stoyanchev | Add @SessionAttribute with Servlet-based support
Issue: SPR-13894 | add @sessionattribute with servlet-based support | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,034 |
7df3a327f690ed908361251b9404e7bfaab1a4bf | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,035 |
3779fe9bf68e7c8868d1011f2280ecb972c2eb43 | Juergen Hoeller | Juergen Hoeller | @UsesJava8 declaration on inner class
Issue: SPR-13850 | @usesjava8 declaration on inner class | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,036 |
b4f33adf48caa033dff85af1db92b56e60c9bcee | Juergen Hoeller | Juergen Hoeller | Consistent java.util.Optional resolution, lenient handling of optional multipart files, correct Servlet 3.0 Part list/array selection
Issue: SPR-13418
Issue: SPR-13849
Issue: SPR-13850
Issue: SPR-13893 | consistent java.util.optional resolution, lenient handling of optional multipart files, correct servlet 3.0 part list/array selection | 133 | false | false | 15 | false | false | false | spring-projects | spring-framework | 14,037 |
a3a5a03ee36d259f6d06b679ec62e93d58678c71 | Juergen Hoeller | Juergen Hoeller | PropertySource annotation allows for custom encoding
Issue: SPR-13874 | propertysource annotation allows for custom encoding | 52 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,038 |
21fff02dbd7cc0ab39480f0cdcf21f1c9287d839 | Arjen Poutsma | Arjen Poutsma | Fixing the build that bad boy @smaldini broke | fixing the build that bad boy @smaldini broke | 45 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,039 |
2607a22537cdf3ff9acfe5e98c2c24c2cf384964 | Rossen Stoyanchev | Rossen Stoyanchev | HTTP OPTIONS lists all HTTP methods except TRACE
This is in line with the current behavior of HttpServlet that would
have been in used with dispatchOptionsRequest on the DispatcherSerlvet
set to false (the default prior to 4.3).
Issue: SPR-13130 | http options lists all http methods except trace | 48 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,040 |
319e8e2c2f36ea146a03eaded6a39c575431fe6f | Rossen Stoyanchev | Rossen Stoyanchev | Add allowHeader property to WebContentGenerator
The WebContentGenerator now maintains an additional property that
sub-classes can use for an "Allow" header in response to an HTTP
OPTIONS request. This property is pre-initialized once at startup
and does not have to rely on getSupportedMethods in addition to
adding HTT... | add allowheader property to webcontentgenerator | 47 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,041 |
4a0fa69ce469cae2e8c8a1a45f0b43f74a74481d | Juergen Hoeller | Juergen Hoeller | Injection support for Collection/Map beans and self references
Issue: SPR-13585
Issue: SPR-12180
Issue: SPR-7915
Issue: SPR-8450 | injection support for collection/map beans and self references | 62 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,042 |
64e77de23b5ccc63c995618749005f0a0bfe28b2 | Juergen Hoeller | Juergen Hoeller | LocalSessionFactoryBuilder provides ClassLoader to Hibernate BootstrapServiceRegistry
Issue: SPR-13879 | localsessionfactorybuilder provides classloader to hibernate bootstrapserviceregistry | 85 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,043 |
64ce8a81c3f6d5ef99ee6cd8220e3c8ad9e5f846 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,044 |
8a691590041eb8295d48f27e84e0e08a160a711e | Juergen Hoeller | Juergen Hoeller | ConverterRegistry's addConverter declares generic type variables
Issue: SPR-12948 | converterregistry's addconverter declares generic type variables | 64 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,045 |
d18b3f049a86bb24e4224439d2c5825fcc417bd7 | Juergen Hoeller | Juergen Hoeller | Tests for @Enable/@ComponentScan without @Configuration
Issue: SPR-10660 | tests for @enable/@componentscan without @configuration | 55 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,046 |
c95dfca726aa72ef0c7dc64526b5808f28e258f1 | Juergen Hoeller | Juergen Hoeller | Log profile-based exclusion of XML bean definition file
Issue: SPR-10202 | log profile-based exclusion of xml bean definition file | 55 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,047 |
837cb752a41131e872bdea0355dd6d2096a995e3 | Juergen Hoeller | Juergen Hoeller | Clarify component scan include-filter semantics
Issue: SPR-13844 | clarify component scan include-filter semantics | 47 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,048 |
ebad8db8d562eefc343ea8145cb01d53a243ac7f | Juergen Hoeller | Juergen Hoeller | Clarify environment property precedence rules
Issue: SPR-13845 | clarify environment property precedence rules | 45 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,049 |
64d83e78ea53e151ba8fde8d8adfed133391a5cb | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Hibernate ORM 5.0.7, Jetty 9.3.7, Undertow 1.3.14, SLF4J 1.7.14) | latest dependency updates (hibernate orm 5.0.7, jetty 9.3.7, undertow 1.3.14, slf4j 1.7.14) | 91 | false | false | 12 | false | false | false | spring-projects | spring-framework | 14,050 |
e14f42f386160d9b85ebf3fd189cd8c79576fc4c | Rossen Stoyanchev | Rossen Stoyanchev | Update reference for HTTP HEAD and OPTIONS support
Issue: SPR-13130 | update reference for http head and options support | 50 | false | false | 8 | false | true | false | spring-projects | spring-framework | 14,051 |
135738f9bfb5b9dacf164d6561144589dc98deb8 | Rossen Stoyanchev | Rossen Stoyanchev | AbstractController supports HTTP OPTIONS
Issue: SPR-13130 | abstractcontroller supports http options | 40 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,052 |
ac94bf112013a779e7aed7b265b6f669e14de353 | Stephane Maldini | Stephane Maldini | sync with reactor-stream package-scope change | sync with reactor-stream package-scope change | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,053 |
a730e55d92e6c194c518e1882d9f0c20f0b048a3 | Sebastien Deleuze | Sebastien Deleuze | Add support for Jackson 2.7
AbstractJackson2HttpMessageConverter now implements its own
TypeVariable resolution algorithm since in Jackson 2.7 it is now
deprecated and has not the same behavior .
See https://github.com/FasterXML/jackson-databind/issues/1087
for more details.
The dependency on jackson-datatype-jdk7 ha... | add support for jackson 2.7 | 27 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,054 |
ccd17dfaea76910152f5931c159277f1a8598cdf | Rossen Stoyanchev | Rossen Stoyanchev | Support HTTP OPTIONS
Issue: SPR-13130 | support http options | 20 | false | false | 3 | false | true | false | spring-projects | spring-framework | 14,055 |
d70ad765bf17efdf8dc55484aaf224ec0dea440c | Rossen Stoyanchev | Rossen Stoyanchev | Support HTTP HEAD
Issue: SPR-13130 | support http head | 17 | false | false | 3 | false | true | false | spring-projects | spring-framework | 14,056 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.