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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1da564d2f04d2aef49fc600ef1ff2f23642c19d2 | Juergen Hoeller | Juergen Hoeller | Joda/DateTimeFormatterRegistrar also supports YearMonth and MonthDay
Issue: SPR-13518 | joda/datetimeformatterregistrar also supports yearmonth and monthday | 68 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,857 |
bc0b707175719d186a9c35f020e7a7ce57cf866e | Juergen Hoeller | Juergen Hoeller | JodaTimeFormatterRegistrar supports Duration and Period as well
Issue: SPR-6706 | jodatimeformatterregistrar supports duration and period as well | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,858 |
fd84262e71de5c873b66cdf9a3f5a22f66ab83e9 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,859 |
9882a53c7dc26990e0a504be2116c2aec9e11684 | Stephane Nicoll | Stephane Nicoll | Fix test failure | fix test failure | 16 | false | false | 3 | false | true | false | spring-projects | spring-framework | 14,860 |
a0747c214835a82821a6b70ddc99296565a02b64 | Juergen Hoeller | Juergen Hoeller | Consistent bean type checking for endpoint handlers
Issue: SPR-13725 | consistent bean type checking for endpoint handlers | 51 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,861 |
57dc8199fb7e3781a8b2a083e85ac0debe35b8bf | Rossen Stoyanchev | Rossen Stoyanchev | Add ReactiveHttpFilter | add reactivehttpfilter | 22 | false | false | 2 | true | true | false | spring-projects | spring-framework | 14,862 |
c90ca15addf048ce1ea17b1149052d97a7655ea7 | Stephane Nicoll | Stephane Nicoll | Fix caching tests
Update assertion to validate the proper exception type is thrown. | fix caching tests | 17 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,863 |
17df02d01e9d61dd34f4cc5648fa7686864cc1a1 | Juergen Hoeller | Juergen Hoeller | Explicit flush example with JPA EntityManager
Issue: SPR-13723 | explicit flush example with jpa entitymanager | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,864 |
24e4f56d7efaafe72e672c8fc0d01d57150e6de3 | Juergen Hoeller | Juergen Hoeller | Test case for event listener methods on bean with potentially inactive scope
Also taking the opportunity to refine the "No Scope registered" exception message a bit.
Issue: SPR-13681 | test case for event listener methods on bean with potentially inactive scope | 76 | false | false | 12 | false | false | false | spring-projects | spring-framework | 14,865 |
bb05bc7c0154143dee4cf1f8982a5cc6f3cc2df9 | Juergen Hoeller | Juergen Hoeller | EventListenerMethodProcessor leniently handles unresolvable bean types
Issue: SPR-13712 | eventlistenermethodprocessor leniently handles unresolvable bean types | 70 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,866 |
2a3bf6999109deeead84d14b46cb91f9251eaf4a | Juergen Hoeller | Juergen Hoeller | AsyncAnnotationBeanPostProcessor leniently handles ambiguous TaskExecutor beans
Issue: SPR-13720 | asyncannotationbeanpostprocessor leniently handles ambiguous taskexecutor beans | 79 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,867 |
0f8a4bf706309e3b445b5a32eed1c6307f9b72f4 | Sebastien Deleuze | Sebastien Deleuze | Polish imports | polish imports | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,868 |
b18919d111b3ae6f60df4a85fd668c6fe04fa677 | Sebastien Deleuze | Sebastien Deleuze | Improve Javadoc for HandlerAdapter and HandlerMapping | improve javadoc for handleradapter and handlermapping | 53 | false | false | 6 | true | true | false | spring-projects | spring-framework | 14,869 |
58756b023cdd28683d82c8358ef8e202d6fa5022 | Andy Clement | Andy Clement | Ensure cast correctly included for OpPlus compilation
When the plus operator is used between strings in a SpEL
expression and that expression is compiled, it is
important to include a cast if computation of any of
the operands isn't obviously leaving strings on the
stack. Likewise if the stack contents are known to
be... | ensure cast correctly included for opplus compilation | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,870 |
d5ca5b74a58c96c91c12799f935ef7e402c7dfee | Juergen Hoeller | Juergen Hoeller | DateTimeFormatterRegistrar supports Duration and Period as well
Issue: SPR-13721 | datetimeformatterregistrar supports duration and period as well | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,871 |
d319edba28d0fbf24b58525bff3cc5bd04dc934f | Rossen Stoyanchev | Rossen Stoyanchev | HandlerMapping is now asynchronous | handlermapping is now asynchronous | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,872 |
b35d44bd4c4f2f12d6c337bc96f53f246df3c4c0 | Brian Clozel | Brian Clozel | Fix inputstream reading for HTTP range requests
Prior to this commit, range requests would be served by
ResourceHttpRequestHandler by partially reading the inputstream of
static resources. In case of resources contained in ZIP/JAR containers,
InputStreams may not fill the entire read buffer when calling
`inputStream.r... | fix inputstream reading for http range requests | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,873 |
dc57e2621cda360ca7f6e9c7ed3cfc18f75dae66 | Sebastien Deleuze | Sebastien Deleuze | Move HttpServer related classes back to src/main/java
This is needed in order to be able to use Spring Reactive in standalone
applications. These are temporary classes that will return in
src/test/java when Spring Boot support for Reactive applications will
be implemented. | move httpserver related classes back to src/main/java | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,874 |
20a286b4d68bec210456751b496c9b174e7ca287 | Juergen Hoeller | Juergen Hoeller | ASM ClassWriter uses application ClassLoader for its getCommonSuperClass check
Issue: SPR-13695 | asm classwriter uses application classloader for its getcommonsuperclass check | 78 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,875 |
3aefc9659378bae89f8d4e478d8488957ee7c352 | Juergen Hoeller | Juergen Hoeller | @ManagedOperationParameter declares @Target/@Retention/@Documented/@Repeatable now
This also turns @ManagedNotification into a repeatable annotation and consistently applies findAnnotation/getRepeatableAnnotations.
Issue: SPR-13700 | @managedoperationparameter declares @target/@retention/@documented/@repeatable now | 82 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,876 |
0524f3a4743de3b5d9480af8775390e02ea684e2 | Juergen Hoeller | Juergen Hoeller | Class identity comparisons wherever possible
Issue: SPR-12926 | class identity comparisons wherever possible | 44 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,877 |
e8417ea6e152a1864a86deee82776804e300873f | Juergen Hoeller | Juergen Hoeller | SimpAnnotationMethodMessageHandler skips template variable check in case of no pattern
Issue: SPR-13704 | simpannotationmethodmessagehandler skips template variable check in case of no pattern | 86 | false | false | 10 | false | false | false | spring-projects | spring-framework | 14,878 |
9d9433a6eb340f6c2a235588b9be5c5249de8d2f | Brian Clozel | Brian Clozel | Flush of underlying response in ContentCachingResponseWrapper
Prior to this commit, when adding a ShallowEtagHeaderFilter to an
application, the ServletResponse would be wrapped by a
ContentCachingResponseWrapper. When any part of the Spring
infrastructure calls `flushBuffer` on the wrapped response, the call is
deleg... | flush of underlying response in contentcachingresponsewrapper | 61 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,879 |
bf1afdfdc9d4c65391a1dcd198d6b9700a6b0593 | Stephane Nicoll | Stephane Nicoll | Add cache tests for JCache | add cache tests for jcache | 26 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,880 |
29303ef5916a0e05e3120287792eef6d479f5c3e | Andy Clement | Andy Clement | Allow MapAccessor to be compilable in SpEL expressions
With this change the MapAccessor now extends CompilablePropertyAccessor
rather than just PropertyAccessor. This means that any expression that
ends up using the MapAccessor is now compilable for fast performance.
Issue: SPR-13638 | allow mapaccessor to be compilable in spel expressions | 54 | false | false | 8 | false | true | false | spring-projects | spring-framework | 14,881 |
610b5a20ea3327d1a82b9bd62ede743eed1ab5f2 | Stephane Nicoll | Stephane Nicoll | Fix test name | fix test name | 13 | false | false | 3 | false | true | false | spring-projects | spring-framework | 14,882 |
8dea3c5ade47af23b098e49a5f6ddd44e40820c0 | Stephane Nicoll | Stephane Nicoll | Remove test duplication | remove test duplication | 23 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,883 |
918e0a38887cf1cac398aa399ba0aee1e59c74a2 | Stephane Nicoll | Stephane Nicoll | Merge pull request #926 from kazuki43zoo/modify-tld-in-adoc
* pr/926:
Add link in jsp tag library | merge pull request #926 from kazuki43zoo/modify-tld-in-adoc | 59 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,884 |
66d99f05aa048552d718010d416f890b57c85dde | Kazuki Shimizu | Stephane Nicoll | Add link in jsp tag library
Closes gh-926 | add link in jsp tag library | 27 | false | false | 6 | true | true | true | spring-projects | spring-framework | 14,885 |
4a3c0bc3b615df84afd7deb18bc102f5d363076e | Rossen Stoyanchev | Rossen Stoyanchev | Remove top-level org.springfamework.reactive package
reactive.codec -> core.codec
reactive.io -> util
These may very well not be the final locations. For now they simply
express that there are classes that belong somewhere in core, i.e.
they are lower level dependencies than web. | remove top-level org.springfamework.reactive package | 52 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,886 |
911d3769224d009fb9fe08c6cb5489686bbc5713 | Rossen Stoyanchev | Rossen Stoyanchev | Improve MimeType -> MediaType handling
This change adds an Encoder-to-MediaType lookup in
ResponseBodyResultHandler to avoid MimeType to MediaType creation at
runtime. | improve mimetype -> mediatype handling | 38 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,887 |
8d30722f21d0c6301ef6bee0e5498ebb37af7c4f | Rossen Stoyanchev | Rossen Stoyanchev | Remove @MVC test with multiple matches
RequestMappingHandlerMapping currently picks the first match and does
have logic to deal with selecting the best match. This caused a
random test failure depending on which controller method was matched
first. This change removes the test. | remove @mvc test with multiple matches | 38 | false | false | 6 | false | true | false | spring-projects | spring-framework | 14,888 |
e9e4bcdc599634ae8879815a33a8b4e41b909f61 | Rossen Stoyanchev | Rossen Stoyanchev | Move ~.web.reactive.server to ~.http.server | move ~.web.reactive.server to ~.http.server | 43 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,889 |
5f2d34f526f3f2b3c41dbc39a69374e526b6b5aa | Rossen Stoyanchev | Rossen Stoyanchev | Update Javadoc
Issue: SPR-13678 | update javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,890 |
de9c030ba190f8ab0fcac66067847ac21d1d5f63 | Sam Brannen | Sam Brannen | Suppress warnings in Gradle build | suppress warnings in gradle build | 33 | false | false | 5 | false | true | false | spring-projects | spring-framework | 14,891 |
d6073eaf8d8762683d4fbad602f81ab65a7f6460 | Stephane Nicoll | Stephane Nicoll | Merge pull request #923 from uthark/patch-2
* pr/923:
Remove invalid underscore | merge pull request #923 from uthark/patch-2 | 43 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,892 |
b2c132633f0fda2265978cc70317cfb26e7e198c | Oleg Atamanenko | Stephane Nicoll | Remove invalid underscore
Closes gh-923 | remove invalid underscore | 25 | false | false | 3 | true | true | true | spring-projects | spring-framework | 14,893 |
e0f473642627040e08ac0dd0e4a5f1c2626db5aa | Stephane Nicoll | Stephane Nicoll | Merge pull request #922 from uthark/patch-1
* pr/922:
Add quotes around attribute value | merge pull request #922 from uthark/patch-1 | 43 | true | false | 6 | false | false | false | spring-projects | spring-framework | 14,894 |
a834639ac8a55878886866579a48a760636baa74 | Oleg Atamanenko | Stephane Nicoll | Add quotes around attribute value
Closes gh-922 | add quotes around attribute value | 33 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,895 |
59d60c60cf9084598dd95ad016d77df3dd98c4be | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,896 |
d781ac0c920b995fe5fa92c6db6f593be4e5e76f | Spring Buildmaster | Spring Buildmaster | Next Development Version | next development version | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 14,897 |
1cb6069734fc30c34979aa6f0cbf4241599879ab | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,898 |
4b682275c953770b3b7514ac17413285e2e421eb | Sam Brannen | Sam Brannen | Clean up warnings in spring-test | clean up warnings in spring-test | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,899 |
5b901852e6ee6048d7d2e243dafe4b3c8d533ad8 | Juergen Hoeller | Juergen Hoeller | Upgrade to HtmlUnit 2.19
This upgrade includes AutoCloseable support for HtmlUnit WebConnections as introduced in 2.19, while remaining compatible with 2.18.
Issue: SPR-13686 | upgrade to htmlunit 2.19 | 24 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,900 |
81867fa4237643ca3eae24a8f085bc4b5f9443b3 | Rossen Stoyanchev | Rossen Stoyanchev | Refactor package structure for web
The web related code is now under org.springframework.web.reactive.
This is parallel to org.springframework.web (the top-level package of
spring-webmvc). | refactor package structure for web | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,901 |
54ce20a5e04275835b40f2cd1453db778264191e | Rossen Stoyanchev | Rossen Stoyanchev | Rename field in HandlerResult | rename field in handlerresult | 29 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,902 |
c6713c23e327961d021706e5b1e4d5ebe8e2f458 | Sebastien Deleuze | Rossen Stoyanchev | Add a ResolvableType field to HandlerResult
This change allows to be able to check generic type on the return value
at HandlerAdapter and ResultHandler level. For example, it allows to do
a Publisher<Void> check in SimpleHandlerResultHandler. | add a resolvabletype field to handlerresult | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 14,903 |
5d4201d50079fc36fee21617ece1bfbbcf194120 | Rossen Stoyanchev | Rossen Stoyanchev | Fix "Content-Type" and "Accept" header processing
"Content-Type" is just a single MediaType.
For the response, the MediaType must be fully selected before
selecting and encoder.
The ResponseBodyResultHandler now includes actual content negotiation
with a potential 406 response. | fix "content-type" and "accept" header processing | 49 | false | false | 6 | false | true | false | spring-projects | spring-framework | 14,904 |
ce5887795babb1edabf00636e3f0325d40bdd06a | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (JasperReports 6.2, Jetty 9.3.6, Joda-Time 2.9.1, HttpAsyncClient 4.1.1) | latest dependency updates (jasperreports 6.2, jetty 9.3.6, joda-time 2.9.1, httpasyncclient 4.1.1) | 98 | false | false | 11 | false | false | false | spring-projects | spring-framework | 14,905 |
2de127ad4ad8dcb81521039749308de58ac81420 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,906 |
6d5c646fafbb3b593211125991e4ee76b4e7a79b | Juergen Hoeller | Juergen Hoeller | Empty lists declared with element type (for javac to accept it)
Issue: SPR-13680 | empty lists declared with element type (for javac to accept it) | 63 | false | false | 11 | false | false | false | spring-projects | spring-framework | 14,907 |
bdc5b38cb12d26605a968845338bef5bad22816d | Sebastien Deleuze | Rossen Stoyanchev | Refactor codecs
This commit introduces the following changes:
- MessageToByteEncoder/Decoder renamed to Encoder/Decoder
- JsonObjectEncoder/Decoder are now used directly in
JacksonJsonEncoder/Decoder
- Codec uses MimeType instead of MediaType since they
are not specific to HTTP
- Default MimeType are now man... | refactor codecs | 15 | false | false | 2 | false | false | false | spring-projects | spring-framework | 14,908 |
3cb926e01c227dc6a95a270957b3e3902363a2cd | Juergen Hoeller | Juergen Hoeller | Task list getters never return null now
Issue: SPR-13680 | task list getters never return null now | 39 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,909 |
98c7a63bb78996d14e58f8db38fc3b8fdd3c7306 | Sam Brannen | Sam Brannen | Merge pull request #825 from rwinch/SPR-13158
* SPR-13158:
Polish MockMvc HtmlUnit Support
Ensure spring-test builds against HttpComponents 4.5
Upgrade to HtmlUnit 2.18 GA
Mention HtmlUnit support in the What's New section
Introduce support for HtmlUnit in Spring MVC Test | merge pull request #825 from rwinch/spr-13158 | 45 | true | false | 6 | true | false | false | spring-projects | spring-framework | 14,910 |
d21ad2998285ffbd0414c3b928cd6f864780486a | Sam Brannen | Sam Brannen | Polish MockMvc HtmlUnit Support
- formatting
- code style
- organized imports
- precondition assertions
- suppressed warnings
- Javadoc enhancements
Issue: SPR-13158 | polish mockmvc htmlunit support | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,911 |
8ff247b17a1642996da5c1f066a1bd9f8ef01f24 | Sam Brannen | Sam Brannen | Ensure spring-test builds against HttpComponents 4.5
This is necessary to ensure that the version of HtmlUnit that we use is
compatible with HttpComponents 4.5.
Issue: SPR-13158 | ensure spring-test builds against httpcomponents 4.5 | 52 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,912 |
7d16e3b97c71e18b98ca27fa2635af00bef0c9f6 | Sam Brannen | Sam Brannen | Upgrade to HtmlUnit 2.18 GA
Issue: SPR-13158 | upgrade to htmlunit 2.18 ga | 27 | false | false | 5 | false | false | false | spring-projects | spring-framework | 14,913 |
bc1f0d3bdce5c3f54c02557a6c03712df33810eb | Sam Brannen | Sam Brannen | Mention HtmlUnit support in the What's New section
Issue: SPR-13158 | mention htmlunit support in the what's new section | 50 | false | false | 8 | false | true | false | spring-projects | spring-framework | 14,914 |
b73e39423c6b44f4cc30a38528bbf5d162754f51 | Rob Winch | Sam Brannen | Introduce support for HtmlUnit in Spring MVC Test
This commit introduces integration between MockMvc and HtmlUnit, thus
simplifying end-to-end testing when using HTML-based views and enabling
developers to do the following.
- Easily test HTML pages using tools such as HtmlUnit, WebDriver, & Geb
without the need t... | introduce support for htmlunit in spring mvc test | 49 | false | false | 8 | true | true | true | spring-projects | spring-framework | 14,915 |
c5a037a5cf942996a1558b5483dc2a0d893a5682 | Sam Brannen | Sam Brannen | Delete unused Spring Security config file | delete unused spring security config file | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,916 |
5b8b1dd378376da99e955ab55c5c544205c00ff1 | Sam Brannen | Sam Brannen | Clean up database tests in spring-test | clean up database tests in spring-test | 38 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,917 |
aae0bd2fb43092bd3e1bc5c3296265e760b4fc43 | Sam Brannen | Sam Brannen | Update TODO for SPR-13280 | update todo for spr-13280 | 25 | false | false | 4 | true | false | true | spring-projects | spring-framework | 14,918 |
47e1724d0e8d2c8447112b8d88b516ac514fbb99 | Sam Brannen | Sam Brannen | Deprecate TxConfigAttributes alongside @TxConfig
Since @TransactionConfiguration is now deprecated, this commit also
deprecates TransactionConfigurationAttributes with the intention of
completely removing TransactionConfigurationAttributes once
@TransactionConfiguration has been removed.
Issue: SPR-13277 | deprecate txconfigattributes alongside @txconfig | 48 | false | false | 4 | false | true | false | spring-projects | spring-framework | 14,919 |
d6bdfcaa6e29ef40ead5dbbfd3e2bf6d6373f026 | Sam Brannen | Sam Brannen | Introduce @Commit alias for @Rollback(false)
Due to common usage of @Rollback(false), this commit introduces a new
@Commit annotation that more clearly conveys the intent of the code
while retaining the run-time semantics.
@Commit is in fact meta-annotated with @Rollback(false).
Issue: SPR-13279 | introduce @commit alias for @rollback(false) | 44 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,920 |
baa66f7bfadd4fd3795e4e8215df70f8dc4af4d2 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,921 |
c4bbc9df338dca9cff49b0c5e6c70c999eb47654 | Sam Brannen | Sam Brannen | Migrate @TxConfig usage to @Rollback & @Transactional qualifiers
Issue: SPR-13276, SPR-13277 | migrate @txconfig usage to @rollback & @transactional qualifiers | 64 | false | false | 8 | false | true | false | spring-projects | spring-framework | 14,922 |
3f8b51283e8c5a6e07bc3b5cc62659e831e19093 | Sam Brannen | Sam Brannen | Support @Rollback on classes & deprecate @TxConfig
Since Spring Framework 2.5, @Rollback has been supported on test
methods, with class-level rollback settings configured via
@TransactionConfiguration; however, allowing @Rollback to be declared
on test classes with method-level declarations overriding class-level
decl... | support @rollback on classes & deprecate @txconfig | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,923 |
efd7f9bf729d3391e2f6182a2a2b7970ea26e840 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,924 |
e1cce309ae6ceb75faa6cb09a6e51d3344210092 | Juergen Hoeller | Juergen Hoeller | DispatcherServlet passes resolved multipart request into applyDefaultViewName
Issue: SPR-13272 | dispatcherservlet passes resolved multipart request into applydefaultviewname | 77 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,925 |
0f54f686b26c9a49c83ed775166ad9a10b0990cc | Juergen Hoeller | Juergen Hoeller | PayloadArgumentResolver supports JsonView as well (through AbstractMessageConverter revision)
AbstractMessageConverter provides overloaded methods with a conversion hint, MappingJackson2MessageConverter takes that hint into account, and SimpMessagingTemplate transformes such a hint in the given headers map into an exp... | payloadargumentresolver supports jsonview as well (through abstractmessageconverter revision) | 93 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,926 |
24b1dc14d28833b70f183b204281d4581890bcba | Sam Brannen | Sam Brannen | Reduce scope of suppressed deprecation warnings in SpringJUnit4ClassRunner | reduce scope of suppressed deprecation warnings in springjunit4classrunner | 74 | false | false | 8 | true | true | false | spring-projects | spring-framework | 14,927 |
dede31eeed505c17dafd670e6b9ee289de5fc396 | Sam Brannen | Sam Brannen | Polish Javadoc in @Timed & @Repeat | polish javadoc in @timed & @repeat | 34 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,928 |
8e5244ac3dd218cceef42ee5fe959f932fe875e4 | Sebastien Deleuze | Sebastien Deleuze | Polish script templating documentation | polish script templating documentation | 38 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,929 |
2a995ae2462fa62387bd3290cb48664dae09f5d9 | Sam Brannen | Sam Brannen | Polish syntax in build.gradle | polish syntax in build.gradle | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,930 |
0e67adb3a9692dcf93e09d67aaa448e23171e79b | Sam Brannen | Sam Brannen | Update list of annotations supporting @AliasFor | update list of annotations supporting @aliasfor | 47 | false | false | 6 | false | true | false | spring-projects | spring-framework | 14,931 |
2afbfb2c0d3fcfe6c9a240a7e9d14ee44d44d9cb | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,932 |
43e36e2dee8e2c7be54ba3715cc355c8a35f9efc | Brian Clozel | Brian Clozel | Improve DateHeaders in MockServletRequest/Response
Prior to this change, calling the `setDateHeader` method on a
Spring Test MockHttpServletResponse instance would just store the given
long value in a Map, not writing it as a formatted date String.
Also, calling `getDateHeader` on a MockHttpServletRequest would not
su... | improve dateheaders in mockservletrequest/response | 50 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,933 |
3c799e6e05a44989016912b8b80af6d653f28035 | Sam Brannen | Sam Brannen | Do not reuse mock requests in Spring MVC Test
SPR-13211 introduced support for reusing mock requests in Spring MVC
Test if the request was created by the the Spring TestContext
Framework. Unfortunately, that change makes it impossible for
MockMvc.perform() to be invoked multiple times within the same test
method witho... | do not reuse mock requests in spring mvc test | 45 | false | false | 9 | false | false | false | spring-projects | spring-framework | 14,934 |
758a470d63194607270a60936086a4608da418fa | Sam Brannen | Sam Brannen | Include attribute/session name in assertions in RequestResultMatchers | include attribute/session name in assertions in requestresultmatchers | 69 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,935 |
bb51447860113f2c17d5e8d4df22c0ca1817b8f3 | Sam Brannen | Sam Brannen | Fix typos in RequestResultMatchers | fix typos in requestresultmatchers | 34 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,936 |
f06581f5b87a2db377f65778d3268af144c83c94 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,937 |
8196af4bc540f4648098fd460c654e35567308c2 | Juergen Hoeller | Juergen Hoeller | UriComponentsBuilder.fromUriString accepts empty URIs
Issue: SPR-13257 | uricomponentsbuilder.fromuristring accepts empty uris | 53 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,938 |
27bd8d03746d5157cfeb62605913e864a4cf8c6a | Brian Clozel | Brian Clozel | Polish documentation on HTTP date formats | polish documentation on http date formats | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,939 |
cf2aed9d005686a7955c2ccfd42c07526b24fbd3 | Brian Clozel | Brian Clozel | Add a dateValue HeaderResultMatcher
HTTP headers such as "Expires", "Last-Modified" all use date
strings like "Tue, 21 Jul 2015 10:00:00 GMT". Prior to this commit,
there was no way to match those header values, besides formatting dates
manually.
This commit introduces a new HeaderResultMatcher to test those date
hea... | add a datevalue headerresultmatcher | 35 | false | false | 4 | true | true | true | spring-projects | spring-framework | 14,940 |
ed20b3771c564fb0c0021046647a169819e808a9 | Sam Brannen | Sam Brannen | Clean up warnings on Hibernate support code | clean up warnings on hibernate support code | 43 | false | false | 7 | false | false | false | spring-projects | spring-framework | 14,941 |
edd6e76b9f16cbbb643f32fca8b74f041bde0034 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,942 |
1a636b10230c550412de4cafafd9f1362e7ac77b | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,943 |
7c22d60fd815e1b04d79f857e382c2aa4abe5409 | Juergen Hoeller | Juergen Hoeller | Streamlined WebContentGenerator API variants: checkRequest, prepareResponse, applyCacheControl, applyCacheSeconds
Issue: SPR-11792 | checkrequest, prepareresponse, applycachecontrol, applycacheseconds | 67 | false | false | 4 | false | false | false | spring-projects | spring-framework | 14,944 |
b277c081e773dc0dfbd4429bb03c7e91f2ded188 | Juergen Hoeller | Juergen Hoeller | Upgrade to Hibernate Validator 5.2 GA and Jackson 2.6 GA | upgrade to hibernate validator 5.2 ga and jackson 2.6 ga | 56 | false | false | 10 | false | false | false | spring-projects | spring-framework | 14,945 |
dd0966e1f542602a871d774042b9a3c645a345f5 | Sam Brannen | Sam Brannen | Cross reference Servlet API mocks in Testing chapter | cross reference servlet api mocks in testing chapter | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 14,946 |
d67d8ddf2d5e0f8c78bcd1832b83b13303d6e16b | Sam Brannen | Sam Brannen | Fix formatting | fix formatting | 14 | false | false | 2 | false | true | false | spring-projects | spring-framework | 14,947 |
2dfa1804f4b03d5dd9f4b86d012371277e100cd9 | Sam Brannen | Sam Brannen | Document AopTestUtils in the reference manual
Issue: SPR-13006 | document aoptestutils in the reference manual | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 14,948 |
420e8ca83315438778a232516c0ec15be65981a5 | Sam Brannen | Sam Brannen | Sync Javadoc and reference manual regarding ReflectionTestUtils | sync javadoc and reference manual regarding reflectiontestutils | 63 | false | false | 7 | false | true | false | spring-projects | spring-framework | 14,949 |
6b84c332fd4ecacf8afd7c31f95645a679b8a103 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,950 |
088a50c1fbd4fd4d0cc89fb8733c90bff796b611 | Brian Clozel | Brian Clozel | Improve setDateHeader impl in MockServletResponse
Prior to this change, calling the `setDateHeader` method on a
MockHttpServletResponse instance (internal implementation for testing
the spring-web module) would just store the given long value in a Map,
not writing it as a formatted date String.
This can be problemati... | improve setdateheader impl in mockservletresponse | 49 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,951 |
eef937e4f2d132d601d7bb82d54e1b724ee94dee | Brian Clozel | Brian Clozel | Rename <mvc:cachecontrol/> to <mvc:cache-control/> | cache-control/> | 15 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,952 |
9149bf7ad4e1a47632020b8b89523398ebfd4146 | Brian Clozel | Brian Clozel | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 14,953 |
327785d19ebcf56163d173fac54b4c9c729b20b3 | Brian Clozel | Brian Clozel | Fix typo in resource handling reference doc | fix typo in resource handling reference doc | 43 | false | false | 7 | true | true | true | spring-projects | spring-framework | 14,954 |
09e3fc40e5c24a9e10e807f892e1158ba16680d1 | Felix | Brian Clozel | Reset Pragma header in WebContentGenerator
As filter-based libraries and projects (such as Spring Security) may
use the "Pragma" header in HTTP responses, WebContentGenerator should
make sure that such headers are overwritten to avoid clashes with
the HTTP caching headers set by the HTTP caching configuration.
Issue:... | reset pragma header in webcontentgenerator | 42 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,955 |
d8fb6c557d890c2404c6bbc42790be469af55fe2 | Sam Brannen | Sam Brannen | Delete unused imports in HeaderAssertionTests | delete unused imports in headerassertiontests | 45 | false | false | 5 | true | true | true | spring-projects | spring-framework | 14,956 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.