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
27899abcb6c1651b0b25e196ae9768a264474b70
Rossen Stoyanchev
Rossen Stoyanchev
Publish events only after successful channel send The StompSubProtcolHandler now checks the outcome of the send to the inbound client channel. If the message was prevented from being sent, e.g. as part of authorization, events are not published Issue: SPR-13339
publish events only after successful channel send
49
false
false
7
true
true
true
spring-projects
spring-framework
14,757
473dd5e9e8b1442be32e4864eb343bbed923c809
Rossen Stoyanchev
Rossen Stoyanchev
Unwrap if necessary for MultipartHttpServletRequest Before this commit RequestPartServletServerHttpRequest simply did an instanceof check for MultipartHttpServletRequest. That hasn't failed because request wrapping typically happens in filters before the DispatcherServlet calls the MultipartResolver. With Spring MVC ...
unwrap if necessary for multiparthttpservletrequest
51
false
false
5
false
false
false
spring-projects
spring-framework
14,758
22948bd7f04075a30c211c6b89cd014e09593382
Stephane Nicoll
Stephane Nicoll
Add hook to create custom BeanPropertyBindingResult Issue: SPR-13373
add hook to create custom beanpropertybindingresult
51
false
false
6
true
true
false
spring-projects
spring-framework
14,759
a3e7848a30f2e949fb8de8a047f0be0a49c35222
Sam Brannen
Sam Brannen
Clean up warnings and tests in spring-core
clean up warnings and tests in spring-core
42
false
false
7
false
false
false
spring-projects
spring-framework
14,760
9ab406231733211456435eea33e8bebfb3959409
Sam Brannen
Sam Brannen
Clean up warnings in tests in spring-jdbc
clean up warnings in tests in spring-jdbc
41
false
false
7
false
false
false
spring-projects
spring-framework
14,761
d54aab233859886ea987adcd733a200710a09c95
Sam Brannen
Sam Brannen
Log connection URL for embedded databases Prior to this commit, EmbeddedDatabaseFactory logged the name of an embedded database just before it was created; however, the name alone is not sufficient for connecting to the database via external tools such as the H2 Web Console. This commit updates EmbeddedDatabaseFactor...
log connection url for embedded databases
41
false
false
6
false
true
false
spring-projects
spring-framework
14,762
2025d5c35e27affb1b11b7d5fcb38c2aa38fcbb2
Sam Brannen
Sam Brannen
Polish Javadoc and log messages for embedded databases
polish javadoc and log messages for embedded databases
54
false
false
8
false
false
false
spring-projects
spring-framework
14,763
0cd21aa55f79d6b36890172f0cf28b880c0f1f34
Sam Brannen
Sam Brannen
Fix typo in Javadoc for TestContextBootstrapper
fix typo in javadoc for testcontextbootstrapper
47
false
false
6
true
true
true
spring-projects
spring-framework
14,764
d4c74ad34645119f2f18fc813fe5b9e141560210
Sebastien Deleuze
Sebastien Deleuze
Add an ObjectMapper constructor to MappingJackson2(Json|Xml)View Instead of having to use the default constructor then calling setObjectMapper(ObjectMapper), these constructors allow MappingJackson2JsonView and MappingJackson2XmlView to be created and configured with the desired object mapper in one step.
add an objectmapper constructor to mappingjackson2(json|xml)view
64
false
false
6
true
true
false
spring-projects
spring-framework
14,765
ddd6c9bea06387b3cd713f2ba16423f3ec8d11bf
xueyua
Sebastien Deleuze
Fix typos in Web MVC documentation
fix typos in web mvc documentation
34
false
false
6
true
true
true
spring-projects
spring-framework
14,766
be7514f49027e323b58ca35f1f270f9633a6b7c8
Sebastien Deleuze
Sebastien Deleuze
Polish Jackson2ObjectMapperBuilderTests
polish jackson2objectmapperbuildertests
39
false
false
2
false
false
false
spring-projects
spring-framework
14,767
cccf5f65f5e8ee58530b94acae7feb0049ffbb05
Craig Andrews
Sebastien Deleuze
Register jackson-datatype-jdk7 module when using Java 7 Issue: SPR-13354
register jackson-datatype-jdk7 module when using java 7
55
false
false
7
false
false
false
spring-projects
spring-framework
14,768
6634d1f536cf1421a7bcc766285d6177276181ec
Rossen Stoyanchev
Rossen Stoyanchev
Use Streams from reactor-streams
use streams from reactor-streams
32
false
false
4
true
true
true
spring-projects
spring-framework
14,769
11824893a91c2f2023fc2f2e0fce7bd0d93351f4
Josh King
Rossen Stoyanchev
Header values are optional in Stomp 1.1 and 1.2
header values are optional in stomp 1.1 and 1.2
47
false
false
9
false
false
false
spring-projects
spring-framework
14,770
c41779f895f49758344b63dd40bcbf5ae1b2dee3
Juergen Hoeller
Juergen Hoeller
AsyncExecutionInterceptor supports Java 8's CompletableFuture as a return type Issue: SPR-13128
asyncexecutioninterceptor supports java 8's completablefuture as a return type
78
false
false
9
false
false
false
spring-projects
spring-framework
14,771
06a5ed9cae6700a310f09dbd1d8f0b758960728e
Juergen Hoeller
Juergen Hoeller
AbstractApplicationContext resets common introspection caches after refresh Issue: SPR-13093
abstractapplicationcontext resets common introspection caches after refresh
75
false
false
7
false
false
false
spring-projects
spring-framework
14,772
f1d0368dd2a02312e3b84b73ab5654fdba89c8fe
Stephane Nicoll
Stephane Nicoll
Merge pull request #814 from izeye/patch-3 * patch-3: Add missing super in test
merge pull request #814 from izeye/patch-3
42
true
false
6
false
false
false
spring-projects
spring-framework
14,773
bd0ca70a2c8df7b4e2ac425c35c55cac507c1d99
izeye
Stephane Nicoll
Add missing super in test Closes gh-814
add missing super in test
25
false
false
5
false
false
false
spring-projects
spring-framework
14,774
5236eb6b63f1b76463779faaa5963b61ab5492a4
Stephane Nicoll
Stephane Nicoll
Allow default settings of a custom HttpAsyncClient to apply This is a rework of 71783c5 for SPR-12540 for the async extension that was not merging the internal RequestConfig as it should. Issue: SPR-13125
allow default settings of a custom httpasyncclient to apply
59
false
false
9
true
true
false
spring-projects
spring-framework
14,775
10cb80a5003564ef2fb7866eab1fcdbd09f325c1
Juergen Hoeller
Juergen Hoeller
Removed superfluous @Ignore import Issue: SPR-11807
removed superfluous @ignore import
34
false
false
4
false
false
false
spring-projects
spring-framework
14,776
7987f80866578f06ef36f72187c59b028a63f7ea
Juergen Hoeller
Juergen Hoeller
GenericConversionService uses ConcurrentReferenceHashMap instead of ConcurrentHashMap Issue: SPR-13099
genericconversionservice uses concurrentreferencehashmap instead of concurrenthashmap
85
false
false
6
false
false
false
spring-projects
spring-framework
14,777
1c01f575c2d3407e5c3c18a58d19ee00f5420249
Juergen Hoeller
Juergen Hoeller
ConfigurationClassParser ignores unresolvable member classes Issue: SPR-13115
configurationclassparser ignores unresolvable member classes
60
false
false
5
false
false
false
spring-projects
spring-framework
14,778
95acf8c989b0741195f993da40a39c07a500d59f
Stephane Nicoll
Stephane Nicoll
Remove references to codehaus.org Issue: SPR-13129
remove references to codehaus.org
33
false
false
4
true
true
true
spring-projects
spring-framework
14,779
68a704373dfcc3438eabb98f0767aed9cec4f95b
Sam Brannen
Sam Brannen
Retain order of active profiles in the TCF Ever since @ActiveProfiles was introduced, the declared active profiles for integration tests have been sorted in order to support unique cache key generation; however, there are use cases for which the original ordering should be retained. For example, Spring Boot's ConfigF...
retain order of active profiles in the tcf
42
false
false
8
true
true
true
spring-projects
spring-framework
14,780
aed523c112e6f5fbcf4b2127f3d35c5fa15cad3e
Stephane Nicoll
Stephane Nicoll
Upgrade reference to castor website Issue: SPR-12991
upgrade reference to castor website
35
false
false
5
true
true
true
spring-projects
spring-framework
14,781
c111ea89cf767ca83835f3cc1302c220343b0a35
Stephane Nicoll
Stephane Nicoll
Add reference to AutoCloseable and Closeable Issue: SPR-13041
add reference to autocloseable and closeable
44
false
false
6
true
true
true
spring-projects
spring-framework
14,782
06a0dfa6823e3c70249ec4a0dd96a3f18d5c6158
Stephane Nicoll
Stephane Nicoll
Update ApplicationEvent doc for generics event Issue: SPR-13069
update applicationevent doc for generics event
46
false
false
6
true
true
true
spring-projects
spring-framework
14,783
ea9d7aa337a323f4003279e08c8e039da79988bb
Sam Brannen
Sam Brannen
Polish Javadoc for @TransactionConfiguration
polish javadoc for @transactionconfiguration
44
false
false
4
false
false
false
spring-projects
spring-framework
14,784
32c17bf54021440d629fffb1389d3a586bfb42e3
Sam Brannen
Sam Brannen
Revise method and parameter names in annotation support In AnnotatedElementUtils, all methods pertaining to merging annotation attributes have been renamed to "getMerged*()" and "findMerged*()" accordingly. Existing methods such as getAnnotationAttributes(..) have been deprecated in favor of the more descriptive "merg...
revise method and parameter names in annotation support
55
false
false
8
false
true
false
spring-projects
spring-framework
14,785
2b339db53b0fe3e1bef92c8b164fbe6b5d7d4fe7
Sam Brannen
Sam Brannen
Polish @CrossOrigin - origin --> origins - method --> methods - constants are now actually constant (i.e., static final)
polish @crossorigin
19
false
false
2
true
false
false
spring-projects
spring-framework
14,786
60cdfa535ed62a3072f52b8d08da1f1b8fd3317a
Sam Brannen
Sam Brannen
Polish ComponentScanParserScopedProxyTests
polish componentscanparserscopedproxytests
42
false
false
2
false
false
false
spring-projects
spring-framework
14,787
d49bf01c4afb4d0bd54f4a7cad02aa54e9ee185e
Sam Brannen
Sam Brannen
Polish Javadoc for AbstractBeanDefinition
polish javadoc for abstractbeandefinition
41
false
false
4
false
false
false
spring-projects
spring-framework
14,788
2d23f42609c2e6a2ee6b0507f4b800870a63ca26
Sam Brannen
Sam Brannen
Introduce alias for 'value' attribute in @Scope Issue: SPR-11393
introduce alias for 'value' attribute in @scope
47
false
false
7
true
true
true
spring-projects
spring-framework
14,789
6b7c1d72e855fcee2ba1edb852af3d9f472dc551
Sam Brannen
Sam Brannen
Introduce alias for 'value' attribute in @Transactional Issue: SPR-11393
introduce alias for 'value' attribute in @transactional
55
false
false
7
true
true
false
spring-projects
spring-framework
14,790
6fc388315e686650709e406aef377398fa71097f
Sam Brannen
Sam Brannen
Polish Javadoc for @Transactional
polish javadoc for @transactional
33
false
false
4
false
false
false
spring-projects
spring-framework
14,791
31c547456a54d75f7b35eec0b684b81bb34555bf
Sam Brannen
Sam Brannen
Introduce getAliasedString() in AnnotationAttributes Issue: SPR-11393
introduce getaliasedstring() in annotationattributes
52
false
false
4
false
true
false
spring-projects
spring-framework
14,792
05de9a8c4accef1bcc0b09b061f81f6c0c8001d3
Sam Brannen
Sam Brannen
Introduce general purpose isEmpty() method in ObjectUtils Prior to this commit, there existed several isEmpty() methods scattered across various utilities such as ObjectUtils, CollectionUtils, and StringUtils; however, each of these methods requires a cast to the type supported for that particular variant. This commi...
introduce general purpose isempty() method in objectutils
57
false
false
7
true
false
false
spring-projects
spring-framework
14,793
e7f4544248e850960b7c51d1d384f414d5de153d
Sam Brannen
Sam Brannen
Polish ObjectUtilsTests
polish objectutilstests
23
false
false
2
false
false
false
spring-projects
spring-framework
14,794
f6d2fe471a26fb6ff5894480f50dd55365e62f06
Sam Brannen
Sam Brannen
Proper support for Root WAC in Spring MVC Test The modifications to DefaultMockMvcBuilder performed in conjunction with SPR-12553 introduced a breaking change: the WebApplicationContext supplied to DefaultMockMvcBuilder's constructor was *always* stored in the ServletContext as the root WebApplicationContext, overwrit...
proper support for root wac in spring mvc test
46
false
false
9
false
false
false
spring-projects
spring-framework
14,795
e2c8d3762fb1739193858553966474b82ec94791
Brian Clozel
Brian Clozel
Fix tests for SPR-13090
fix tests for spr-13090
23
false
false
4
true
true
true
spring-projects
spring-framework
14,796
0175068cab7d294b6cce4369cbd7745dd03198ab
Brian Clozel
Brian Clozel
Improve Last-Modified & ETag support Prior to this change, the `"Last-Modified"` and "`Etag`" support had been improved with SPR-11324: HTTP response headers are now automatically added for conditional requests and more. This commit fixes the format of the "`Last-Modified`" and "`ETag`" values, which were using an ep...
improve last-modified & etag support
36
false
false
5
false
false
false
spring-projects
spring-framework
14,797
75edb3979eadde8df02bf4da28e2218511c991bb
Juergen Hoeller
Juergen Hoeller
AspectJExpressionPointcut defensively catches exceptions thrown from ShadowMatch.matchesJoinPoint Issue: SPR-13102
aspectjexpressionpointcut defensively catches exceptions thrown from shadowmatch.matchesjoinpoint
97
false
false
7
false
false
false
spring-projects
spring-framework
14,798
ad55687627e34a6b7d9d2917bc749406cf69c82d
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
14,799
32b9ea9e9f7268d3156b1bb83d0b5e1a59b5e123
Juergen Hoeller
Juergen Hoeller
WebAsyncUtils avoids reflection for creating StandardServletAsyncWebRequest Issue: SPR-13112
webasyncutils avoids reflection for creating standardservletasyncwebrequest
75
false
false
6
false
false
false
spring-projects
spring-framework
14,800
4eea675c15f45e329ebfc072c6f5e8662702efdf
Juergen Hoeller
Juergen Hoeller
Stronger warning about lookup methods not working with @Bean Issue: SPR-13108
stronger warning about lookup methods not working with @bean
60
false
false
9
false
false
false
spring-projects
spring-framework
14,801
e97506be5544cc4271f1ee08e04a26be2a876b48
Juergen Hoeller
Juergen Hoeller
Member classes get exposed to the import stack now Issue: SPR-13101
member classes get exposed to the import stack now
50
false
false
9
false
false
false
spring-projects
spring-framework
14,802
9712a32c46629e564a2ef8738f7b6493a567e5d8
Rossen Stoyanchev
Rossen Stoyanchev
Allow setting timeout in ResponseBodyEmitter Issue: SPR-13104
allow setting timeout in responsebodyemitter
44
false
false
5
false
false
false
spring-projects
spring-framework
14,803
4611d058c8e702a2bddc5ecfab7241860b3b2e38
Arjen Poutsma
Rossen Stoyanchev
Support Forwarded-Header in UriComponentsBuilder This commit introduces support for RFC 7239: Forwarded HTTP Extension in the UriComponentsBuilder. Unfortunately, RFC 7239 is not a complete replacement for the X-Forwarded-* headers: specifically, there is not direct replacement for X-Forwarded-Port. The JIRA contains ...
support forwarded-header in uricomponentsbuilder
48
false
false
4
false
false
false
spring-projects
spring-framework
14,804
b02352d30f6afd00ffe4c0e8747885470486a55b
Juergen Hoeller
Juergen Hoeller
Enabled test for AspectJ pointcut matching against lambda-defined bean Issue: SPR-11807
enabled test for aspectj pointcut matching against lambda-defined bean
70
false
false
9
false
false
false
spring-projects
spring-framework
14,805
a239116b764f16a0908bb7f8971033c7d7485926
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (AspectJ 1.8.6, Jackson 2.6 RC2, Joda-Time 2.8, JDO 3.1)
latest dependency updates (aspectj 1.8.6, jackson 2.6 rc2, joda-time 2.8, jdo 3.1)
82
false
false
12
false
false
false
spring-projects
spring-framework
14,806
b87816ed205b4976c47541f8838e931fc9a425c2
Stephane Nicoll
Stephane Nicoll
Add ResolvableTypeProvider Provide a mean to detect the actual ResolvableType based on a instance as a counter measure to type erasure. Upgrade the event infrastructure to detect if the event (or the payload) implements such interface. When this is the case, the return value of `getResolvableType` is used to validate...
add resolvabletypeprovider
26
false
false
2
true
true
false
spring-projects
spring-framework
14,807
a7aaf313d7129509f203907a30729b67f3893eff
Juergen Hoeller
Juergen Hoeller
Updated CGLIB AOP proxy note on constructor invocations Issue: SPR-13103
updated cglib aop proxy note on constructor invocations
55
false
false
8
false
false
false
spring-projects
spring-framework
14,808
0b2c3dafcaddf1d977bf1445f4be18767083a869
Juergen Hoeller
Juergen Hoeller
Upgrade to Apache HttpClient 4.5 and HttpAsyncClient 4.1
upgrade to apache httpclient 4.5 and httpasyncclient 4.1
56
false
false
8
false
false
false
spring-projects
spring-framework
14,809
0c3b34f7d5448f26b4484856bdabb5f225d37453
Sebastien Deleuze
Sebastien Deleuze
Polish CORS global configuration This commit introduces the following changes: - configureCors(CorsConfigurer configurer) is renamed to addCorsMappings(CorsRegistry registry) - enableCors(String... pathPatterns) is renamed to addMapping(String pathPattern) - <cors /> element must have at least one <mapping />...
polish cors global configuration
32
false
false
4
false
false
false
spring-projects
spring-framework
14,810
e8441edcb7d0c59dbedc3f6994b989d02a9970bf
Stephane Nicoll
Stephane Nicoll
Remove commons pool 2.x workaround While working on SPR-12532, an extra IdentityWrapper was added to work around a backward compatible issue between commons pool 1.x and 2.x. This issue (POOL-283) has actually been fixed in 2.4 and their IdentityWrapper is using object equality so our wrapper is in the way. Looking r...
remove commons pool 2.x workaround
34
false
false
5
true
true
true
spring-projects
spring-framework
14,811
342299abf65aab337c06ceb7c4b0f76457356667
Arjen Poutsma
Arjen Poutsma
Initial commit
initial commit
14
false
false
2
false
false
false
spring-projects
spring-framework
14,812
15da5efc865e4fa5946f6fde6e2c2bdee70f1c5e
Sebastien Deleuze
Sebastien Deleuze
Fix combining class and method level @CrossOrigin attributes Issue: SPR-13097
fix combining class and method level @crossorigin attributes
60
false
false
8
false
false
false
spring-projects
spring-framework
14,813
0a439f096fa7e9e7d536d23f2500c5509e7a9a7f
Brian Clozel
Brian Clozel
Upgrade to undertow 1.2.7.Final
upgrade to undertow 1.2.7.final
31
false
false
4
false
false
false
spring-projects
spring-framework
14,814
5964e15421558165a4aa174f681664dbc166afc5
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Commons Pool 2.4.1, POI 3.12)
latest dependency updates (commons pool 2.4.1, poi 3.12)
56
false
false
8
false
false
false
spring-projects
spring-framework
14,815
869b0bc7eed62463df87c3052f4fa84c28b56399
Juergen Hoeller
Juergen Hoeller
Create enhanced FactoryBean instance before applying method interceptor (preferably via Objenesis) Also removes "throws Exception" declaration from ThreadPoolExecutorFactoryBean's getObject method. Issue: SPR-13095
create enhanced factorybean instance before applying method interceptor (preferably via objenesis)
98
false
false
11
true
true
false
spring-projects
spring-framework
14,816
d195ad216a8ff5962ab1d3de4f5d8f5f7933cb6f
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
14,817
9410dff99cd193715de8cb0e242879018b775aec
Juergen Hoeller
Juergen Hoeller
AsyncResult allows for exposing an execution exception Issue: SPR-13076
asyncresult allows for exposing an execution exception
54
false
false
7
false
false
false
spring-projects
spring-framework
14,818
0db948e72d2e6dd7759705f2d11bac8f71cf62a7
Sam Brannen
Sam Brannen
Polish Javadoc for @Scope
polish javadoc for @scope
25
false
false
4
false
false
false
spring-projects
spring-framework
14,819
ff8597fa801f9544065c6ccaf8c5235c8962c5d7
Sam Brannen
Sam Brannen
Introduce alias for 'value' attribute in @ComponentScan.Filter Issue: SPR-11393
introduce alias for 'value' attribute in @componentscan.filter
62
false
false
7
true
true
false
spring-projects
spring-framework
14,820
384ee69300fb64874709da04fa484acb838cbce1
Sam Brannen
Sam Brannen
Introduce getAliasedClassArray() in AnnotationAttributes Issue: SPR-11393
introduce getaliasedclassarray() in annotationattributes
56
false
false
4
true
true
false
spring-projects
spring-framework
14,821
39e820b4bfe785e7b6be60dc743645d5e3ac3815
Sam Brannen
Sam Brannen
Polish Javadoc for @ComponentScan
polish javadoc for @componentscan
33
false
false
4
false
false
false
spring-projects
spring-framework
14,822
d4ee75ddf041835e229d5a7857206030e8c5be65
Sam Brannen
Sam Brannen
Log correct class name for introspection failure Issue: SPR-13091
log correct class name for introspection failure
48
false
false
7
true
true
true
spring-projects
spring-framework
14,823
d3b5aeb768b89d960302b471bd4b3e913dd2df27
Sam Brannen
Sam Brannen
Introduce alias for 'value' attribute in @ImportResource Issue: SPR-11393
introduce alias for 'value' attribute in @importresource
56
false
false
7
true
true
false
spring-projects
spring-framework
14,824
e5dc6e964cce2ad32ce7ffbe682d177c43cb6191
Sam Brannen
Sam Brannen
Introduce getAliasedStringArray() in AnnotationAttributes Issue: SPR-11393
introduce getaliasedstringarray() in annotationattributes
57
false
false
4
true
true
false
spring-projects
spring-framework
14,825
08c032d9fdf3f0016008e1ebfe98c1a60c5ea5dd
Stephane Nicoll
Stephane Nicoll
Allow Cache annotations to not specify any cache name Since Spring 4.1, a CacheResolver may be configured to customize the way the cache(s) to use for a given cache operation are retrieved. Since a CacheResolver implementation may not use the cache names information at all, this attribute has been made optional. Howe...
allow cache annotations to not specify any cache name
53
false
false
9
false
true
false
spring-projects
spring-framework
14,826
d6056182aa8f7599f435e867a7e57cd67c18f91d
Stephane Nicoll
Stephane Nicoll
Polish ConditionalGenericConverter documentation Issue: SPR-13071
polish conditionalgenericconverter documentation
48
false
false
3
false
false
false
spring-projects
spring-framework
14,827
e5f76af193d1ea4c57c1a0a7af0d8a77da2cd75f
Sebastien Deleuze
Sebastien Deleuze
Support CORS global configuration in XML namespace This commit introduces support for this kind of CORS XML namespace configuration: <mvc:cors> <mvc:mapping path="/api/**" allowed-origins="http://domain1.com, http://domain2.com" allowed-methods="GET, PUT" allowed-headers="header1, header2, header3"...
support cors global configuration in xml namespace
50
false
false
7
false
true
false
spring-projects
spring-framework
14,828
4f1286a4c3bad9a36afe4db487ef1080b54e64cc
Juergen Hoeller
Juergen Hoeller
Lite configuration candidate check defensively handles method introspection failure Issue: SPR-13091
lite configuration candidate check defensively handles method introspection failure
83
false
false
9
false
false
false
spring-projects
spring-framework
14,829
8c337a48a973bb3522fca22910b379a3e0062bcc
Juergen Hoeller
Juergen Hoeller
SpringSessionSynchronization's beforeCompletion unbinds after disconnect failure as well Issue: SPR-13089
springsessionsynchronization's beforecompletion unbinds after disconnect failure as well
88
false
false
8
false
false
false
spring-projects
spring-framework
14,830
11401bd5e469dfc381a75431b9addb9e189d6336
Juergen Hoeller
Juergen Hoeller
Upgrade to Hibernate ORM 5.0 RC1 and Hibernate Validator 5.2 RC1 Includes other recent dependency updates (JRuby 1.7.20, Jetty 9.2.11, Tomcat 8.0.23, Reactor 2.0.3) Issue: SPR-13088
upgrade to hibernate orm 5.0 rc1 and hibernate validator 5.2 rc1
64
false
false
11
false
false
false
spring-projects
spring-framework
14,831
89c1674b899de475181604f8a48f907742261698
Esko Luontola
Rossen Stoyanchev
Fix missing space in assertion message
fix missing space in assertion message
38
false
false
6
true
true
true
spring-projects
spring-framework
14,832
4297612e4c4db53a92c0b6c0c11679a76389fab8
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #808 from litpho/SPR-13080
merge pull request #808 from litpho/spr-13080
45
true
false
6
false
false
false
spring-projects
spring-framework
14,833
ec4783400c115ca3f85d43b0a9ffa27ec5533a4d
Jasper de Vries
Rossen Stoyanchev
SPR-13080 SseEventBuilder needs event rather than name
spr-13080 sseeventbuilder needs event rather than name
54
false
false
7
false
false
false
spring-projects
spring-framework
14,834
3e74476c11713ad983bb47abaa705e465baff346
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
14,835
ab245926626e6a3b0bf64bf89b064df0b175ac99
Sam Brannen
Sam Brannen
Introduce alias for 'value' attribute in @SendToUser Issue: SPR-11393
introduce alias for 'value' attribute in @sendtouser
52
false
false
7
true
true
false
spring-projects
spring-framework
14,836
53d095aa2864d14453ffb412f99e2d2b21568a53
Sam Brannen
Sam Brannen
Polish Javadoc for @SubscribeMapping
polish javadoc for @subscribemapping
36
false
false
4
false
false
false
spring-projects
spring-framework
14,837
a6f53ef2a7f7960a5ad294fd342ca69620298cdf
Sam Brannen
Sam Brannen
Polish Javadoc for @MessageMapping
polish javadoc for @messagemapping
34
false
false
4
false
false
false
spring-projects
spring-framework
14,838
4ecb8611bc445a745362424288afd53172e30203
Stephane Nicoll
Stephane Nicoll
Merge pull request #811 from izeye/patch-2 * patch-2: Fix typo
merge pull request #811 from izeye/patch-2
42
true
false
6
true
false
false
spring-projects
spring-framework
14,839
fed4391f8752dcc1bdd738d8580b65af81c05146
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue in UriTemplate parsing The recent commit 971f04 replaced the use of a NAMES_PATTERN regex in favor of direct parsing in order to deal with nested curly braces. The change also incorrectly replicated this logic which removes a trailing slash after Pattern quoting (and not before): https://github.com/spring-...
fix issue in uritemplate parsing
32
false
false
5
false
true
false
spring-projects
spring-framework
14,840
998da2f45cab07816c1d8531e7710fca2e0bed53
Juergen Hoeller
Juergen Hoeller
Document destruction callback behavior for inner beans in case of scope mismatch This commit undoes the previous refinement and rather documents the original behavior. Issue: SPR-13739
document destruction callback behavior for inner beans in case of scope mismatch
80
false
false
12
false
false
false
spring-projects
spring-framework
14,841
8ed2c470be7370a72826c65da0b19704414c54c9
Juergen Hoeller
Juergen Hoeller
Avoid instantiation of non-selected beans in BeanFactoryAnnotationUtils.qualifiedBeanOfType Issue: SPR-13741
avoid instantiation of non-selected beans in beanfactoryannotationutils.qualifiedbeanoftype
91
false
false
7
true
true
false
spring-projects
spring-framework
14,842
7104076e194b37fd709178beab69f3beceb9cd0f
Juergen Hoeller
Juergen Hoeller
Avoid Scope.registerDestructionCallback for inner beans in case of scope mismatch This commit refines getMergedBeanDefinition's scope adaptation algorithm for inner beans, never leaving a custom scope within a containing bean of a different scope. The inner bean's scope will either be aligned with the containing bean'...
avoid scope.registerdestructioncallback for inner beans in case of scope mismatch
81
false
false
10
true
true
false
spring-projects
spring-framework
14,843
91c2b7afadd28693cbb870504cbcc746be800664
Sebastien Deleuze
Sebastien Deleuze
Support handler methods returning void, Observable<Void>, etc.
support handler methods returning void, observable<void>, etc
61
false
false
7
true
true
false
spring-projects
spring-framework
14,844
4755467ccac33b5f1d16d112cf0b2efb3737f902
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
14,845
def10343eae7205eca09f313c20e07a9fd942a70
Juergen Hoeller
Juergen Hoeller
Unit tests for @Value Resource resolution Issue: SPR-13731
unit tests for @value resource resolution
41
false
false
6
false
false
false
spring-projects
spring-framework
14,846
edbb8bbb01f55e540a42761b595b117a61348360
Juergen Hoeller
Juergen Hoeller
JodaTimeFormatterRegistrar defensively checks whether Joda-Time 2.x is present (for Joda-Time 1.x tolerance on the classpath) Also switches 4.2.4's new formatter implementations to package visibility, just in case they'll be superseded by another variant in the future. Issue: SPR-13730
jodatimeformatterregistrar defensively checks whether joda-time 2.x is present (for joda-time 1.x tolerance on the classpath)
125
false
false
15
false
false
false
spring-projects
spring-framework
14,847
3234d9ede3da6c87a354000f2fd73ec7019930c2
Juergen Hoeller
Juergen Hoeller
ObjectToObjectConverter caches detected methods/constructors Includes polishing of related conversion exception messages. Issue: SPR-13703
objecttoobjectconverter caches detected methods/constructors
60
false
false
4
false
false
false
spring-projects
spring-framework
14,848
aef6b206261b613606d4e33406b8dcddfa82d05b
Juergen Hoeller
Juergen Hoeller
Removed tests for invalid -1 index (for compatibility with JsonPath 2.1)
removed tests for invalid -1 index (for compatibility with jsonpath 2.1)
72
false
false
11
false
false
false
spring-projects
spring-framework
14,849
9bb72e83867ca1cf782aa53973589cf4e4a63a05
Juergen Hoeller
Juergen Hoeller
Javadoc fixes
javadoc fixes
13
false
false
2
false
false
false
spring-projects
spring-framework
14,850
5e1683475158c5b16e8f1d60732522f879a31e27
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (OkHttp 2.6, Gson 2.4, JsonPath 2.1, JRuby 1.7.23, Undertow 1.3.7)
latest dependency updates (okhttp 2.6, gson 2.4, jsonpath 2.1, jruby 1.7.23, undertow 1.3.7)
92
false
false
13
false
false
false
spring-projects
spring-framework
14,851
3681094564493ffa3a985583d7daeb826aa3ac24
Juergen Hoeller
Juergen Hoeller
Upgrade to EhCache 3.0 M4
upgrade to ehcache 3.0 m4
25
false
false
5
false
false
false
spring-projects
spring-framework
14,852
dd647659b3350cb6c10eb0cdbae7707beca7dac0
Juergen Hoeller
Juergen Hoeller
Rearranged cache test class names across several modules
rearranged cache test class names across several modules
56
false
false
8
false
false
false
spring-projects
spring-framework
14,853
331e739255d2baf155945003954e6b0615d76cca
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Hibernate ORM 5.0.4, Tomcat 8.0.29, Undertow 1.3.6)
latest dependency updates (hibernate orm 5.0.4, tomcat 8.0.29, undertow 1.3.6)
78
false
false
10
false
false
false
spring-projects
spring-framework
14,854
8c4436926fe261df5a4cd8067e163e689d892f4b
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
14,855
a39867bd8ea2149a6200746a31181fcb3eb2cc13
Andy Clement
Andy Clement
Tweak docs concerning method execution pointcut signature Issue: SPR-13512
tweak docs concerning method execution pointcut signature
57
false
false
7
false
true
false
spring-projects
spring-framework
14,856