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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
81b4dedd0855e67f7ac4b60fa9027685eaf29710 | Rossen Stoyanchev | Rossen Stoyanchev | Polish form reader/writer | polish form reader/writer | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,057 |
46599e7d039b95acb141308c7dfa5d3398404bc1 | Sebastien Deleuze | Rossen Stoyanchev | Add FormHttpMessageReader/Writer
Issue: SPR-14540 | add formhttpmessagereader/writer | 32 | false | false | 2 | true | true | false | spring-projects | spring-framework | 13,058 |
c3f22b73646be44d29ae42e0c5dc9531a1a36b31 | Rossen Stoyanchev | Rossen Stoyanchev | Add "mutate" builder to ServerWebExchange
This commit adds a default mutate method to ServerWebExchange which
prepares an immutable wrapper and returns the provided mutated
properties. | add "mutate" builder to serverwebexchange | 41 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,059 |
afcc120b97f8ae7888879aeb1fb02b8e91b3b08f | Rossen Stoyanchev | Rossen Stoyanchev | Better handling for AsyncRequestTimeoutException
Avoid call to sendError when response is committed and log a short
error message instead.
Issue: SPR-14739 | better handling for asyncrequesttimeoutexception | 48 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,060 |
b1030eba3f6f0601413e1652f9b2151d21adc245 | Sebastien Deleuze | Sebastien Deleuze | Fix JsonObjectDecoder chunks handling
Issue: SPR-14859 | fix jsonobjectdecoder chunks handling | 37 | false | false | 4 | true | false | true | spring-projects | spring-framework | 13,061 |
d59caaa2a7c8db66ac8943d8fec50a22c82a29d0 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,062 |
a04b6c5142b38721129b1f94586d4db6376964e7 | Sam Brannen | Sam Brannen | Clean up warnings in Gradle build | clean up warnings in gradle build | 33 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,063 |
71d83388d44e550ebca15964566ee026c22f66e2 | Juergen Hoeller | Juergen Hoeller | Test for multi-character delimiter
Issue: SPR-14808 | test for multi-character delimiter | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,064 |
5912d6f52af193e8bc562db80a64062394158851 | Juergen Hoeller | Juergen Hoeller | LocalSessionFactoryBean clears default MetadataSources on reinitialization
Issue: SPR-14815 | localsessionfactorybean clears default metadatasources on reinitialization | 74 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,065 |
20419d72ef8695b612153f40a21d5185755ed299 | Juergen Hoeller | Juergen Hoeller | Tightened StringValueResolver contract
Issue: SPR-14842 | tightened stringvalueresolver contract | 38 | false | false | 3 | false | false | false | spring-projects | spring-framework | 13,066 |
13001b9affad668479ebdb924f2bd491745232a8 | Juergen Hoeller | Juergen Hoeller | SimpleApplicationEventMulticaster just swallows event downcast exceptions
Issue: SPR-14846 | simpleapplicationeventmulticaster just swallows event downcast exceptions | 73 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,067 |
2874066a975b28128856ee07ac44f37f83f624eb | Juergen Hoeller | Juergen Hoeller | DataSourceTransactionManager triggers flush callbacks on registered transaction synchronizations
Issue: SPR-14847 | datasourcetransactionmanager triggers flush callbacks on registered transaction synchronizations | 96 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,068 |
e2b1dcbaca1cc618281d1308a5c24c28d4a04020 | Juergen Hoeller | Juergen Hoeller | AccessorLValue reliably downcasts to CompilablePropertyAccessor in concurrent scenarios
Issue: SPR-14850 | accessorlvalue reliably downcasts to compilablepropertyaccessor in concurrent scenarios | 87 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,069 |
b7d3a969a4c49d894ce2ae12d9cf0c39ee16dbac | Juergen Hoeller | Juergen Hoeller | ResourceHttpRequestHandler initializes PathExtensionContentNegotiationStrategy in afterPropertiesSet
Issue: SPR-14851 | resourcehttprequesthandler initializes pathextensioncontentnegotiationstrategy in afterpropertiesset | 100 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,070 |
dbaafdd04e026b566d93471e34f00dbe38c09df9 | Juergen Hoeller | Juergen Hoeller | MessageChannel declares send(Message) as default method
Issue: SPR-14854 | messagechannel declares send(message) as default method | 55 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,071 |
37ce56fe9656310e343e46d22ced8eec758426e3 | Sebastien Deleuze | Sebastien Deleuze | Upgrade to Reactor Core 3.0.3 | upgrade to reactor core 3.0.3 | 29 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,072 |
8f844461a06503d09e1f2dae4907bb56a8071edc | Arjen Poutsma | Arjen Poutsma | Make HttpComponentsAsyncClientHttpRequest abortable
This commit aborts the HttpComponentsAsyncClientHttpRequest whenever the
returned Future is canceled.
Issue: SPR-14845 | make httpcomponentsasyncclienthttprequest abortable | 51 | false | false | 3 | false | true | false | spring-projects | spring-framework | 13,073 |
7b469f9c6248fcaa522ea2492317dfaf115836c2 | Arjen Poutsma | Arjen Poutsma | Improve WebClient error handling
This commit introduces two new `WebClient` methods: `retrieveMono` and
`retrieveFlux`, both of which offer direct access to the response body.
More importantly, these methods publish a WebClientException if the
response status code is in the 4xx or 5xx series.
Issue: SPR-14852 | improve webclient error handling | 32 | false | false | 4 | false | true | false | spring-projects | spring-framework | 13,074 |
c96badc794856afa9bd3aec7637b37daa9a95a23 | Arjen Poutsma | Arjen Poutsma | Add ExchangeFilterFunction.ofRequestProcessor and ofResponseProcessor | add exchangefilterfunction.ofrequestprocessor and ofresponseprocessor | 69 | false | false | 4 | true | true | false | spring-projects | spring-framework | 13,075 |
c448739b7bc0a16862f0ebdc7662aa66597b54df | Sam Brannen | Sam Brannen | Remove mavenLocal as a repository in Gradle build | remove mavenlocal as a repository in gradle build | 49 | false | false | 8 | true | true | true | spring-projects | spring-framework | 13,076 |
f1c20a8d31470a47e72ec757b77fc5e14b0dcf56 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Hibernate ORM 5.2.4, Undertow 1.4.4, Jetty 9.4 RC1) | latest dependency updates (hibernate orm 5.2.4, undertow 1.4.4, jetty 9.4 rc1) | 78 | false | false | 11 | false | false | false | spring-projects | spring-framework | 13,077 |
1b0b2693708c5de003805630a1c469c50e9d9139 | Juergen Hoeller | Juergen Hoeller | DefaultServerResponseBuilder uses Reactor's new thenEmpty method (fixing deprecation error) | defaultserverresponsebuilder uses reactor's new thenempty method (fixing deprecation error) | 91 | false | false | 9 | false | false | false | spring-projects | spring-framework | 13,078 |
5c9350b8cb8678292ff5887da4ba207fbbeb67d1 | Sam Brannen | Sam Brannen | Support @EnabledIf & @DisabledIf w/o loading ApplicationContext
Prior to this commit, when using @EnabledIf or @DisabledIf in Spring's
JUnit Jupiter support, the test's ApplicationContext was always eagerly
loaded, even if the ApplicationContext would never be used (i.e., the
test was disabled). This behavior can lead... | support @enabledif & @disabledif w/o loading applicationcontext | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,079 |
56c48623fd1e3eb63ce5086eabc6219e55007781 | Stephane Nicoll | Stephane Nicoll | Allow @Cacheable method to return Optional
This commit further refines 240f254 to also support java.util.Optional
for synchronized cache access (i.e. when the `sync` attribute on
`@Cacheable` is set to `true`).
Issue: SPR-14853 | allow @cacheable method to return optional | 42 | false | false | 6 | false | true | false | spring-projects | spring-framework | 13,080 |
ffa728c23c2b9b1d5630e879680e46dc54ed9f93 | Stephane Nicoll | Stephane Nicoll | Move NoOpCache to a top-level public class
This commit moves `NoOpCache` to a top-level public class to allow reuse
in custom CacheManager arrangement.
Issue: SPR-14856 | move noopcache to a top-level public class | 42 | false | false | 7 | true | true | true | spring-projects | spring-framework | 13,081 |
e78af3097a0975774677d3bd47a93f6e2eeefa39 | Stephane Nicoll | Stephane Nicoll | Merge pull request #1225 from ejain:patch-1
* pr/1225:
Escape (( and )) to prevent asciidoc processing | patch-1 | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,082 |
d7b68f8b914c0c0ad698a6c0f66785e192df628c | Eric Jain | Stephane Nicoll | Escape (( and )) to prevent asciidoc processing
See http://asciidoctor.org/docs/user-manual/#user-index
Closes gh-1225 | escape (( and )) to prevent asciidoc processing | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,083 |
1f3b8ff2f7f68ee7fdb4558d604cfcf872d32938 | Stephane Nicoll | Stephane Nicoll | LiveBeansView does not rely on application contexts order anymore
This commit makes sure that the `unregister` order of registered
application contexts has no incidence on the removal of the LiveBeansView
MBean.
Rather than using the last application context's name to compute the
identity of the MBean to remove, the ... | livebeansview does not rely on application contexts order anymore | 65 | false | false | 9 | false | false | false | spring-projects | spring-framework | 13,084 |
7dd3e26da4cf68ccded85b77f6935970fdf69d78 | Stephane Nicoll | Stephane Nicoll | Merge pull request #1203 from rand0m86:rand0m86-fix-beanFactory-javadoc
* pr/1203:
Polish contribution
Fix javadoc syntax | rand0m86-fix-beanfactory-javadoc | 32 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,085 |
3a34cdba8153b8085649feb38b9883f3e96e195c | Stephane Nicoll | Stephane Nicoll | Polish contribution
Closes gh-1203 | polish contribution | 19 | false | false | 2 | false | false | false | spring-projects | spring-framework | 13,086 |
2980e592980e67dd41a0b2f5a079a8d82a252f87 | Vitalii | Stephane Nicoll | Fix javadoc syntax
See gh-1203 | fix javadoc syntax | 18 | false | false | 3 | true | true | true | spring-projects | spring-framework | 13,087 |
19db0424d2dd13bfd22faa7fd39631d307ac999e | Stephane Nicoll | Stephane Nicoll | Clarify SpEL usage on `@EventListener`
Issue: SPR-14812 | clarify spel usage on `@eventlistener` | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,088 |
7ee0abe20d230c782a76fedf5c08524c87747576 | Stephane Nicoll | Stephane Nicoll | Merge pull request #1222 from englishman:Int-4144_code_format_change_for_idea
* pr/1222:
Import format fix according to Code Style | int-4144_code_format_change_for_idea | 36 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,089 |
dcade06fa01e48483f70336dc8a4ddcf0c2ae5ab | Stephane Nicoll | Stephane Nicoll | Support for candidate components index
This commit adds a "spring-context-indexer" module that can be added to
any project in order to generate an index of candidate components defined
in the project.
`CandidateComponentsIndexer` is a standard annotation processor that
looks for source files with target annotations (... | support for candidate components index | 38 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,090 |
48d67a245b0d7742a6a2bf0b5e801c5e00bc91bf | Sebastien Deleuze | Sebastien Deleuze | Add support for RxJava 2
This commit adds support for RxJava 2 Completable,
Single, Observable and Flowable types (io.reactivex package).
Issue: SPR-14628 | add support for rxjava 2 | 24 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,091 |
b4641b2306820a35f4d58bdd2bf08fb1818cb9dd | Sebastien Deleuze | Sebastien Deleuze | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,092 |
f1319f58ec8a74067bc7792ca7e0977e99cc8b11 | Arjen Poutsma | Arjen Poutsma | Introduce new functional web API
This commit introduces a new, functional web programming model in the
org.springframework.web.reactive.function package. The key types
are:
- Request and Response are new Java 8-DSLs for access to the HTTP
request and response
- HandlerFunction represents a function to handle a r... | introduce new functional web api | 32 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,093 |
18e491ac0a1f26b00ffc41683c46467b13a77b7f | Arjen Poutsma | Arjen Poutsma | Merge pull request #1143 from poutsma/server_sent_event
* server_sent_event:
Refactored SseEvent to ServerSentEvent | merge pull request from poutsma/server_sent_event | 50 | true | false | 5 | true | false | false | spring-projects | spring-framework | 13,094 |
16b525f69809ad756fc0f136951244b64ad7525e | Arjen Poutsma | Arjen Poutsma | Refactored SseEvent to ServerSentEvent
- Renamed SseEvent to ServerSentEvent to make the name less redundant.
- ServerSentEvent is now immutable, having a builder to create new instances.
- Realigned the class properties to more closely match the events
described in the spec, so that `reconnectTime` becomes `ret... | refactored sseevent to serversentevent | 38 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,095 |
d9eaa5f3ac8a2f7151b067cf4db027319c2c958a | Sam Brannen | Sam Brannen | Use Map.computeIfAbsent() in SpringClassRule
Replace manual synchronization block in SpringClassRule with Java 8's
Map.computeIfAbsent().
Issue: SPR-12421 | use map.computeifabsent() in springclassrule | 44 | false | false | 4 | false | true | false | spring-projects | spring-framework | 13,096 |
1cf503f939b7d0d8b775bcd62729139933808413 | Juergen Hoeller | Juergen Hoeller | Upgrade to JSR-354 API 1.0.1 and Jackson 2.8 javadocs | upgrade to jsr-354 api 1.0.1 and jackson 2.8 javadocs | 53 | false | false | 9 | false | false | false | spring-projects | spring-framework | 13,097 |
aff914c98ef20752b53558fe37e894514fc537c4 | Juergen Hoeller | Juergen Hoeller | Documentation updates around configuration classes | documentation updates around configuration classes | 50 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,098 |
35cf4f173b1320e0a2684a97e2cac23168c22158 | Arjen Poutsma | Arjen Poutsma | Copied getAndSub() over from Reactor
Operators.getAndSub was removed in Reactor 3.0.1, this commit copies the
implementation over to AbstractRequestBodyPublisher, which used it. | copied getandsub() over from reactor | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,099 |
feb02f813e4fef7b14cb28f34b491bd47483eda2 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,100 |
e574820dc92d44cbeff18e1041e1575c8ee0ff54 | Sam Brannen | Sam Brannen | Introduce tests for @Nested tests in JUnit Jupiter
This commit introduces integration tests that verify the expected
behavior for @Nested tests in conjunction with the SpringExtension for
JUnit Jupiter, including automatic application of
TestExecutionListeners to the enclosing test instance of a @Nested
test instance.... | introduce tests for @nested tests in junit jupiter | 50 | false | false | 8 | true | true | true | spring-projects | spring-framework | 13,101 |
ab7b5e5c77f9408e4fab04e8661a93f97acdd6e9 | Sam Brannen | Sam Brannen | Demo how to use SpringClassRule in nested test classes
Due to restrictions imposed by JUnit 4, the SpringClassRule must be
declared as a public static field, which makes it impossible to be
declared directly within a nested (i.e., inner) test class.
This commit demonstrates a work-around that makes it possible to use... | demo how to use springclassrule in nested test classes | 54 | false | false | 9 | false | true | false | spring-projects | spring-framework | 13,102 |
09f16747b582faf12598c63e929a0e8a48be4317 | Rob Winch | Rob Winch | Fix MergePlugin transitive dependencies
A little terminiology first:
* merge.from - a project that contains source that will be merged
into merge.into
* merge.into - a project that contains source code that will have
code from merge.from merged into it.
Previously a module that dependen... | fix mergeplugin transitive dependencies | 39 | false | false | 4 | false | true | false | spring-projects | spring-framework | 13,103 |
634d1c03a3d4b55b44c23c0b240a786331f12659 | Sam Brannen | Sam Brannen | Introduce @EnabledIf support for JUnit Jupiter
This commit picks up where SPR-14614 left off by introducing a new
@EnabledIf annotation to serve as a logical companion to @DisabledIf.
In addition, this commit extracts common logic from DisabledIfCondition
into a new AbstractExpressionEvaluatingCondition base class wh... | introduce @enabledif support for junit jupiter | 46 | false | false | 6 | true | true | true | spring-projects | spring-framework | 13,104 |
1a30252fc902f035ab200d59141136ad4a2d61ef | Juergen Hoeller | Juergen Hoeller | ResolvableType.java.forRawClass(Class) supports isAssignableFrom(ResolvableType) as well
Issue: SPR-14648 | resolvabletype.java.forrawclass(class) supports isassignablefrom(resolvabletype) as well | 88 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,105 |
e08b1b75b6a086ee03e667671d60fcb02878973b | Juergen Hoeller | Juergen Hoeller | @PathVariable supports 'required' attribute (for model attribute methods)
Issue: SPR-14646 | @pathvariable supports 'required' attribute (for model attribute methods) | 73 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,106 |
faf6e5d8fa05d25504a2f8dcd1ced4931aa82f11 | Juergen Hoeller | Juergen Hoeller | Annotation tests should not rely on JDK-specific toString() representation
Issue: SPR-14645 | annotation tests should not rely on jdk-specific tostring() representation | 74 | false | false | 9 | false | false | false | spring-projects | spring-framework | 13,107 |
7a8877632934c2baa94b795f62f201757e25198b | Brian Clozel | Brian Clozel | Fix missing ResourceHttpRequestHandler init in registry
Issue: SPR-14577 | fix missing resourcehttprequesthandler init in registry | 55 | false | false | 6 | true | true | false | spring-projects | spring-framework | 13,108 |
ab9fea6b8d05da402ef01e3dcc3c925805dc801f | Juergen Hoeller | Juergen Hoeller | Polishing
(cherry picked from commit 3767092) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,109 |
31c564469138e13a6599fa8512f10fb8eb3ad662 | Juergen Hoeller | Juergen Hoeller | ResponseStatusExceptionHandler in web.server.handler (plus related polishing) | responsestatusexceptionhandler in web.server.handler (plus related polishing) | 77 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,110 |
4ef428de28b2a7e869b512b360bf43fa5b6d4084 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,111 |
03609c15188c727f576487193f0512791393f443 | Juergen Hoeller | Juergen Hoeller | Consistent comma splitting without regex overhead
Issue: SPR-14635 | consistent comma splitting without regex overhead | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,112 |
58fa63fdd109af831d8c674f640029b43a03b5ed | Juergen Hoeller | Juergen Hoeller | ApplicationListenerMethodAdapter resolves order on construction
Issue: SPR-14642 | applicationlistenermethodadapter resolves order on construction | 63 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,113 |
391752abc2880de14471841f5a0a627a4cf3c802 | Rossen Stoyanchev | Rossen Stoyanchev | Polish and update reactive getting started reference
This commit updates the instructions on getting started with
Spring Web Reactive and also updates constructors and setters to
streamline the getting started procedure.
Issue: SPR-14640 | polish and update reactive getting started reference | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,114 |
436486b8a1cab5a37a415c7560ee6dea8014bf9b | Rossen Stoyanchev | Rossen Stoyanchev | Relax ServletContext check for resource handling
This is a follow-up on commit 3b95e0b relaxing the expectation that a
ServletContext is present. Instead we check defensively and fall back
on PathExtensionContentNegotiationStrategy which can use JAF.
Issue: SPR-14577 | relax servletcontext check for resource handling | 48 | false | false | 6 | true | true | true | spring-projects | spring-framework | 13,115 |
e7aecb44bb9c08f63b1fefec3c2ef829616c2e03 | Artem Yakshin | Brian Clozel | Update for IntelliJ Idea 2016.2.2
Update tutorial for import and build project in IntelliJ IDEA 2016.2.2. Steps are outdated and existing issues is not applicable in new versions. | update for intellij idea 2016.2.2 | 33 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,116 |
16879a2cf0829047188b0f9b1b11ff87af10ab69 | Rossen Stoyanchev | Rossen Stoyanchev | Harden synchronization around SockJS heartbeats
Create an explicit heartbeat task with an experiration flag so that
it can be cancelled reliably vs relying on the ScheduledFutureTask
cancel method which may return true even if the task is already
running.
Issue: SPR-14356 | harden synchronization around sockjs heartbeats | 48 | false | false | 5 | false | true | false | spring-projects | spring-framework | 13,117 |
2aab08f093266ff910c126930f3130bd3b798922 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,118 |
b19d3fc0e1342f43d658dc7a90607063638bbdb9 | Juergen Hoeller | Juergen Hoeller | Upgrade to Jackson 2.8.2 and Netty 4.1.5 | upgrade to jackson 2.8.2 and netty 4.1.5 | 40 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,119 |
58ffca76c3da0c8af39bbbb569b00ee0bde2546e | Juergen Hoeller | Juergen Hoeller | CommonsMultipartResolver explicitly converts FileSizeLimitExceededException
Issue: SPR-14638 | commonsmultipartresolver explicitly converts filesizelimitexceededexception | 75 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,120 |
960d335c35a9aaacc71e8ac8afb7fb915dd6530d | Brian Clozel | Brian Clozel | Don't wrap resolver exceptions in InvocableHandlerMethod
Prior to this commit, exceptions thrown by the
`HandlerMethodArgumentResolver` would be wrapped into
`IllegalStateException`s.
This commit makes sure that a DEBUG log is written with the relevant
information and that the root cause is not wrapped into another
e... | don't wrap resolver exceptions in invocablehandlermethod | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,121 |
e8530c917e3f267ce82df0050d3f914552ac6145 | Sebastien Deleuze | Sebastien Deleuze | Add Smile and CBOR Jackson data formats support
This commit adds Smile and CBOR Jackson HttpMessageConverters
and make it possible to create Smile and CBOR ObjectMapper via
Jackson2ObjectMapperBuilder, which now allows to specify any
custom JsonFactory.
Like with JSON and XML Jackson support, the relevant
HttpMessage... | add smile and cbor jackson data formats support | 47 | false | false | 8 | true | true | true | spring-projects | spring-framework | 13,122 |
c399b4b3ad94c673d99caeff43f0dc8a6c66d9d2 | Stephane Nicoll | Stephane Nicoll | Upgrade to SonarQube plugin 2.1-rc1
This commit upgrades the SonarQube plugin so that it is compatible with
Gradle 3.
Issue: SPR-14569 | upgrade to sonarqube plugin 2.1-rc1 | 35 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,123 |
204a50ee6c9c77ec1f6be479af2e979991130da1 | Rossen Stoyanchev | Rossen Stoyanchev | Fix compile issue | fix compile issue | 17 | false | false | 3 | false | true | false | spring-projects | spring-framework | 13,124 |
4d3c3056edc983c1afe13d055aeb443bd96bd473 | Rossen Stoyanchev | Rossen Stoyanchev | Polish media type change in ResourceHttpRequestHandler | polish media type change in resourcehttprequesthandler | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,125 |
8b4f60b8e555a7bfdaf2ab4a08922b359ff62933 | Rossen Stoyanchev | Rossen Stoyanchev | Support receipt on DISCONNECT with simple broker
Issue: SPR-14568 | support receipt on disconnect with simple broker | 48 | false | false | 7 | false | true | false | spring-projects | spring-framework | 13,126 |
3b95e0b6e0db3a08f3ca0d857ef1a3b74142500f | Rossen Stoyanchev | Rossen Stoyanchev | Fix media type regression in resource handling
Issue: SPR-14577 | fix media type regression in resource handling | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,127 |
417a9d455965d3ce3eabf684c348ce1a1fd3b743 | Sebastien Deleuze | Sebastien Deleuze | Ensure correct array elements order in Jackson2JsonEncoder
Issue: SPR-14586 | ensure correct array elements order in jackson2jsonencoder | 58 | false | false | 7 | false | true | false | spring-projects | spring-framework | 13,128 |
b6220cc19d3cb924f8a62c77977732ea5e8340dc | Sam Brannen | Sam Brannen | Trim expressions supplied to @DisabledIf
Prior to this commit, the DisabledIfCondition did not trim whitespace
from expressions configured via @DisabledIf. Consequently, results such
as " true " would evaluate to "false".
This commit fixes this problem by trimming all expressions configured
via @DisabledIf.
Issue:... | trim expressions supplied to @disabledif | 40 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,129 |
d6d05e8ca04b43abcd4d78004dd509517489abf4 | Sam Brannen | Sam Brannen | Remove trailing whitespace in Java source code | remove trailing whitespace in java source code | 46 | false | false | 7 | true | true | true | spring-projects | spring-framework | 13,130 |
9d21abcd37a3a6f7626418b67b529e6c1d0b1aa9 | Sam Brannen | Sam Brannen | Introduce dedicated tests for DisabledIfCondition
This commit introduces tests for DisabledIfCondition that verify actual
condition evaluation results and exception handling; whereas, the
existing tests in DisabledIfTestCase only test the "happy paths" and
standard cases.
Issue: SPR-14614 | introduce dedicated tests for disabledifcondition | 49 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,131 |
54d6f250e2c496a4c6ce82392418a962eca40991 | Sam Brannen | Sam Brannen | Disallow empty expression in @DisabledIf
This commit ensures that a user provides a non-empty expression in
declarations of @DisabledIf.
Issue: SPR-14614 | disallow empty expression in @disabledif | 40 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,132 |
899ebd8ee2e7acdc6bc0296d0c0db332cc4b43a5 | Juergen Hoeller | Juergen Hoeller | Avoid collection lookups in StompCommand
Issue: SPR-14636 | avoid collection lookups in stompcommand | 40 | false | false | 5 | true | true | true | spring-projects | spring-framework | 13,133 |
728a5481997aa1742a2dc60a8a84393efd3a8489 | Juergen Hoeller | Juergen Hoeller | Consistent use of JDK 7 AssertionError with root cause
Issue: SPR-13188 | consistent use of jdk 7 assertionerror with root cause | 54 | false | false | 9 | false | false | false | spring-projects | spring-framework | 13,134 |
655097a34307e8eccd70f90707a4fbc8c8742e93 | Sam Brannen | Sam Brannen | Merge pull request #1144 from ttddyy/SPR-14614
* ttddyy-SPR-14614:
Revise @DisabledIf support for JUnit Jupiter
Introduce @DisabledIf annotation for JUnit 5 | merge pull request from ttddyy/spr-14614 | 41 | true | false | 5 | true | true | false | spring-projects | spring-framework | 13,135 |
19369094ac8dc2e74e52c93ce000e332bac96c5c | Sam Brannen | Sam Brannen | Revise @DisabledIf support for JUnit Jupiter
- Extracted stand-alone DisabledIfCondition from the SpringExtension
so that the condition is only evaluated when necessary.
- Simplified implementation of DisabledIfCondition.
- Overhauled and extended logging in DisabledIfCondition.
- DisabledIfCondition now throws a... | revise @disabledif support for junit jupiter | 44 | false | false | 6 | false | true | false | spring-projects | spring-framework | 13,136 |
c03f6c6d8518cf3cccbe3648304d356d0833e9d1 | Tadaya Tsuyukubo | Sam Brannen | Introduce @DisabledIf annotation for JUnit 5
This commit introduces @DisabledIf annotation that takes SpEL as a
condition. The condition is evaluated at run time whether to disable
JUnit 5 (Jupiter) test method/class.
Issue: SPR-14614 | introduce @disabledif annotation for junit 5 | 44 | false | false | 6 | true | true | true | spring-projects | spring-framework | 13,137 |
eb193aea5f87ab4ad9cf6e236c247d84721f8235 | Stephane Nicoll | Stephane Nicoll | IDEA -> IntelliJ IDEA | idea -> intellij idea | 21 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,138 |
57cb7c7e0a6b7979ab38cf6e47f2e0a33a062bad | Juergen Hoeller | Juergen Hoeller | LiveBeansView exposes aliases as well
Issue: SPR-14632 | livebeansview exposes aliases as well | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,139 |
dfdfd72a3e63683395b316e96bd45c3a363c9665 | Juergen Hoeller | Juergen Hoeller | Polishing
(cherry picked from commit 430180a) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,140 |
b84fefc430cdf10d428b02f6d61009b7460ae26f | Brian Clozel | Brian Clozel | Wrap RestTemplate extractor exceptions in RestClientExceptions
When using a `RestTemplate` instance within a Spring MVC application,
client exceptions may propagate in the MVC stack and can be wrongly
mapped by server `ExceptionHandlers`, leading to a wrong HTTP response
sent to the MVC client.
The `RestTemplate` ins... | wrap resttemplate extractor exceptions in restclientexceptions | 62 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,141 |
7fdb892042750be534c4a677b2bdc01d7ede8bd8 | Rossen Stoyanchev | Rossen Stoyanchev | Support target type in JsonPath assertions
This change adds support for a target type in JsonPath assertions in
Spring MVC Test.
The existing assertValue(String expression, Object expectedValue)
transparently falls back on using an alternative JsonPath API that
allows specifying the target type to coerce to.
There i... | support target type in jsonpath assertions | 42 | false | false | 6 | false | true | false | spring-projects | spring-framework | 13,142 |
d8fc13f6fc9076a46cd7b32e6cd4fa6d6198ac0e | Brian Clozel | Brian Clozel | Fix server errors for invalid If-None-Match request headers
HttpEntityMethodProcessor should not throw IllegalArgumentExceptions for
invalid If-None-Match headers.
For those cases, this commit makes sure that both
`HttpEntityMethodProcessor` and `ServletWebRequest` have a consistent
behavior and stop processing the r... | fix server errors for invalid if-none-match request headers | 59 | false | false | 8 | false | true | false | spring-projects | spring-framework | 13,143 |
5998a297ce1866c1f16f508ab443ae8e3293c21e | Sam Brannen | Sam Brannen | Simplify exception handling in JsonPathExpectationsHelper | simplify exception handling in jsonpathexpectationshelper | 57 | false | false | 5 | true | true | false | spring-projects | spring-framework | 13,144 |
2e4a7480fc74f08aa23fb3a069dc2b53645f6a9d | Juergen Hoeller | Juergen Hoeller | Consistent use of JDK 7 StandardCharsets over Charset.forName
Issue: SPR-14492 | consistent use of jdk 7 standardcharsets over charset.forname | 61 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,145 |
50040e61396118e192e7daef6dc4437bc9f6da36 | Brian Clozel | Brian Clozel | Revert "Consistently use annotation attributes in refdoc"
This reverts commit bbd5993945f91fdfcaecf86fc43e22e073753a36. | revert "consistently use annotation attributes in refdoc" | 57 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,146 |
14046575b01de752ce63191c9fd2d2fb2f2048c2 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,147 |
a8f7f75f648dcafc5750f820bcb97a5c753594e1 | Juergen Hoeller | Juergen Hoeller | Moved encodeHttpHeaderFieldParam method to HttpHeaders itself (including tests)
This commit also sets the test source encoding to UTF-8.
Issue: SPR-14547 | moved encodehttpheaderfieldparam method to httpheaders itself (including tests) | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 13,148 |
bbd5993945f91fdfcaecf86fc43e22e073753a36 | Brian Clozel | Brian Clozel | Consistently use annotation attributes in refdoc | consistently use annotation attributes in refdoc | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 13,149 |
f93cb2f539e9fa7b371dfec05a45c91b423d6a96 | Brian Clozel | Brian Clozel | Support ordered interceptors in RestTemplate
This commit sorts `ClientHttpRequestInterceptor`s when those are set in
`InterceptingHttpAccessor` (which `RestTemplate` extends from).
Interceptors can now be annotated with `@Order` or implements `Ordered`
to reflect their order of execution for each request.
Issue: SPR... | support ordered interceptors in resttemplate | 44 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,150 |
ab7107c4c5bfc73c474c52b7cd73546fa63a00db | Arjen Poutsma | Brian Clozel | Added Host property to HttpHeaders
Added getHost/setHost to HttpHeaders, returning/taking a
InetSocketAddress. | added host property to httpheaders | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 13,151 |
f2faf84f317fa01d7316cb77c8405c30570085cf | Brian Clozel | Brian Clozel | Add RFC5987 support for HTTP header field params
This commit adds support for HTTP header field parameters encoding, as
described in RFC5987.
Note that the default implementation still relies on US-ASCII encoding,
as the latest rfc7230 Section 3.2.4 says that:
> Newly defined header fields SHOULD limit their field va... | add rfc5987 support for http header field params | 48 | false | false | 8 | true | true | true | spring-projects | spring-framework | 13,152 |
41f7680e201aba8507bc7d55002ac49620aea6dd | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 13,153 |
c4fcdb68648f24a7f1fb3e40e94aa89870866dae | Juergen Hoeller | Juergen Hoeller | DefaultListableBeanFactory does not trigger early candidate creation ahead of primary bean selection
Issue: SPR-14611 | defaultlistablebeanfactory does not trigger early candidate creation ahead of primary bean selection | 100 | false | false | 12 | false | false | false | spring-projects | spring-framework | 13,154 |
405e74b6ae3b1863d9809f199b74b083e5b150fe | Juergen Hoeller | Juergen Hoeller | GenericApplicationContext picks up ClassLoader from custom ResourceLoader
Issue: SPR-14626 | genericapplicationcontext picks up classloader from custom resourceloader | 73 | false | false | 7 | false | false | false | spring-projects | spring-framework | 13,155 |
f3f691cc373ce8a63fdb7043655ef66f28506481 | Juergen Hoeller | Juergen Hoeller | Revised assertions in StompHeaderAccessor
Issue: SPR-14625 | revised assertions in stompheaderaccessor | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 13,156 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.