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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3272a3b8badc29fd6f6022476dfb0124fbfeca85 | Rossen Stoyanchev | Rossen Stoyanchev | Check HTTP method before raising 415
This commit moves the check whether an HTTP method supports request
body up to the base class so that all sub-classes can benefit (not just
@RequestBody).
Issue: SPR-13176 | check http method before raising 415 | 36 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,357 |
244c95b076542b112ab884392ebfbc9ab6dd8db0 | Brian Clozel | Brian Clozel | Fix @RequestBody argument processing for null Content-Type
Since the changes introduced in SPR-12778, some `@RequestBody` args
would not be properly processed in some cases:
* requests with an empty body
* no Content-Type header defined
This typically happens when GET requests are mapped on a handler dealing
with PO... | fix @requestbody argument processing for null content-type | 58 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,358 |
749bee4d58ddf2f92a30a4b362c07f12cee0eaaa | Rossen Stoyanchev | Rossen Stoyanchev | Polish tests | polish tests | 12 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,359 |
df83196ad74ce2ddbf5a51ae8ef651a77f328b9a | Sam Brannen | Sam Brannen | Update required email dependencies in reference manual
Beginning with Java 6, the JavaBeans Activation Framework (JAF) is part
of the JDK. Thus, there is no longer a need to explicitly include a
dependency on `activation.jar` when using Spring's email support in
Spring Framework 4.0 and higher which anyway requires Ja... | update required email dependencies in reference manual | 54 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,360 |
265cd2ad1e7e4fbb5bde44c61ec38c004ce91983 | Juergen Hoeller | Juergen Hoeller | Javadoc fine-tuning for 4.2 | javadoc fine-tuning for 4.2 | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,361 |
0411435bac835de88a80a64b3f67b1b89244e907 | Juergen Hoeller | Juergen Hoeller | XML parsing tests pass on non-English locales now, plus a revised exception message and some minor polishing
Issue: SPR-13136
(cherry picked from commit 38b8262e1e2db9be9d2171d81547da5c65ba7e09) | xml parsing tests pass on non-english locales now, plus a revised exception message and some minor polishing | 108 | false | false | 17 | false | false | false | spring-projects | spring-framework | 15,362 |
d79ec68db40c381b8e205af52748ebd3163ee33b | Rossen Stoyanchev | Rossen Stoyanchev | Disable DTD when parsing untrusted XML input
Issue: SPR-13136 | disable dtd when parsing untrusted xml input | 44 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,363 |
c552aaa6f1cd83582a61c7f1fd9e146da19c3c8a | Arjen Poutsma | Arjen Poutsma | work, work. | work, work | 10 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,364 |
2d6ec953e4d6e96c878f4d18f4dea30811145194 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Jackson 2.6 RC3, JavaMail 1.5.4, JRuby 1.7.20.1) | latest dependency updates (jackson 2.6 rc3, javamail 1.5.4, jruby 1.7.20.1) | 75 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,365 |
4facb2fc22504d28a7b2057391efcb9f5ef9dde9 | Juergen Hoeller | Juergen Hoeller | ContentCachingResponseWrapper defensively applies content length in case of sendError/sendRedirect
Issue: SPR-13004 | contentcachingresponsewrapper defensively applies content length in case of senderror/sendredirect | 98 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,366 |
49aabd5ac249e02298acce06a2be037601aeb92e | Sam Brannen | Sam Brannen | Polish Javadoc for (Synthesizing)MethodParameter | polish javadoc for (synthesizing)methodparameter | 48 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,367 |
dc1f921f5c357ed6593b3d99b22cb8f6d34849f2 | Juergen Hoeller | Juergen Hoeller | Split between basic MethodParameter and SynthesizingMethodParameter
This split avoids a package tangle (between core and core.annotation) and also allows for selective use of raw annotation exposure versus synthesized annotations, with the latter primarily applicable to web and message handler processing at this point... | split between basic methodparameter and synthesizingmethodparameter | 67 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,368 |
26acb4887d5e8521e4f7d1bb23994e1992904996 | Juergen Hoeller | Juergen Hoeller | YamlProcessor explicitly closes UnicodeReader
Issue: SPR-13173 | yamlprocessor explicitly closes unicodereader | 45 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,369 |
7c94c699df376e9916cccd9aacce4e0196ecd404 | Sam Brannen | Sam Brannen | Use annotation attribute aliases in examples
This commit updates examples in the reference manual to use annotation
attribute aliases. | use annotation attribute aliases in examples | 44 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,370 |
595f9bfc415bd7850b9f1b5f5664cbb03761134f | Sam Brannen | Sam Brannen | Polish attribute alias examples in "what's new" | polish attribute alias examples in "what's new" | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,371 |
110ccaa7213561c436aed1574a6c822e79010926 | Sam Brannen | Sam Brannen | Use annotation attribute aliases in examples
This commit updates examples in the reference manual to use annotation
attribute aliases. | use annotation attribute aliases in examples | 44 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,372 |
a7d8103d640f76de95f92bdda87582a863d7ddba | Sam Brannen | Sam Brannen | Polish CORS documentation in the reference manual | polish cors documentation in the reference manual | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,373 |
39d689da0c938fa242f1c26cfe507a84a4256711 | Brian Clozel | Brian Clozel | Fix conditional requests support for HttpEntity
Prior to this commit, `HttpEntityMethodProcessor` would rely on
`ServletWebRequest` to process conditional requests and with incoming
`"If-Modified-Since"` / `"If-None-Match"` request headers.
This approach is problematic since in that class:
* response is wrapped in a... | fix conditional requests support for httpentity | 47 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,374 |
338a18ef990cc849863c142af6ecc0245e148ddd | Sebastien Deleuze | Sebastien Deleuze | Polish Web Improvements section | polish web improvements section | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,375 |
42424d635918e66027e91a931448adebe8de79fa | Sam Brannen | Sam Brannen | Document XML attributes in mvc:resource-chain in 4.1 XSD
Issue: SPR-12804 | resource-chain in 4.1 xsd | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,376 |
b439402d5779ffdc8917f06586338bc966561efe | Sebastien Deleuze | Sebastien Deleuze | Add CORS section to the ref doc | add cors section to the ref doc | 31 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,377 |
c9b26d80e1c3b439b3e3f3916c95387e9bf26601 | Sam Brannen | Sam Brannen | Polish resource chain documentation | polish resource chain documentation | 35 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,378 |
c61552b2587e0ad5ae09c6584497311441a468e2 | Brian Clozel | Brian Clozel | Document XML attributes in mvc:resource-chain
Issue: SPR-12804 | resource-chain | 14 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,379 |
e0d0fc53a98a034c08fc0092c9188e5b3e86a2fa | Sebastien Deleuze | Sebastien Deleuze | Update new features section in the reference doc | update new features section in the reference doc | 48 | false | false | 8 | false | true | false | spring-projects | spring-framework | 15,380 |
63a1348c32264efb80a71bef13af9f617842320b | Sam Brannen | Sam Brannen | Polish LoggingResultHandler in Spring MVC Test
Issue: SPR-13171 | polish loggingresulthandler in spring mvc test | 46 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,381 |
693dcba8679ebc83b6b871a214c9e4bf98449eb4 | Sam Brannen | Sam Brannen | Introduce LoggingResultHandler in Spring MVC Test
Prior to this commit, the Spring MVC Test framework only provided
support for printing debug information about the MvcResult to STDOUT.
This commit introduces support for logging `MvcResult` details at
`DEBUG` level via the Apache Commons Logging API. In addition, thi... | introduce loggingresulthandler in spring mvc test | 49 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,382 |
895d43a2b3a80c88390345fd2c135d1c9d1cc7d2 | Sam Brannen | Sam Brannen | Print cookies in human-readable form in Spring MVC Test
Prior to this commit, when rendering cookies via `andDo(print())` in
Spring MVC Test, the output for the `MockHttpServletResponse` would
look something like the following:
Cookies = [javax.servlet.http.Cookie@25084a1e]
The reason is that the Cookie class in j... | print cookies in human-readable form in spring mvc test | 55 | false | false | 9 | false | true | false | spring-projects | spring-framework | 15,383 |
a2d3c27ed1b9fc573cb18262444b9c905ebd27a6 | Juergen Hoeller | Juergen Hoeller | Allow MVC handler methods to return any CharSequence type as view name
Issue: SPR-13165 | allow mvc handler methods to return any charsequence type as view name | 70 | false | false | 12 | false | true | false | spring-projects | spring-framework | 15,384 |
a5349eb2f86715b382a52909f7a990879fc5fd5c | Juergen Hoeller | Juergen Hoeller | Base64Utils falls back to JAXB DatatypeConverter for String-based encoding
Issue: SPR-12938 | base64utils falls back to jaxb datatypeconverter for string-based encoding | 74 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,385 |
5b47504dd4abdb0d00c4596cc86107f46fcf3b82 | Brian Clozel | Brian Clozel | Document XsltView in reference doc
And delete all references to the deprecated AbstractXsltView.
Issue: SPR-6599 | document xsltview in reference doc | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,386 |
8416752645d5327f07a13d5037931a1196dcad21 | Sam Brannen | Sam Brannen | Polish Javadoc for MVC parameter binding annotations | polish javadoc for mvc parameter binding annotations | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,387 |
34204d27f384f0f151ce1f50139a60d5c76026bf | Sam Brannen | Sam Brannen | Merge pull request #828 from Youmoo/Youmoo-patch-1
* Youmoo-Youmoo-patch-1:
Fix BeanWrapperImpl example code in ref. manual | merge pull request #828 from youmoo/youmoo-patch-1 | 50 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,388 |
8d06b06a9bb396d56ccac591875135aedd4cf33e | youmoo | Sam Brannen | Fix BeanWrapperImpl example code in ref. manual | fix beanwrapperimpl example code in ref. manual | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,389 |
776716087caee9b8292cd733f858b360211ed1c8 | Brian Clozel | Brian Clozel | Merge pull request #827 from Youmoo/Youmoo-patch-1
fix typo in reference documentation | merge pull request #827 from youmoo/youmoo-patch-1 | 50 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,390 |
ba48d6489ff5b01ca656cceba19414b6eb404ebb | Brian Clozel | Brian Clozel | Mention Groovy Markup Templates in ref doc
Add a section on Groovy Markup Template support and
reorder sections in the View Technologies chapter, to have in order:
* Thymeleaf
* Groovy Markup Template
* Velocity and Freemarker
* JSPs
* Script Templates
* other views...
Issue: SPR-12829 | mention groovy markup templates in ref doc | 42 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,391 |
e72b821a73b23be8bc2b33c323dcd3b0bdc11b85 | Brian Clozel | Brian Clozel | Mention WebJarsResourceResolver in ref doc
Issue: SPR-12323 | mention webjarsresourceresolver in ref doc | 42 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,392 |
2fe6dddbf3d0600014846cf51a80b0698b97c3c1 | youmoo | youmoo | fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 15,393 |
89cc8e04014f9edd314de3eb4ec0d455f771d35e | Sebastien Deleuze | Sebastien Deleuze | Restore compatibility with Jackson 2.1
Issue: SPR-12501 | restore compatibility with jackson 2.1 | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,394 |
3bff7bd895e47981751c91fbd222710b96315736 | Sebastien Deleuze | Sebastien Deleuze | Serialize with type only with jackson 2.6+
Previous Jackson versions do not serialize polymorphic collections correctly
when the type is specified.
Issue: SPR-12811 | serialize with type only with jackson 2.6+ | 42 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,395 |
b542b5277500cd6261a6126bbd73fec2c9250e5b | Rossen Stoyanchev | Rossen Stoyanchev | Update Javadoc on AntPathMatcher | update javadoc on antpathmatcher | 32 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,396 |
6842fd7fb954e751fb6c310f7183527fd1876653 | Rossen Stoyanchev | Rossen Stoyanchev | Ensure result ready in asyncDispatch in MockMvc
Issue: SPR-13079 | ensure result ready in asyncdispatch in mockmvc | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,397 |
289f35da3a57bb5e491b30c7351072b4e801c519 | Sebastien Deleuze | Sebastien Deleuze | Call type aware canWrite() when using a GenericHttpMessageConverter
This commit introduces the following changes:
- In AbstractMessageConverterMethodProcessor, the type aware variant of
canWrite() is now called when the converter implements
GenericHttpMessageConverter.
- The Javadoc has been updated in Generic... | call type aware canwrite() when using a generichttpmessageconverter | 67 | false | false | 8 | false | true | false | spring-projects | spring-framework | 15,398 |
51e30dd2211d635703359e907529a1ec871b91fa | Sam Brannen | Sam Brannen | Polish MimeType | polish mimetype | 15 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,399 |
e8c8d2a6ad1d75b72bb680a2bf76043a7a8cee79 | Sam Brannen | Sam Brannen | Refactor WebSocket int. tests to work w/ Jetty 9.3
Recent builds of Jetty 9.3 require that Jetty's own ServletContext
implementation be supplied to WebSocketServerFactory's init() method.
Otherwise, the Jetty server will fail to start with the exception
message: "Not running on Jetty, WebSocket support unavailable".
... | refactor websocket int. tests to work w/ jetty 9.3 | 50 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,400 |
8b50750511cc7c05832f1a138102ead02d7148da | Rossen Stoyanchev | Rossen Stoyanchev | Fix failure in performance build
The JettySockJsIntegrationTests are enabled in the performance build
only. Following the upgrade to Jetty 9.3 where the
JettyRequestUpgradeStrategy is now Lifecycle as wel as
ServletContextAware, we need to make sure the ApplicationContext
refresh occurs after the ServletContext has be... | fix failure in performance build | 32 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,401 |
7df9679399ceadb9c91a79acc05171ef14c1a52a | Brian Clozel | Brian Clozel | Dependency upgrade webjars-locator 0.26 | dependency upgrade webjars-locator 0.26 | 39 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,402 |
d32216a047150114b8a4626b8b3ee023aae954d2 | Stephane Nicoll | Stephane Nicoll | Add reference to Order for event listeners | add reference to order for event listeners | 42 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,403 |
0417b89a9d5fc4c599d6e3e5b89acb17dd2c5e84 | Brian Clozel | Brian Clozel | Dependency update: Netty 4.0.29.Final | netty 4.0.29.final | 18 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,404 |
89e504c2f1f5a72ccce054dbd616755aa9678fff | Sam Brannen | Sam Brannen | Uses Charset instead of String in MimeType.equals()
Prior to this commit, Spring's MimeType checked for equality between
two MIME types based on the equality of their properties maps; however,
the properties maps contain string representations of the "charset"
values. Thus, "UTF-8" is never equal to "utf-8" which brea... | uses charset instead of string in mimetype.equals() | 51 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,405 |
f2f58f1677357ca4e43e00080a97d40012257556 | Sam Brannen | Sam Brannen | Polish Javadoc in MimeType | polish javadoc in mimetype | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,406 |
10a691bd510ecefe51eedee31e4abfdbf57d6ae8 | Sam Brannen | Sam Brannen | Support inlined SQL statements in @Sql
Prior to this commit, it was only possible to declare SQL statements
via @Sql within external script resources (i.e., classpath or file
system resources); however, many developers have inquired about the
ability to inline SQL statements with @Sql analogous to the support for
inli... | support inlined sql statements in @sql | 38 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,407 |
3da59178e59bb3efd3370a5dfea41b99d0dd39e8 | Sam Brannen | Sam Brannen | Document attribute alias support in AnnotationUtils | document attribute alias support in annotationutils | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,408 |
2451594cdd7ba4c99536571a998e90ae6dc8d5d8 | Sam Brannen | Sam Brannen | Synthesize annotation arrays within AnnotationUtils
Issue: SPR-11393 | synthesize annotation arrays within annotationutils | 51 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,409 |
75fe61843ae10fdfbd223d4f2b72d436a68776a2 | Sam Brannen | Sam Brannen | Fix broken (Async)RestTemplate integration tests
Issue: SPR-13157 | fix broken (async)resttemplate integration tests | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,410 |
e083683f4fe9206609201bb39a60bbd8ee0c8a0f | Rossen Stoyanchev | Rossen Stoyanchev | Update WebSocket support for Jetty 9.3
Issue: SPR-13140 | update websocket support for jetty 9.3 | 38 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,411 |
25ff34f3c73466ad6c1ad2850c8a1448898ab261 | Rossen Stoyanchev | Rossen Stoyanchev | JettyRequestUpgradeStrategy implements Lifecycle
After this change JettyRequestUpgradeStrategy implements Lifecyle,
which is used to init and cleanup the Jetty WebSocketServerFactory.
Since a RequestUpgradeStrategy is typically created reflectively
within DefaultHandshakeHandler, the Lifecycle events are propagated
f... | jettyrequestupgradestrategy implements lifecycle | 48 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,412 |
b6b76ad1b400b3bfd339f10f206d3f46bd02d095 | Rossen Stoyanchev | Rossen Stoyanchev | Polish WebMvcStompEndpointRegistry | polish webmvcstompendpointregistry | 34 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,413 |
d1cc8bac5cc4612caaa42e625b80b789a9c1dd80 | Rossen Stoyanchev | Rossen Stoyanchev | Add config option for StompSubProtocolErrorHandler
Issue: SPR-13142 | add config option for stompsubprotocolerrorhandler | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,414 |
31a5434ea433bdec2283797bf9415c02bb2f41c1 | Sebastien Deleuze | Sebastien Deleuze | Make @ResponseBody method return type available for message converters
This commit adds canWrite() and write() methods to the
GenericHttpMessageConverter interface. These are type aware variants
of the methods available in HttpMessageConverter, in order to keep
parametrized type information when serializing objects.
... | make @responsebody method return type available for message converters | 70 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,415 |
04a7ed5f911deb6ed83ebc8bab04300ab58d9b60 | Stephane Nicoll | Stephane Nicoll | Update release note for @JmsListeners | update release note for @jmslisteners | 37 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,416 |
4631add6cfe2537cc6bd5a442fe74a6604a62207 | Stephane Nicoll | Stephane Nicoll | Add support for repeatable JmsListener
Previously, a method could only declare one Jms endpoint so if several
destinations share the exact same business logic, you'd still need one
separate method declaration per destination.
We now make sure that JmsListener is a repeatable annotation, introducing
JmsListeners for p... | add support for repeatable jmslistener | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,417 |
9ada55dc6bd75059a8790193a137840ad8d20fec | Brian Clozel | Brian Clozel | Fix NPE in GzipResourceResolver
This change fixes a NullPointerException in GzipResourceResolver, which
assumed that calls to the `resolveResource` method were made with only
non-null values for request.
This is not the case for the VersionResourceResolver, which tries to
resolve resources that aren't requested per s... | fix npe in gzipresourceresolver | 31 | false | false | 4 | false | true | false | spring-projects | spring-framework | 15,418 |
3b6548f3c20f32ea411eb94bf55fea7fe6965e4e | Juergen Hoeller | Juergen Hoeller | Tests for Base64Utils results between JDK 8 and Commons Codec
Issue: SPR-13146 | tests for base64utils results between jdk 8 and commons codec | 61 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,419 |
dd4bc630c3de70204081ab196945d6b55ab03beb | Juergen Hoeller | Juergen Hoeller | Common code in AsyncExecutionAspectSupport allows for CompletableFuture processing with AspectJ as well
Issue: SPR-13128 | common code in asyncexecutionaspectsupport allows for completablefuture processing with aspectj as well | 103 | false | false | 12 | false | false | false | spring-projects | spring-framework | 15,420 |
e134e3e51b0253cb120e50be31f0b4a55139b8f4 | Sam Brannen | Sam Brannen | Fix formatting issues in the testing chapter | fix formatting issues in the testing chapter | 44 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,421 |
d0c0d9fc5a1c26a78ddfeda5bc511f136f623db6 | Sam Brannen | Sam Brannen | Synthesize annotation from defaults
This commit introduces a convenience method in AnnotationUtils for
synthesizing an annotation from its default attribute values.
TransactionalTestExecutionListener has been refactored to invoke this
new convenience method.
Issue: SPR-13087 | synthesize annotation from defaults | 35 | false | false | 4 | false | true | false | spring-projects | spring-framework | 15,422 |
a0040245ca3bf968aec55db00f401e10b71a875f | Sam Brannen | Sam Brannen | Resolve @Repeatable container in AnnotationUtils
This commit introduces support for automatically resolving a container
annotation configured via @Repeatable in AnnotationUtils'
getRepeatableAnnotations() and getDeclaredRepeatableAnnotations()
methods.
Issue: SPR-13068 | resolve @repeatable container in annotationutils | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,423 |
80622803b245c63be5a9cfc21fa53171f8372edf | Sam Brannen | Sam Brannen | Fix error in HTML syntax in Javadoc | fix error in html syntax in javadoc | 35 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,424 |
594c3302055748a31c99239080c4ddb45c002e97 | Sam Brannen | Sam Brannen | Honor contract of @Repeatable in AnnotationUtils
This commit introduces a minor bug fix for getRepeatableAnnotations()
so that it fully complies with the contract of Java's
getAnnotationsByType() method with regard to repeatable annotations
declared on multiple superclasses.
Issue: SPR-13068 | honor contract of @repeatable in annotationutils | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,425 |
de9f27872efce108670003c62294c6619f3b1182 | Sam Brannen | Sam Brannen | Polish CORS support classes
- Simplified "check" algorithms in CorsConfiguration
- Improved robustness of setter methods in CorsConfiguration in order to
avoid attempts to modify immutable lists
- Improved CORS documentation and fixed typo
- Introduced constants in CorsConfiguration
- Removed auto-boxing in Cors... | polish cors support classes | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,426 |
27d1ce84a3232bdf9d2944b8b04db8de3748c573 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,427 |
fb83e83e789097ff3197bb93781ea09be92d6869 | Sam Brannen | Sam Brannen | Honor contract of @Repeatable in AnnotationUtils
Prior to this commit, the implementation of getRepeatableAnnotation()
in Spring's AnnotationUtils complied neither with the contract of
getAnnotationsByType() nor with the contract of
getDeclaredAnnotationsByType() as defined in AnnotatedElement in Java 8.
Specifically... | honor contract of @repeatable in annotationutils | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,428 |
6c530b7bfbe1a918ee9e04d5155c5245dbb8b99e | Sam Brannen | Sam Brannen | Delete trailing whitespace in XML files | delete trailing whitespace in xml files | 39 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,429 |
078d252d1e1d143579f91a207158ee0dd510444a | Sam Brannen | Sam Brannen | Delete trailing whitespace in Java source code | delete trailing whitespace in java source code | 46 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,430 |
b36c9f9f23369d3807526f8869b4aa41da02271f | Sam Brannen | Sam Brannen | Polish introspection failure handling in AnnotationUtils | polish introspection failure handling in annotationutils | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,431 |
23547a72f3d777a107402dbde832a99fe23816d3 | Sam Brannen | Sam Brannen | Clean up warnings and polish tests | clean up warnings and polish tests | 34 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,432 |
20a1474554490b0d6ccf260b2e1dd425fcd6cac1 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,433 |
37d61375e2baa92b4b7b66a3af3a9501bd881f02 | Sam Brannen | Sam Brannen | Fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 15,434 |
ece12f9d370108549fffac105e4bcb7faeaaf124 | Sam Brannen | Sam Brannen | Synthesize annotation from map w/ minimal attributes
The initial support for synthesizing an annotation from a Map (or
AnnotationAttributes) introduced in SPR-13067 required that the map
contain key-value pairs for every attribute defined by the supplied
annotationType. However, there are use cases that would benefit ... | synthesize annotation from map w/ minimal attributes | 52 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,435 |
1e39a188190f73be6715a43c34a5530d67df7052 | Sebastien Deleuze | Sebastien Deleuze | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,436 |
7025cd74ecba0acaf680857d50d366be01ffe892 | Juergen Hoeller | Juergen Hoeller | Upgrade to Woodstox 5.0.1 (and Undertow 1.2.8) | upgrade to woodstox 5.0.1 (and undertow 1.2.8) | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,437 |
f1c7dc4f4bcf0661b645134a55720f95b693ab4f | Juergen Hoeller | Juergen Hoeller | Introduced SimpleTransactionScope (analogous to SimpleThreadScope)
Issue: SPR-13085 | introduced simpletransactionscope (analogous to simplethreadscope) | 66 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,438 |
042519043f774385b30591bf2e6476b7cbee9dfc | Rossen Stoyanchev | Rossen Stoyanchev | Update Javadoc on @ResponseStatus
Issue: SPR-11193 | update javadoc on @responsestatus | 33 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,439 |
0ef8af4798222eccfa69d3e3a0c339b170e6d072 | Rossen Stoyanchev | Rossen Stoyanchev | Use .setStatus in ResponseStatusExceptionResolver
Before this change ResponseStatusExceptionResolver always used
.sendError despite the javadoc on @ResponseStatus#code. This was
perhaps justifiable from a HandlerExceptionResolver. Nevertheless
.setStatus should be more REST API friendly while still marking
the respons... | use .setstatus in responsestatusexceptionresolver | 49 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,440 |
8d7812b1b6c47c3edef1332639cb57b92327ec46 | Rossen Stoyanchev | Rossen Stoyanchev | Raise IAE when no converter matches return type
Before this change the AbstractMessageConverterMethodProcessor always
raised a 406 if it couldn't find a converter. However if the reason
for not finding it is because there is simply no converter for the
return value type (i.e. programming error) and doesn't have anythi... | raise iae when no converter matches return type | 47 | false | false | 8 | true | true | true | spring-projects | spring-framework | 15,441 |
7c09c2d5627e31b4a86388c4c0ebb0c5893691c0 | Sam Brannen | Sam Brannen | Update "what's new" re: @ActiveProfiles ordering | @activeprofiles ordering | 24 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,442 |
0e00f5bbaa0edfbe803de27f255b03914dcbe690 | Sam Brannen | Sam Brannen | Update "what's new" re: synthesizing maps into annotations | synthesizing maps into annotations | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,443 |
b65c277fc6130a7cb1fcb729b0b3de6ef491ccdc | Sam Brannen | Sam Brannen | Update list of annotations using @AliasFor | update list of annotations using @aliasfor | 42 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,444 |
63f01c851fe9b0dfc8e3df6c9428b19b471ee99d | Martin Lippert | Rossen Stoyanchev | Fix exception in AntPathMatcher for leading *
Issue: SPR-13139 | fix exception in antpathmatcher for leading * | 45 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,445 |
be4329545a1e7fd336a7dc3c5ef70cd9a125912a | Stephane Nicoll | Stephane Nicoll | Update doc for JmsResponse
Issue: SPR-13133 | update doc for jmsresponse | 26 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,446 |
600e5915b41d18a6d9c40d48d5f3c294490cfc8a | Juergen Hoeller | Juergen Hoeller | ObjenesisCglibAopProxy defensively catches Throwable
Issue: SPR-13131 | objenesiscglibaopproxy defensively catches throwable | 52 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,447 |
9f64230131dbe4d11c0c95986d5f5e58486aee7e | Juergen Hoeller | Juergen Hoeller | TransactionAttributeSourcePointcut pointcut skips target classes with TransactionalProxy marker (e.g. Spring Data proxies)
This 4.2 commit also makes TransactionProxyFactoryBean expose the TransactionalProxy marker and refines SpringProxy marker handling.
Issue: SPR-13109 | transactionattributesourcepointcut pointcut skips target classes with transactionalproxy marker (e.g. spring data proxies) | 122 | false | false | 12 | false | false | false | spring-projects | spring-framework | 15,448 |
f9881511637c52836c8a1743fa586113de5cdfd5 | Brian Clozel | Brian Clozel | Improve charset management in XpathResultMatchers
Prior to this change, `XpathResultMatchers` and more generally the
`MockHttpServletResponse` would default to ISO-8859-1 encoding even when
it's not supposed to. The Servlet/HTTP specs mention this encoding
for all `text/*` mime types when decoding bodies to Strings, b... | improve charset management in xpathresultmatchers | 49 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,449 |
a421bd2c27dd77f7f6cb05b040d2024945199365 | Brian Clozel | Brian Clozel | Avoid duplicate Etag/Last-Modified header values
This commit improves SPR-13090 and avoids adding duplicate ETag and
Last-Modified headers in HTTP responses.
Previously, those were added twice to the response since:
* we're adding all ResponseEntity headers to the response
* the `checkNotModified` methods automatical... | avoid duplicate etag/last-modified header values | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,450 |
8743b6bb304e4af8a1d58b256139690d5a95c516 | Sam Brannen | Sam Brannen | Simplify AnnotatedElementUtils.searchWithFindSemantics() | simplify annotatedelementutils.searchwithfindsemantics() | 56 | false | false | 2 | true | true | false | spring-projects | spring-framework | 15,451 |
913d0bcf2459500888269b39f0276aee3178171b | Sam Brannen | Sam Brannen | Add missing @since tags to AnnotatedElementUtils | add missing @since tags to annotatedelementutils | 48 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,452 |
d9f18f7355616e343b35b40e969e2e5cb58d3d67 | Sam Brannen | Sam Brannen | Polish AnnotationTransactionAttributeSourceTests | polish annotationtransactionattributesourcetests | 48 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,453 |
d7f8fa50beb5f5e765535e3c4221db6c19893e7b | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,454 |
92f1754b1ee794376026a64c78e3293c230899c5 | Juergen Hoeller | Juergen Hoeller | Fixed fallback mode in ObjenesisCglibAopProxy, plus consistent support for bypassing Objenesis (e.g. on Google App Engine)
This 4.2 commit revises SpringObjenesis towards a smart delegate, including support for a "spring.objenesis.ignore" system property.
Issue: SPR-13131 | fixed fallback mode in objenesiscglibaopproxy, plus consistent support for bypassing objenesis (e.g. on google app engine) | 122 | false | false | 16 | false | false | false | spring-projects | spring-framework | 15,455 |
581ab18b85f8b3ddb016a7dc7b65d372880a38da | Juergen Hoeller | Juergen Hoeller | Test for Java 8's CompletableFuture with Spring's async execution aspect
Issue: SPR-13128 | test for java 8's completablefuture with spring's async execution aspect | 72 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,456 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.