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
ea2943feca5da4ca12620bae566abb36c04930f6
Rossen Stoyanchev
Rossen Stoyanchev
Polish ModelAndViewContainer and update tests
polish modelandviewcontainer and update tests
45
false
false
5
false
false
false
spring-projects
spring-framework
16,157
670974d76a212658498c86a4a5952194c1d653cc
Rossen Stoyanchev
Rossen Stoyanchev
Allow sending binary messages with STOMP After this change the StompSubProtocolHandler sends STOMP frames with content-type=octet-stream as a binary WebSocket message. Issue: SPR-12475
allow sending binary messages with stomp
40
false
false
6
false
false
false
spring-projects
spring-framework
16,158
6b3023c2aa76386a0d3b437d593bfd65697dc169
Juergen Hoeller
Juergen Hoeller
HandlerExecutionChain prevents re-adding the interceptors array to the list (and declares varargs now) Issue: SPR-12566
handlerexecutionchain prevents re-adding the interceptors array to the list (and declares varargs now)
102
false
false
13
false
false
false
spring-projects
spring-framework
16,159
d55af2b445cd3b1c08a7038de4db8e903c36083f
Juergen Hoeller
Juergen Hoeller
Consistent throwing of last UnsatisfiedDependencyException if available and no constructor resolved Issue: SPR-12543
consistent throwing of last unsatisfieddependencyexception if available and no constructor resolved
99
false
false
11
false
false
false
spring-projects
spring-framework
16,160
cae217de94b226ab36a1c791f8db062f1d65f1be
Stephane Nicoll
Stephane Nicoll
Handle scoped proxy properly in MBeanExporter Previously, if a bean has a scoped proxy and is annotated to be exposed to the JMX domain, both the scoped proxy and the target instance were exposed in the JMX domain, resulting in a duplicate entries. Worse, if such bean defines an explicit name, the application wouldn't...
handle scoped proxy properly in mbeanexporter
45
false
false
6
false
true
false
spring-projects
spring-framework
16,161
809ee0d350b49d2ae5a4f44f8f6643223d2b7656
Juergen Hoeller
Juergen Hoeller
Annotation post-processors clear old InjectionMetadata registrations on refresh Issue: SPR-12526
annotation post-processors clear old injectionmetadata registrations on refresh
79
false
false
8
false
false
false
spring-projects
spring-framework
16,162
dfdfc03ff32d638aa68ab618fd3bd0649402f64a
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,163
fa138d2c703438582482ab8e63ec33ad35150a58
Juergen Hoeller
Juergen Hoeller
ReflectionHelper's isFirstEntryInArray properly handles empty arrays Issue: SPR-12522
reflectionhelper's isfirstentryinarray properly handles empty arrays
68
false
false
6
false
false
false
spring-projects
spring-framework
16,164
d40be6cfdab875794a9d1a21fa301cc6fe944ac0
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Groovy 2.3.9, JRuby 1.7.17, SLF4J 1.7.9)
latest dependency updates (groovy 2.3.9, jruby 1.7.17, slf4j 1.7.9)
67
false
false
9
false
false
false
spring-projects
spring-framework
16,165
c114c089226990b0c1fe2f703992455799e51312
Juergen Hoeller
Juergen Hoeller
Preparations for Jackson 2.5 Issue: SPR-12565
preparations for jackson 2.5
28
false
false
4
false
false
false
spring-projects
spring-framework
16,166
7317457bb18c6caecfe01145624b535dbb6f9ea6
Juergen Hoeller
Juergen Hoeller
Consistent bridge method handling in annotation post-processors Issue: SPR-12495
consistent bridge method handling in annotation post-processors
63
false
false
7
false
false
false
spring-projects
spring-framework
16,167
ad71c6a91cf8e3367ca093df4250fd03d3ce8644
Juergen Hoeller
Juergen Hoeller
AbstractApplicationEventMulticaster populates ListenerRetriever cache in fully synchronized fashion Issue: SPR-12545 (cherry picked from commit 61a6bc0)
abstractapplicationeventmulticaster populates listenerretriever cache in fully synchronized fashion
99
false
false
8
false
false
false
spring-projects
spring-framework
16,168
b30843aee057451740a873ea4b1c1b43034f9b63
Juergen Hoeller
Juergen Hoeller
AbstractFallbackTransactionAttributeSource's DefaultCacheKey takes targetClass into account (again) Issue: SPR-12536 (cherry picked from commit c087e51)
abstractfallbacktransactionattributesource's defaultcachekey takes targetclass into account (again)
99
false
false
7
false
false
false
spring-projects
spring-framework
16,169
9d497cbd98ad400401dda1c91f46e5211b6107d9
Juergen Hoeller
Juergen Hoeller
@Bean definitions override scanned classes, plus check whether overriding is actually allowed Issue: SPR-9567 Issue: SPR-9682
@bean definitions override scanned classes, plus check whether overriding is actually allowed
93
false
false
12
false
false
false
spring-projects
spring-framework
16,170
9d47a2b87e234ce25d48b7af278e59cef0329a45
Juergen Hoeller
Juergen Hoeller
Explicit test for default useDistance mode Issue: SPR-12808
explicit test for default usedistance mode
42
false
false
6
false
false
false
spring-projects
spring-framework
16,171
69b3e002154e0235f82784a308f2b1b782601c7f
Rossen Stoyanchev
Rossen Stoyanchev
Support comma-separated X-Forwarded-Proto Issue: SPR-12816
support comma-separated x-forwarded-proto
41
false
false
3
false
true
false
spring-projects
spring-framework
16,172
c6250f5164245e0e3aa76d56078465f4ee611a5b
Brian Clozel
Brian Clozel
Fix InputStream caching in ContentCachingReqWrapper Prior to this commit, the ContentCachingRequestWrapper would immediately consume the wrapped request's InputStream when asked for the cached content; that caused several issues: * the request body was read in memory even if it wasn't yet consumed by the application,...
fix inputstream caching in contentcachingreqwrapper
51
false
false
5
true
true
false
spring-projects
spring-framework
16,173
88a14488a194f3795996ba2ac1bf02af639cd7e9
Rossen Stoyanchev
Rossen Stoyanchev
Support comma-separated X-Forwarded-Port Issue: SPR-12813
support comma-separated x-forwarded-port
40
false
false
3
false
true
false
spring-projects
spring-framework
16,174
624790a52056978e5ad82e937d60a14a12fa920e
Rossen Stoyanchev
Rossen Stoyanchev
Move X-Forwarded-* tests to UriComponentsBuilderTests
move x-forwarded-* tests to uricomponentsbuildertests
53
false
false
5
false
false
false
spring-projects
spring-framework
16,175
d30b3eaf55463d05338b9d2492ed0ae0bce94623
Rossen Stoyanchev
Rossen Stoyanchev
Add STOMP client WebSocketStompClient can be used with any implementation of org.springframework.web.socket.client.WebSocketClient, which includes org.springframework.web.socket.sockjs.client.SockJsClient. Reactor11TcpStompClient can be used with reactor-net and provides STOMP over TCP. It's also possible to adapt ot...
add stomp client
16
false
false
3
true
true
true
spring-projects
spring-framework
16,176
8a5e47a0434f2bcb8341356333019231e6a76729
Juergen Hoeller
Juergen Hoeller
Explicit note on change of read-only handling in 4.1 Issue: SPR-8959 (cherry picked from commit 0280a2a)
explicit note on change of read-only handling in 4.1
52
false
false
9
false
false
false
spring-projects
spring-framework
16,177
348eb918914ab3cf0ea428adeacd54e86585256b
Juergen Hoeller
Juergen Hoeller
ReflectiveMethodResolver applies useDistance mode by default (with fine-tuned varargs handling) Issue: SPR-12803 Issue: SPR-12808
reflectivemethodresolver applies usedistance mode by default (with fine-tuned varargs handling)
95
false
false
10
false
false
false
spring-projects
spring-framework
16,178
a64532ede2546f5e4bdb470f6087d053201d2317
Stephane Nicoll
Stephane Nicoll
Add testConnection on JavaMailSender Add a way to test that a particular JavaMailSender instance can connect to the server that it is configured for. Issue: SPR-12799
add testconnection on javamailsender
36
false
false
4
true
true
true
spring-projects
spring-framework
16,179
73e8021e5946aa3ae949e766d3c509e2d8f782a7
Juergen Hoeller
Juergen Hoeller
ResponseEntity's headers(HttpHeaders) accepts null value Issue: SPR-12792
responseentity's headers(httpheaders) accepts null value
56
false
false
5
false
false
false
spring-projects
spring-framework
16,180
5ba7b89e29a8be73efe99c53940da00d8000617c
Juergen Hoeller
Juergen Hoeller
StandardMultipartFile declares itself as Serializable now Issue: SPR-12795
standardmultipartfile declares itself as serializable now
57
false
false
6
false
false
false
spring-projects
spring-framework
16,181
6fe85c2dd4ab4f9ec2d6cd2c6f78027a40c992ff
Juergen Hoeller
Juergen Hoeller
PropertyResourceConfigurerTests accepts "." in operating system name Issue: SPR-12794
propertyresourceconfigurertests accepts "." in operating system name
68
false
false
7
false
false
false
spring-projects
spring-framework
16,182
c7fcf7cd4c7f40263b60ef7500a0d6a6fa737fac
Stephane Nicoll
Stephane Nicoll
`@Configuration` doc improvements Various documentation improvements related to `@Configuration` and `Bean`. Better describe how method parameter can be used to declare dependencies of a particular bean. Also add an explicit mentions related to "hard-wiring" of dependencies in configuration classes. Issue: SPR-12773
`@configuration` doc improvements
33
false
false
3
false
false
false
spring-projects
spring-framework
16,183
8f8a85912a16f57ed204ca0c12423fedbf4ebe30
Stephane Nicoll
Stephane Nicoll
Call AsyncUncaughtExceptionHandler when necessary If a sub-class of Future (such as ListenableFuture) is used as a return type and an exception is thrown, the AsyncUncaughtExceptionHandler is called. Now checking for any Future implementation instead of a faulty strict matching. Issue: SPR-12797
call asyncuncaughtexceptionhandler when necessary
49
false
false
4
false
true
false
spring-projects
spring-framework
16,184
08c67cf0455972fa19c1d3633dd752dcdb984151
Sam Brannen
Sam Brannen
Polish AnnotationAwareOrderComparator
polish annotationawareordercomparator
37
false
false
2
false
false
false
spring-projects
spring-framework
16,185
afee5469730b7b76e0ca63264d1a0bdbe1c65b48
Sam Brannen
Sam Brannen
Delete unused method in TypeDescriptor
delete unused method in typedescriptor
38
false
false
5
false
true
false
spring-projects
spring-framework
16,186
d90cee78efee32b9e036c5b03666e32a192d5210
Sam Brannen
Sam Brannen
Remove trailing whitespace in source code
remove trailing whitespace in source code
41
false
false
6
true
true
true
spring-projects
spring-framework
16,187
df1d90f48c913a3b9f94ee93c1ccef4a019f14a1
Sam Brannen
Sam Brannen
Merge pull request #741 from kazuki43zoo/SPR-12743 * SPR-12743: Support @NumberFormat as a meta-annotation
merge pull request #741 from kazuki43zoo/spr-12743
50
true
false
6
false
false
false
spring-projects
spring-framework
16,188
c746b10da94ad6ad0263af1f95f1abd2843e239b
Kazuki Shimizu
Sam Brannen
Support @NumberFormat as a meta-annotation This commit ensures that @NumberFormat can be used as a meta-annotation, as was already the case for @DateTimeFormat. In addition, this commit polishes FormattingConversionServiceTests and MvcNamespaceTests. Issue: SPR-12743
support @numberformat as a meta-annotation
42
false
false
5
true
true
true
spring-projects
spring-framework
16,189
6861d35ea0b8ff62c3c2b39ccda2f6a3c555839d
Sam Brannen
Sam Brannen
Assemble iajc Ant task classpath w/ folders that exist Prior to this commit, the [ant:iajc] tasks logged numerous warnings regarding incorrect classpath entries. The reason is that the classpath was constructed with paths that do not physically exist in the file system (e.g., for projects that do not have test classes...
assemble iajc ant task classpath w/ folders that exist
54
false
false
9
true
false
false
spring-projects
spring-framework
16,190
789d90465830cf951206f4c300b59be98764f96e
Sam Brannen
Sam Brannen
Assume TestGroup.PERFORMANCE for AnnotationProcessorPerformanceTests This commit applies the TestGroup.PERFORMANCE assumption for all test methods within AnnotationProcessorPerformanceTests.
assume testgroup.performance for annotationprocessorperformancetests
68
false
false
4
true
true
false
spring-projects
spring-framework
16,191
b1fdb4a773370af413b6ec57bf211418d7900b34
Sam Brannen
Sam Brannen
Remove Gradle Daemon JVM args compatible with JDK 9 This commit reverts the changes made in 7bc44a9 so that developers who do not use the Gradle daemon are not adversely affected by the explicit JVM args that were introduced in that commit. Developers who wish to run the build against JDK 9 with the Gradle daemon can...
remove gradle daemon jvm args compatible with jdk 9
51
false
false
9
false
false
false
spring-projects
spring-framework
16,192
bd6d974561ad8ab8c31cd513d3816078c2b521ca
Stephane Nicoll
Stephane Nicoll
Fix Admonition syntax The upgrade to a more recent asciidoc format led to a bunch of of broken Admonition as the text block now requires four equal signs while previous versions tolerated only 3. Issue: SPR-12791
fix admonition syntax
21
false
false
3
true
true
true
spring-projects
spring-framework
16,193
5bdc8d269bfe0068f44f0e82bdcf25c7c62b2fe8
Juergen Hoeller
Juergen Hoeller
Polishing (cherry picked from commit f933941)
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,194
b7ef04767a4d0dc4eb3d80219073ddfcfdf1980b
Andy Clement
Andy Clement
Reduce SpEL compilation restrictions on mathematical expressions Prior to this change the SpEL compiler would not compile mathematical expressions where the operands were of differing types (e.g. int and double). This required the expression writer to do the conversion in the expression text. For example: T(Integer)....
reduce spel compilation restrictions on mathematical expressions
64
false
false
7
true
true
false
spring-projects
spring-framework
16,195
7fbc951691d44af9d611cb62053a42386592545b
Juergen Hoeller
Juergen Hoeller
Revised build for JDK 9 tolerance We use AspectJ 1.9.0.BETA-1 for the ajc task now and exclude spring-oxm test compilation when running on JDK 9. Issue: SPR-12549
revised build for jdk 9 tolerance
33
false
false
6
false
false
false
spring-projects
spring-framework
16,196
a71001b45c3e4d4dc7a840ca26d18b73e3cb7404
Juergen Hoeller
Juergen Hoeller
Polishing Issue: SPR-12778
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,197
5ec2cd79470aeaa8e676dfbe794a63b189349fa2
Juergen Hoeller
Juergen Hoeller
AbstractPlatformTransactionManager logs warning for custom isolation level in case of no actual transaction Issue: SPR-12600
abstractplatformtransactionmanager logs warning for custom isolation level in case of no actual transaction
107
false
false
13
false
false
false
spring-projects
spring-framework
16,198
71cdf856e1074fa59daf47c227a0d4b7a69c92eb
Juergen Hoeller
Juergen Hoeller
(Reloadable)ResourceBundleMessageSource allows for custom PropertyResourceBundle/Properties subclasses Issue: SPR-12666
(reloadable)resourcebundlemessagesource allows for custom propertyresourcebundle/properties subclasses
102
false
false
6
false
false
false
spring-projects
spring-framework
16,199
450072e38a6719eb9b8950b7ad8391fcb2f1ae3e
Brian Clozel
Brian Clozel
Add spring-mvc spring-beans XSD schemas for 4.2
add spring-mvc spring-beans xsd schemas for 4.2
47
false
false
7
false
false
false
spring-projects
spring-framework
16,200
74072237ee5d3f25057f648ba178a42c745004ae
Brian Clozel
Brian Clozel
Break down Core and Web chapters in reference doc Core and Web chapters are important chapters in the Spring Framework reference documentation, and splitting them in multiple files will help to evolve the documentation while not creating too many files. Issue: SPR-12309
break down core and web chapters in reference doc
49
false
false
9
false
false
false
spring-projects
spring-framework
16,201
ff4ac5b8371d804098ee2d82e5fffecf19e9a41c
Juergen Hoeller
Juergen Hoeller
Collections.unmodifiableMultiValueMap explicitly casts to List<V> (for compatibility with JDK 9 build 53) Issue: SPR-12549
collections.unmodifiablemultivaluemap explicitly casts to list<v> (for compatibility with jdk 9 build 53)
105
false
false
12
false
false
false
spring-projects
spring-framework
16,202
9b25d6ad8bf3ca40a1dfc9d4327831fd4a8cf6fc
Juergen Hoeller
Juergen Hoeller
getTypeForFactoryBean suppresses instantiation failures for non-singleton FactoryBeans Issue: SPR-12786
gettypeforfactorybean suppresses instantiation failures for non-singleton factorybeans
86
false
false
7
false
false
false
spring-projects
spring-framework
16,203
0baf228db5358b843c1fbb555550542d5cb908c7
Brian Clozel
Brian Clozel
Modularize asciidoc documentation The reference documentation is now organized in asciidoc bookparts. Bookparts sections can be also put in separate files, when their size and theme are important enough to justify that. Documentation Layout: ``` index |-- overview | |-- whats-new | |-- core | |-- core-b...
modularize asciidoc documentation
33
false
false
3
true
true
true
spring-projects
spring-framework
16,204
503956d7c5cf69e65b0094e8303750adab3c8bc1
Brian Clozel
Brian Clozel
Update Asciidoctor Gradle plugin Upgrade to asciidoctor-gradle-plugin version 1.5.2. Various syntax fixes in the index.adoc reference documentation.
update asciidoctor gradle plugin
32
false
false
4
false
true
false
spring-projects
spring-framework
16,205
b7dd5207845c6ab827bcfd777ba746722c1ef611
Rossen Stoyanchev
Rossen Stoyanchev
Fix formatting
fix formatting
14
false
false
2
false
true
false
spring-projects
spring-framework
16,206
8ab2e47556e91b0d0cf71ad9bede7d8cbcd968c4
Arjen Poutsma
Rossen Stoyanchev
HttpMessageConverters should support streaming All HttpMessageConverters should support StreamingHttpOutputMessage. Specifically, the BufferedImageHttpMessageConverter and FormHttpMessageConverter should do so. Issue: SPR-12715
httpmessageconverters should support streaming
46
false
false
4
false
false
false
spring-projects
spring-framework
16,207
d64c48ff5f06aa444c199ae0cfa0d86f1b36af00
Rossen Stoyanchev
Rossen Stoyanchev
UriComponentsBuilder.fromHttpRequest sets port correctly Issue: SPR-12771
uricomponentsbuilder.fromhttprequest sets port correctly
56
false
false
4
false
false
false
spring-projects
spring-framework
16,208
7bc44a9086f7f9cdfa1a8ef3f2f158fddf9eed2f
Sam Brannen
Sam Brannen
Set Gradle Daemon JVM args compatible with JDK 9 This commit adds the following to gradle.properties in order to execute the Gradle daemon on JDK 9, since Gradle's DaemonParameters automatically sets the MaxPermSize JVM argument, which is no longer supported on JDK 9. org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m -Xm...
set gradle daemon jvm args compatible with jdk 9
48
false
false
9
false
false
false
spring-projects
spring-framework
16,209
f8fd19d2beb4adb8d5332cf0c3bc1d488e5d1e0c
Juergen Hoeller
Juergen Hoeller
Dependency updates for spring-oxm generation tasks
dependency updates for spring-oxm generation tasks
50
false
false
6
false
false
false
spring-projects
spring-framework
16,210
b541fc93667c4e7557b937600ef1ac2bb25bee5e
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,211
1e26d17a3d534671a612c293a6fd658336a428c6
Juergen Hoeller
Juergen Hoeller
Preparations for JDK 9 Issue: SPR-12549
preparations for jdk 9
22
false
false
4
false
false
false
spring-projects
spring-framework
16,212
7e8ffc7bf56dcc9d7fcc3992589b126b0eecf22f
Juergen Hoeller
Juergen Hoeller
CompositePropertySource rejects getPropertyNames call when containing a non-enumerable source Issue: SPR-12788
compositepropertysource rejects getpropertynames call when containing a non-enumerable source
93
false
false
9
false
false
false
spring-projects
spring-framework
16,213
f786fc32263ff6260b347076212c06d320412273
Juergen Hoeller
Juergen Hoeller
ObjectToOptionalConverter preserves existing Optional instances Issue: SPR-12785
objecttooptionalconverter preserves existing optional instances
63
false
false
5
false
false
false
spring-projects
spring-framework
16,214
dcb1145354fc0f59e7a9a4037017ea887ce29839
Juergen Hoeller
Juergen Hoeller
Converter interface explicitly documents null values Issue: SPR-12780
converter interface explicitly documents null values
52
false
false
6
false
false
false
spring-projects
spring-framework
16,215
772a26a743466ef84239aa97f1e07560426ad71b
Stephane Nicoll
Stephane Nicoll
polishing Issue: SPR-12761
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,216
31df7155ab40e6f4b98f4fd46ad9229031a716c4
Stephane Nicoll
Stephane Nicoll
Refine BeanPostProcessorChecker condition Previously, adding `@EnableAsync` on a blank application would lead to an info message stating that `ProxyAsyncConfiguration` is not eligible for getting processed by all BeanPostProcessors. Concretely, this is ok as such internal configuration is not meant to be a target of s...
refine beanpostprocessorchecker condition
41
false
false
3
false
true
false
spring-projects
spring-framework
16,217
5c9f09c2c778be2dc0def9c471ceb3061fc8472a
Stephane Nicoll
Stephane Nicoll
Register lazy @JmsListener components Support the creation and registration of message listener containers in a lazy manner, that is after the container initialization has completed. Such support brought an interesting brainstorming of the thread safety if JmsListenerEndpointRegistrar and JmsListenerEndpointRegistry ...
register lazy @jmslistener components
37
false
false
4
true
true
true
spring-projects
spring-framework
16,218
fdd1f83639c3e05972ad7efd3711659b05616b07
Juergen Hoeller
Juergen Hoeller
Polishing (cherry picked from commit 3783591)
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,219
ab2c7218754009a2a7a44e8fedaa4fb9ce1b2798
Juergen Hoeller
Juergen Hoeller
LoadTimeWeavingConfiguration should not rely on private field injection Issue: SPR-12776 (cherry picked from commit 1259671)
loadtimeweavingconfiguration should not rely on private field injection
71
false
false
8
false
false
false
spring-projects
spring-framework
16,220
ee74fe6c27c2a461f6880465b4946d7701076247
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (HttpClient 4.4, TestNG 6.8.21, SnakeYAML 1.15, FreeMarker 2.3.22, JRuby 1.7.19, JAMon 2.81, JiBX 1.2.6, XMLUnit 1.6, JsonPath 1.2)
latest dependency updates (httpclient 4.4, testng 6.8.21, snakeyaml 1.15, freemarker 2.3.22, jruby 1.7.19, jamon 2.81, jibx 1.2.6, xmlunit 1.6, jsonpath 1.2)
157
false
false
21
false
false
false
spring-projects
spring-framework
16,221
4a46b60e2a08c8f8ec31c532bd61172938faeb5f
Stephane Nicoll
Stephane Nicoll
Upgrade to H2 1.4.186
upgrade to h2 1.4.186
21
false
false
4
false
false
false
spring-projects
spring-framework
16,222
57d7e9dbff4da863fdc865d2101d6b6b35f190f8
Stephane Nicoll
Stephane Nicoll
Upgrade XStream (again) to 1.4.8 Revert cdc04e55fe85 now that animal sniffer 1.1.4 is available.
upgrade xstream (again) to 1.4.8
32
false
false
5
false
true
false
spring-projects
spring-framework
16,223
268471c637ee8de88dbba010e814cde3c9efd755
Stephane Nicoll
Stephane Nicoll
Upgrade to animal sniffer 1.14
upgrade to animal sniffer 1.14
30
false
false
5
false
false
false
spring-projects
spring-framework
16,224
e24a7ded620b74110141bc6d4a80ae86c74c157b
Sam Brannen
Sam Brannen
Simplify Groovy ContextLoaders in the TCF This commit simplifies the implementations of loadBeanDefinitions() in GenericGroovyXmlContextLoader and GenericGroovyXmlWebContextLoader. Due to the recent bug fix for GroovyBeanDefinitionReader regarding full support for XML config files, these Groovy context loaders can no...
simplify groovy contextloaders in the tcf
41
false
false
6
true
true
true
spring-projects
spring-framework
16,225
7edc7c2c8f3e98a9c61d4c9520489d132c00e0a0
Sam Brannen
Sam Brannen
Fully support XML config in GroovyBeanDefinitionReader Prior to this commit, the GroovyBeanDefinitionReader claimed (via its Javadoc) that it fully supported XML configuration files in addition to its Groovy DSL; however, this was unfortunately inaccurate since XML validation was disabled by default which led to certa...
fully support xml config in groovybeandefinitionreader
54
false
false
6
false
false
false
spring-projects
spring-framework
16,226
9cd065c1ec155466f22d5fbd0ebd43d853799b25
Sam Brannen
Sam Brannen
Polish Javadoc for GroovyBeanDefinitionReader
polish javadoc for groovybeandefinitionreader
45
false
false
4
false
false
false
spring-projects
spring-framework
16,227
2ba1151b7fa3fcd3b0c964fc377ce57671eabb8b
Sam Brannen
Sam Brannen
Support XML config fully in web integration tests Prior to this commit, it was impossible to use all features of XML configuration (e.g., the <qualifier> tag) in web-based integration tests (loaded using @WebAppConfiguration, @ContextConfiguration, etc.) if the Groovy library was on the classpath. The reason is that t...
support xml config fully in web integration tests
49
false
false
8
false
true
false
spring-projects
spring-framework
16,228
fa5ea3821039db739918b335a6c06faa0ced3abc
Sam Brannen
Sam Brannen
Delete unused import in AsyncTests
delete unused import in asynctests
34
false
false
5
true
true
true
spring-projects
spring-framework
16,229
93c70b7440783e9b047a52ee3ff9dec5d45300a6
Sam Brannen
Sam Brannen
Include charset in EncodedResource.equals() Prior to this commit, the implementation of equals() in EncodedResource was based solely on the resource and encoding. Thus, if a Charset were specified instead of an encoding, invocations of equals() would not work as expected. This commit addresses this issue by including...
include charset in encodedresource.equals()
43
false
false
4
false
true
false
spring-projects
spring-framework
16,230
babbf6e8710ab937cd05ece20270f51490299270
Stephane Nicoll
Stephane Nicoll
Harmonize resources location Issue: SPR-12766
harmonize resources location
28
false
false
3
true
true
true
spring-projects
spring-framework
16,231
23d52d5e35d142ae62e2fd8ac29792a664201e03
Sam Brannen
Sam Brannen
Polish Javadoc for ScriptStatementFailedException constructor Issue: SPR-12752
polish javadoc for scriptstatementfailedexception constructor
61
false
false
5
false
false
false
spring-projects
spring-framework
16,232
540d8792fe6f8c423a0eaa8d7190a82fed11e4d3
Juergen Hoeller
Juergen Hoeller
Fixed javadoc warnings and revised FastByteArrayOutputStream code style
fixed javadoc warnings and revised fastbytearrayoutputstream code style
71
false
false
8
false
false
false
spring-projects
spring-framework
16,233
45a80fa3ed66c7dd8555c2599704a59a1d87c53a
Sam Brannen
Sam Brannen
Polish Javadoc for ScriptStatementFailedException.buildErrorMessage() Issue: SPR-12752
polish javadoc for scriptstatementfailedexception.builderrormessage()
69
false
false
4
false
false
false
spring-projects
spring-framework
16,234
2b3409461f322e2e1f415b7547160c40addd57c5
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,235
c1a9e3484ae28d4af045310b7df5116744bd5f08
Juergen Hoeller
Juergen Hoeller
Revised documentation on AUTO_ACKNOWLEDGE behavior Issue: SPR-12705
revised documentation on auto_acknowledge behavior
50
false
false
5
false
false
false
spring-projects
spring-framework
16,236
594a14ab25af168a22d27851cebca1b85019ec1e
Juergen Hoeller
Juergen Hoeller
RestTemplate avoids use of warn level for response errors Protected handleResponse method replaces former private logResponseStatus/handleResponseError methods. Issue: SPR-12760
resttemplate avoids use of warn level for response errors
57
false
false
9
false
false
false
spring-projects
spring-framework
16,237
9d1e7fde3aea5f2e971ce09bcde053f08013e01a
Sam Brannen
Sam Brannen
Update Eclipse JDT settings for Java 8 - classes now compiled with `-parameters` - formatting for lambda expressions - formatting for type annotations
update eclipse jdt settings for java 8
38
false
false
7
false
true
false
spring-projects
spring-framework
16,238
448c99f2241fcb26ec3a550bb8dbc323ffa8f0e9
Sam Brannen
Sam Brannen
Introduce buildErrorMessage() utility in ScriptStatementFailedException To eliminate code duplication, ScriptStatementFailedException and ScriptUtils now delegate to a new buildErrorMessage() utility method. Issue: SPR-12752
introduce builderrormessage() utility in scriptstatementfailedexception
71
false
false
5
true
true
false
spring-projects
spring-framework
16,239
67934a22e2f77449dc1fd8e614028e3d42e20e81
Sam Brannen
Sam Brannen
Add further regression tests for @TestPropertySource This commit introduces further regression tests to ensure proper parsing of inlined properties configured via @TestPropertySource. Specifically, these additional tests ensure that we do not introduce a bug like the one raised in Spring Boot issue #1110 [0]. [0] htt...
add further regression tests for @testpropertysource
52
false
false
6
true
true
false
spring-projects
spring-framework
16,240
ef75bd8441583ab45f82796a44fe460c7e07862c
Sam Brannen
Sam Brannen
Clean up classpath for iajc Ant task
clean up classpath for iajc ant task
36
false
false
7
false
false
false
spring-projects
spring-framework
16,241
66735d01cf7eef64e630c353285233fd1c500b17
Stephane Nicoll
Stephane Nicoll
Add exception-handler attribute support for AspectJ Previously, the exception-handler attribute was not taken care of when task:annotation-driven is used in AspectJ mode. This commit provides the expected behavior. Issue: SPR-12619
add exception-handler attribute support for aspectj
51
false
false
6
false
false
false
spring-projects
spring-framework
16,242
fa8d202a455319c6edb5a899b86ccc260f2e78be
Stephane Nicoll
Stephane Nicoll
AspectJ support for javax.transaction.Transactional Issue: SPR-11803
aspectj support for javax.transaction.transactional
51
false
false
4
true
false
false
spring-projects
spring-framework
16,243
d75f3903605e4773181b7300ee140ce06bd02d6e
Stephane Nicoll
Stephane Nicoll
Merge pull request #738 from johnktims/patch-3 * patch-3: fix javadoc typo
merge pull request #738 from johnktims/patch-3
46
true
false
6
true
false
false
spring-projects
spring-framework
16,244
4c00a3b4c850fb86943b760ba8a51fdb01a98344
John Tims
Stephane Nicoll
fix javadoc typo
fix javadoc typo
16
false
false
3
true
true
true
spring-projects
spring-framework
16,245
be76da654f72646f791576156942066065ce1fc6
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (POI 3.11, FreeMarker 2.3.21)
latest dependency updates (poi 3.11, freemarker 2.3.21)
55
false
false
7
false
false
false
spring-projects
spring-framework
16,246
77fcf21401ab98c886cc5c98afdf43a545d9b38f
Juergen Hoeller
Juergen Hoeller
Refined Jackson configuration enhancements Issue: SPR-12594 Issue: SPR-12634
refined jackson configuration enhancements
42
false
false
4
false
false
false
spring-projects
spring-framework
16,247
7a6a13201fd295a4b0fcf89cf9e5d85d6467b883
Andy Wilkinson
Stephane Nicoll
Fix Animal Sniffer Jasper Reports’ transitive dependency on spring-context (via castor-xml which is a new dependency in 6.0.3) was being mapped by Gradle to a dependency on the spring-context project. For reasons that I do not fully understand this was causing -source and -javadoc jars to be added to the project's com...
fix animal sniffer
18
false
false
3
true
true
true
spring-projects
spring-framework
16,248
aa213396b4aa73501d44927d3fe016571bba7555
Stephane Nicoll
Stephane Nicoll
BeanWrapper auto-grows arrays if necessary Previously, only indexed access for collections were supported. When attempting to access the element of an array that had not the requested size, the call would fail with an IndexOutOfBoundException This commit harmonize the binding support so that the array is updated acco...
beanwrapper auto-grows arrays if necessary
42
false
false
5
false
false
false
spring-projects
spring-framework
16,249
6d734f23407b899e9d58fc7ef03c3092238eb089
Radosław Józwik
Radosław Józwik
Fix reserved set definition according to appendix A of RFC 3986 I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement.
fix reserved set definition according to appendix a of rfc 3986
63
false
false
11
false
true
false
spring-projects
spring-framework
16,250
f58abd3d9a03ad5788908da2702406754b4286b3
Juergen Hoeller
Juergen Hoeller
Polishing (forward-ported from 4.1.x)
polishing (forward-ported from 4.1.x)
37
false
false
4
false
false
false
spring-projects
spring-framework
16,251
098e60e12515a17f5c3f46966fb3e3ddc1193f7e
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Tomcat 8.0.18, Undertow 1.1.2)
latest dependency updates (tomcat 8.0.18, undertow 1.1.2)
57
false
false
7
false
false
false
spring-projects
spring-framework
16,252
75bf9df384351af2b97d331a39fea043e2434630
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Jackson 2.5.1, JasperReports 6.0.3)
latest dependency updates (jackson 2.5.1, jasperreports 6.0.3)
62
false
false
7
false
false
false
spring-projects
spring-framework
16,253
058714b03aed912a9ab072c1c5eff9d1e83f10b0
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,254
7585be85f3e8a08327ea9b3946a750293915abd7
Juergen Hoeller
Juergen Hoeller
Revised validation javadoc, plus protected validate/isBindingErrorFatal template methods Issue: SPR-12655
revised validation javadoc, plus protected validate/isbindingerrorfatal template methods
88
false
false
8
false
false
false
spring-projects
spring-framework
16,255
981aefc2c0d2a6fbf9c08d4d54d17923a75a2e01
Juergen Hoeller
Juergen Hoeller
Properly honor conditions on overriding bean methods Issue: SPR-12694
properly honor conditions on overriding bean methods
52
false
false
7
false
false
false
spring-projects
spring-framework
16,256