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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f5ee13c5dab07b5ee4caffef0b96124bdcbad995 | Sam Brannen | Sam Brannen | Fix formatting in the Testing chapter | fix formatting in the testing chapter | 37 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,557 |
a53e2b0776dcfca13f41f1b7ae52aa260e1d8ea9 | Spring Buildmaster | Spring Buildmaster | Next Development Version | next development version | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,558 |
2bd1daa75ee0b8ec33608ca6ab065ef3e1815543 | Rossen Stoyanchev | Stephane Nicoll | Protect against RFD exploits
Issue: SPR-13548 | protect against rfd exploits | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,559 |
69d4eaaa3cd9816b5f1338871fa871ad6a93def8 | Rossen Stoyanchev | Rossen Stoyanchev | Use PublisherFactory from reactor-core | use publisherfactory from reactor-core | 38 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,560 |
773d0444bf0834345a085616b8808a7e6c1925b1 | Rossen Stoyanchev | Rossen Stoyanchev | Add request handling infrastructure
HandlerMapping, HandlerAdapter, HandlerResultHandler (+ HandlerResult)
as the basic request handling contracts. DispatcherHandler to drive
overall request handling.
DispatcherApp provides minimal implementations of the above contracts
enough to put together a running example that r... | add request handling infrastructure | 35 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,561 |
d53f0b995a503aa398cf9d1225f2e038b0c1a574 | Sebastien Deleuze | Sebastien Deleuze | Polish GenericHttpMessageConverter
Issue: SPR-13318 | polish generichttpmessageconverter | 34 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,562 |
4338719d98ccc0981fe0e15788c4a9b79b2ac884 | Sebastien Deleuze | Sebastien Deleuze | Serialize with type only collections in Jackson HttpMessageConverter
Issue: SPR-13318 | serialize with type only collections in jackson httpmessageconverter | 68 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,563 |
71585c909a4b3f79b561ddde2cb3623b882be159 | Stephane Nicoll | Stephane Nicoll | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,564 |
3d2e2cb3aed05ff0e299a6351cb79476805e52d5 | Juergen Hoeller | Juergen Hoeller | Upgrade to Reactor 2.0.5 | upgrade to reactor 2.0.5 | 24 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,565 |
94639d2dcfe463a8c27b31d9aecc9837b38180d6 | Sam Brannen | Sam Brannen | Update @since tag in Eclipse code template to 4.2.1 | update @since tag in eclipse code template to 4.2.1 | 51 | false | false | 9 | true | true | false | spring-projects | spring-framework | 14,566 |
68c39570fe1f0a9b8be529425c3ab6ee80b7775c | Sam Brannen | Sam Brannen | Revert "Increase randomness in SocketUtils"
This reverts commit d5944c4e398a288ff416a51ab35871024d612804. | revert "increase randomness in socketutils" | 43 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,567 |
21629d315cd101e05612c09fd2e2ef37fbeff526 | Stephane Nicoll | Stephane Nicoll | Merge pull request #844 from paulvi/patch-1
* pr/844:
Add link to docs | merge pull request #844 from paulvi/patch-1 | 43 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,568 |
f486324b42def9868bc496df95127dce059318db | Paul Verest | Stephane Nicoll | Add link to docs
Closes gh-844 | add link to docs | 16 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,569 |
d5944c4e398a288ff416a51ab35871024d612804 | Sam Brannen | Sam Brannen | Increase randomness in SocketUtils | increase randomness in socketutils | 34 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,570 |
1d3da1220415e568758e0206a047bb785d644c8d | Sam Brannen | Sam Brannen | Clean up warnings | clean up warnings | 17 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,571 |
c572d0c46972dafd6b53b3a8f2fcacfc426b7cf7 | Sam Brannen | Sam Brannen | Increase timeout in StompWebSocketIntegrationTests
... with hope of reducing the fragility of these tests on the CI server. | increase timeout in stompwebsocketintegrationtests | 50 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,572 |
7a17abe4480fff9bd2ed4f960176c5deae4798aa | Sam Brannen | Sam Brannen | Introduce empty & non-empty JsonPath matchers
This commit introduces new `isEmpty()` and `isNotEmpty()` methods in
`JsonPathResultMatchers` and `JsonPathRequestMatchers` which delegate
to the new `assertValueIsEmpty()` and `assertValueIsNotEmpty()` methods
in `JsonPathExpectationsHelper`, respectively.
Issue: SPR-133... | introduce empty & non-empty jsonpath matchers | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,573 |
4799668a98d98538997145e643152155a9c917dd | Sam Brannen | Sam Brannen | Introduce additional JsonPath RequestMatchers in Spring MVC Test
Commit fffdd1e9e9dc887c3e8973147904d47d9fffbb47 introduced additional
JsonPath result matchers in JsonPathResultMatchers for server-side
testing of MVC controllers.
This commit introduces comparable methods in JsonPathRequestMatchers
for client-side tes... | introduce additional jsonpath requestmatchers in spring mvc test | 64 | false | false | 8 | true | true | false | spring-projects | spring-framework | 14,574 |
e4f386ae1ed13aa24ee6cad49e5c08b42c96af01 | Sam Brannen | Sam Brannen | Add regression test cases to JsonPathRequestMatchersTests | add regression test cases to jsonpathrequestmatcherstests | 57 | false | false | 6 | true | true | false | spring-projects | spring-framework | 14,575 |
687af344de178e532d52df0064e48976965a3b43 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,576 |
5ee24c84828fe65571d47f5693f3a181c1ddc039 | Sam Brannen | Sam Brannen | Polish Javadoc for JsonPathRequestMatchers, etc. | polish javadoc for jsonpathrequestmatchers, etc | 47 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,577 |
e7c95addeb11fe03440d6918ae05159f43bf0e0c | Sam Brannen | Sam Brannen | Rename test classes to avoid confusion | rename test classes to avoid confusion | 38 | false | false | 6 | false | true | false | spring-projects | spring-framework | 14,578 |
ae9b5c15c88cb15bec47c5919ce74bb0ec4f3e7e | Stephane Nicoll | Stephane Nicoll | Merge pull request #857 from kazuki43zoo/SPR-12801
* pr/857:
Add missing @since tag | merge pull request #857 from kazuki43zoo/spr-12801 | 50 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,579 |
93919204a166b306aef5dfb50ccc1b02decbc5ae | Kazuki Shimizu | Stephane Nicoll | Add missing @since tag
Issue: SPR-12801 | add missing @since tag | 22 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,580 |
d4d5e5ce4039793a6734e68b3d33ddf176ab4dd0 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,581 |
07bb0378b9e6ac3097d8a121d17b74fa9fb0596b | Sam Brannen | Sam Brannen | Differentiate b/t (in)definite results in JsonPath assertions
Prior to this commit, the exists() method in JsonPathExpectationsHelper
correctly asserted that the evaluated JsonPath expression resulted in a
value (i.e., that a non-null value exists); however, if the value was
an empty array, the exists() method always ... | differentiate b/t (in)definite results in jsonpath assertions | 61 | false | false | 7 | true | true | false | spring-projects | spring-framework | 14,582 |
d2503340e738289957d39f81569b873fd179fd87 | Sam Brannen | Sam Brannen | Polish assertion msgs in JsonPathExpectationsHelper | polish assertion msgs in jsonpathexpectationshelper | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,583 |
af8d9eab59e8ce48b8fd57fb9c15ff2d99406407 | Sam Brannen | Sam Brannen | Polish Javadoc for JsonPathExpectationsHelper | polish javadoc for jsonpathexpectationshelper | 45 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,584 |
5a05cdbedba2385ba6285ba0fe232ec12f4ecea1 | Sam Brannen | Sam Brannen | Consider empty arrays as existent in JsonPath assertions
Prior to this commit, a JsonPath assertion that a path expression
evaluated to an array in JsonPathExpectationsHelper (and therefore
indirectly in JsonPathResultMatchers in Spring MVC Test) would
incorrectly fail if the array was present in the JSON content but ... | consider empty arrays as existent in jsonpath assertions | 56 | false | false | 8 | true | true | false | spring-projects | spring-framework | 14,585 |
8afea1bc784b2dd75af0f0db90b0c3c659139a0c | Sam Brannen | Sam Brannen | Add tests to JsonPathExpectationsHelperTests | add tests to jsonpathexpectationshelpertests | 44 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,586 |
0dbbbce8d53bd3a514182ada160c55cdbd3222c8 | Sam Brannen | Sam Brannen | Polish JsonPathResultMatchersTests | polish jsonpathresultmatcherstests | 34 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,587 |
ecb15ac58b01635e418763ea68f19313a8dc3d73 | Sam Brannen | Sam Brannen | Polish assertion msgs in JsonPathExpectationsHelper | polish assertion msgs in jsonpathexpectationshelper | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,588 |
bad57f752a5eb65ac7516659849f7277891d3c21 | Stephane Nicoll | Stephane Nicoll | Merge pull request #856 from kazuki43zoo/SPR-13350
* pr/856:
Fix default value of CommonsPool2TargetSource#maxWait | merge pull request #856 from kazuki43zoo/spr-13350 | 50 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,589 |
9524f9640598bc1c621ef42d8fe46702cd6c32db | Kazuki Shimizu | Stephane Nicoll | Fix default value of CommonsPool2TargetSource#maxWait
Issue: SPR-13350 | fix default value of commonspool2targetsource#maxwait | 53 | false | false | 5 | true | true | false | spring-projects | spring-framework | 14,590 |
44a7c78753aef12c8fc11a40cffb3cc4725cb7ce | Sam Brannen | Sam Brannen | Overhaul CauchoRemotingTests & reinstate SimpleHessianServiceExporter test | overhaul cauchoremotingtests & reinstate simplehessianserviceexporter test | 74 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,591 |
2c120d0d283716db6d968193ea18aabcac7152d7 | Sam Brannen | Sam Brannen | Clean up warnings in spring-web tests | clean up warnings in spring-web tests | 37 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,592 |
be2f56262b480a587c25ebcd1fd82a7e7eca2b19 | Sam Brannen | Sam Brannen | Make FormHttpMessageConverterTests more robust | make formhttpmessageconvertertests more robust | 46 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,593 |
7defbfc18b5e43f1de271419ea37ace7a2984d43 | Rossen Stoyanchev | Rossen Stoyanchev | Ensure concurrent WebSocketSession wrapper is used
Issue: SPR-13326 | ensure concurrent websocketsession wrapper is used | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,594 |
257cc631411727666497acdc0325518f37b3a772 | Rossen Stoyanchev | Rossen Stoyanchev | Restore order in AllEncompassingFormHttpMessageConverter
Issue: SPR-13309 | restore order in allencompassingformhttpmessageconverter | 56 | false | false | 4 | true | true | false | spring-projects | spring-framework | 14,595 |
28a42d148289e9c815f6b116b5d065fbed9617a8 | Rossen Stoyanchev | Rossen Stoyanchev | Polish FromHttpMessageConverterTests | polish fromhttpmessageconvertertests | 36 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,596 |
3a5cc3df80347422681d4c6add2f6031c2070704 | Juergen Hoeller | Juergen Hoeller | JCacheEhCache3Tests enforces EhCache 3.0's CachingProvider
Issue: SPR-13342 | jcacheehcache3tests enforces ehcache 3.0's cachingprovider | 58 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,597 |
f5210ce0c82b8baa82f3a82326f0bf239a6044f9 | Rossen Stoyanchev | Rossen Stoyanchev | Ensure headers committed immediately for SseEmitter
Issue: SPR-13341 | ensure headers committed immediately for sseemitter | 51 | false | false | 6 | false | true | false | spring-projects | spring-framework | 14,598 |
4dd6b789ef6ed902fb83dde2a8bde409ad88d2d8 | Juergen Hoeller | Juergen Hoeller | Upgrade to Objenesis 2.2
Issue: SPR-13228 | upgrade to objenesis 2.2 | 24 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,599 |
f47bbb0d9e8023590c0fd965acb009719aea6b67 | Sam Brannen | Sam Brannen | Polish tests | polish tests | 12 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,600 |
f15140415ad827b6c865e5d61f744a7de8f59f82 | Gary Russell | Sam Brannen | Properly detect available port on localhost in SocketUtils
SocketUtils is used to find available ports on localhost; however,
prior to this commit, SocketUtils incorrectly reported a port as
available on localhost if another process was already bound to
localhost on the given port but not to other network interfaces. ... | properly detect available port on localhost in socketutils | 58 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,601 |
e0f012f32d923b2e2c858c92075bf10d208ef89a | Juergen Hoeller | Juergen Hoeller | Removal of redundant JdkVersion checks in the test suite
Issue: SPR-13312 | removal of redundant jdkversion checks in the test suite | 56 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,602 |
6e1567b4b0f6804ec9c7c14ebef64dd610552a9c | Rossen Stoyanchev | Rossen Stoyanchev | Add WebSphereRequestUpgradeStrategy
Tested with Aug 2015 WAS Liberty Beta for the upcoming 8.5.5.7 release.
Issue: SPR-12367 | add websphererequestupgradestrategy | 35 | false | false | 2 | true | true | false | spring-projects | spring-framework | 14,603 |
a369fc8afda4c9863bd8e74502113ff3d1e924c9 | Juergen Hoeller | Juergen Hoeller | Introduce SmartMessageConverter interface with conversionHint arguments
Issue: SPR-13343 | introduce smartmessageconverter interface with conversionhint arguments | 71 | false | false | 6 | true | true | false | spring-projects | spring-framework | 14,604 |
5e9a96817bf6f55f982746774c4c76671785f5cd | Juergen Hoeller | Juergen Hoeller | Completely remove JdkVersion check from Jaxb2Marshaller
Issue: SPR-13312 | completely remove jdkversion check from jaxb2marshaller | 55 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,605 |
acb44f9d46fa80bfc69c69f107780f900c31a606 | Sam Brannen | Sam Brannen | Suppress warnings regarding deprecated JdkVersion
Issue: SPR-13312 | suppress warnings regarding deprecated jdkversion | 49 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,606 |
27e9db8c8c30a941bbbc4ceae6a18bd2124ea527 | Sam Brannen | Sam Brannen | Fix regression in Jaxb2Marshaller regarding JdkVersion
Issue: SPR-13312 | fix regression in jaxb2marshaller regarding jdkversion | 54 | false | false | 6 | true | true | false | spring-projects | spring-framework | 14,607 |
d8794a1edc4327e79b2bc5b553bc5e4890b294ee | Juergen Hoeller | Juergen Hoeller | Test against EhCache 3.0 M2 (as a JCache provider)
Includes latest dependency updates (Jackson 2.6.1, Jetty 9.3.2, Undertow 1.2.10)
Issue: SPR-13342 | test against ehcache 3.0 m2 (as a jcache provider) | 50 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,608 |
bec3b0fa1a69e251340b9abe0a34ef3fafb67335 | Juergen Hoeller | Juergen Hoeller | Deprecate JdkVersion (for optimistic compatibility with newer JDK generations)
Issue: SPR-13312 | deprecate jdkversion (for optimistic compatibility with newer jdk generations) | 78 | false | false | 9 | false | true | false | spring-projects | spring-framework | 14,609 |
e20b47c3bc424ac4fd30dd101e730c280681c3f1 | Sam Brannen | Sam Brannen | Ensure local aliases don't override meta-annotation
This commit introduces an additional test case to ensure that explicit
local attribute aliases (configured via @AliasFor) do not accidentally
override attributes of the same names in meta-annotations (i.e., by
convention).
Issue: SPR-13325 | ensure local aliases don't override meta-annotation | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,610 |
4317e76e79e8b22f95374be69b39a5bb8d24cd1e | Sam Brannen | Sam Brannen | Polish AnnotationUtilsTests | polish annotationutilstests | 27 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,611 |
b5a67071371124b0e672e4396262a21377a79ce8 | Sam Brannen | Sam Brannen | Fix layout in What's New section | fix layout in what's new section | 32 | false | false | 6 | true | true | true | spring-projects | spring-framework | 14,612 |
c682895deeaf2f03d9c6b60e1f4da0a469ba796a | Rossen Stoyanchev | Rossen Stoyanchev | Add RxNetty support
This commit adds RxNetty integration that includes RxNetty-based
implementations of ServerHttpRequest and ServerHttpResponse as well as
an adapter from the RxNetty RequestHandler to the HttpHandler contracts.
Only byte[] is supported at the moment for reading and writing with a
corresponding copy ... | add rxnetty support | 19 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,613 |
2cb32a0fd69c528d55d3d53ae98bf886dcb4a5f9 | Rossen Stoyanchev | Rossen Stoyanchev | Add ServerHttpRequest & ServerHttpResponse
This commit introduces HTTP request and response abstractions along
with Servlet-based implementations similar to the ones in the http
package of spring-web but using Reactive Streams.
In turn HttpHandler now accepts the request and response types and
returns Publisher<Void>... | add serverhttprequest & serverhttpresponse | 42 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,614 |
e841cad5776015e1124f1d191d18df78b80cd0bd | Juergen Hoeller | Juergen Hoeller | Deprecation polishing | deprecation polishing | 21 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,615 |
f88ad8dd7a03d573c5b23bcca2cd48d2a5a84562 | Juergen Hoeller | Juergen Hoeller | Upgrade to Hibernate ORM 4.3.11 and 5.0 RC4 | upgrade to hibernate orm 4.3.11 and 5.0 rc4 | 43 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,616 |
bb2526752597d1c29fea939b93841a490f5821bf | Rossen Stoyanchev | Rossen Stoyanchev | Fix whitespaces in build.gradle | fix whitespaces in build.gradle | 31 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,617 |
3cd5210b94592c1ed494323b4ee0d78e70b9b154 | Sam Brannen | Sam Brannen | Polish usage of global versions in Gradle build | polish usage of global versions in gradle build | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,618 |
a22dd68646af195c246f85b8e49dc3b4fea91008 | Sam Brannen | Sam Brannen | Upgrade HSQL & Selenium dependencies | upgrade hsql & selenium dependencies | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,619 |
5deeaf348a9192c36a63eb80404bcbcc67b66b34 | Sam Brannen | Sam Brannen | Polish SynthesizedAnnotation support classes | polish synthesizedannotation support classes | 44 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,620 |
f17173f6d5fb167db1c0a6905c23e52caace939b | Sam Brannen | Sam Brannen | Synthesize nested maps into annotations
Prior to this commit, attempting to synthesize an annotation from a map
of annotation attributes that contained nested maps instead of nested
annotations would result in an exception.
This commit addresses this issue by properly synthesizing nested maps
and nested arrays of map... | synthesize nested maps into annotations | 39 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,621 |
82890361653c968299c7afc0d3a654395d6a1383 | Sam Brannen | Sam Brannen | Throw exception if required meta-annotation is not present
It is a configuration error if an alias is declared via @AliasFor for
an attribute in a meta-annotation and the meta-annotation is not
meta-present. However, prior to this commit, the support for validating
the configuration of @AliasFor in AnnotationUtils cur... | throw exception if required meta-annotation is not present | 58 | false | false | 8 | false | true | false | spring-projects | spring-framework | 14,622 |
78ff4ff54247c9cfa3919247f0416d27bdc937ec | Sam Brannen | Sam Brannen | Polish AnnotationUtilsTests | polish annotationutilstests | 27 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,623 |
e770b7de419df2d24d93711fe413d9d42e55f8e1 | Rossen Stoyanchev | Rossen Stoyanchev | Tests pass
For Tomcat, failures occur if HttpHandlerServlet buffer size is
significantly less than the Tomcat input buffer size.
Also on command line Jetty tests fail with port unavailable unless
the server from the Tomcat tests is also destroyed. | tests pass | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,624 |
17b3db298800f6b80eba51cc19c58151899461a5 | Rossen Stoyanchev | Rossen Stoyanchev | Add gradle wrapper | add gradle wrapper | 18 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,625 |
c464cddf83d2b0796eaf4dae9a75c8bf0a7d323a | Rossen Stoyanchev | Rossen Stoyanchev | Update versions | update versions | 15 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,626 |
f3da7b810beed55af8fae1af98d500d0acfb67b4 | Sam Brannen | Sam Brannen | Polish HtmlUnitRequestBuilder | polish htmlunitrequestbuilder | 29 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,627 |
93c07e76bc2d20b495314792938361f561be25fb | Sam Brannen | Sam Brannen | Return null instead of empty cookies array in Spring MVC Test
Prior to this commit, MockHttpServletRequestBuilder always supplied an
array of cookies to the MockHttpServletRequest that it built, even if
the array was empty.
However, this violates the contract of HttpServletRequest. According to
the Servlet API, the g... | return null instead of empty cookies array in spring mvc test | 61 | false | false | 11 | true | false | false | spring-projects | spring-framework | 14,628 |
35dd3078ef3c2639bf775d0387617b10ff4d886b | Sam Brannen | Sam Brannen | Merge pull request #854 from candrews/SPR-13320
* SPR-13320:
Introduce additional JsonPath matchers in Spring MVC Test | merge pull request #854 from candrews/spr-13320 | 47 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,629 |
161fd986566b12fc6eb776cd5e48e3fdb9910e72 | Juergen Hoeller | Juergen Hoeller | Upgrade to Apache HttpClient 4.5.1 and Derby 10.12.1.1 | upgrade to apache httpclient 4.5.1 and derby 10.12.1.1 | 54 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,630 |
8ac3ec5cf794a8065eb0d4165a30e51f8785755a | Juergen Hoeller | Juergen Hoeller | Added missing @since tags to DeferredResult
(cherry picked from commit 5d36ac0) | added missing @since tags to deferredresult | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,631 |
472d79fb4efa1e875dc50fa422cd744c560e2611 | Sam Brannen | Sam Brannen | SpringSource CLA renamed to Spring ICLA | springsource cla renamed to spring icla | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,632 |
6ea407aa4666f29bb19db98368f1d51068e73dea | Sam Brannen | Sam Brannen | SpringSource CLA renamed to Spring ICLA | springsource cla renamed to spring icla | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,633 |
c2bc2b27eaf55b99d7ccc714e2281b0985c4acb9 | Sam Brannen | Sam Brannen | Suppress varargs warnings when compiling tests w/ Gradle | suppress varargs warnings when compiling tests w/ gradle | 56 | false | false | 8 | false | true | false | spring-projects | spring-framework | 14,634 |
1c3a668370cdac328b2f9920d68f170c99a2a76c | Juergen Hoeller | Juergen Hoeller | AbstractFileResolvingResource uses extractArchiveURL for last-modified check
Issue: SPR-13393
(cherry picked from commit 302a069) | abstractfileresolvingresource uses extractarchiveurl for last-modified check | 76 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,635 |
8fbba84acae025149e33749a40291872a90d2450 | Juergen Hoeller | Juergen Hoeller | Optimized support for GlassFish 4.1.1 (Tyrus 1.9 - 1.12)
Issue: SPR-13566 | optimized support for glassfish 4.1.1 (tyrus 1.9 - 1.12) | 56 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,636 |
2e5ddef07d39ba80f48c8564ef37945f0eb079bf | Brian Clozel | Brian Clozel | Upgrade to Jetty 9.3.5
Issue: SPR-13564 | upgrade to jetty 9.3.5 | 22 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,637 |
922e6de7886e2f18e8b8e2b6e60d34dbe69efe92 | Rossen Stoyanchev | Rossen Stoyanchev | Avoid filtering if selector header is not in use | avoid filtering if selector header is not in use | 48 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,638 |
7ff915a01acd739a6274ca2f0f7a75a7f824ea21 | Rossen Stoyanchev | Rossen Stoyanchev | Enforce cacheLimit in DefaultSubscriptionRegistry
When the cacheLimit is reached and there is an eviction from the
updateCache, the accessCache is now also updated.
This change also ensures that adding a destination to the cache is
protected with synchronization on the updateCache.
Issue: SPR-13555 | enforce cachelimit in defaultsubscriptionregistry | 49 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,639 |
0f70ac74cd07228bcf67db925b1c01c6b17fc092 | Brian Clozel | Brian Clozel | Polish
Constructor.getParameterCount is JDK8+ only! | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,640 |
b7e75c5db472d22a619739a55331f5423a510ee7 | Brian Clozel | Brian Clozel | Fix websocket compatibility with Tyrus 1.9 - 1.12
As of Tyrus 1.9, `TyrusEndpointWrapper`'s constructor has a new Boolean
argument (which is mandatory).
This commit reflectively chooses the right constructor method for Tyrus
1.9+ versions.
Issue: SPR-13566 | fix websocket compatibility with tyrus 1.9 - 1.12 | 49 | false | false | 8 | true | true | true | spring-projects | spring-framework | 14,641 |
59637ee70882e46ba53d0b11a55534c90d0c7e1c | Juergen Hoeller | Juergen Hoeller | Support for Jackson's default typing via TypeResolverBuilder
Issue: SPR-13569 | support for jackson's default typing via typeresolverbuilder | 60 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,642 |
155bbf5057ef5a691a48fa1f9bb36c68bd8e0d2e | Juergen Hoeller | Juergen Hoeller | ResourceUtils supports Tomcat's "war:jar:" URL format
Issue: SPR-13393 | " url format | 12 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,643 |
b15f40472eed07dc9297a0a63157cf50deab56e3 | Juergen Hoeller | Juergen Hoeller | Updated compatibility statements in RequestUpgradeStrategy javadocs | updated compatibility statements in requestupgradestrategy javadocs | 67 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,644 |
357fab67a10ba4a95cca8dda1952e86bf6704487 | Juergen Hoeller | Juergen Hoeller | Upgrade to Tomcat 8.0.28 and Jackson 2.6.3 | upgrade to tomcat 8.0.28 and jackson 2.6.3 | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,645 |
a5f81a0433608441bffaac59af208afbc7d8dad4 | Juergen Hoeller | Juergen Hoeller | Clarified that getBody() never returns null
As the only place that historically differed, HttpComponents(Async)ClientHttpResponse returns an empty stream instead of null now.
Issue: SPR-13563 | clarified that getbody() never returns null | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,646 |
66177dfd8ccba44fb4e75fa1ad5565290b075cbf | Juergen Hoeller | Juergen Hoeller | StreamUtils.emptyInput() for consistent empty InputStream exposure
Issue: SPR-13563 | streamutils.emptyinput() for consistent empty inputstream exposure | 66 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,647 |
62565860475ff23f81db421db6aaab550dde6312 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,648 |
4391b299d9dd3a668bd45a4347bb52620d19e122 | Juergen Hoeller | Juergen Hoeller | Annotation-level javadoc for Model parameter on exception handler methods
Issue: SPR-13546 | annotation-level javadoc for model parameter on exception handler methods | 73 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,649 |
985640b6ceb24540e056d71423229cd54f32f1ac | Stephane Maldini | Sebastien Deleuze | Fix ReactorHttpServer with latest changes on shutdown behavior | fix reactorhttpserver with latest changes on shutdown behavior | 62 | false | false | 8 | true | true | false | spring-projects | spring-framework | 14,650 |
6210ab92080b4521c79e19bbe83e2b233ab38ea9 | Stephane Nicoll | Stephane Nicoll | Upgrade to Undertow 1.3.0.Final | upgrade to undertow 1.3.0.final | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,651 |
02e583b1b192ef8ae9d8911d9ebe965ba4ade5ab | Stephane Nicoll | Stephane Nicoll | Upgrade to H2 1.4.190 | upgrade to h2 1.4.190 | 21 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,652 |
55f9384c6c87d3c3b229b7d31501add395dd0bdc | Stephane Nicoll | Stephane Nicoll | Merge pull request #887 from stoeckmann/master
* pr/887:
Fix typo | merge pull request #887 from stoeckmann/master | 46 | true | false | 6 | true | false | false | spring-projects | spring-framework | 14,653 |
ed4197febb2739399f246382f6f389277e60df60 | Tobias Stoeckmann | Stephane Nicoll | Fix typo
Closes gh-887 | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 14,654 |
21e0e27fcb4e70dfbece15da0fe381724e7cc8ed | Juergen Hoeller | Juergen Hoeller | Removed superfluous ObjectStreamException declaration | removed superfluous objectstreamexception declaration | 53 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,655 |
112781fb47e0f0cb398fc394240bf39ab4704af4 | Juergen Hoeller | Juergen Hoeller | Reliable null value handling in ConcurrentMapCache, GuavaCache, JCacheCache
The 4.2 variant of this fix includes a common AbstractValueAdaptingCache base class and a common NullValue holder class.
Issue: SPR-13553 | reliable null value handling in concurrentmapcache, guavacache, jcachecache | 75 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,656 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.