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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b119a9c82cfbbd7d652d5adc6e3564383adb1479 | Arjen Poutsma | Arjen Poutsma | FutureAdapter should wrap RuntimeExceptions
RuntimeExceptions thrown from FutureAdapter.adapt() should be wrapped in
an ExecutionException, not thrown as is.
Issue: SPR-12887 | futureadapter should wrap runtimeexceptions | 43 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,057 |
e5b505224b77bb2428ab9ca85e894a1ba51f8994 | Stephane Nicoll | Stephane Nicoll | Improve exception message
Issue: SPR-12898 | improve exception message | 25 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,058 |
063ef240c185fe6ba2ed39ef2fc6767c7a8dd900 | Sam Brannen | Sam Brannen | Support static fields in ReflectionTestUtils
Prior to this commit it was possible to set or get a static field using
ReflectionTestUtils but only if an instance of the target class was
available.
This commit introduces dedicated support for setting and getting static
fields in ReflectionTestUtils when only the target... | support static fields in reflectiontestutils | 44 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,059 |
444aa4edcfc69ebc650fb278143c3ccd785dc051 | Sam Brannen | Sam Brannen | Polish Javadoc | polish javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,060 |
abaf81f1b5bd9a56bebc4b57b288adde57584259 | Sam Brannen | Sam Brannen | Clean up warnings in DefaultConversionServiceTests | clean up warnings in defaultconversionservicetests | 50 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,061 |
6bc14cc7ae2b13a69bb5578689b0c71ab56a106d | Stephane Nicoll | Stephane Nicoll | Add cache-related logs
Add a trace log for cache hit and cache miss events.
Issue: SPR-11654 | add cache-related logs | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,062 |
6f3570a0f6ae996789188c1738b7a287ce4a49b2 | Stephane Nicoll | Stephane Nicoll | Add auto-startup support for JmsListenerContainerFactory
The auto startup flag can now be set on a JmsListenerContainerFactory to
control if the created container should be started automatically when the
application context starts.
Issue: SPR-12824 | add auto-startup support for jmslistenercontainerfactory | 56 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,063 |
b6449baaa6aea0c015fdac8ad359a8772815fc1f | Rossen Stoyanchev | Rossen Stoyanchev | List all unsatisfied request param groups
Issue: SPR-12854 | list all unsatisfied request param groups | 41 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,064 |
0b8554f94a73b1620d8c34d1a68b3eb8e56d482a | Rossen Stoyanchev | Rossen Stoyanchev | Leave query un-encoded in MockMvc request builder
Issue: SPR-12880 | leave query un-encoded in mockmvc request builder | 49 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,065 |
6f5359e40c21146c40a7e2b18a491f75b61f8152 | Rossen Stoyanchev | Rossen Stoyanchev | Enrich TypeMismatchException for controller method args
Issue: SPR-10153 | enrich typemismatchexception for controller method args | 55 | false | false | 6 | true | true | false | spring-projects | spring-framework | 15,066 |
13403d51e589a3612f8359c8f3e4d2c21947af81 | Rossen Stoyanchev | Rossen Stoyanchev | Improve error message for missing request body
Issue: SPR-12888 | improve error message for missing request body | 46 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,067 |
de9675bf5a8f4b2e24497b05ce851e48942883ff | Rossen Stoyanchev | Rossen Stoyanchev | Support heartbeat in SimpleBrokerMessageHandler
Issue: SPR-10954 | support heartbeat in simplebrokermessagehandler | 47 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,068 |
595cdf05e962299c19c34bbfb370316636d074f2 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,069 |
e78b0860dff906f8376c701cab6ff49ba3058188 | Juergen Hoeller | Juergen Hoeller | AnnotatedElementUtils leniently ignores TypeNotPresentExceptions (just like AnnotationUtils)
Also refines logIntrospectionFailure to just log at debug level for meta-annotation introspection failures.
Issue: SPR-12889 | annotatedelementutils leniently ignores typenotpresentexceptions (just like annotationutils) | 92 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,070 |
eb8c253499af15ed247906d53a8d64f5b91270e8 | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing tests | fix failing tests | 17 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,071 |
452c3230cca0bea5a8cb23d6a174a9e8f29be39c | Rossen Stoyanchev | Rossen Stoyanchev | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,072 |
b0e1e66b7fd54a3f937859f84fff966bff0be424 | Sebastien Deleuze | Sebastien Deleuze | Add CORS support
This commit introduces support for CORS in Spring Framework.
Cross-origin resource sharing (CORS) is a mechanism that allows
many resources (e.g. fonts, JavaScript, etc.) on a web page to
be requested from another domain outside the domain from which
the resource originated. It is defined by the CORS... | add cors support | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,073 |
35f40ae6549e9cb7e597e59b85683ece297132cf | Sebastien Deleuze | Sebastien Deleuze | Add @JsonView deserialization support for request bodies
Jackson 2.5.0 or later is required.
Issue: SPR-12501 | add @jsonview deserialization support for request bodies | 56 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,074 |
ca06582f2af2e31b23031d8650148d95129ce4a1 | Sebastien Deleuze | Sebastien Deleuze | Support Jackson @JsonFilter
This commit adds a filters property to MappingJacksonValue
and also manages a special FilterProvider class name model key in
order to be able to specify a customized FilterProvider for each
handler method execution, and thus provides a more dynamic
alternative to our existing JsonView suppo... | support jackson @jsonfilter | 27 | false | false | 3 | false | true | false | spring-projects | spring-framework | 15,075 |
797159ce5cec5c3468770547357d544a26aa249f | Stephane Nicoll | Stephane Nicoll | Merge pull request #766 from izeye/patch-1
* patch-1:
Fix typo. | merge pull request #766 from izeye/patch-1 | 42 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,076 |
593aff99b0197ae2eed078a959b90af788cfda99 | izeye | izeye | Fix typo. | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 15,077 |
7e799295e55f5e5984a1040a016169ea0883bc2d | Rossen Stoyanchev | Rossen Stoyanchev | Fix compile error | fix compile error | 17 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,078 |
b5b0fd5e5ed11c6451fad0e8f887a5b500e641f8 | Rossen Stoyanchev | Rossen Stoyanchev | Add RequestBodyAdviceAdapter
Issue: SPR-12501 | add requestbodyadviceadapter | 28 | false | false | 2 | false | true | false | spring-projects | spring-framework | 15,079 |
e1395a6c68c5b8e779ec084555bb91f5617255da | Juergen Hoeller | Juergen Hoeller | Avoid repeated exposure of SpringProxy/Advised for fallback interfaces as well
Issue: SPR-12870 | avoid repeated exposure of springproxy/advised for fallback interfaces as well | 78 | false | false | 10 | true | true | false | spring-projects | spring-framework | 15,080 |
514eb4281c04134f371b7341da315e008e4e5caf | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,081 |
2c637dcb2ed847c4919dd979894da38ca6ee7cbb | Juergen Hoeller | Juergen Hoeller | ReaderEditor supports Reader injection analogous to InputStreamEditor (from Spring resource location)
Also, EncodedResource implements InputStreamSource now since it declares getInputStream() anyway.
Issue: SPR-12876 | readereditor supports reader injection analogous to inputstreameditor (from spring resource location) | 101 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,082 |
ceb17fcaca2aab5eb79df360d3fd4765704a3e4f | Juergen Hoeller | Juergen Hoeller | CronSequenceGenerator explicitly rejects invalid incrementer delta
Issue: SPR-12871 | cronsequencegenerator explicitly rejects invalid incrementer delta | 66 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,083 |
100d75da26355aec8a76c3652527efb09ff41385 | Brian Clozel | Brian Clozel | Fix client-library-url ignored in MVC namespace
Prior to this commit, the `client-library-url` XML attribute was not
effective in the MVC namespace, leaving the default value configured:
```xml
<websocket:sockjs client-library-url="/js/sockjs.js" />
```
This commit fixes the sockjs namespace handler and makes sure t... | fix client-library-url ignored in mvc namespace | 47 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,084 |
25f6001ad60dd658bebb24ab2d1d82585696bd53 | Juergen Hoeller | Juergen Hoeller | Merge pull request #765 from poutsma/SPR-12779
Netty4ClientHttpRequest ignores query params | merge pull request #765 from poutsma/spr-12779 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 15,085 |
caee78aee3ebbb4425c2df4c039fa62536ed4277 | Arjen Poutsma | Arjen Poutsma | Netty4ClientHttpRequest ignores query params
Before this commit, Netty4ClientHttpRequest ignored query parameters
(?foo=bar). This commit fixes that.
Issue: SPR-12779 | netty4clienthttprequest ignores query params | 44 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,086 |
3a8a28beecc7aa0a4df6f47072fe806dd00e5cfc | Rossen Stoyanchev | Rossen Stoyanchev | Consolidate partialPaths under FullPathComposite | consolidate partialpaths under fullpathcomposite | 48 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,087 |
7668ea1549aec2e6a1da29f454fc92a84b4f3ba3 | Arjen Poutsma | Rossen Stoyanchev | Support {/...} patterns in UriComponents(Builder)
This commit introduces support for "Path Segment URI Variable
expansion", see https://tools.ietf.org/html/rfc6570#section-3.2.6.
In practice, this means that URI template variables prefixed with a '/'
are treated like path segments and - as such - will encode any '/'
f... | support {/...} patterns in uricomponents(builder) | 49 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,088 |
f926f6cb3e95affdd87ed5c06ac0450d0ada2aec | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,089 |
39bc8b7992c512383da4dfb8eb9e7045fd7e140a | Juergen Hoeller | Juergen Hoeller | AbstractContextLoaderInitializer and AbstractDispatcherServletInitializer support ApplicationContextInitializers now
Issue: SPR-12430 | abstractcontextloaderinitializer and abstractdispatcherservletinitializer support applicationcontextinitializers now | 116 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,090 |
f9c2d1d17161f884ca30f88e3d781bd5115e5daf | Juergen Hoeller | Juergen Hoeller | DefaultAopProxyFactory falls back to JdkDynamicAopProxy when encountering JDK proxy as target
Issue: SPR-12870 | defaultaopproxyfactory falls back to jdkdynamicaopproxy when encountering jdk proxy as target | 93 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,091 |
a15dc08bea504964ddf3bd3ce4c1ef03ffcb1d1e | Juergen Hoeller | Juergen Hoeller | @Import allows for importing regular component classes as well
Issue: SPR-11740 | @import allows for importing regular component classes as well | 62 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,092 |
1d33fd039a2e40877fa8ff9822a9ebfbccb08bb8 | Juergen Hoeller | Juergen Hoeller | AnnotationUtils.getAnnotationAttributes makes Method accessible (analogous to AnnotationUtils.getValue)
Issue: SPR-12858 | annotationutils.getannotationattributes makes method accessible (analogous to annotationutils.getvalue) | 103 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,093 |
14c891c3b3ca35bbe2c8f29fd56e54cb9e95f22b | Juergen Hoeller | Juergen Hoeller | MethodValidationPostProcessor provides protected createMethodValidationAdvice template method
Issue: SPR-12863 | methodvalidationpostprocessor provides protected createmethodvalidationadvice template method | 93 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,094 |
e377fc003d675a61a9643d149b0745314ad02d7d | Juergen Hoeller | Juergen Hoeller | BeanWrapperImpl.setPropertyValue throws InvalidPropertyException with correct property value for nested collection case
Issue: SPR-12866 | beanwrapperimpl.setpropertyvalue throws invalidpropertyexception with correct property value for nested collection case | 119 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,095 |
d05fc2ed9c722f1bfc9fd5009702b0ee3ce0c6ec | Juergen Hoeller | Juergen Hoeller | CookieGenerator explicitly sets 'secure' and 'httpOnly' flags in removeCookie as well
Issue: SPR-12865 | cookiegenerator explicitly sets 'secure' and 'httponly' flags in removecookie as well | 85 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,096 |
c382b6f05940969ac9161ed0368e12e69df3cd58 | Andy Clement | Andy Clement | Allow NEW and T to be used as unquoted map keys in SpEL
This change provides support for map[NEW], map[new], map[T]
and map[t]. Prior to this change the 'new' and 't' had to
be quoted because they were keywords in SpEL for a constructor
reference and type reference respectively.
Issue: SPR-11783 | allow new and t to be used as unquoted map keys in spel | 55 | false | false | 13 | false | true | false | spring-projects | spring-framework | 15,097 |
72ec5792cfcc79d9cd563e95d7e8fda74b923c22 | Sam Brannen | Sam Brannen | Polish Javadoc for abstract XLSX views | polish javadoc for abstract xlsx views | 38 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,098 |
81a2cbb10079915b8bfc56193a4adc158580adff | Sam Brannen | Sam Brannen | Polish HTTP caching sections in reference manual | polish http caching sections in reference manual | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,099 |
9d0c323195cb8e7ca80f0d21d131e5351648bb76 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Jackson 2.5.2, Reactor 1.1.6, SLF4J 1.7.11, Tomcat 8.0.21) | latest dependency updates (jackson 2.5.2, reactor 1.1.6, slf4j 1.7.11, tomcat 8.0.21) | 85 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,100 |
7e226237580855eec0bd2b004f9192fecda2e4ae | Juergen Hoeller | Juergen Hoeller | Clarification: Lifecycle does not imply auto-startup semantics
Issue: SPR-12855 | lifecycle does not imply auto-startup semantics | 47 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,101 |
502fa1796e8e7c4f85ce3ea7871982b01498bd9c | Sam Brannen | Sam Brannen | Polish Javadoc for ClassUtils | polish javadoc for classutils | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,102 |
a4af5b8a3eceb67d79d9978d2814a49e55147a68 | Sam Brannen | Sam Brannen | Verify which factory methods are invoked in DefaultConversionServiceTests | verify which factory methods are invoked in defaultconversionservicetests | 73 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,103 |
bddc4373fb6a407272e6295542c06f102590486b | Sam Brannen | Sam Brannen | Refactor ObjectToObjectConverter & improve exception msg
- The exception message now mentions lacking to-Object method as well.
- Documented explicit lacking support for toString() for conversions.
- Introduced dedicated has*() methods for greater clarity and to reduce
code duplication.
- Static factory methods (... | refactor objecttoobjectconverter & improve exception msg | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,104 |
db96113bcfb20a5a36d22a0fe9361488c0857a10 | Sam Brannen | Sam Brannen | Polish Javadoc for converters | polish javadoc for converters | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,105 |
72d7963b3058adacd9e71d2d6e0319974058ad38 | Sam Brannen | Sam Brannen | Polish ConversionService tests
- Now correctly using @Test(expected=...) where appropriate.
- Renamed DefaultConversionTests to DefaultConversionServiceTests.
- Moved all tests related to DefaultConversionService from
GenericConversionServiceTests to DefaultConversionServiceTests.
- No longer printing to System.o... | polish conversionservice tests | 30 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,106 |
36ed4df59df03082b510841e55511d02424b7e56 | Rossen Stoyanchev | Rossen Stoyanchev | Improve empty request body handling
The check for an empty request body InputStream is now in the base
class AbstractMessageConverterMethodArgumentResolver shared for
all arguments that involve reading with an HttpMessageConverter --
@RequestBody, @RequestPart, and HttpEntity.
When an empty body is detected any confi... | improve empty request body handling | 35 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,107 |
0556ed4f161cddf992cc49960ba0181a564a8667 | Rossen Stoyanchev | Rossen Stoyanchev | Add RequestBodyAdvice
RequestBodyAdvice is analogous to ResponseBodyAdvice (added in 4.1)
but for intercepting for reading the request with an
HttpMessageConverter for resolving an @RequestBody or an HttpEntity
method argument.
Issue: SPR-12501 | add requestbodyadvice | 21 | false | false | 2 | true | true | false | spring-projects | spring-framework | 15,108 |
073c1764002d310b2d4689b1e5293f2b4431251e | Stephane Nicoll | Stephane Nicoll | Fix test
The rework of 314b069 in a7fec6a has created a lazy proxy to make sure
that the need for an exception cache resolver come as late as possible.
Unfortunately, the test that was only failing on CI because of an early
lookup has not been updated accordingly. This is now the case.
Issue: SPR-12850 | fix test | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 15,109 |
a7fec6a4595f8709b37550b8e856c73e23d05475 | Stephane Nicoll | Stephane Nicoll | Lazily resolve the default exception CacheResolver
This is a rework of 314b069 that may still lead to issue if a Cacheable
annotated bean is inspected on startup. Instead of resolving the default
exception CacheResolver if a cache operation is parsed, we resolve it as
late as possible (i.e. when an exception is thrown... | lazily resolve the default exception cacheresolver | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,110 |
867971de899f038ddd3601fb35e906e05b8d04d1 | Rossen Stoyanchev | Rossen Stoyanchev | Add STOMP client documentation
Issue: SPR-12814 | add stomp client documentation | 30 | false | false | 4 | false | true | false | spring-projects | spring-framework | 15,111 |
73d6d30951cb145bbd6b2e2fcdc0388019b15ae9 | Rossen Stoyanchev | Rossen Stoyanchev | Add flag whether to create HTTP session
Issue: SPR-12840 | add flag whether to create http session | 39 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,112 |
ae3417133bc0537d55a09a0be210161a8957515f | Rossen Stoyanchev | Rossen Stoyanchev | Add public access to PathMatcher in WebSocket config
Issue: SPR-12845 | add public access to pathmatcher in websocket config | 52 | false | false | 8 | true | true | false | spring-projects | spring-framework | 15,113 |
beae3366272f47fc265f47b2591783a5d2d5d168 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,114 |
e7dde740b9393a46ee60b933c8b96a70a5eed1f6 | Juergen Hoeller | Juergen Hoeller | Reduced DefaultListableBeanFactory's override logging to debug level for equivalent bean definition
Issue: SPR-7607 | reduced defaultlistablebeanfactory's override logging to debug level for equivalent bean definition | 99 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,115 |
314b069fd814fd4629a4449a16b80b6f2e968061 | Stephane Nicoll | Stephane Nicoll | Only require an exception CacheResolver if necessary
Previously, a cache infrastructure with only a CacheResolver would have
worked fine until the JSR-107 API is added to the classpath. When this is
the case, the JCache support kicks in and an exception cache resolver is
all of the sudden required.
The CacheResolver ... | only require an exception cacheresolver if necessary | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,116 |
d23893fd252b769b1401243962cbb94b1b9903f4 | Juergen Hoeller | Juergen Hoeller | Consistent javadoc param declarations for type variables | consistent javadoc param declarations for type variables | 56 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,117 |
22670b7fad9ecdbf4de2ae1c7a112aae123352ff | Juergen Hoeller | Juergen Hoeller | Fixed addConverterFactory assertion | fixed addconverterfactory assertion | 35 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,118 |
4e28da439d9a5a8880318960124b4196fe6d275f | Juergen Hoeller | Juergen Hoeller | TcpConnection extends java.io.Closeable
Issue: SPR-12849 | tcpconnection extends java.io.closeable | 39 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,119 |
b8d7d46da70903fc1accd8e0efc11485a4f67769 | izeye | Stephane Nicoll | Fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 15,120 |
81844191f837036caf826383b7d843941e9b0a8b | Sam Brannen | Sam Brannen | Polish Javadoc for @ImportResource | polish javadoc for @importresource | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,121 |
4dffeeee6467e8d0597e769e979c606edd7e5506 | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in caching annotations
This commit introduces new 'cacheNames' attributes (analogous to the
existing attribute of the same name in @CacheConfig) as aliases for the
'value' attributes in @Cacheable, @CachePut, and @CacheEvict.
In addition, SpringCacheAnnotationParser.getAnnotation... | introduce alias for 'value' attribute in caching annotations | 60 | false | false | 8 | true | true | false | spring-projects | spring-framework | 15,122 |
de06f422f33aaa54617225e29ca64ea470b7d77d | Sam Brannen | Sam Brannen | Polish Javadoc for caching annotations | polish javadoc for caching annotations | 38 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,123 |
485790dc0e3860ea6e2a2939e3eef76293f12d84 | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @RenderMapping
Issue: SPR-11393 | introduce alias for 'value' attribute in @rendermapping | 55 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,124 |
0d6b01b694ecd0d512ff5c54c3f18bc1c63401c2 | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @ActionMapping
Issue: SPR-11393 | introduce alias for 'value' attribute in @actionmapping | 55 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,125 |
1a56b4750224931f24c1567a8785a1bde30fc8b9 | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @MatrixVariable
Issue: SPR-11393 | introduce alias for 'value' attribute in @matrixvariable | 56 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,126 |
60eb9e9ca248c02ac58bff42ccfc2e2648b40907 | Sam Brannen | Sam Brannen | Introduce 'value' alias for 'origin' in @CrossOrigin
Issue: SPR-11393 | introduce 'value' alias for 'origin' in @crossorigin | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,127 |
f0c08130114fb72ed5014a0800f51a185d3e19a9 | Sam Brannen | Sam Brannen | Change semantics of @CrossOrigin's maxAge regarding negative values | change semantics of @crossorigin's maxage regarding negative values | 67 | false | false | 8 | true | true | false | spring-projects | spring-framework | 15,128 |
72b44af862d70eb18ac1f067731d3a3129882807 | Sam Brannen | Sam Brannen | Introduce test for invalid @CrossOrigin.allowCredentials() | introduce test for invalid @crossorigin.allowcredentials() | 58 | false | false | 5 | true | true | false | spring-projects | spring-framework | 15,129 |
891d41c005d69f9016ccc35a52dc2e99c9da34a0 | Sam Brannen | Sam Brannen | Fix typo in Javadoc | fix typo in javadoc | 19 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,130 |
1b5947bf889547a2bca7d5226ea5081680175bcf | Sam Brannen | Sam Brannen | Polish Javadoc for @CrossOrigin | polish javadoc for @crossorigin | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,131 |
9ce7485237b51aa68cfd4a23174fc4c7aa401fdd | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @SessionAttributes
Issue: SPR-11393 | introduce alias for 'value' attribute in @sessionattributes | 59 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,132 |
6a5b2672e7e70992e38ee1d54d0ede9dc38532a8 | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @ResponseStatus
Issue: SPR-11393 | introduce alias for 'value' attribute in @responsestatus | 56 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,133 |
c55486d5d589ca09ae4dde8dc8503810dbf980db | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @RequestPart
Issue: SPR-11393 | introduce alias for 'value' attribute in @requestpart | 53 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,134 |
034e0e2cf4a78de2d527f9e96c9a1369ac578325 | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @RequestParam
Issue: SPR-11393 | introduce alias for 'value' attribute in @requestparam | 54 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,135 |
25a5d9d759a93bf0219c5283765c02899d7fae5b | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @RequestHeader
Issue: SPR-11393 | introduce alias for 'value' attribute in @requestheader | 55 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,136 |
c4c3ce796a2861f2b6e4f354d6ff92ee82a7263a | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @CookieValue
Issue: SPR-11393 | introduce alias for 'value' attribute in @cookievalue | 53 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,137 |
845f4f2bb7791f4c759e06b7f22109e33ba91b5d | Sam Brannen | Sam Brannen | Improve attribute alias support in @ComponentScan
Prior to this commit, @ComponentScan already had a value/basePackages
alias pair; however, the semantics were not properly enforced.
This commit addresses this issue by refactoring
ComponentScanAnnotationParser to ensure that it is not possible to
declare both of the ... | improve attribute alias support in @componentscan | 49 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,138 |
94aa90646b2111d55740b4eac39ad0cdb8eb99a6 | Sam Brannen | Sam Brannen | Polish Javadoc for @ComponentScan | polish javadoc for @componentscan | 33 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,139 |
7b10dc6e93b714f9469399d6dbe0c7cc092f54af | Sam Brannen | Sam Brannen | Fix typo in Javadoc | fix typo in javadoc | 19 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,140 |
60a5ec87d03e4dea9a1a3550bec06797c889e66f | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @Header
This commit introduces 'name' as an alias for 'value' in @Header.
Issue: SPR-11393 | introduce alias for 'value' attribute in @header | 48 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,141 |
35c3e7c0f33331cbd592804159e7c8c5ba9e88f5 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,142 |
250787a35a2422c0bc12b43232d89df75ca8b4a3 | Sam Brannen | Sam Brannen | Introduce alias for 'value' attribute in @Payload
This commit introduces 'expression' as an alias for 'value' in @Payload.
Issue: SPR-11393 | introduce alias for 'value' attribute in @payload | 49 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,143 |
518c85b1077e34b63d17dfbf5d0149bb7c764f00 | Sam Brannen | Sam Brannen | Support synthesized annotations in MethodParameter | support synthesized annotations in methodparameter | 50 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,144 |
1afc938da18f6e8aa17e85166ccb581311b664dc | Sam Brannen | Sam Brannen | Introduce synthesizeAnnotationArray() in AnnotationUtils | introduce synthesizeannotationarray() in annotationutils | 56 | false | false | 4 | true | true | false | spring-projects | spring-framework | 15,145 |
9f717871e6aafaa0bc53762622b21cacdfff5584 | Sam Brannen | Sam Brannen | Introduce getAnnotation() in AnnotatedElementUtils
This commit introduces a "synthesized annotation" alternative to
getAnnotationAttributes() in AnnotatedElementUtils, analogous to the
recently introduced findAnnotation() methods.
Issue: SPR-13082 | introduce getannotation() in annotatedelementutils | 50 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,146 |
9afcd17c718834e2e07e0374fe1e47610e893c0c | Sam Brannen | Sam Brannen | Introduce getAnnotationAttributes(..,Class) in AnnoElUtils | introduce getannotationattributes(..,class) in annoelutils | 58 | false | false | 4 | true | true | false | spring-projects | spring-framework | 15,147 |
46be176875d33fb3d11980929854e3a9ec7a44fe | Sam Brannen | Sam Brannen | Allow AnnoConfigEx to propagate from getRepeatableAnnotation()
Issue: SPR-13084 | allow annoconfigex to propagate from getrepeatableannotation() | 62 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,148 |
8f233786ed3a5969ebcbb8aeb8d5d82e852ac179 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,149 |
7018747ceccb0f715093af2a12312e42d52d9579 | 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,150 |
a31d1bdf608388d25f8bfe3f4b385a063bf0807f | Sam Brannen | Sam Brannen | Merge from sbrannen/SPR-13067
* SPR-13067:
Synthesize annotation from a map of attributes | merge from sbrannen/spr-13067 | 29 | true | false | 3 | false | false | false | spring-projects | spring-framework | 15,151 |
e30c9b2ef3e9be126090cc8afbd76607f3cd70c7 | Sam Brannen | Sam Brannen | Synthesize annotation from a map of attributes
Spring Framework 4.2 RC1 introduced support for synthesizing an
annotation from an existing annotation in order to provide additional
functionality above and beyond that provided by Java. Specifically,
such synthesized annotations provide support for @AliasFor semantics.
... | synthesize annotation from a map of attributes | 46 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,152 |
f41de12cf62aebf1be9b30be590c12eb2c030853 | Sam Brannen | Sam Brannen | Ensure synthesized nested annotation arrays retain correct type
Prior to this commit, when a nested array of annotations was
synthesized while adapting values within an AnnotationAttributes map,
the array was improperly replaced with an array of type Annotation[]
instead of an array of the concrete annotation type, wh... | ensure synthesized nested annotation arrays retain correct type | 63 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,153 |
a2f152ce8bdbd99f97e4d4b5aced4b5b2b778d86 | Sam Brannen | Sam Brannen | Support nested annotations in AnnotationAttributes
This commit introduces support in AnnotationAttributes for retrieving
nested annotations that is on par with the existing type-safe support
for retrieving nested AnnotationAttributes.
Issue: SPR-13074 | support nested annotations in annotationattributes | 50 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,154 |
0ac0e2ce2067f40362ebbc4d4deb5eee251b149a | Sam Brannen | Sam Brannen | Document public API in AnnotationAttributes
AnnotationAttributes has existed for several years, but none of the
"get" methods that make up its public API are documented. In many
cases, the behavior can be inferred from the name of the method, but
for some methods there are "hidden gems" and unexpected behavior
lurking... | document public api in annotationattributes | 43 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,155 |
197f6594f4b04482f64402cf423e0607adafb843 | Sam Brannen | Sam Brannen | Simplify annotation attribute override algorithm
Issue: SPR-11513 | simplify annotation attribute override algorithm | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,156 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.