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
e549103ca0c0d2b9956772e3889a12f168c954ff
Brian Clozel
Brian Clozel
Remove Jackson dependency from TransportHandler hierarchy Prior to this change, AbstractHttpReceivingTransportHandler had a direct dependency on a Jacckson Exception (checking that exception in a catch clause). This can cause issues for applications that don't have that dependency. This commit removes that direct dep...
remove jackson dependency from transporthandler hierarchy
57
false
false
6
true
true
false
spring-projects
spring-framework
17,257
55c351523de05d68013b1eab459e815522cca54a
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,258
40822746306f5d0e5d553504275046ec4906309b
Juergen Hoeller
Juergen Hoeller
SQLStateSQLExceptionTranslator checks exception class name for timeout indication before resorting to UncategorizedSQLException Issue: SPR-11959
sqlstatesqlexceptiontranslator checks exception class name for timeout indication before resorting to uncategorizedsqlexception
127
false
false
12
false
false
false
spring-projects
spring-framework
17,259
1222ca38fb46a5c461fa41d2d4383469d10a2ede
Juergen Hoeller
Juergen Hoeller
RestTemplate accepts getMessageConverters() List on setMessageConverters again Issue: SPR-11962
resttemplate accepts getmessageconverters() list on setmessageconverters again
78
false
false
7
false
false
false
spring-projects
spring-framework
17,260
e20ac27fb4328f5a7ae9eb2120eac5416e9c09f2
Stephane Nicoll
Stephane Nicoll
Fix mutually exclusive use of CachePut and Cacheable Commit eea230f introduced a regression by adding a support for the "result" variable in SpEL expression for @CachePut. As such expressions cannot be evaluated upfront anymore, any method that contains both @Cacheable and @CachePut annotations are always executed eve...
fix mutually exclusive use of cacheput and cacheable
52
false
false
8
false
false
false
spring-projects
spring-framework
17,261
a8848cb6709fdbf4453b82aa9dea751fcc4516ff
Juergen Hoeller
Juergen Hoeller
TypedValue implements equals/hashCode based on value and TypeDescriptor Issue: SPR-11960
typedvalue implements equals/hashcode based on value and typedescriptor
71
false
false
8
false
false
false
spring-projects
spring-framework
17,262
11532794f4031941efc49b74d601d76b7703e868
Juergen Hoeller
Juergen Hoeller
Removed outdated AspectJ comment Issue: SPR-11957
removed outdated aspectj comment
32
false
false
4
false
false
false
spring-projects
spring-framework
17,263
b9a70c6000a9f5ad89d71af364be4e99c173b1a3
Juergen Hoeller
Juergen Hoeller
Refined CachingConnectionFactory log messages Issue: SPR-11956
refined cachingconnectionfactory log messages
45
false
false
4
false
false
false
spring-projects
spring-framework
17,264
6fd0fc7005f2c8a8b4f995e981fcf5838d055cbf
Juergen Hoeller
Juergen Hoeller
CachedSessionInvocationHandler includes durable flag in ConsumerCacheKey Issue: SPR-11956
cachedsessioninvocationhandler includes durable flag in consumercachekey
72
false
false
6
false
false
false
spring-projects
spring-framework
17,265
6c41cc354c1e6575ff5f56147c3fcbe5b52c2e9b
Juergen Hoeller
Juergen Hoeller
ConstructorResolver's exception message on null factory-bean hints at potential BeanPostProcessor involvement Issue: SPR-11951
constructorresolver's exception message on null factory-bean hints at potential beanpostprocessor involvement
109
false
false
11
false
false
false
spring-projects
spring-framework
17,266
7a7641bd23b7ac5d3ccc5623023c6fc959e2c3a6
Juergen Hoeller
Juergen Hoeller
CachedSessionInvocationHandler properly caches createSharedConsumer results Issue: SPR-11956
cachedsessioninvocationhandler properly caches createsharedconsumer results
75
false
false
5
false
false
false
spring-projects
spring-framework
17,267
4e257243f2dd2fdd5625286d01976b346a74f5d7
Stephane Nicoll
Stephane Nicoll
Reduce PlatformTransactionManager lookups Prior to this commit, cache operations mentioning a qualifier led to a lookup for the same PlatformTransactionManager over and over again. The same applied when a transactionManager bean name was specified on the interceptor. This commit adds a cache to store the reference of...
reduce platformtransactionmanager lookups
41
false
false
3
true
true
true
spring-projects
spring-framework
17,268
58955236ee3640748cdea52360893b7078470e9b
Sam Brannen
Sam Brannen
Introduce tests for Spring Boot issue 885 This commit introduces unit tests that attempt to reproduce the problem described in Spring Boot issue 885; however, the tests pass and therefore do not confirm the reported problem. See: https://github.com/spring-projects/spring-boot/issues/885
introduce tests for spring boot issue 885
41
false
false
7
true
true
true
spring-projects
spring-framework
17,269
b6a7957dc41362be5368ffacdfee8e74d1ffe5ac
Juergen Hoeller
Juergen Hoeller
Revised Jms2MessageProducerInvocationHandler implementation with switch statement Issue: SPR-11950
revised jms2messageproducerinvocationhandler implementation with switch statement
81
false
false
6
false
false
false
spring-projects
spring-framework
17,270
c2da8467320660a98897e5f3a2b7cf1c637146b3
Stephane Nicoll
Stephane Nicoll
Add support for extra MessageProducer method This commit supports two additional methods of the MessageProducer interface as from JMS 2.0 An integration test infrastructure is necessary to be able to test those scenario: this is taken care of in a separated initiative. Issue: SPR-11950
add support for extra messageproducer method
44
false
false
6
true
true
true
spring-projects
spring-framework
17,271
134e5a2aecf913bcc184d5d3ae845a13d5369078
Juergen Hoeller
Juergen Hoeller
Jms2MessageProducerInvocationHandler properly delegates to CachedMessageProducer.this Issue: SPR-11949
jms2messageproducerinvocationhandler properly delegates to cachedmessageproducer.this
85
false
false
5
false
false
false
spring-projects
spring-framework
17,272
b5a5fffdfd6419708f50621c71eb1eeaf3540fe8
Juergen Hoeller
Juergen Hoeller
Reference documentation covers application scope now Issue: SPR-11944
reference documentation covers application scope now
52
false
false
6
false
false
false
spring-projects
spring-framework
17,273
af13310da0d7bca7135d88e59bc8bc18c8ad683c
Juergen Hoeller
Juergen Hoeller
Refined DefaultJpaDialect's InvalidIsolationLevelException message Issue: SPR-8325
refined defaultjpadialect's invalidisolationlevelexception message
66
false
false
4
false
false
false
spring-projects
spring-framework
17,274
0d710f197e3ecdb926e6528175145fd273f82084
Sam Brannen
Sam Brannen
Polishing tests in spring-test
polishing tests in spring-test
30
false
false
4
false
false
false
spring-projects
spring-framework
17,275
62351e0f6e80959c8ff030556643797909c237c9
Stephane Nicoll
Stephane Nicoll
Fix wrong method signature in documentation Issue: SPR-11945
fix wrong method signature in documentation
43
false
false
6
false
true
false
spring-projects
spring-framework
17,276
bdceaa481bfeff2785676ada7b75d03635c19a0d
Sam Brannen
Sam Brannen
Introduce TestNG tests for programmatic tx mgmt in the TCF Issue: SPR-5079
introduce testng tests for programmatic tx mgmt in the tcf
58
false
false
10
true
true
false
spring-projects
spring-framework
17,277
90f0d14c8e441d52b5a5cb2c56c15e4d57592065
Sam Brannen
Sam Brannen
Merge from sbrannen/SPR-5079 * SPR-5079: Introduce programmatic tx mgmt in the TCF
merge from sbrannen/spr-5079
28
true
false
3
false
false
false
spring-projects
spring-framework
17,278
f667e43ca2fc3ffdc4f80fa604fb798b22b64dad
Sam Brannen
Sam Brannen
Introduce programmatic tx mgmt in the TCF Historically, Spring's JUnit 3.8 TestCase class hierarchy supported programmatic transaction management of "test-managed transactions" via the protected endTransaction() and startNewTransaction() methods in AbstractTransactionalSpringContextTests. The Spring TestContext Frame...
introduce programmatic tx mgmt in the tcf
41
false
false
7
true
true
true
spring-projects
spring-framework
17,279
526b463474323b89b9ffae654f63755b31c67a4d
Juergen Hoeller
Juergen Hoeller
Standard use of resolvedDestinationCache Map; fixed formatting Issue: SPR-11939
standard use of resolveddestinationcache map; fixed formatting
62
false
false
7
false
false
false
spring-projects
spring-framework
17,280
6d15fcc4a64c8bf332e8c3ff8e4bbbaee6e26fc4
Rossen Stoyanchev
Rossen Stoyanchev
Log name of test for WebSocket integration tests This makes it easier to trace log output on the CI server where the output is per class.
log name of test for websocket integration tests
48
false
false
8
false
true
false
spring-projects
spring-framework
17,281
59e02e63c427659e701cc371d210faf1a85c1d42
Rossen Stoyanchev
Rossen Stoyanchev
Synchronize request init in AbstractHttpSockJsSession Although unlikely in practice (but not impossible), the SockJS integration tests write a message while the request is initializing. This change adds synchronization around request intiailization for the SockJS HTTP sesion. Issue: SPR-11916
synchronize request init in abstracthttpsockjssession
53
false
false
5
true
true
false
spring-projects
spring-framework
17,282
5614e257d1749b5a83091e4111f5107cbe645766
Juergen Hoeller
Juergen Hoeller
Polishing Issue: SPR-11939
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,283
c84b30d4a42bb9d0f7c9f665a1f8aa17fbf43d74
Juergen Hoeller
Juergen Hoeller
CachingDestinationResolverProxy for slow target DestinationResolvers Issue: SPR-11939
cachingdestinationresolverproxy for slow target destinationresolvers
68
false
false
5
false
false
false
spring-projects
spring-framework
17,284
ea4a5d4722797d061558da2195c0285c174a0623
Brian Clozel
Brian Clozel
Add XML config support ResourceResolver & ResourceTransformer This change adds support for configuring ResourceResolvers and ResourceTransformers with ResourceHttpRequestHandlers. This is an example configuration: <mvc:resources mapping="/resources/**" location="/"> <mvc:resolvers> <bean class="org...
add xml config support resourceresolver & resourcetransformer
61
false
false
7
false
false
false
spring-projects
spring-framework
17,285
87cbade8beeae58abde5e13049ef9141831ce6b3
Juergen Hoeller
Juergen Hoeller
Test variant for SPR-11521 (currently @Ignored) Issue: SPR-11521
test variant for spr-11521 (currently @ignored)
47
false
false
6
false
false
false
spring-projects
spring-framework
17,286
367b0394a23451ba78e385d21c223f9df9a77664
Juergen Hoeller
Juergen Hoeller
Spring's ROME support requires ROME 1.5 (com.rometools.rome) now Issue: SPR-11893
spring's rome support requires rome 1.5 (com.rometools.rome) now
64
false
false
8
false
false
false
spring-projects
spring-framework
17,287
32b87079cb46767305172caa4b8832c38f54327d
Sam Brannen
Sam Brannen
Re-enable Hibernate EntityManagerFactory tests HibernateEntityManagerFactoryIntegrationTests in the spring-orm module has been disabled for quite some time due to a dependency on the AnnotationBeanConfigurerAspect from the spring-aspects module. Since spring-aspects depends on spring-orm, a cyclical dependency would r...
re-enable hibernate entitymanagerfactory tests
46
false
false
4
false
true
false
spring-projects
spring-framework
17,288
476864f3e91411b1f75c8777154c7d118341a6e3
Rossen Stoyanchev
Rossen Stoyanchev
Expose handled exception as request attribute This change exposes exceptions handled in the DispatcherServlet with a HandlerExceptionResolver as a request attribute. This is done only when the resolver returns an empty ModelAndView indicating the exception was resolved but not view is required (e.g. status code was se...
expose handled exception as request attribute
45
false
false
6
true
true
true
spring-projects
spring-framework
17,289
842a8a851d2de9754b41525099cb597ed8592b02
Juergen Hoeller
Juergen Hoeller
AnnotationMetadataReadingVisitor passes metaAnnotationMap into getMergedAnnotationAttributes algorithm, for finding out about applicable overrides Issue: SPR-11649
annotationmetadatareadingvisitor passes metaannotationmap into getmergedannotationattributes algorithm, for finding out about applicable overrides
146
false
false
12
false
false
false
spring-projects
spring-framework
17,290
39e1342302178b227493c80bf227961d59c85ead
Juergen Hoeller
Juergen Hoeller
Revised definition of @UsesX annotations
revised definition of @usesx annotations
40
false
false
5
false
false
false
spring-projects
spring-framework
17,291
5dcd55b23b5dd43e5e7ef7241c15942ab8ceedb8
Rossen Stoyanchev
Rossen Stoyanchev
Log ignored CONNECT messages at error level Issue: SPR-11673
log ignored connect messages at error level
43
false
false
7
false
false
false
spring-projects
spring-framework
17,292
d52f07aa1b83208dd84b65d2a4ba724b3a0227ff
Rossen Stoyanchev
Rossen Stoyanchev
Log STOMP ERROR frames at error level Issue: SPR-11673
log stomp error frames at error level
37
false
false
7
true
true
true
spring-projects
spring-framework
17,293
1958ae3a625dbf7761cd4f6a530c9cd8543a19eb
Rossen Stoyanchev
Rossen Stoyanchev
Update log level Issue: SPR-11673
update log level
16
false
false
3
false
false
false
spring-projects
spring-framework
17,294
209bb4ee4b93d8b7f0aed794d784cd830701c8c3
Rossen Stoyanchev
Rossen Stoyanchev
Fix Javadoc typo
fix javadoc typo
16
false
false
3
true
true
true
spring-projects
spring-framework
17,295
bd85c916eb98a8278ad55a393be4590a20eca4fd
Stephane Nicoll
Stephane Nicoll
Integrate animal sniffer Animal sniffer provides tools to assist verifying that classes compiled with a newer JDK are compatible with an older JDK. This integratesthe latest version of the tool (1.11) that permits the use of custom annotations. Added @UsesJava7, @UsesJava8 and @UsesSunHttpServer and annotated the few...
integrate animal sniffer
24
false
false
3
true
true
true
spring-projects
spring-framework
17,296
e84f61bb9df5e87e5b739ff0272d22b6a612fe91
Juergen Hoeller
Juergen Hoeller
Upgraded to Gradle 1.12 and updated several dependencies to latest maintenance releases
upgraded to gradle 1.12 and updated several dependencies to latest maintenance releases
87
false
false
12
false
false
false
spring-projects
spring-framework
17,297
adb616b67b0ec1b7b11ea0dfc4ec3f6fffa5fc47
Juergen Hoeller
Juergen Hoeller
JRubyScriptUtils defensively handles null Nodes in findClassNode (fails against JRuby 1.7.12 otherwise) Issue: SPR-11747
jrubyscriptutils defensively handles null nodes in findclassnode (fails against jruby 1.7.12 otherwise)
103
false
false
12
false
false
false
spring-projects
spring-framework
17,298
c124d3b6c61e77d87886188f69d52eadddf83cda
Juergen Hoeller
Juergen Hoeller
Spring Framework build uses Reactor 1.1 GA now, getting rid of last remaining pre-GA dependency (cherry picked from commit 27b2ed1)
spring framework build uses reactor 1.1 ga now, getting rid of last remaining pre-ga dependency
95
false
false
15
false
false
false
spring-projects
spring-framework
17,299
90081f787f2f24e6ab73baa81c9b11510d87c799
Stephane Nicoll
Stephane Nicoll
Fix Cacheable javadoc This commits fixes a confusing phrasing of Cacheable javadoc that mentioned explicitly that the method signature is used to compute the key for the cache. Issue: SPR-11736
fix cacheable javadoc
21
false
false
3
true
true
true
spring-projects
spring-framework
17,300
6a9b229249b9aeebc389d4cf1771e7411d5851fa
Rossen Stoyanchev
Rossen Stoyanchev
Split destination cache into access vs update Issue: SPR-11657
split destination cache into access vs update
45
false
false
7
false
false
false
spring-projects
spring-framework
17,301
c879796e0092a188fa54117639067cfb29a2e858
Rossen Stoyanchev
Rossen Stoyanchev
Add cache limit to DefaultSessionRegistry and polish Issue: SPR-11657
add cache limit to defaultsessionregistry and polish
52
false
false
7
true
true
false
spring-projects
spring-framework
17,302
1054080b24d26ceb7d079a2a8089b062198d4223
Sebastien Deleuze
Rossen Stoyanchev
Fix DefaultSubscriptionRegistry when using pattern destinations DestinationCache is now used for both plain and pattern destinations. It stores internally the subscriptions map for each cached destination. Subscriptions are initially created when there is no cache for the requested destination, and are updated when su...
fix defaultsubscriptionregistry when using pattern destinations
63
false
false
6
true
true
false
spring-projects
spring-framework
17,303
02aca9c754cfe121330a3b421e1da26dc3d4cadd
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,304
58adc150c9b22fd1eb0e6e2e8b4b6bea48c8e8cf
Rossen Stoyanchev
Rossen Stoyanchev
Fix STOMP broker relay int test issue Avoid dependency on order in which expected messages are received.
fix stomp broker relay int test issue
37
false
false
7
false
false
false
spring-projects
spring-framework
17,305
56d26443e22d0704c655fa2535fe48501b8cebff
Rossen Stoyanchev
Rossen Stoyanchev
Fix one more issue in STOMP broker relay int test
fix one more issue in stomp broker relay int test
49
false
false
10
true
true
true
spring-projects
spring-framework
17,306
13be6d2321dd32e1adfa1ef9a08f288f0e315080
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue in STOMP broker relay integration test
fix issue in stomp broker relay integration test
48
false
false
8
false
true
false
spring-projects
spring-framework
17,307
01fe2923ee427cfc940d5910f626c7d27dcd1aba
Rossen Stoyanchev
Rossen Stoyanchev
Simplify STOMP broker relay integration test This change simplifies the implementation of the "test" EventPublisher and MessageHandler used in the STOMP broker relay integration tests. The updated implementations use a time-limted poll on a BlockingQueue.
simplify stomp broker relay integration test
44
false
false
6
false
false
false
spring-projects
spring-framework
17,308
dc2e62fab90f7d2d05ea36a38bead7694fde8d16
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,309
1b2014a52de2cd84d554bc0acfc5d412228bf6da
Juergen Hoeller
Juergen Hoeller
AbstractAutoProxyCreator and AbstractAdvisingBeanPostProcessor consistently not considering configuration callbacks and internal language interfaces as reasonable proxy interfaces Issue: SPR-11715
abstractautoproxycreator and abstractadvisingbeanpostprocessor consistently not considering configuration callbacks and internal language interfaces as reasonable proxy interfaces
179
false
false
16
false
false
false
spring-projects
spring-framework
17,310
e510f6393a6e9102c2f4ea89ea5a6655a2b23c3d
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,311
a0658c5832b0f8c9360c731799000136cc556dc5
Juergen Hoeller
Juergen Hoeller
AbstractAdvisingBeanPostProcessor uses target class check for existing proxy but checks against actual exposed object otherwise (catching introductions) Issue: SPR-11725
abstractadvisingbeanpostprocessor uses target class check for existing proxy but checks against actual exposed object otherwise (catching introductions)
152
false
false
17
false
false
false
spring-projects
spring-framework
17,312
26a9c4bc01f1989b2998ad9e77157b2f175dc79a
Rossen Stoyanchev
Rossen Stoyanchev
Polish STOMP documentation
polish stomp documentation
26
false
false
3
false
false
false
spring-projects
spring-framework
17,313
77a250ef926b0116ac8664effca15d98391893f8
Chexpir
Rossen Stoyanchev
Update RequestMapping javadoc typo.
update requestmapping javadoc typo
34
false
false
4
false
true
false
spring-projects
spring-framework
17,314
59a050f3b91c9d7d93beb73acedfebbdaa963a8a
Sebastien Deleuze
Rossen Stoyanchev
Include more guidance about DispatcherServlet context Also update <mvc:annotation-driven /> comment in XSD. Issue: SPR-11703
include more guidance about dispatcherservlet context
53
false
false
6
false
true
false
spring-projects
spring-framework
17,315
86785f340e62bc3f4ca55d27ac30add7f9965840
Rossen Stoyanchev
Rossen Stoyanchev
Document STOMP-related ApplicationContext events Issue: SPR-11672
document stomp-related applicationcontext events
48
false
false
4
false
false
false
spring-projects
spring-framework
17,316
be5f2a8b4ef6bcf19fd6c635383f797eb1b993ea
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,317
ab24dda4ff32974173297c944732339909b016d7
Juergen Hoeller
Juergen Hoeller
Revised @PropertySource parsing for consistent PropertySource naming, avoiding accidental overriding by name Issue: SPR-11637
revised @propertysource parsing for consistent propertysource naming, avoiding accidental overriding by name
108
false
false
12
false
false
false
spring-projects
spring-framework
17,318
ce4912b627b4ac9be2d6bff43ef2089dc5817d67
Juergen Hoeller
Juergen Hoeller
AspectJExpressionPointcut defensively handles fallback expression parsing Issue: SPR-9335
aspectjexpressionpointcut defensively handles fallback expression parsing
73
false
false
6
false
false
false
spring-projects
spring-framework
17,319
8e6e6c22af875bbcd2a0adf6d7e661944392771d
Juergen Hoeller
Juergen Hoeller
Test for base package specified as config location Issue: SPR-11647
test for base package specified as config location
50
false
false
8
false
false
false
spring-projects
spring-framework
17,320
299776fd80c5aeae3d45c97659ceacab8b4663e5
Juergen Hoeller
Juergen Hoeller
Test for overriding singleton @Bean method with scoped proxy in configuration subclass Issue: SPR-10744
test for overriding singleton @bean method with scoped proxy in configuration subclass
86
false
false
12
false
false
false
spring-projects
spring-framework
17,321
0ef29b204b94ab2aec9333338a2035a11c8d81fb
Juergen Hoeller
Juergen Hoeller
GenericBeanDefinition's toString() takes parent definition into account Issue: SPR-9671
genericbeandefinition's tostring() takes parent definition into account
71
false
false
7
false
false
false
spring-projects
spring-framework
17,322
6f2e61b19f0801df394ae58c525da741c8eb57ae
Juergen Hoeller
Juergen Hoeller
Polishing (cherry picked from commit c97c246)
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,323
63733c48052db1c4dd1bf7518e5497023746ad19
Juergen Hoeller
Juergen Hoeller
AbstractMarshaller avoids SAXSource workaround when processExternalEntities=true Issue: SPR-11737 (cherry picked from commit 93d13cf) (cherry picked from commit 4196e6c)
abstractmarshaller avoids saxsource workaround when processexternalentities=true
80
false
false
6
false
false
false
spring-projects
spring-framework
17,324
6cb45f714e8d4b6b38501ed6356ced59362d8df2
Juergen Hoeller
Juergen Hoeller
General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader) Issue: SPR-11721 (cherry picked from commit 59cef3c)
general defensiveness about the bootstrap classloader (i.e. null classloader)
77
false
false
9
false
false
false
spring-projects
spring-framework
17,325
ce1954da1edd64f1280ead0435c7b3923e33f6da
Juergen Hoeller
Juergen Hoeller
Configuration class processing explicitly skips java.* classes since we'll never find @Bean annotations there anyway Issue: SPR-11718 (cherry picked from commit c8ea80d)
configuration class processing explicitly skips java.* classes since we'll never find @bean annotations there anyway
116
false
false
15
false
false
false
spring-projects
spring-framework
17,326
310bdbcb15e23dd57e7176a5fad5dfe6357a8c06
Juergen Hoeller
Juergen Hoeller
@Bean processing explicitly ignores bridge methods (for method overrides with return type narrowing on JDK 8) Issue: SPR-11718 (cherry picked from commit 656fc52)
@bean processing explicitly ignores bridge methods (for method overrides with return type narrowing on jdk 8)
109
false
false
16
false
false
false
spring-projects
spring-framework
17,327
1f630a5fb9c60ee1d2b136a44af4a6c96843f80f
Rossen Stoyanchev
Rossen Stoyanchev
Add CachingResourceResolver
add cachingresourceresolver
27
false
false
2
true
true
false
spring-projects
spring-framework
17,328
e24b876164e64731eeedc0530183dbef4a18133d
Rossen Stoyanchev
Rossen Stoyanchev
Remove "Public" from the ResourceUrlProvider name Also respect HandlerMapping order in ResourceUrlProvider
remove "public" from the resourceurlprovider name
49
false
false
6
false
true
false
spring-projects
spring-framework
17,329
70fd33236fae4deb28e96a82eaca5c1cab372448
Rossen Stoyanchev
Rossen Stoyanchev
Upgrade to reactor 1.1 RC1
upgrade to reactor 1.1 rc1
26
false
false
5
false
false
false
spring-projects
spring-framework
17,330
1200755125f97c2f1035586081645bb244b06304
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue with subscribe destination The original fix for SPR-11423: https://github.com/spring-projects/spring-framework/commit/32e5f57e647022d9ea82c03670936bf31f8467de was insufficient when using an external broker since the original destination header has to be in the "native headers" map (i.e. with STOMP headers) ...
fix issue with subscribe destination
36
false
false
5
true
true
true
spring-projects
spring-framework
17,331
564a5556191ff39334eabc6d62b87eecf1480c91
Brian Clozel
Brian Clozel
Fix NPE in PrefixResourceResolver The ResourceResolverChain can return null, so PrefixResourceResolver should be skipped in that case.
fix npe in prefixresourceresolver
33
false
false
4
false
true
false
spring-projects
spring-framework
17,332
c319b5fa82ce2bf92abc16bc463f662a92079af3
Stephane Nicoll
Stephane Nicoll
Merge pull request #530 from panchenko/master * pull530: Add space separator in JsonPathExpectationsHelper
merge pull request #530 from panchenko/master
45
true
false
6
false
false
false
spring-projects
spring-framework
17,333
09341b996e17e3c526d77a0de3b3048771a4cbb3
Alex Panchenko
Alex Panchenko
Add space separator in JsonPathExpectationsHelper
add space separator in jsonpathexpectationshelper
49
false
false
5
true
true
true
spring-projects
spring-framework
17,334
f5cbd9aa4a6d372d290ec26ebbfeb2148c5b273c
Rossen Stoyanchev
Rossen Stoyanchev
Switch to vararg for configuring ResourceResolver's
switch to vararg for configuring resourceresolver's
51
false
false
6
false
false
false
spring-projects
spring-framework
17,335
6aa16b745fe2490d3790cd9745a04fabd41733cc
Stephane Nicoll
Stephane Nicoll
polishing This commit removes the queue attribute of the JmsListener annotation as this information should be provided by the container factory and not by each individual listener endpoints. There was a side effect that an annotation value cannot be null, which was forcing the container to be a queue-based container ...
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,336
c4843577bab0a9ebf5277853dd70a2e01dd1facd
Brian Clozel
Brian Clozel
Fix PrefixResourceResolver implementation The configured prefix should not begin with a "/", since PublicResourceUrlProvider is already taking path mapping into account when resolving resources and URLs.
fix prefixresourceresolver implementation
41
false
false
3
true
true
true
spring-projects
spring-framework
17,337
bded025d9f78aacdf7e543ebac1632009e318ac7
Stephane Nicoll
Stephane Nicoll
@SendTo support for jms listener endpoints This commit replaces the "responseDestination" attribute on the JmsListener annotation by a support of the standard SendTo annotation. Issue: SPR-11707
@sendto support for jms listener endpoints
42
false
false
6
false
false
false
spring-projects
spring-framework
17,338
4b0aba63df821edf6903b0c4d5d04b0eadc05cf4
Stephane Nicoll
Stephane Nicoll
Default JmsListenerContainerFactory lookup Prior to this commit, the default JmsListenerContainerFactory to use must be explicitly set. Since having a single container factory is a fairly common use case, we look up the default one automatically using the bean name "jmsListenerContainerFactory". It is still possible ...
default jmslistenercontainerfactory lookup
42
false
false
3
false
false
false
spring-projects
spring-framework
17,339
08f0395033e81e09e21bb85cea7b66194e9deabb
Rossen Stoyanchev
Rossen Stoyanchev
Rename Reactor support classes This change modifies the names of the Reactor support classes in order to align with the same changes in the 4.0.x line which now supports both Reactor 1.1 and 1.0. Issue: SPR-11636
rename reactor support classes
30
false
false
4
false
true
false
spring-projects
spring-framework
17,340
9353332a61eda98ebbd109f0bc5f73f56eb5fd60
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,341
c05ab3e2e8930055d3a0411bcd0cfbcf9bad80d2
Juergen Hoeller
Juergen Hoeller
General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader) Issue: SPR-11721
general defensiveness about the bootstrap classloader (i.e. null classloader)
77
false
false
9
false
false
false
spring-projects
spring-framework
17,342
ec7d80b8519332ffb5f0595dddc9ef52de532730
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,343
21f9ca088d89822136e498e69880b4c958201779
Juergen Hoeller
Juergen Hoeller
ServletServerHttpResponse specifically checks for Servlet 3.0's HttpServletResponse.getHeader(String) method Issue: SPR-11712
servletserverhttpresponse specifically checks for servlet 3.0's httpservletresponse.getheader(string) method
108
false
false
8
false
false
false
spring-projects
spring-framework
17,344
b1158aa913900b03155712536dee85802624e99f
Rossen Stoyanchev
Rossen Stoyanchev
Polish logging in resource handling
polish logging in resource handling
35
false
false
5
false
false
false
spring-projects
spring-framework
17,345
9cb5f48459b13794846d57f6e5a7a6aa10ffcc7f
Juergen Hoeller
Juergen Hoeller
SpringProperties falls back to ClassLoader.getSystemResource when loaded in bootstrap ClassLoader Issue: SPR-11721
springproperties falls back to classloader.getsystemresource when loaded in bootstrap classloader
97
false
false
10
false
false
false
spring-projects
spring-framework
17,346
794e859e68b4679b43f0a0e153b04715616f8c9e
Juergen Hoeller
Juergen Hoeller
checkNotModified leniently handles IE-10-style If-Modified-Since values and silently proceeds if header value cannot be parsed at all Issue: SPR-11727
checknotmodified leniently handles ie-10-style if-modified-since values and silently proceeds if header value cannot be parsed at all
133
false
false
17
false
false
false
spring-projects
spring-framework
17,347
5b47816183e4e9a0dc2ad5d2175065ac17539719
Juergen Hoeller
Juergen Hoeller
DispatcherServlet skips multipart resolution if error page exception attribute indicates MultipartException as root cause Issue: SPR-11716
dispatcherservlet skips multipart resolution if error page exception attribute indicates multipartexception as root cause
121
false
false
14
true
false
false
spring-projects
spring-framework
17,348
fb66567bbacd6d6c4b7a60d554673b0a7eb665cf
Juergen Hoeller
Juergen Hoeller
Final patches from ASM 5.0.2 release Issue: SPR-11212
final patches from asm 5.0.2 release
36
false
false
6
false
false
false
spring-projects
spring-framework
17,349
6b20439202eb3de41125c6e36c799affd16566ad
Sam Brannen
Sam Brannen
Avoid deprecation warnings in ValidatorFactoryTests ValidatorFactoryTests now uses Bean Validation 1.1 APIs where appropriate.
avoid deprecation warnings in validatorfactorytests
51
false
false
5
true
true
false
spring-projects
spring-framework
17,350
3f392e32f56993e4cf92e5c61ed227b80fa10b82
Juergen Hoeller
Juergen Hoeller
ShallowEtagHeaderFilter writes body early on sendError/sendRedirect and interprets setContentLength/setBufferSize as a hint for capacity increase Issue: SPR-11705 Issue: SPR-11717
shallowetagheaderfilter writes body early on senderror/sendredirect and interprets setcontentlength/setbuffersize as a hint for capacity increase
145
false
false
15
false
false
false
spring-projects
spring-framework
17,351
700c3b257f4e2b021f5ac7d59ea5d7b15f9c8671
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,352
5ab7076118d761c7d8769b82ac401efa0abbfc01
Juergen Hoeller
Juergen Hoeller
considerInterfaces should work without considerInherited as well Issue: SPR-11719
considerinterfaces should work without considerinherited as well
64
false
false
7
false
false
false
spring-projects
spring-framework
17,353
945335d14bb98b7427d92a8440a86e05ce23252c
Juergen Hoeller
Juergen Hoeller
AnnotationTypeFilter prevents ASM-based loading of java.* interfaces as well Issue: SPR-11719
annotationtypefilter prevents asm-based loading of java.* interfaces as well
76
false
false
9
false
false
false
spring-projects
spring-framework
17,354
10e1a805403883c9bc9ed19205e6306ffb01db73
Rossen Stoyanchev
Rossen Stoyanchev
Update Javadoc for PublicResourceUrlProvider
update javadoc for publicresourceurlprovider
44
false
false
4
true
true
true
spring-projects
spring-framework
17,355
3d18cfeab68c6089077694f856cef56fc842ab6b
Sam Brannen
Sam Brannen
Polish static resource handling mechanism - ResourceResolver and ResourceResolverChain now have a consistent API with regard to method names and terminology. - ResourceResolver and ResourceResolverChain now accept List<? extends Resource> instead of List<Resource> for simplified programmatic use. - Improved Ja...
polish static resource handling mechanism
41
false
false
5
false
false
false
spring-projects
spring-framework
17,356