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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dba46c13582051dce22f9ce0bbdf89894452886f | Brian Clozel | Brian Clozel | Partial revert of SPR-13090
Use ServletHttpResponse.setDateHeader whenever possible and avoid using
SimpleDateFormat. | partial revert of spr-13090 | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,957 |
19fcb72d704d1d75b17d53a24ad21e1a23a40389 | Sam Brannen | Sam Brannen | Polish Javadoc in the Spring MVC Test Framework | polish javadoc in the spring mvc test framework | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,958 |
bf06bf33abbf0d3169ae6465757808cf3bc9e4ab | Sam Brannen | Sam Brannen | Reuse mock request from the TCF in Spring MVC Test
Prior to this commit, the Spring MVC Test Framework always created a
new MockHttpServletRequest, disregarding any mock request already
present in Spring Web's RequestContextHolder -- for example, one
created by the ServletTestExecutionListener in the Spring TestContex... | reuse mock request from the tcf in spring mvc test | 50 | false | false | 10 | true | true | true | spring-projects | spring-framework | 14,959 |
24ff4f56e112edaeb5e3261cd18bfd46de764003 | Sam Brannen | Sam Brannen | Introduce logging in TomcatWebSocketTestServer
This commit replaces calls to System.out.println() with explicit logging. | introduce logging in tomcatwebsockettestserver | 46 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,960 |
0153913ef4597e6a47517f763961a4c6cc232443 | Sam Brannen | Sam Brannen | Polish and simplify EnableSchedulingTests | polish and simplify enableschedulingtests | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,961 |
c3e36ad960bf4584110825e040318735f7a46202 | Sam Brannen | Sam Brannen | Polish further resources section in Testing chapter | polish further resources section in testing chapter | 51 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,962 |
34a81b605abfa2c2d9d62652a43fbc6bf38e3016 | Juergen Hoeller | Juergen Hoeller | PropertyOrFieldReference defensively catches Exception instead of just AccessException
Issue: SPR-13247 | propertyorfieldreference defensively catches exception instead of just accessexception | 86 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,963 |
cad0665187cb9a7d578719c87376c44b62408624 | Juergen Hoeller | Juergen Hoeller | Fixed exception message expectation plus formatting
Issue: SPR-13236 | fixed exception message expectation plus formatting | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,964 |
57d55ddd56973cb2eac5f73ec86f094dba3301e6 | Sebastien Deleuze | Sebastien Deleuze | Polish CorsFilter Javadoc | polish corsfilter javadoc | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,965 |
70a03ee2a486a85dcee23b1d58217444979fb63f | Sebastien Deleuze | Sebastien Deleuze | Rename CorsConfigurationMapping to UrlBasedCorsConfigurationSource
Issue: SPR-13192 | rename corsconfigurationmapping to urlbasedcorsconfigurationsource | 66 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,966 |
e9f64cf9ae919800690fb53b2c3484e57a80b26e | Sam Brannen | Sam Brannen | Sync Servlet mocks between spring-test & spring-web | sync servlet mocks between spring-test & spring-web | 51 | false | false | 7 | false | true | false | spring-projects | spring-framework | 14,967 |
6950d977c23864ad3e9b42a3718bd54b575a6b54 | Sam Brannen | Sam Brannen | Polish and simplify DispatcherServletInitializerTests | polish and simplify dispatcherservletinitializertests | 53 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,968 |
9124907b2981b844f0c7db59bf69db88e330f44b | Sam Brannen | Sam Brannen | Polish and simplify Jackson2ObjectMapperFactoryBeanTests | polish and simplify jackson2objectmapperfactorybeantests | 56 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,969 |
5f3506ae8ffd94ca72eaab45cfcd49ee1124d298 | Sam Brannen | Sam Brannen | Suppress build warnings in tests | suppress build warnings in tests | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,970 |
0d0e879ed0be11aecc7ad631192523b77d612faf | Sam Brannen | Sam Brannen | Upgrade to TestNG 6.9.6 | upgrade to testng 6.9.6 | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,971 |
c3e57dd245d45dfd334d1d44775c95093458b543 | Juergen Hoeller | Juergen Hoeller | AsyncAnnotationBeanPostProcessor tries to find TaskExecutor by type/name
Issue: SPR-13248 | asyncannotationbeanpostprocessor tries to find taskexecutor by type/name | 72 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,972 |
fca33f53e3cef7c15cec636a0a7b74dba49c0078 | Juergen Hoeller | Juergen Hoeller | Ported test adaptations to JPA 2.1 variant
Issue: SPR-13243 | ported test adaptations to jpa 2.1 variant | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,973 |
8e55ad1c08a6307a86b1bd320a72cbe3e236b245 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,974 |
66d8c2819f50e0c97660a44cc9d9057216068b7f | Juergen Hoeller | Juergen Hoeller | ScheduledAnnotationBeanPostProcessor falls back to "taskScheduler" bean by name
Issue: SPR-13236 | scheduledannotationbeanpostprocessor falls back to "taskscheduler" bean by name | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,975 |
0cce41eb94e63d8f8fba953cb4bb74f875b7f49e | Juergen Hoeller | Juergen Hoeller | Fixed exception message expectation plus formatting
Issue: SPR-13067 | fixed exception message expectation plus formatting | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,976 |
cc0a4c1ea040b5601acb8408bd83ead9fafdab3b | Juergen Hoeller | Juergen Hoeller | Upgrade to Jetty 9.3.1 and Undertow 1.2.9 | upgrade to jetty 9.3.1 and undertow 1.2.9 | 41 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,977 |
203f1225c38bdc161ee196eec278117096f37665 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,978 |
7e2a662f637a1b2cecb2d99a6c1d119cd1b4acbf | Juergen Hoeller | Juergen Hoeller | Enforce TransactionRequiredException for pre-bound EntityManager without actual transaction active
Issue: SPR-13243 | enforce transactionrequiredexception for pre-bound entitymanager without actual transaction active | 98 | false | false | 9 | true | true | false | spring-projects | spring-framework | 14,979 |
fffdd1e9e9dc887c3e8973147904d47d9fffbb47 | Craig Andrews | Sam Brannen | Introduce additional JsonPath matchers in Spring MVC Test
This commit introduces the following methods in JsonPathResultMatchers
in the Spring MVC Test framework.
- isString()
- isBoolean()
- isNumber()
- isMap()
In addition, this commit overhauls the Javadoc in
JsonPathResultMatchers and JsonPathExpectationsHelper.... | introduce additional jsonpath matchers in spring mvc test | 57 | false | false | 8 | true | true | false | spring-projects | spring-framework | 14,980 |
48b965ad333da1b4b8fb67dd5a08ad985b5ad135 | Sam Brannen | Sam Brannen | Improve performance of NumberUtils
This commit aims to improve the space and time performance of
NumberUtils by invoking valueOf() factory methods instead of the
corresponding constructors when converting a number to a target class. | improve performance of numberutils | 34 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,981 |
e0392d9da50d47ba9f79feb27f21ab7d1b413074 | Sam Brannen | Sam Brannen | Polish NumberUtilsTests | polish numberutilstests | 23 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,982 |
15033c1cc93bb881a0e5f0151f0af392f9c055d6 | Sam Brannen | Sam Brannen | Polish Javadoc for NumberUtils | polish javadoc for numberutils | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,983 |
c8d604bf053c6359a3a703f2688daf433494b16c | Sam Brannen | Sam Brannen | Ensure @AliasFor overrides attribute in correct meta-annotation
Prior to this commit, an explicit override for an attribute in a
meta-annotation configured via @AliasFor could potentially result in an
incorrect override of an attribute of the same name but in the wrong
meta-annotation.
This commit fixes the algorithm... | ensure @aliasfor overrides attribute in correct meta-annotation | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,984 |
1a659e3c1deab80b2b5de090a1dc8b77f9e137df | Stephane Nicoll | Stephane Nicoll | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,985 |
01bc2519c583142faf3bb39210a4c440acff3748 | Juergen Hoeller | Juergen Hoeller | Upgrade to AspectJ 1.9 beta 2 (for build compatibility with JDK 9 build 74+)
Issue: SPR-13297 | upgrade to aspectj 1.9 beta 2 (for build compatibility with jdk 9 build 74+) | 76 | false | false | 14 | false | false | false | spring-projects | spring-framework | 14,986 |
a3f39d52570b97d31b9ab7cf9d118bbbaef0fd3e | Stephane Nicoll | Stephane Nicoll | Add missing 4.2 XSDs
Issue: SPR-13300 | add missing 4.2 xsds | 20 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,987 |
92d266f489e67ad292a925a9a9f775e0a7cd81a3 | Stephane Nicoll | Stephane Nicoll | Merge pull request #851 from making/patch-1
* pr/851:
Remove type parameter of ResponseBodyEmitter | merge pull request #851 from making/patch-1 | 43 | true | false | 6 | true | false | false | spring-projects | spring-framework | 14,988 |
1ef0015eb26303e51727a59a0bbb70cae1c9146b | Toshiaki Maki | Stephane Nicoll | Remove type parameter of ResponseBodyEmitter
Closes gh-851 | remove type parameter of responsebodyemitter | 44 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,989 |
1a8e6653b8aab1d5029a6f14db3630144bfd6a5a | Spring Buildmaster | Spring Buildmaster | Next Development Version | next development version | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,990 |
731eccf524425239a11b6a7dd75fe506829732ee | Sam Brannen | Sam Brannen | Link to Annotation Programming Model from What's New
Issue: SPR-11515 | link to annotation programming model from what's new | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,991 |
4d6f143f85e8c69aa10073826566b7baa6926479 | Sam Brannen | Sam Brannen | Add link to 'Spring Annotation Programming Model' Wiki page
Issue: SPR-11515 | add link to 'spring annotation programming model' wiki page | 59 | false | false | 9 | true | true | false | spring-projects | spring-framework | 14,992 |
1a088f09571dea27aa3ac9c0a004f60b0fe82a28 | Juergen Hoeller | Juergen Hoeller | Upgrade to Hibernate Validator 5.2.1 | upgrade to hibernate validator 5.2.1 | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,993 |
c91c93c8164a708f0f8a01b70d2b5f5ea3a240da | Sam Brannen | Sam Brannen | Polish reference manual | polish reference manual | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,994 |
8bc2bffa7743b36434bcaf37e3fc68b3edb30243 | Juergen Hoeller | Juergen Hoeller | JSR-223 coverage in new-in-4.2 | jsr-223 coverage in new-in-4.2 | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,995 |
9ef38807e6b3220e2bcb6bdef0373ca023da980c | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,996 |
2c2bed2adbff39ec2508ba89af7a017bb57d3e95 | Juergen Hoeller | Juergen Hoeller | ResourceBundleMessageSource checks containsKey before calling getString
Issue: SPR-13295 | resourcebundlemessagesource checks containskey before calling getstring | 71 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,997 |
27cd87926ac57208996bf30d2e6c57a23bc626e7 | Rossen Stoyanchev | Rossen Stoyanchev | StandardServletAsyncWebRequest handling for onError
This change ensures that an onError outcome from an async request is
also routed to onCompletion handlers registered with
StandardServletAsyncWebRequest.
Issue: SPR-13292 | standardservletasyncwebrequest handling for onerror | 51 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,998 |
24285956a543743a7fd98b0bca4533ee5cfda2f9 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,999 |
80767ff6e9963761aa7e5516090fcda2c5a3bf74 | Brian Clozel | Brian Clozel | Use sendError in ResponseStatusExceptionResolver
Prior to this commit, the `ResponseStatusExceptionResolver` would use:
* `HttpServletResponse.sendError` if both a status and a reason are set
on the `@ResponseStatus` annotation
* `HttpServletResponse.setStatus` if only a status is set on the
`@ResponseStatus` annotati... | use senderror in responsestatusexceptionresolver | 48 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,000 |
1ff3af6da37896e229e54fc8592673918f9203f4 | Sam Brannen | Sam Brannen | Improve Javadoc for Ordered/@Order regarding sort semantics | improve javadoc for ordered/@order regarding sort semantics | 59 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,001 |
a07ba695b008b762793080f09fafa6bc409969c6 | Sam Brannen | Sam Brannen | Make @Order @Documented | make @order @documented | 23 | false | false | 3 | false | true | false | spring-projects | spring-framework | 15,002 |
e8ef3654c6cbd923a0861fa83360fb483a92fbbe | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,003 |
04348901f8bfd2af1a2fdc366ab692c8b5117735 | Juergen Hoeller | Juergen Hoeller | Unified createRequestConfig(Object) method, avoiding getInternalRequestConfig()
Issue: SPR-13125 | unified createrequestconfig(object) method, avoiding getinternalrequestconfig() | 79 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,004 |
10a2f50130998d16f0a94d0270ab6b2cab977a87 | Juergen Hoeller | Juergen Hoeller | Overridable invokeHandlerMethod and createInvocableHandlerMethod hooks
Issue: SPR-13293 | overridable invokehandlermethod and createinvocablehandlermethod hooks | 70 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,005 |
b1d6ae77e1be510580be14e7324925f6e5d12efb | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,006 |
b35103cc5cea4f352c03b5ba41687ee843bee374 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Hibernate ORM 5.0 RC3, Netty 4.0.30, JOpt Simple 4.9) | latest dependency updates (hibernate orm 5.0 rc3, netty 4.0.30, jopt simple 4.9) | 80 | false | false | 12 | false | false | false | spring-projects | spring-framework | 15,007 |
72c4e6157cf1f0e3a086e1dae20ddc7f332d608c | Sam Brannen | Sam Brannen | Polish appendices in the reference manual | polish appendices in the reference manual | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,008 |
754b7672f4ca854a0aca924b4574ba886a735499 | Sam Brannen | Sam Brannen | Document Spring's JUnit Rules in the reference manual
Issue: SPR-13037 | document spring's junit rules in the reference manual | 53 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,009 |
bfdf6b7b3ae3c4c8e8ee5bd73311440faafae841 | Sam Brannen | Sam Brannen | Document unique names for embedded databases in reference manual
Issue: SPR-12839 | document unique names for embedded databases in reference manual | 64 | false | false | 9 | false | true | false | spring-projects | spring-framework | 15,010 |
fb07be55b5123d010239c3ad636cfe277c91359d | Sam Brannen | Sam Brannen | Fix formatting and punctuation errors in reference manual | fix formatting and punctuation errors in reference manual | 57 | false | false | 8 | false | true | false | spring-projects | spring-framework | 15,011 |
e0fbd2d5b9edfbb62b474242ecc39e1c6a1dccf9 | Sam Brannen | Sam Brannen | Reorganize embedded database sections in reference manual | reorganize embedded database sections in reference manual | 57 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,012 |
c5b9b396aa98cda13534828fa8f9b4e7d0ef8221 | Sam Brannen | Sam Brannen | Polish embedded database sections in reference manual | polish embedded database sections in reference manual | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,013 |
1c8ac2b2aa573b776b7ff5e01a403b46cb074295 | Sam Brannen | Sam Brannen | Update @AliasFor Javadoc regarding new 'value' alias
Issue: SPR-13289 | update @aliasfor javadoc regarding new 'value' alias | 52 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,014 |
725292081e804ce33ac9848796f50e30e793fd25 | Sam Brannen | Sam Brannen | Introduce 'value' alias for 'attribute' in @AliasFor
SPR-11512 introduced support for annotation attribute aliases via
@AliasFor, requiring the explicit declaration of the 'attribute'
attribute. However, for aliases within an annotation, this explicit
declaration is unnecessary.
This commit improves the readability o... | introduce 'value' alias for 'attribute' in @aliasfor | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,015 |
3595c51d40a2e735964f22fd29be607b12f600b4 | Arjen Poutsma | Arjen Poutsma | Introduced DemandCounter | introduced demandcounter | 24 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,016 |
90493f49e628929b2d83ac564c0e5a6e8d524875 | Juergen Hoeller | Juergen Hoeller | Notes about autowiring in configuration classes and late registration scenarios
Issue: SPR-12970
Issue: SPR-13285 | notes about autowiring in configuration classes and late registration scenarios | 79 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,017 |
ff46cec58fc1c38379120f2339342cab2fe4f2a2 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,018 |
e1a0c50046b11e2ca6b0633bb77d5085f5b1b9e3 | Juergen Hoeller | Juergen Hoeller | Revised UriComponentsBuilder assertions
Issue: SPR-13257 | revised uricomponentsbuilder assertions | 39 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,019 |
291550a4843edbecd371e6f040c3b154dac6189f | Juergen Hoeller | Juergen Hoeller | AntPathMatcher allows for case-insensitive matching
Issue: SPR-13286 | antpathmatcher allows for case-insensitive matching | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,020 |
965fca808a2b98987731c2f9b4049d1f2ec8e0ef | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,021 |
faab220946d3cd8c72dffa3e0047c1f1d3eba110 | Juergen Hoeller | Juergen Hoeller | Initial test for Jackson-based JMS reply
Issue: SPR-13237 | initial test for jackson-based jms reply | 40 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,022 |
02d05ed133566cc4ba2d72c51e5f7ca3ede02e2a | Juergen Hoeller | Juergen Hoeller | Consistent lookup of parameter-level JsonView annotation
Issue: SPR-13265 | consistent lookup of parameter-level jsonview annotation | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,023 |
b7bdd724b2eab6959eade7868cfb1ecf21aa118b | Rossen Stoyanchev | Rossen Stoyanchev | Simplify use of headers for SockJsClient requests
Before this change, XhrTransport implementations had to be configured
with the headers to use for HTTP requests other than the initial
handshake.
After this change the handshake headers passed to SockJsClient by
default are used for all other HTTP requests related to ... | simplify use of headers for sockjsclient requests | 49 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,024 |
9f557cf9309f74d9598136c4ed5d8c179a981ebb | Rossen Stoyanchev | Rossen Stoyanchev | Polish SockJS client | polish sockjs client | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,025 |
6a59d005769008b8c9a02bc87cc1123a8c73cb7f | Sam Brannen | Sam Brannen | Fix references and typos in Spring MVC Test Javadoc
This commit fixes numerous references to 'legacy' packages within the
Javadoc for the Spring MVC Test framework.
In addition, this commit improves examples in Javadoc, adds links to
related classes where appropriate, and removes unnecessary imports for
types that ar... | fix references and typos in spring mvc test javadoc | 51 | false | false | 9 | false | true | false | spring-projects | spring-framework | 15,026 |
8de7848ab3a2617667e29fd7065249117ebf28d8 | Sam Brannen | Sam Brannen | Polish HtmlUnit support in the reference manual
Issues SPR-13158 | polish htmlunit support in the reference manual | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,027 |
b74377932cbe86c8f1570420af44057d9fb2e122 | Juergen Hoeller | Juergen Hoeller | Deprecate native JRuby support
Issue: SPR-13283 | deprecate native jruby support | 30 | false | false | 4 | false | true | false | spring-projects | spring-framework | 15,028 |
d83735694eff6919434e8a4557cfb6dc66e5175d | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,029 |
9e62c8efa1ac54ac36b9d37fb76ed584d7552996 | Juergen Hoeller | Juergen Hoeller | DefaultHandlerExceptionResolver logs warn entries for conversion exceptions
Issue: SPR-13267 | defaulthandlerexceptionresolver logs warn entries for conversion exceptions | 75 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,030 |
f0ac2784a4e9602a06bc91c3368f7cf423fc52dc | Juergen Hoeller | Juergen Hoeller | Removed unused fields from ConfigurationClassBeanDefinitionReader
Issue: SPR-11740
Issue: SPR-13280 | removed unused fields from configurationclassbeandefinitionreader | 65 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,031 |
4b4efa9f6e45460438186927397bbaba343f3185 | Rossen Stoyanchev | Rossen Stoyanchev | Placeholder support for STOMP @MessageMapping methods
Issue: SPR-13271 | placeholder support for stomp @messagemapping methods | 53 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,032 |
a65e0369f427f2cfeee7a33cf1922224337c9557 | Rossen Stoyanchev | Rossen Stoyanchev | Polish SimpAnnotationMethodMessageHandlerTests | polish simpannotationmethodmessagehandlertests | 46 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,033 |
29e6272c6beb870bcaab96182ed866c618f6bf64 | Sam Brannen | Sam Brannen | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,034 |
9023cf6ae0430790fba7738e25bd0c04bf8db4f6 | Sam Brannen | Sam Brannen | Redesign MockMvcHtmlUnitDriverBuilder API
This commit introduces a dedicated build() method in
MockMvcHtmlUnitDriverBuilder to replace createDriver(). In addition,
the configureDriver() method has been renamed to withDelegate() and now
returns the builder for further customization.
This commit also overhauls the Java... | redesign mockmvchtmlunitdriverbuilder api | 41 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,035 |
af73aae1d575f323243fd3374561b10037f2249f | Sam Brannen | Sam Brannen | Polish & fix copy-n-paste errors in HtmlUnit reference
Issues SPR-13158 | polish & fix copy-n-paste errors in htmlunit reference | 54 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,036 |
3b84a7e84d0a48a5efde12b04348d21c29fa1eaf | Sam Brannen | Sam Brannen | Redesign MockMvcWebClientBuilder API
This commit introduces a dedicated build() method in
MockMvcWebClientBuilder to replace createWebClient(). In addition, the
configureWebClient() method has been renamed to withDelegate() and now
returns the builder for further customization.
This commit also overhauls the construc... | redesign mockmvcwebclientbuilder api | 36 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,037 |
288d253b8bc809d6f8625206c76c7650c36ea446 | Sam Brannen | Sam Brannen | Introduce support for conditional lambda execution in Spring's Assume | introduce support for conditional lambda execution in spring's assume | 69 | false | false | 9 | true | true | false | spring-projects | spring-framework | 15,038 |
3d6f4656254c1d018175e9a7bd077055ff708a16 | Sam Brannen | Sam Brannen | Polish Javadoc in HtmlUnit support | polish javadoc in htmlunit support | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,039 |
680936f4a26a5ad78c12f630da88140f52dcb12f | Sam Brannen | Sam Brannen | Rename configureWebClient() to modifyWebClientInternal() in HtmlUnit support
This commit renames the configureWebClient() method in
WebConnectionHtmlUnitDriver to modifyWebClientInternal() in order to
better convey the relationship to HtmlUnitDriver#modifyWebClient().
Issues SPR-13158 | rename configurewebclient() to modifywebclientinternal() in htmlunit support | 76 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,040 |
484ac5e242b8010b99a23d9414b903d92d5336db | Rob Winch | Rob Winch | Polish Javadoc
Issue: SPR-13158 | polish javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,041 |
e998c450e679fb2fb0ccd8c6cbe76b738e0ec196 | Rob Winch | Rob Winch | Add Assume PERFORMANCE to needed HtmlUnit Tests
Some of the HtmlUnit Tests required an internet connection. This
caused failures when running offline.
This commit adds Assume PERFORMANCE to those tests so they are
only ran when the PERFORMANCE group is selected.
Issue: SPR-13158 | add assume performance to needed htmlunit tests | 47 | false | false | 7 | true | false | true | spring-projects | spring-framework | 15,042 |
14f27bda3708eee64ce21807d4284cdf6ca26566 | Juergen Hoeller | Juergen Hoeller | Prefer use of "Java EE" over "J2EE" | prefer use of "java ee" over "j2ee" | 35 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,043 |
e5a2b348298ee9fd890bd61cbcf9a70d8bf4a278 | Juergen Hoeller | Juergen Hoeller | Clarify acknowledge mode semantics and transaction recommendations
Issue: SPR-13278 | clarify acknowledge mode semantics and transaction recommendations | 66 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,044 |
0e2e6cf045a668dba257dc2ef7016062b626e9a1 | Brian Clozel | Brian Clozel | Polish WebJarsResourceResolver
Follow up to accb8519fd - same fix when resolving missing resources or
resolving a public URL for these resources. | polish webjarsresourceresolver | 30 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,045 |
0b0a5a9ed4c52f7ba5927d69cd4ef81d9dbb282e | Sam Brannen | Sam Brannen | Polish tests for HtmlUnit support | polish tests for htmlunit support | 33 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,046 |
accb8519fd923f07dd79b0cc41db179d416c64e6 | Brian Clozel | Brian Clozel | Polish WebJarsResourceResolver
Fix a potential NPE when trying to resolve non-existing webjars
resources in the resolver chain. | polish webjarsresourceresolver | 30 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,047 |
40ea9ffd636923275af2788939f12a29459db476 | Sam Brannen | Sam Brannen | Remove unnecessary imports | remove unnecessary imports | 26 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,048 |
b6c0e7cba3de036b96fb84c8893cdd0ac316194e | 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 | 15,049 |
e4acbae2704682b6cdfe5d0685cb63439a192827 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,050 |
26cfe5795fcaf59288a3c0e3ccdbb60751a9dd4b | Rossen Stoyanchev | Rossen Stoyanchev | Find @ResponseStatus recursively on getCause()
Issue: SPR-12903 | find @responsestatus recursively on getcause() | 46 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,051 |
c172d9d745c30c90dbba416cb15b38b7e9b54fb3 | Rossen Stoyanchev | Rossen Stoyanchev | Add trailing slash support to AbstractUrlHandlerMapping
Issue: SPR-12818 | add trailing slash support to abstracturlhandlermapping | 55 | false | false | 6 | true | false | false | spring-projects | spring-framework | 15,052 |
b18053f93a2f3b01c53843284627a54e751577cf | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test
The onFailure callback and future.get() occur in different threads so
this change adds a latch to ensure we have both before asserting.
Issue: SPR-12887 | fix failing test | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,053 |
8ff7cc73bcffca02117aab069017e857b17d59f3 | Rossen Stoyanchev | Rossen Stoyanchev | Try defaulContentType for application/octet-stream
AbstractHttpMessageConverter now tries to call getDefaultContentType
with the actual value to be converted to see if that will result in
a more concrete mediat type than application/octet-stream.
Issue: SPR-12894 | try defaulcontenttype for application/octet-stream | 50 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,054 |
b0848db17c53695087e3961c66d0028c9c56f8f1 | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #771 from dgtombs/SPR-12759
* dgtombs-SPR-12759:
Improve RedirectAttributes reference docs | merge pull request #771 from dgtombs/spr-12759 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,055 |
463878a03fdc20f73fae62d7ed0e9c21e23772e2 | David Tombs | Rossen Stoyanchev | Improve RedirectAttributes reference docs
The use of RedirectAttributes was documented in four places in the
reference documentation. This commit merges some of the places and links
properly between them.
Issue: SPR-12759 | improve redirectattributes reference docs | 41 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,056 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.