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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
525d111210dd63ec65e8d0da98cf46379706c26e | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,457 |
75ea6f564c00c82ee61f225a749b29c7e4396fcb | Juergen Hoeller | Juergen Hoeller | Revised AbstractCacheManager for consistent locking when caches get added
Issue: SPR-13492 | revised abstractcachemanager for consistent locking when caches get added | 73 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,458 |
1458c7ed43b5570a198c13dbc5f9ef1cdfae7344 | Juergen Hoeller | Juergen Hoeller | UndertowRequestUpgradeStrategy auto-adapts to Undertow 1.3's different Pool API
Issue: SPR-13494 | undertowrequestupgradestrategy auto-adapts to undertow 1.3's different pool api | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,459 |
0510329b54a265e7dc2e83be83235da7dcea4196 | Brian Clozel | Brian Clozel | Support Undertow 1.3.0 in UndertowXhrTransport
As of Undertow 1.3.0, several APIs have been changed: replacing Xnio's
Pool/Pooled references to Undertow's new ByteBufferPool abstraction.
This move has been made, as part of
https://issues.jboss.org/browse/UNDERTOW-522, to prepare deprecations in
the Xnio API.
This com... | support undertow 1.3.0 in undertowxhrtransport | 46 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,460 |
ebe128e940b4c48787ccd73d1f5f153dbc23a519 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,461 |
c34a62e141cf23feb6e71b7095d11efb5f9b1f46 | Juergen Hoeller | Juergen Hoeller | LocaleChangeInterceptor allows for ignoring invalid locale values
Issue: SPR-9456 | localechangeinterceptor allows for ignoring invalid locale values | 65 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,462 |
df171ff5bb47a761edc8def7ea6c0456d4a4d3ed | Rossen Stoyanchev | Rossen Stoyanchev | MockMvc request builder preserves double slashes
The MockHttpServletRequestBuilder now uses java.net.URI internally
rather than UriComponents.
This means that for the MockMvcRequestBuilders method variants that
accept a java.net.URI we can use it as is. The difference is almost
none but it does mean that you can crea... | mockmvc request builder preserves double slashes | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,463 |
fb3e054a31d28ffe6a314ed7eafc70612b7ebd98 | Rossen Stoyanchev | Rossen Stoyanchev | Update Javadoc
Issue: SPR-13479 | update javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,464 |
ffd9c62fc8b7cbeb5fbbc9a4fd487b1284a0b264 | Rossen Stoyanchev | Rossen Stoyanchev | Translate IOException to HttpMessageNotReadableEx
Some converters (Jackson, Gson, Protobuf) already do this. It is now
also done in AbstractMessageConverterMethodArgumentResolver which
enforces a consistent behavior across controller method arguments.
Issue: SPR-12745 | translate ioexception to httpmessagenotreadableex | 49 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,465 |
daa49c9bcde1c5c8d83e60f3765bec84fbc70fc1 | Rossen Stoyanchev | Rossen Stoyanchev | StompDecoder handles partial headers correctly
Issue: SPR-13416 | stompdecoder handles partial headers correctly | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,466 |
54d3d782a9d2c3ff908e51c88cda3a84d2fbf5c2 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,467 |
a23629f60f5637e3d4a9c69d55f58b24e50b610e | Juergen Hoeller | Juergen Hoeller | Context namespace exposes value-separator attribute for property-placeholder element
Issue: SPR-7794 | context namespace exposes value-separator attribute for property-placeholder element | 84 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,468 |
c7fd4ccf4848c39d68524f68a668833f2fa4a07e | Juergen Hoeller | Juergen Hoeller | StandardScriptUtils.retrieveEngineByName for lookup with descriptive exception message
Also revised StandardScriptFactory for finer-grained template methods, added further configuration variants to StandardScriptEvaluator, and identified thread-local ScriptEngine instances in ScriptTemplateView by appropriate key.
Is... | standardscriptutils.retrieveenginebyname for lookup with descriptive exception message | 86 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,469 |
fe3aad4ab28b892b0152fe3eea84db530fe6e15d | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (H2 1.4.189, Underscore.js 1.8.3) | latest dependency updates (h2 1.4.189, underscore.js 1.8.3) | 59 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,470 |
cffad9d4b192cbfa61339fe4ca34985c11d5c420 | Sebastien Deleuze | Sebastien Deleuze | Limit the number of ScriptEngine instances to the number of threads
This commit makes ThreadLocal<ScriptEngine> engineHolder ScriptTemplateView
field static in order to limit the maximum number of ScriptEngine instances
to the number of threads, regardless of the number of view instances.
Issue: SPR-13487 | limit the number of scriptengine instances to the number of threads | 67 | false | false | 11 | true | true | false | spring-projects | spring-framework | 14,471 |
54703bf3f8c048e3454289eed35f6099f868bf68 | Sam Brannen | Sam Brannen | Introduce ignored, failing tests for SPR-13475
This commit introduces ignored, failing tests that demonstrate that the
@Cache* annotations are not yet supported as merged composed annotations.
Issue: SPR-13475 | introduce ignored, failing tests for spr-13475 | 46 | false | false | 6 | false | true | false | spring-projects | spring-framework | 14,472 |
d66f85bd66939ba47ef1495760cd49b5ee256c9e | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,473 |
0ad59ddb7ad27fec39e782e5e33549cb3d864bba | Sam Brannen | Sam Brannen | Merge pull request #877 from nithril/SPR-13468
* SPR-13468:
Support @CrossOrigin as a merged composed annotation | merge pull request #877 from nithril/spr-13468 | 46 | true | false | 6 | true | false | false | spring-projects | spring-framework | 14,474 |
e4c0859d414f6e88f4fb2040a057d8036bfad44b | Nicolas Labrot | Sam Brannen | Support @CrossOrigin as a merged composed annotation
Issue: SPR-13468 | support @crossorigin as a merged composed annotation | 52 | false | false | 7 | true | true | false | spring-projects | spring-framework | 14,475 |
74b05118ebcef223b46b398b1ac363d8736e9257 | Sam Brannen | Sam Brannen | Polish RequestMappingHandlerMappingTests | polish requestmappinghandlermappingtests | 40 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,476 |
6716f969d6a21670cee060dbc5e270f2cc44ad6a | Sebastien Deleuze | Sebastien Deleuze | Update README.md with artifact infos | update readme.md with artifact infos | 36 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,477 |
ba66de0dc3ad332603cd8c4732bcaed4e7759185 | Sebastien Deleuze | Sebastien Deleuze | Set Gradle project name for CI | set gradle project name for ci | 30 | false | false | 6 | false | true | false | spring-projects | spring-framework | 14,478 |
48b512c5f40bf3c01472c0dacb3cfd5cd38afaf8 | Sebastien Deleuze | Sebastien Deleuze | Update Jackson builder to set properly AUTO_DETECT_IS_GETTERS
Issue: SPR-13073 | update jackson builder to set properly auto_detect_is_getters | 61 | false | false | 7 | false | true | false | spring-projects | spring-framework | 14,479 |
d3e5d9dd0328cbc9bd45e6a61ed6eb44a3558ddb | João Pedro Evangelista | Sebastien Deleuze | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,480 |
110d9d7cd906c524af5053329a65ef4e1bd9f7eb | Sebastien Deleuze | Sebastien Deleuze | Use ByteBuffer instead of byte[] | use bytebuffer instead of byte[] | 32 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,481 |
6a30d04d1e34ef2d6732e54ac35cfb9dda81cbb1 | Sam Brannen | Sam Brannen | Ensure all 4.2 XSDs reference beans & tool XSDs from 4.2 | ensure all 4.2 xsds reference beans & tool xsds from 4.2 | 56 | false | false | 11 | false | false | false | spring-projects | spring-framework | 14,482 |
c866c172ec67b5f47c89ebaa79249e34a3cad7bb | Sam Brannen | Sam Brannen | Polish spring-context-4.2.xsd | polish spring-context-4.2.xsd | 29 | false | false | 2 | true | false | false | spring-projects | spring-framework | 14,483 |
f0ebddef1e0bf6dc185f365f0997f97d74e76a75 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (AspectJ 1.8.7, Jackson 2.6.2, EhCache 3.0 M3) | latest dependency updates (aspectj 1.8.7, jackson 2.6.2, ehcache 3.0 m3) | 72 | false | false | 10 | false | false | false | spring-projects | spring-framework | 14,484 |
df0b26f0e6e5098b549dde6da0ae7846a50d673e | Juergen Hoeller | Juergen Hoeller | XhrTransport implementations do not need to redeclare interface when extending from AbstractXhrTransport | xhrtransport implementations do not need to redeclare interface when extending from abstractxhrtransport | 104 | false | false | 12 | false | false | false | spring-projects | spring-framework | 14,485 |
fbce18418ab0b6667e49a599d5f5816dc7b9dc5e | Juergen Hoeller | Juergen Hoeller | Context namespace exposes null-value attribute for property-placeholder element
Issue: SPR-13461 | context namespace exposes null-value attribute for property-placeholder element | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,486 |
b23c23279b4f6e4d30cbdc17daba85abcc009039 | Juergen Hoeller | Juergen Hoeller | AbstractEmbeddedDatabaseConfigurer explicitly closes JDBC Connection on shutdown
Issue: SPR-13474 | abstractembeddeddatabaseconfigurer explicitly closes jdbc connection on shutdown | 80 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,487 |
299b7766fe97ed4d27747af5bf76bff667f792df | Sebastien Deleuze | Sebastien Deleuze | Allow same-origin WebSocket/SockJS requests once origin is set
Issue: SPR-13464 | allow same-origin websocket/sockjs requests once origin is set | 62 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,488 |
9cbe98459868efc1198341cc40a65fc95aa905dd | Sebastien Deleuze | Sebastien Deleuze | Create README.md | create readme.md | 16 | false | false | 2 | false | true | false | spring-projects | spring-framework | 14,489 |
6b73993a389147bf5010d73c68eacccf11ca9cb5 | Rossen Stoyanchev | Rossen Stoyanchev | HandlerAdapter is asynchronous again | handleradapter is asynchronous again | 36 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,490 |
01ae961820768bfe9c1f948a74a37104dcdef992 | Sebastien Deleuze | Sebastien Deleuze | Make DefaultConversionService usable by the upcoming client | make defaultconversionservice usable by the upcoming client | 59 | false | false | 7 | false | true | false | spring-projects | spring-framework | 14,491 |
a257a4a37dd8ea52188694d29115f55dcf2d6388 | Sebastien Deleuze | Sebastien Deleuze | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,492 |
b2bf18dd3d08060b93aaae53f4f2ca724330acf0 | Arjen Poutsma | Arjen Poutsma | Removed Closeable implementation | removed closeable implementation | 32 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,493 |
5f2e958faeea3f5d8a73b4e4bb85a57b697960dc | Arjen Poutsma | Arjen Poutsma | Removed IOException declaration | removed ioexception declaration | 31 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,494 |
174e1d295d794b23b4b0768954c9e951a70e2ce7 | Arjen Poutsma | Arjen Poutsma | Merge pull request #36 from poutsma/httpmessage_hierarchy
Introduce HttpMessage hierarchy | merge pull request #36 from poutsma/httpmessage_hierarchy | 57 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,495 |
bd472af37e656bb2ec84b8ec3a67486ee79f3506 | Arjen Poutsma | Arjen Poutsma | Updated Copyright notices | updated copyright notices | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,496 |
6006fa6ec2c811dca36ec49a884c6028eb9b81a7 | Arjen Poutsma | Arjen Poutsma | Optimized imports | optimized imports | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,497 |
598fafd95743840bce6c7f929eaaf596fefe088b | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test | fix failing test | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,498 |
c5995149b369a1e78573a4ed0da9e55f9870e5c9 | Rossen Stoyanchev | Rossen Stoyanchev | Further improve detecttion of custom CNVR
Refine the approach of having <mvc:view-resolvers> detect and use the
ContentNegotiationManager instance registered with
<mvc:annotation-driven> introduced in the last commit.
Issue: SPR-13559 | further improve detecttion of custom cnvr | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,499 |
f84a0c914a06e79208d5306927ec35a0a3a6e5df | Rossen Stoyanchev | Rossen Stoyanchev | Detect custom ContentNegotiationViewResolver
The <mvc:annotation-driven> element now adds an alias when a
ContentNegotiationManager bean is registered with a custom name.
This helps <mvc:view-resolvers> to more reliably find such a custom
ContentNegotiationManager.
Issue: SPR-13559 | detect custom contentnegotiationviewresolver | 44 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,500 |
3e807c297de0e1de892e6c7b074fbb1693c9d0e0 | Rossen Stoyanchev | Rossen Stoyanchev | Update WebLogicRequestUpgradeStrategy for WLS 12.2.1
Issue: SPR-13234 | update weblogicrequestupgradestrategy for wls 12.2.1 | 52 | false | false | 5 | true | true | false | spring-projects | spring-framework | 14,501 |
1d60a6a6aff99201d2100cc4bc771a15e6ab3be2 | Hronom | Sebastien Deleuze | Added strict compare mode for Json
Issue: SPR-13607 | added strict compare mode for json | 34 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,502 |
e121f7ecd462c5fd58a37d13b8b7b8f187a2cb74 | Arjen Poutsma | Arjen Poutsma | Improved documentation on setBody() | improved documentation on setbody() | 35 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,503 |
45a88974bc9545eff6c7de07d054a2836dcbdfca | Arjen Poutsma | Arjen Poutsma | Changed addBody() to setBody() | changed addbody() to setbody() | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,504 |
9334fabe26c94f6a4cb57e5e80587f33af783f79 | Brian Clozel | Brian Clozel | Don't throw NPE when serving webjar directories
Prior to this change, serving resources with ResourceHttpRequestHandler
could result in NPE when requesting an existing folder located in a JAR.
This commit swallows those exceptions, as it is not possible to foresee
those cases without reading the actual resource. This... | don't throw npe when serving webjar directories | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,505 |
5727abc82d8583c67b3d01e375309fbd9ecf8c57 | Arjen Poutsma | Arjen Poutsma | Resolved merge conflicts | resolved merge conflicts | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,506 |
bab3b6fd1c4946cdba59aca365aba1a7f4ca6033 | Arjen Poutsma | Arjen Poutsma | Introduce HttpMessage hierarchy
This commit introduces "reactive" sub-interfaces of the HttpMessage
interface found in the Spring Framework. | introduce httpmessage hierarchy | 31 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,507 |
323fa8510d19311b4571d40ca4a5ee288acdcc52 | Rossen Stoyanchev | Rossen Stoyanchev | Call complete() on MockAsyncContext after dispatch
Issue: SPR-13615 | call complete() on mockasynccontext after dispatch | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,508 |
546efc2a916e905249cf578796391c3512738051 | Brian Clozel | Brian Clozel | Upgrade to Undertow 1.3.4.Final | upgrade to undertow 1.3.4.final | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,509 |
3864fc24ffa82df887730a9a24dee52a9053719b | Stephane Maldini | Sebastien Deleuze | Fix JSON encoding issue | fix json encoding issue | 23 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,510 |
fd52ae999bd4c48cf1431531737aa3978af70728 | Stephane Maldini | Sebastien Deleuze | Update to latest reactor-net
Latest reactor-net doesn't depend on reactor-stream anymore (neither reactor-codec and reactor-bus, it only depends on reactor-core). | update to latest reactor-net | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,511 |
adc50bbfb9e95e742c36ee3e99c1550e6638bcfa | Sebastien Deleuze | Sebastien Deleuze | Add handler method parameter and result converters
This commit introduces the following changes:
- Publisher -> Observable/Stream/etc. conversion is now managed
in a dedicated ConversionService instead of directly in
RequestBodyArgumentResolver and ResponseBodyResultHandler
- More isolated logic that decides... | add handler method parameter and result converters | 50 | false | false | 7 | true | false | true | spring-projects | spring-framework | 14,512 |
5ac57e8ea6044d07435542e932335764bbce97bb | Rossen Stoyanchev | Rossen Stoyanchev | Restore compatibility with WildFly
Issue: SPR-13619 | restore compatibility with wildfly | 34 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,513 |
baae8ddd3e1a8cf3ae31bbc407147fc4ba7f2def | Juergen Hoeller | Juergen Hoeller | Upgrade to CGLIB 3.2
Issue: SPR-13353 | upgrade to cglib 3.2 | 20 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,514 |
081905d3b380de49b633bd9f3ea714b47673e57d | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Gson 2.4, Joda-Time 2.9, EhCache 2.10.1) | latest dependency updates (gson 2.4, joda-time 2.9, ehcache 2.10.1) | 67 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,515 |
a77846877158077b169ecd02f28cd9523c384f6a | Juergen Hoeller | Juergen Hoeller | Consistent JSP tag documentation
Issue: SPR-13520 | consistent jsp tag documentation | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,516 |
1571829c34d280b9df209469795147cc68a4e589 | Juergen Hoeller | Juergen Hoeller | Consistent bracket style in view chapter | consistent bracket style in view chapter | 40 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,517 |
a13a1eb1f17579954b784618f52664a72df494b6 | Juergen Hoeller | Juergen Hoeller | Reference documentation for ObjectFactory and JSR-330's Provider
Issue: SPR-13117 | reference documentation for objectfactory and jsr-330's provider | 64 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,518 |
a268cdb9135ea3572e27620edee7fa26140b3c2a | Juergen Hoeller | Juergen Hoeller | Fixed javadoc links to setCacheSeconds | fixed javadoc links to setcacheseconds | 38 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,519 |
68308c047efae251f8917b028920ee34858dd3be | Juergen Hoeller | Juergen Hoeller | Explicit notes on programmatic Executor setup in @Bean methods
Issue: SPR-8131 | explicit notes on programmatic executor setup in @bean methods | 62 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,520 |
629e2a03965892f4315fcb5b3a717b1ed1b465e8 | Juergen Hoeller | Juergen Hoeller | Explicit notes on programmatic JNDI lookups in @Bean methods
Issue: SPR-8129 | explicit notes on programmatic jndi lookups in @bean methods | 60 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,521 |
0579e61a653ea81a3a5ef3dffd94fb5c4579028d | Stephane Nicoll | Stephane Nicoll | Add API to register collection converters
Previously, the only way to add the collection converters to a registry
was to add *all* default converters. A new "addCollectionConverters"
public method is now available to only register them.
Issue: SPR-13618 | add api to register collection converters | 41 | false | false | 6 | true | true | true | spring-projects | spring-framework | 14,522 |
91b3caf238de067edaac5c4228605ca0d797516f | Juergen Hoeller | Juergen Hoeller | Fixed visibility of 4.2's additional default converters
Issue: SPR-12175
Issue: SPR-13020 | fixed visibility of 4.2's additional default converters | 55 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,523 |
93f77f5d51c49e39772e68afcff41a89b7d68a84 | Juergen Hoeller | Juergen Hoeller | Note on multiple @Bean methods for same bean
Issue: SPR-13438 | note on multiple @bean methods for same bean | 44 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,524 |
48576f2815fdb1ba21e5c7e536a059555fa04f28 | Stephane Nicoll | Stephane Nicoll | Merge pull request #905 from ericbottard/patch-1
* pr/905:
Fix elvis operator example | merge pull request #905 from ericbottard/patch-1 | 48 | true | false | 6 | true | false | false | spring-projects | spring-framework | 14,525 |
bd4aa41fdae1314096240c552d4e56ee7592312e | Eric Bottard | Stephane Nicoll | Fix elvis operator example
Closes gh-905 | fix elvis operator example | 26 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,526 |
f6dd7e4df8f37d8626155d470da3c775b2a7cec8 | Juergen Hoeller | Juergen Hoeller | Fixed cron trigger example in reference documentation
Issue: SPR-10474 | fixed cron trigger example in reference documentation | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,527 |
6d369308cc0799da08154c51af9d8629d0d38d70 | Juergen Hoeller | Juergen Hoeller | Improved SessionLocaleResolver documentation
Issue: SPR-13505 | improved sessionlocaleresolver documentation | 44 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,528 |
bc1dc9a074f59d6b8f9d19c0661dacae2d5b285b | Juergen Hoeller | Juergen Hoeller | Removed outdated XmlBeanFactory references
Issue: SPR-13485 | removed outdated xmlbeanfactory references | 42 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,529 |
81342f14d42182e20449bca45d64351f98cdb8a0 | Juergen Hoeller | Juergen Hoeller | Declared JDBC operation compiled flag as volatile
Issue: SPR-13617 | declared jdbc operation compiled flag as volatile | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,530 |
c1c07bbeb231bd245308f874194b7cf4038776f8 | Juergen Hoeller | Juergen Hoeller | AbstractDispatcherServletInitializer allows for registering any FrameworkServlet subclass
Issue: SPR-13616 | abstractdispatcherservletinitializer allows for registering any frameworkservlet subclass | 89 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,531 |
9bed389d1f74a5dd992e9440f5e5b82c8d77542f | Stephane Nicoll | Stephane Nicoll | Harmonize javadoc urls in developer guide
Issue: SPR-13613 | harmonize javadoc urls in developer guide | 41 | false | false | 6 | true | true | true | spring-projects | spring-framework | 14,532 |
400749667aad7511f2e33fbd5b4a1f103619a554 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,533 |
64a8dfbd12b1e8d60cf8b282de5cdbb912dcb051 | Juergen Hoeller | Juergen Hoeller | CharacterEncodingFilter provides convenience constructors for Servlet 3.0 style usage
Issue: SPR-13572 | characterencodingfilter provides convenience constructors for servlet 3.0 style usage | 85 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,534 |
11d1f050e9bb02c70086176b841e6a766f21fb4e | Juergen Hoeller | Juergen Hoeller | NamedParameterUtils skips Postgres-style ?? operator
Issue: SPR-13582 | namedparameterutils skips postgres-style ?? operator | 52 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,535 |
5386e8a9e9a85dda6f9a79c2d6e3d6a1b7734e90 | Juergen Hoeller | Juergen Hoeller | DefaultListableBeanFactory skips resolvableDependencies check for null value
Issue: SPR-13599 | defaultlistablebeanfactory skips resolvabledependencies check for null value | 76 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,536 |
8c4b8d253a79c4d349b09c14202e7a8ee96a0ca1 | Juergen Hoeller | Juergen Hoeller | Auto-adapt reflective arguments in case of vararg array type mismatch
Issue: SPR-13328 | auto-adapt reflective arguments in case of vararg array type mismatch | 69 | false | false | 10 | false | false | false | spring-projects | spring-framework | 14,537 |
1c382be00e39060a0a4005d80098365f2bee45d4 | Rossen Stoyanchev | Rossen Stoyanchev | Expose build method in SseEventBuilder
Issue: SPR-13591 | expose build method in sseeventbuilder | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,538 |
050e79e45ed0cdab1a4e3f522e2e9b601a13d94d | Rossen Stoyanchev | Rossen Stoyanchev | Skip Content-Disposition header if status != 2xx
Issue: SPR-13588 | skip content-disposition header if status != 2xx | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,539 |
994a11da3e3d9024c6f1cd0be557c69a683d2704 | Sebastien Deleuze | Sebastien Deleuze | Document default charset in Jackson message converters Javadoc
Issue: SPR-13600 | document default charset in jackson message converters javadoc | 62 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,540 |
0039c74649c1dc0aa482373a53ef6cba2364a851 | Stephane Nicoll | Stephane Nicoll | Add a note on JmsListenerEndpointRegistry
Issue: SPR-13606 | add a note on jmslistenerendpointregistry | 41 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,541 |
7ba67cc3ddf6d989550db9fba286ccb0c3ea1c5f | Stephane Nicoll | Stephane Nicoll | Merge pull request #895 from LinkedList/SPR-10448
* pr/895:
Fix missing @EnableScheduling in documentation | merge pull request #895 from linkedlist/spr-10448 | 49 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,542 |
37735b35fc2ae2782eb499f27e123bb632c35620 | Martin Macko | Stephane Nicoll | Fix missing @EnableScheduling in documentation
Issue: SPR-10448 | fix missing @enablescheduling in documentation | 46 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,543 |
64790903e97de6c495a12eb9847865c203c7cc8b | Kazuki Shimizu | Rossen Stoyanchev | Add description for two exceptions which handled by DefaultHandlerExceptionResolver in reference document
* MissingPathVariableException (Available since 4.2)
* NoHandlerFoundException (Available since 4.0) | add description for two exceptions which handled by defaulthandlerexceptionresolver in reference document | 105 | false | false | 12 | true | true | false | spring-projects | spring-framework | 14,544 |
cf2c1514af43bc955571ede20876d6cda1779f11 | Sebastien Deleuze | Sebastien Deleuze | Use latest Reactor core capabilities
No need for rxjava-reactive-streams dependency and
CompletableFutureUtils anymore. | use latest reactor core capabilities | 36 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,545 |
cb09e58a8258eb8a08666f9aeee60ce0ab62424e | Sebastien Deleuze | Sebastien Deleuze | Fix SimpleHandlerResultHandler by using Publishers.completable() | fix simplehandlerresulthandler by using publishers.completable() | 64 | false | false | 5 | true | true | false | spring-projects | spring-framework | 14,546 |
1bf7249d595f7f3addd33460455134cf25a94520 | Sam Brannen | Sam Brannen | Suppress deprecation warning in HtmlUnitRequestBuilderTests | suppress deprecation warning in htmlunitrequestbuildertests | 59 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,547 |
a58b685162ea31497518a6aff639e290086e162c | Sam Brannen | Sam Brannen | Polish formatting in Web MVC chapter | polish formatting in web mvc chapter | 36 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,548 |
e7adc6810b823ca4528c1f1848abc1ce07b11ef5 | Sam Brannen | Sam Brannen | Fix broken link in Web MVC chapter | fix broken link in web mvc chapter | 34 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,549 |
6a4cc7e681c1d5c37788dd5ebdaa5b1996cca39a | Sam Brannen | Sam Brannen | Fix typos in Web MVC chapter | fix typos in web mvc chapter | 28 | false | false | 6 | true | true | true | spring-projects | spring-framework | 14,550 |
333cfeb6f060c3e602fbc138fcdb2a7de113cb6d | Sam Brannen | Sam Brannen | Polish Testing chapter regarding @Commit | polish testing chapter regarding @commit | 40 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,551 |
3ad765556d1d2b0543bb2a61a8fcb7ce8b47b713 | Sebastien Deleuze | Sebastien Deleuze | Polish ByteBufferPublisherInputStream exception handling | polish bytebufferpublisherinputstream exception handling | 56 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,552 |
8ca04b84259f1840db7e1037828f7120427eb7b1 | Sebastien Deleuze | Sebastien Deleuze | More accurate ResponseBodyResultHandler error message | more accurate responsebodyresulthandler error message | 53 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,553 |
06a1ddbe93d7da3db4a354c1d46c30385b919f77 | Stephane Maldini | Sebastien Deleuze | Eliminate need for reactor stream in CompletableFutureUtils + fixes | eliminate need for reactor stream in completablefutureutils + fixes | 67 | false | false | 9 | true | true | false | spring-projects | spring-framework | 14,554 |
80f9a21b9ddc83543f9a48a38cb65538307afbc6 | Stephane Maldini | Sebastien Deleuze | Tweaks to ByteBufPubInputStream to use available blockingQueue facilities | tweaks to bytebufpubinputstream to use available blockingqueue facilities | 73 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,555 |
b11bef7a26bb7733868df2b92d6e0f41856d71d6 | Stephane Maldini | Sebastien Deleuze | Eliminate need for rxJava in Json Encoder | eliminate need for rxjava in json encoder | 41 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,556 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.