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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
918bc3b1032d1cf7024f74a641d3d94e145189c7 | Juergen Hoeller | Juergen Hoeller | Avoid ConcurrentModificationException in getBeansWithAnnotation
Issue: SPR-12688 | avoid concurrentmodificationexception in getbeanswithannotation | 63 | false | false | 4 | true | true | false | spring-projects | spring-framework | 16,257 |
13ccc8ede85c5b3154b5cb7e5ab26fb99024c04f | Stephane Nicoll | Stephane Nicoll | Merge pull request #723 from svolsky/SPR-12653
* SPR-12653:
Synchronize clear on TransactionAwareCacheDecorator | merge pull request #723 from svolsky/spr-12653 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,258 |
ef95fc2f7ef001f3f1a17aae3f83387a77db91a3 | Stas Volsky | Stephane Nicoll | Synchronize clear on TransactionAwareCacheDecorator
Previously, a cache decorated with TransactionAwareCacheDecorator would
clear the cache immediately, even when a transaction is running. This
commit updates the decorator to synchronize to the afterCommit phase for
the clear operation as well.
Issue: SPR-12653 | synchronize clear on transactionawarecachedecorator | 51 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,259 |
6b3092c23644fa5a19236a7d97a95882cae93c6a | Stephane Nicoll | Stephane Nicoll | Clear expression caches on context shutdown
Issue: SPR-12691 | clear expression caches on context shutdown | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,260 |
37c04bd9c8d7a1269d1088af935a5571cb6887bc | Stephane Nicoll | Stephane Nicoll | Fix usage of Java8 API | fix usage of java8 api | 22 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,261 |
4741a12fdc43782cc14692f58f3213edc18add7f | Stephane Nicoll | Stephane Nicoll | Support for transactional event listener
Update the application event listener infrastructure to support events
that are processed according to a transactional phase.
Introduce EventListenerFactory that can be implemented to provide support
for additional event listener types. TransactionalEventListener is a new
anno... | support for transactional event listener | 40 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,262 |
f0fca890bbc5029ed1a322778134f229da23b2b7 | Stephane Nicoll | Stephane Nicoll | Annotation-based event listeners
Add support for annotation-based event listeners. Enabled automatically
when using Java configuration or can be enabled explicitly via the
regular <context:annotation-driven/> XML element. Detect methods of
managed beans annotated with @EventListener, either directly or through
a meta-... | annotation-based event listeners | 32 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,263 |
6d6422acdef00a647af0c38d7d8309beb4187755 | Stephane Nicoll | Stephane Nicoll | Support for generics-based events
Update the event publishing infrastructure to support generics-based
events, that is support ApplicationListener implementations that define
a generic event, something like:
public class MyListener
implements ApplicationListener<GenericEvent<String>> { ... }
This listener sh... | support for generics-based events | 33 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,264 |
f84c458aba8afebab3f8e650bb56d827724b4c20 | Rossen Stoyanchev | Rossen Stoyanchev | Add fromHttpRequest to UriComponentsBuilder
Before this change, detection of X-Forwarded-* headers was only built
into ServletUriComponentsBuilder.
This change adds a new method for creating a UriComponentsBuilder from
an existing HttpRequest. This is equivalent to the fromUri method +
X-Forwarded-* header values. | add fromhttprequest to uricomponentsbuilder | 43 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,265 |
9b3319b3b3f4c974c34a326c29dec480051dcae9 | Sebastien Deleuze | Sebastien Deleuze | Fix SockJS origin check
This commit introduces the following changes:
- Requests without Origin header are not rejected anymore
- Disable Iframe when allowedOrigins is not empty and not equals to *
- The Iframe is not cached anymore in order to have a reliable origin check
- allowedOrigins must not be null or empt... | fix sockjs origin check | 23 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,266 |
29a6d24d6587ecbe340e4ec65f977395d2d0f329 | Stephane Nicoll | Stephane Nicoll | Clarify the use of @Cacheable in PostConstruct code
Update documentation to explicitly mention that the cache interceptor
must be fully initialized to provide the expected behavior and therefore
initialization code should not rely on this feature, i;e. typically in
PostConstruct callback.
Since the Transactional infr... | clarify the use of @cacheable in postconstruct code | 51 | false | false | 8 | true | true | false | spring-projects | spring-framework | 16,267 |
982f9ce6c9a731fdfbfb49c90c19885ba5788da2 | Stephane Nicoll | Stephane Nicoll | Allow MBeans to be excluded additively
Previously, one could only set the list of bean names to exclude from
auto-detection and there was no way to add additional bean names.
MBeanExporter now exposes a addExcludedBean method that can be invoked
during the initialization phase to add bean names to ignore.
Issue: SPR... | allow mbeans to be excluded additively | 38 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,268 |
8f0ddf1b1d0c5fbd5a40e2669b638bb2e7564db5 | Rossen Stoyanchev | Rossen Stoyanchev | Fix type check for ResponseEntity<ResponseBodyEmitter>
Issue: SPR-12693 | fix type check for responseentity<responsebodyemitter> | 54 | false | false | 5 | false | true | false | spring-projects | spring-framework | 16,269 |
13cdd22f5e7170f9d955b6d7071c01932289931d | Brian Clozel | Brian Clozel | Sort handler matches in ResourceUrlProvider
Prior to this change, the `ResourceUrlProvider.getForLookupPath` method
would try to match handlers using the keySet order in the
handlerMappings Map. In case of several matches, the handler used for
the return value could vary, since the registration order in the
handlerMap... | sort handler matches in resourceurlprovider | 43 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,270 |
e0d407dad0f40f3329ad2fa8f2a79796b17ddff6 | Ralph Schaer | Rossen Stoyanchev | Fix javadoc | fix javadoc | 11 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,271 |
b215d4c29e0795e9577bb0edc9af00a95d5f966c | Sebastien Deleuze | Sebastien Deleuze | Add modulesToInstall(Modules...) to Jackson builder
This commit also adds a modules(Module...) method in addition to
modules(List<Module> modules) in order to be consistent with other
parts of the API.
Issue: SPR-12634 | add modulestoinstall(modules...) to jackson builder | 51 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,272 |
78f3a3cb11536b5305555c70c867c9daf7c355ad | Rossen Stoyanchev | Rossen Stoyanchev | Update javadoc for MultipartFile.transferTo
Issue: SPR-12650 | update javadoc for multipartfile.transferto | 43 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,273 |
fd426aaa4df5ae08b448d21541d375f9a9d5b3a6 | Rossen Stoyanchev | Rossen Stoyanchev | Update Netty4ClientHttpRequestFactory buffer size
Before this change, the maxRequestSize property was used (incorrectly)
to limit both the size of the request and response. The change:
- removes maxRequestSize and therefore no longer places limits on the
size of the request thus matching to AbstractBufferingClientHtt... | update netty4clienthttprequestfactory buffer size | 49 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,274 |
f017cc3febcfa93c747e4b1b82a935aefaa0117e | Rossen Stoyanchev | Rossen Stoyanchev | DefaultSubscriptionRegistry returns safe to iterate Map
Prior to this change when adding subscriptions
DefaultSubscriptionRegistry (incorrectly) made a copy of the given map
for its "access" cache rather than for its "update" cache.
Issue: SPR-12665 | defaultsubscriptionregistry returns safe to iterate map | 55 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,275 |
d8cec8534e2c9ffd0056665f9421710e44a3ebec | Stephane Nicoll | Stephane Nicoll | Allow subclasses to configure the Yaml instance
Provide an additional hook-point for YamlProcessor subclasses willing to
change how the Yaml instance is configured. Also expose the default
StrictMapAppenderConstructor so that they can compose a custom instance
with it.
Issue: SPR-12671 | allow subclasses to configure the yaml instance | 47 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,276 |
a32b5e61d0b5dff9c09cc3c7d7b8e5e68ac69ae5 | Rossen Stoyanchev | Rossen Stoyanchev | Add support for Server-Sent Events
This commit adds ResponseBodyEmitter and SseEmitter (and also
ResponseEntity<ResponseBodyEmitter> and ResponseEntity<SseEmitter>) as
new return value types supported on @RequestMapping controller methods.
See Javadoc on respective types for more details.
Issue: SPR-12212 | add support for server-sent events | 34 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,277 |
ccb1c13951da01603345504115fd3c177c65dd59 | Sebastien Deleuze | Sebastien Deleuze | Use UTC timezone in Jackson builder and factory tests
Issue: SPR-12634 | use utc timezone in jackson builder and factory tests | 53 | false | false | 9 | true | true | false | spring-projects | spring-framework | 16,278 |
c7b324b89b6d0d0f000f0619f22fcfca21cf03c6 | Stephane Nicoll | Stephane Nicoll | Move cached expression evaluation abstraction
Move MethodCacheKey and related classes to the expression package so that
other parts of the framework can benefit ot it.
CacheExpressionEvaluator is a base class that can be used to cache SpEL
expressions based on its annotation source (i.e. method). Sub-classing
that ba... | move cached expression evaluation abstraction | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,279 |
cf86ecddb5390bed6f33eaad3b03918a3c22062e | Brian Clozel | Brian Clozel | Avoid loss of body content in AbstractRequestLoggingFilter
Prior to this commit, the `ContentCachingRequestWrapper` class would
cache the response content only if the reponse would be consumed using
its InputStream. In case of a Form request, Spring MVC consumes the
response using the `getParameter*` Servlet API metho... | avoid loss of body content in abstractrequestloggingfilter | 58 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,280 |
5fb6d6d89c5fe799cf2cd8f32a2fd5f77a59c2ee | Sebastien Deleuze | Sebastien Deleuze | Allow Jackson builder modules configuration to be customized
Modules (well-known or user provided) registration is now performed
first in order to allow their configuration to be customized by more
specific ones like custom serializers or deserializers.
Issue: SPR-12634 | allow jackson builder modules configuration to be customized | 60 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,281 |
6e10f7c8cf8c3edf573e9f04541f691c499b1a43 | Sam Brannen | Sam Brannen | Update TODOs for SPR-11598 | update todos for spr-11598 | 26 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,282 |
2d918380f0553238087ec264688ecba066e49ab5 | Sam Brannen | Sam Brannen | Support @Configuration as meta-annotation in the TCF
Spring Framework 4.0 introduced support for using test-related
annotations as meta-annotations in the Spring TestContext Framework
(TCF) in order to create custom composed annotations within a test
suite; however, the detection of default @Configuration classes in t... | support @configuration as meta-annotation in the tcf | 52 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,283 |
c5c32ec206dcba363370b4c0189e84852b18162e | Sam Brannen | Sam Brannen | Refer to static nested classes, not static inner classes
Various parts of the reference manual as well as the Javadoc for
AnnotationConfigContextLoaderUtils improperly refer to "static inner
classes" even though this terminology does not exist in Java. The Java
Language Specification explicitly refers to such classes ... | refer to static nested classes, not static inner classes | 56 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,284 |
e97712b95b8878fec0f40f9141ad29de42f18610 | Sam Brannen | Sam Brannen | Update copyright headers in IdGenerators | update copyright headers in idgenerators | 40 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,285 |
52b8f34468330372f448ee13475b0a6982ee0809 | Rossen Stoyanchev | Rossen Stoyanchev | Add JdkIdGenerator and use it in SockJS client
Issue: SPR-12658 | add jdkidgenerator and use it in sockjs client | 46 | false | false | 8 | true | true | true | spring-projects | spring-framework | 16,286 |
0bfa124a1ed241501e8a14fd9d92d360139d7c5c | Rossen Stoyanchev | Rossen Stoyanchev | Remove ISE in ResourceUrlProvider
Issue: SPR-12630 | remove ise in resourceurlprovider | 33 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,287 |
3f6f6d5f7073156820586687aba73774689b298e | Stephane Nicoll | Stephane Nicoll | Merge pull request #722 from mgooty/master
* pull722:
Fix method documentation typo | merge pull request #722 from mgooty/master | 42 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,288 |
9b24cc503552cf8d51292df81c0bb0c274762930 | mgooty | Stephane Nicoll | Fix method documentation typo
Issue: SPR-12639 | fix method documentation typo | 29 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,289 |
8ec0da083a75b5478e47a5fe8ba77676af24377a | Juergen Hoeller | Juergen Hoeller | Upgrade to Groovy 2.4 | upgrade to groovy 2.4 | 21 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,290 |
1cd443362196aff3fbd04548d5e92f7e9607dbd4 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,291 |
0479ca68fe319e6e38bfa8970a0ddcbe4235cd76 | Juergen Hoeller | Juergen Hoeller | ScheduledAnnotationBeanPostProcessor registers tasks in ContextRefreshedEvent phase (again)
Issue: SPR-12641 | scheduledannotationbeanpostprocessor registers tasks in contextrefreshedevent phase (again) | 91 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,292 |
a4fe49e6ff03296e0f3a7c3524f0b42f73b8b269 | Brian Clozel | Brian Clozel | Update Jetty version to 9.2.7.v20150116 | update jetty version to 9.2.7.v20150116 | 39 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,293 |
d68fde57cdd997414cd5421d2c02a3ae1186364c | Rossen Stoyanchev | Rossen Stoyanchev | Support HandlerMethod arg in @ExceptionHandler methods
Issue: SPR-12605 | support handlermethod arg in @exceptionhandler methods | 54 | false | false | 6 | true | true | false | spring-projects | spring-framework | 16,294 |
2bf6b41bcc02ac137d2fc4b2731057c55157d16f | Brian Clozel | Brian Clozel | Initialize ResourceUrlProvider only once
Prior to this change, the ResourceUrlProvider would listen to
ContextRefreshedEvents and autodetect resource handlers each time. This
can cause issues when multiple contexts are involved and the last one
has no resource handler, thus clearing the previously detected ones.
This... | initialize resourceurlprovider only once | 40 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,295 |
49e31c302b6c29ea6901ebc18846a501bcdfb673 | Juergen Hoeller | Juergen Hoeller | Allow schedulerWithHsqlDataSource to pass through reducing it to the trigger table check
Issue: SPR-12618 | allow schedulerwithhsqldatasource to pass through reducing it to the trigger table check | 88 | false | false | 12 | false | true | false | spring-projects | spring-framework | 16,296 |
f949b2d3c34d10d099338fc7c2e340edec85b959 | Rossen Stoyanchev | Rossen Stoyanchev | Remove logging statement in ResponseBodyAdviceChain
Issue: SPR-12616 | remove logging statement in responsebodyadvicechain | 51 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,297 |
497944f0dd9a9cb49b5f41397cb41a07a67eaf25 | Rossen Stoyanchev | Rossen Stoyanchev | Fix minor test issues
Issue: SPR-12615 | fix minor test issues | 21 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,298 |
bb78c76b8c9d6e46376d3a92b4c1c8db4e54c493 | Brian Clozel | Brian Clozel | Allow relative paths within resource location path
Prior to this change, location paths used for resource handling would
not allow "non-cleaned, relative paths" such as
`file://home/user/static/../static/`. When checking if the resolved
resource's path starts with the location path, a mismatch would happen
when compar... | allow relative paths within resource location path | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 16,299 |
4141bf35b44f5ef4a2976a7d36e5f6ab391500b7 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Jackson 2.5, Hibernate 4.3.8, Netty 4.0.25) | latest dependency updates (jackson 2.5, hibernate 4.3.8, netty 4.0.25) | 70 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,300 |
d34402d3ba0470423ae763e98889160580230379 | Juergen Hoeller | Juergen Hoeller | OperatorMatches caches compiled patterns
Issue: SPR-12610 | operatormatches caches compiled patterns | 40 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,301 |
11bf3b3524f1ada125d08c28e227a333d0217c14 | Juergen Hoeller | Juergen Hoeller | AbstractBeanDefinitionParser allows for skipping evaluation of XML "name" attribute
Issue: SPR-12643 | abstractbeandefinitionparser allows for skipping evaluation of xml "name" attribute | 83 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,302 |
d4dac250a835c54428d6f1e29f8fe8eaec59330e | Juergen Hoeller | Juergen Hoeller | AbstractRequestLoggingFilter allows for dedicated shouldLog check in CommonsRequestLoggingFilter
Issue: SPR-12609 | abstractrequestloggingfilter allows for dedicated shouldlog check in commonsrequestloggingfilter | 96 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,303 |
0ddf8dde128a1904bfe5af30817836ac09e07f1c | Juergen Hoeller | Juergen Hoeller | AnnotationUtils explicitly handles null parameters
Issue: SPR-12604 | annotationutils explicitly handles null parameters | 50 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,304 |
028c0e8b809dcfd641d290de4eda0e48c08fd5f2 | Brian Clozel | Brian Clozel | Allow protocol relative URLs in CssLink Transformer
This commit allows the use of "protcol relative URLs" (i.e. URLs without
scheme, starting with `//`), often used to serve resources automatically
from https or http with third party domains.
This syntax is allowed by RFC 3986.
Issue: SPR-12632 | allow protocol relative urls in csslink transformer | 51 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,305 |
bf7a9754d5060668fdbfe93c70b0d357d258c323 | Sebastien Deleuze | Sebastien Deleuze | Avoid using Java 8 ZoneId class
Issue: SPR-12594 | avoid using java 8 zoneid class | 31 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,306 |
b89e62e5f6bf066952831c8515910ab08deb9d27 | Sebastien Deleuze | Sebastien Deleuze | Support specifying Jackson TimeZone and Locale
Issue: SPR-12594 | support specifying jackson timezone and locale | 46 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,307 |
4a2b6a1322cdbd11b584d1641ec1b55cc57c01b8 | Stephane Nicoll | Stephane Nicoll | Merge pull request #721 from MaciejZiarko/java-doc-fix
* java-doc-fix:
Fix Javadoc examples | merge pull request #721 from maciejziarko/java-doc-fix | 54 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,308 |
81c750fb1c1d54a706f256e3dc0239e10ee4fdef | Maciej Ziarko | Stephane Nicoll | Fix Javadoc examples | fix javadoc examples | 20 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,309 |
1aad4da6b64e26557d98b8ddde58037a2db32303 | Stephane Nicoll | Stephane Nicoll | Remove compiler warning | remove compiler warning | 23 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,310 |
c1f1cac35956f74302199714db11b36968c1ddcd | Stephane Nicoll | Stephane Nicoll | Remove DisposableBeanMethodInterceptor
Previously, any @Configuration class was enhanced to namely implement
DisposableBean in order to remove static callbacks that were registered
for that class. This leads to problem if an ApplicationContext is created
and destroyed within the lifecycle on another ApplicationContext... | remove disposablebeanmethodinterceptor | 38 | false | false | 2 | true | true | false | spring-projects | spring-framework | 16,311 |
82651a07ab16f2dabf26bd4fdf92c8e1840643ec | Juergen Hoeller | Juergen Hoeller | BeanFactory accepts getBean arguments for non-prototype beans as well
Issue: SPR-12488 | beanfactory accepts getbean arguments for non-prototype beans as well | 69 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,312 |
c85686ac78a815d6113371334b8ddcc49f1384ac | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,313 |
fa0ef2d87e80257f5838676313a373661192a90d | Juergen Hoeller | Juergen Hoeller | BeanFactory accepts getBean arguments for non-prototype beans as well
Issue: SPR-12488 | beanfactory accepts getbean arguments for non-prototype beans as well | 69 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,314 |
c5c5473d44f101271e47921fb7d2a125199be517 | Juergen Hoeller | Juergen Hoeller | Common annotation processing for imported and nested classes within configuration classes
Issue: SPR-12486 | common annotation processing for imported and nested classes within configuration classes | 89 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,315 |
c94d584f37beb2619efdb7a2d759a4e9bae0827c | Juergen Hoeller | Juergen Hoeller | OrderUtils defensively checks for presence of javax.annotation.Priority
Issue: SPR-12489 | orderutils defensively checks for presence of javax.annotation.priority | 71 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,316 |
9a71a0c6c914b15183b53b94e165aa4b63f8330e | Juergen Hoeller | Juergen Hoeller | YamlProcessor defensively closes InputStream
Issue: SPR-12487 | yamlprocessor defensively closes inputstream | 44 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,317 |
2496d68e9fbc38a684a00cfcc6aa4004bbc0d1e6 | Juergen Hoeller | Juergen Hoeller | Relaxed final declarations and protected doInvoke methods
Issue: SPR-12484 | relaxed final declarations and protected doinvoke methods | 57 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,318 |
efb114d49ab4a477cf8cdc9487da7f2ea0ea1379 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,319 |
bfbd25a0e94ab789171d331a121812468cbeb154 | Juergen Hoeller | Juergen Hoeller | BeanWrapper auto-growing support for EnumSet / EnumMap
Issue: SPR-12483 | beanwrapper auto-growing support for enumset / enummap | 54 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,320 |
7635e7b7f2a39d735daea940af331c19aca730a1 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-12483 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,321 |
fef4cd0ed6ff98c53874bb356e74ce51b1a50b91 | Juergen Hoeller | Juergen Hoeller | Default conversion support for EnumSet / EnumMap
Issue: SPR-12483 | default conversion support for enumset / enummap | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,322 |
717b2af50fb936f90fc892bf8f1d6739ba046660 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Groovy 2.3.8, Apache HttpClient 4.3.6) | latest dependency updates (groovy 2.3.8, apache httpclient 4.3.6) | 65 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,323 |
e6d7af4ea811679020d672bc07091ed6ff829ac7 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,324 |
decc5cd1ae61284345d501a7aaaf77fe7e172e92 | Juergen Hoeller | Juergen Hoeller | Extracted ContentCachingRequestWrapper and ContentCachingResponseWrapper
Issue: SPR-12477 | extracted contentcachingrequestwrapper and contentcachingresponsewrapper | 72 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,325 |
3b1584904f3dea5e104a401e7b32253f5228f8eb | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-12476 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,326 |
2bf6d5b8ebe37c847ea0caa406ad75f7dd06eea9 | Juergen Hoeller | Juergen Hoeller | Core dependency updates (Commons Logging 1.2, Commons Codec 1.10, JOpt Simple 4.8) | core dependency updates (commons logging 1.2, commons codec 1.10, jopt simple 4.8) | 82 | false | false | 12 | false | false | false | spring-projects | spring-framework | 16,327 |
fc92c0010e7d3b89fed511121acf2a4d1f06ac70 | Juergen Hoeller | Juergen Hoeller | Revised SqlRowSet javadoc and support for JDBC 4.x ResultSet additions
Issue: SPR-12476
Issue: SPR-12480 | revised sqlrowset javadoc and support for jdbc 4.x resultset additions | 70 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,328 |
0caeffcd5432ac6ee475e9e265db24bf89bc4714 | Juergen Hoeller | Juergen Hoeller | Polishing
(cherry picked from commit 7e07f3d) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,329 |
eacd4a181f5c69efe91224945e733aafccb37db3 | Juergen Hoeller | Juergen Hoeller | ExtendedBeanInfo ignores invalid bean properties (analogous to the JavaBeans Introspector)
Issue: SPR-12434 | extendedbeaninfo ignores invalid bean properties (analogous to the javabeans introspector) | 90 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,330 |
f44217a0c2f13e5a1eb52001d7c7ef3bb515d40b | Juergen Hoeller | Juergen Hoeller | Clarified getAllAnnotationAttributes behavior
Issue: SPR-12473
(cherry picked from commit 5ac8680) | clarified getallannotationattributes behavior | 45 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,331 |
b3bfa95e2bff2a1e06b37c327a70aac54d727a1c | Brian Clozel | Brian Clozel | Fix ResourceUrlEncodingFilter with context mapping
Prior to this change, the ResourceUrlEncodingFilter would work well when
the application is mapped to "/". But when mapped to a non-empty servlet
context, this filter would not properly encode URLs and apply
ResourceResolver URL resolution for resources.
This commit ... | fix resourceurlencodingfilter with context mapping | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,332 |
feb91e8366a5b95223ae32a8114a6c626a60cf6d | Juergen Hoeller | Juergen Hoeller | NotReadablePropertyException accepts root cause (analogous to NotWritablePropertyException)
Issue: SPR-12467 | notreadablepropertyexception accepts root cause (analogous to notwritablepropertyexception) | 91 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,333 |
ab5856b6a8d0ab2cd5f8fe906c7735eb9ba1a7ab | Juergen Hoeller | Juergen Hoeller | Tracking ASM 5.0.4 development: Fix for ASM issue 317545
Issue: SPR-12470 | fix for asm issue 317545 | 24 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,334 |
a6e7044523d504218758bf521e713bbaa0618966 | Juergen Hoeller | Juergen Hoeller | Correct since declarations in Netty 4 client support | correct since declarations in netty 4 client support | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,335 |
015afef52bc6be494132e7221602e400890cc9df | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (JasperReports 6.0, Jackson 2.4.4, Jetty 9.2.5, JRuby 1.7.16.1) | latest dependency updates (jasperreports 6.0, jackson 2.4.4, jetty 9.2.5, jruby 1.7.16.1) | 89 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,336 |
24834f6d2fd8f47100b904036249187c1e2444f6 | Rossen Stoyanchev | Rossen Stoyanchev | Add extendMessageConverters to WebMvcConfigurer
Issue: SPR-12450 | add extendmessageconverters to webmvcconfigurer | 47 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,337 |
f39c5050691d293c204e99b65045be2c27ecb4ff | Sebastien Deleuze | Sebastien Deleuze | Remove a Groovy test already covered by testConfigFileParsingError()
The removed test testConfigFileParsingErrorWhenNamedBeans() could cause
a groovyc compilation error, for example when using latest IntelliJ IDEA.
Issue: SPR-12435 | remove a groovy test already covered by testconfigfileparsingerror() | 68 | false | false | 8 | true | true | false | spring-projects | spring-framework | 16,338 |
400738e804170e364df3fcf027613bf82f458423 | Sebastien Deleuze | Sebastien Deleuze | Polish MessageHeaderAccessor
Issue: SPR-12431 | polish messageheaderaccessor | 28 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,339 |
5e3edc667e4b71b8a1468957e578e9ec11a7ab9f | Juergen Hoeller | Juergen Hoeller | Support @Validated at method level for overriding validation groups
Issue: SPR-9174 | support @validated at method level for overriding validation groups | 67 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,340 |
929cda67902316eb335b2b6d62548709f6742ca8 | Juergen Hoeller | Juergen Hoeller | Allow custom @Validated annotations for handler method parameters
Issue: SPR-12406 | allow custom @validated annotations for handler method parameters | 65 | false | false | 8 | true | true | false | spring-projects | spring-framework | 16,341 |
2602bcbb7c16a17910bc85746b34ab482052d900 | Stephane Nicoll | Stephane Nicoll | Fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,342 |
0d00b674f4b2b7b6c7abd49b38c484c14d06bc94 | Stephane Nicoll | Stephane Nicoll | Fix documentation formatting
Using the "quotes" substitution group by default leads to side effect
when the "*" character is used. This is especially true for AOP pointcut
or for MVC mappings.
Plain verbatim might work most of the time unless you intend to highlight
a piece of code or a comment.
Issue: SPR-12456 | fix documentation formatting | 28 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,343 |
51bed18e612dfa3ca9d9bb1271746da4c8e79920 | Juergen Hoeller | Juergen Hoeller | Resource resolution and message escaping tests pass on Windows again | resource resolution and message escaping tests pass on windows again | 68 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,344 |
bb150c47cf50ac946197354b199f5081e8a7fb85 | Brian Clozel | Brian Clozel | Add undertow 1.1.0.Final support
Upgrade undertow dependency to 1.1.0.Final.
Add support for undertow 1.1.0.Final in the
UndertowRequestUpgradeStrategy, after a breaking change in the
`io.undertow.websockets.jsr.ConfiguredServerEndpoint` constructor.
Issue: SPR-12302 | add undertow 1.1.0.final support | 32 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,345 |
161d3e3049f129e211f68a4e94b544e0f0d8384d | Brian Clozel | Brian Clozel | Fix location checks for servlet 3 resources
SPR-12354 applied new checks to make sure that served static resources
are under authorized locations.
Prior to this change, serving static resources from Servlet 3 locations
such as "/webjars/" would not work since those locations can be within
one of the JARs on path. In ... | fix location checks for servlet 3 resources | 43 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,346 |
2b4004d176e9598ce9fd2f17fe5272a300e9d7af | Juergen Hoeller | Juergen Hoeller | Consistent Map<String, ?> declarations and use of LinkedHashMap for incoming JDBC operation parameters
Issue: SPR-12462 | consistent map<string, ?> declarations and use of linkedhashmap for incoming jdbc operation parameters | 102 | false | false | 13 | false | false | false | spring-projects | spring-framework | 16,347 |
223d849a147d1202ce7270dafca1c5cd818f883f | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,348 |
ef55c99f960f60c3fb6fcdbf8315173f0c13f7a5 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (AspectJ 1.8.4, Gson 2.3.1) | latest dependency updates (aspectj 1.8.4, gson 2.3.1) | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,349 |
afc77ff525c4f312708e75c01f5fa61813c950a3 | Juergen Hoeller | Juergen Hoeller | AnnotationBeanPostProcessors defensively catch and translate NoClassDefFoundErrors from class introspection
Issue: SPR-12461 | annotationbeanpostprocessors defensively catch and translate noclassdeffounderrors from class introspection | 107 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,350 |
2675ce7c9f329be55d4566d4a2e58e3fe3ec7d46 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,351 |
aadb93f30c6b481a9244ba3f553389a4a32e2088 | Juergen Hoeller | Juergen Hoeller | Rearranged WebAsyncTask constructor interdependencies and assertions
Issue: SPR-12457 | rearranged webasynctask constructor interdependencies and assertions | 68 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,352 |
ece2c90e91483f1c7aac32fdb00142f0be3fd480 | Juergen Hoeller | Juergen Hoeller | RequestMappingHandlerAdapter allows for overriding handleInternal
Issue: SPR-12460 | requestmappinghandleradapter allows for overriding handleinternal | 65 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,353 |
282adeda88290d4791b16ebb76e35b12226593a2 | Juergen Hoeller | Juergen Hoeller | Unit test for JavaBeans introspection against FreeMarker Configuration class
Issue: SPR-12448 | unit test for javabeans introspection against freemarker configuration class | 76 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,354 |
7fcadaa393c0457e7eb3423496844e30a22deae6 | Juergen Hoeller | Juergen Hoeller | MethodParameter generally uses volatile variables where applicable now (as well as a local copy of the parameterNameDiscoverer field)
Issue: SPR-12453 | methodparameter generally uses volatile variables where applicable now (as well as a local copy of the parameternamediscoverer field) | 133 | false | false | 18 | false | false | false | spring-projects | spring-framework | 16,355 |
1ef06cc743436b2aa500854bdb6a24d42357b10d | Juergen Hoeller | Juergen Hoeller | MutablePropertySources uses an internal CopyOnWriteArrayList for defensiveness against concurrent modifications
Issue: SPR-12428 | mutablepropertysources uses an internal copyonwritearraylist for defensiveness against concurrent modifications | 111 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,356 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.