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
113fd1180a14656a89d6d6639d259c577d70fbc5
Rossen Stoyanchev
Rossen Stoyanchev
Fine tune STOMP and WebSocket related logging Optimize logging with tracking the opening and closing of WebSocket sessions and STOMP broker connections in mind. While the volume of messages makes it impractical to log every message at anything higher than TRACE, the opening and closing of connections is more manageab...
fine tune stomp and websocket related logging
45
false
false
7
false
false
false
spring-projects
spring-framework
17,057
b2f6445058756fca1534dad0124bbddb5560996e
Brian Clozel
Brian Clozel
Fix unit test for SPR-11919 Issue: SPR-11919
fix unit test for spr-11919
27
false
false
5
false
true
false
spring-projects
spring-framework
17,058
24cdefb785cb8eb6d3edbbc81bf29e395ef034e0
Brian Clozel
Brian Clozel
Workaround for WFLY-3474 NullPointerException Prior to this commit, the ServletResponseHttpHeaders.get method would throw an NPE when used under Wildfly 8.0.0.Final and 8.1.0.Final. This can be traced to WFLY-3474, which throws an NPE when calling HttpServletResponse.getHeaders("foo") and that header has not been defi...
workaround for wfly-3474 nullpointerexception
45
false
false
4
false
false
false
spring-projects
spring-framework
17,059
8221c9abc5b5215bbf88e512f6f8060a9afd3ad3
Stephane Nicoll
Stephane Nicoll
Support for nested path using field access This commit adds a nested path support for DirectFieldAccessor that is similar to what BeanWrapper provides. It is now possible to use expressions such as "person.address.city.name" to access the name of the city that a given person lives in using fields to traverse the graph...
support for nested path using field access
42
false
false
7
false
false
false
spring-projects
spring-framework
17,060
442bd682a7f5fee8664f1e19354c7d0c3e624fdc
Juergen Hoeller
Juergen Hoeller
Polishing Issue: SPR-11910
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,061
a9b650fd0f83c563593b3d579806947779718bf9
Juergen Hoeller
Juergen Hoeller
DefaultAdvisorChainFactory never passes null into ClassFilter, enabling async advisor to work without target class as well Issue: SPR-11910
defaultadvisorchainfactory never passes null into classfilter, enabling async advisor to work without target class as well
122
false
false
16
false
false
false
spring-projects
spring-framework
17,062
9796af72db122a75ed43e15acecbc463b8c40ef0
Rossen Stoyanchev
Rossen Stoyanchev
Improve JettySockJsIntegrationTests to show real error In a recent CI build failure a test timed out waiting for a message: https://build.spring.io/browse/SPR-PUB-1316 In fact there was a WebSocket transport failure originating in Jetty's WebSocket Parser. However this failure is only apparent by looking at the logs....
improve jettysockjsintegrationtests to show real error
54
false
false
6
true
true
false
spring-projects
spring-framework
17,063
a3fa9c979777e554efad0df429041767f05dfdb8
Rossen Stoyanchev
Rossen Stoyanchev
Add check for unused WebSocket sessions Sessions connected to a STOMP endpoint are expected to receive some client messages. Having received none after successfully connecting could be an indication of proxy or network issue. This change adds periodic checks to see if we have not received any messages on a session whi...
add check for unused websocket sessions
39
false
false
6
true
true
true
spring-projects
spring-framework
17,064
98d6f7b4436b9889602ef2253eced4660ff2e6b9
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,065
35067790f386b03834bb14b228da462153d27b0b
Juergen Hoeller
Juergen Hoeller
MBeanExporter implements DisposableBean again (also revised logging and rearranged properties) Issue: SPR-8045
mbeanexporter implements disposablebean again (also revised logging and rearranged properties)
94
false
false
10
false
false
false
spring-projects
spring-framework
17,066
46dc07a005472cca8fb34468ad29cb043f7f2769
Juergen Hoeller
Juergen Hoeller
AsyncExecutionInterceptor uses submitListenable if method signature indicates ListenableFuture Issue: SPR-11909
asyncexecutioninterceptor uses submitlistenable if method signature indicates listenablefuture
94
false
false
8
false
false
false
spring-projects
spring-framework
17,067
50b21d061f66289df97de396069c19b5cd0bb073
Sam Brannen
Sam Brannen
Add TODO for fate of Hibernate JPA integration tests Issue: SPR-11922
add todo for fate of hibernate jpa integration tests
52
false
false
9
true
true
false
spring-projects
spring-framework
17,068
158cb346a5d6512da44685ea42fe4f0110e50151
Sam Brannen
Sam Brannen
Re-enable OpenJPA + AspectJ tests With the upgrade to JDK 8, the OpenJPA/AspectJ integration tests now pass again. Thus, we are re-enabling these tests. Issue: SPR-10333
re-enable openjpa + aspectj tests
33
false
false
5
false
false
false
spring-projects
spring-framework
17,069
e73b8b31f86908aff2ffbcd6d89d01c78aac7a0e
Sam Brannen
Sam Brannen
Delete accidental call to System.err
delete accidental call to system.err
36
false
false
5
false
true
false
spring-projects
spring-framework
17,070
8ea0d8eea1578923a4fa9ee2c8eab60a83501510
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (AspectJ 1.8.1, Reactor 1.1.2, Tomcat 8.0.9, Jackson 2.4.1, JAMon 2.76)
latest dependency updates (aspectj 1.8.1, reactor 1.1.2, tomcat 8.0.9, jackson 2.4.1, jamon 2.76)
97
false
false
13
false
false
false
spring-projects
spring-framework
17,071
cc917de24de5a99ac51c1cdd15eab0d7ccdf6430
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,072
b3e3c5312f73194121e566e75ade58108925a15c
Juergen Hoeller
Juergen Hoeller
Introduced AnnotationConfigRegistry as common interface for AnnotationConfig(Web)ApplicationContext Issue: SPR-11814
introduced annotationconfigregistry as common interface for annotationconfig(web)applicationcontext
99
false
false
7
false
false
false
spring-projects
spring-framework
17,073
591f79514d47ab21ed754818463ba1e4c668b5a9
Juergen Hoeller
Juergen Hoeller
Spring's default JPA persistence unit exposes package metadata as well (currently only supported with Hibernate) Issue: SPR-10910
spring's default jpa persistence unit exposes package metadata as well (currently only supported with hibernate)
112
false
false
15
false
false
false
spring-projects
spring-framework
17,074
9919a9823106d2572ffd200cacd4610554602a01
Brian Clozel
Brian Clozel
HttpHeaders fails getAllow if set to EmptyCollection Prior to this commit, calls to getAllow would fail is setAllow was set to an EmptyCollection right before. java.lang.IllegalArgumentException: No enum constant org.springframework.http.HttpMethod This commit fixes this by testing the header value for an em...
httpheaders fails getallow if set to emptycollection
52
false
false
7
false
false
false
spring-projects
spring-framework
17,075
0f47732523865e360bfe8de4ba9ec708e0accaa0
Rossen Stoyanchev
Rossen Stoyanchev
Fix failing test
fix failing test
16
false
false
3
true
true
true
spring-projects
spring-framework
17,076
502022acca84a446a6894e132dd73a8c59deebf8
Sam Brannen
Sam Brannen
Delete test annotations in spring-orm This commit deletes all test annotations from the spring-orm module in order to reduce unnecessary confusion between these "copies" and the real, current versions of such classes in the spring-test module. Furthermore, the legacy abstract JUnit 3.8 base classes and test cases hav...
delete test annotations in spring-orm
37
false
false
5
false
true
false
spring-projects
spring-framework
17,077
6ad79e03c615d7dca2ab4b2ae7bf8ba6881448bc
Rossen Stoyanchev
Rossen Stoyanchev
Create SockJS ThreadPoolTaskScheduler extension Commit 5d2e6f enabled the setRemoveOnCancelPolicy of the SockJS ScheduledThreadPoolExecutor by default. However that property is only available in JDK 1.7 or later. This change fixes the issue and introduces an extension of ThreadPoolTaskScheduler for for use with SockJS...
create sockjs threadpooltaskscheduler extension
47
false
false
4
true
true
true
spring-projects
spring-framework
17,078
3ed9885dc501c76636d1bc36a96ba0434b2e5858
Rossen Stoyanchev
Rossen Stoyanchev
Merge SockJS client-related changes
merge sockjs client-related changes
35
true
false
4
false
true
false
spring-projects
spring-framework
17,079
fb7e1970a97e96fbbef14f7542553508d76883a0
Spring Buildmaster
Spring Buildmaster
Next development version
next development version
24
false
false
3
false
false
false
spring-projects
spring-framework
17,080
9859b970374620e9cdfa33adf29802eba36147ee
Juergen Hoeller
Juergen Hoeller
Consider a null ClassLoader (typically the bootstrap CL) as cache-safe Issue: SPR-11606 (cherry picked from commit a4a2e80)
consider a null classloader (typically the bootstrap cl) as cache-safe
70
false
false
10
true
true
false
spring-projects
spring-framework
17,081
32852e0843d50615b370d3d379fd47e4b1cd60f3
Rossen Stoyanchev
Rossen Stoyanchev
Improve doc on authentication for stomp/websocket
improve doc on authentication for stomp/websocket
49
false
false
6
true
true
true
spring-projects
spring-framework
17,082
b02bda95b25358792324d3b00922ed179cbb0863
Rossen Stoyanchev
Rossen Stoyanchev
Document better ASYNC dispatch type config for Filters Although the need to map the ASYNC dispatcher type to a Filter was already mentioned, it wasn't very prominent and can be quite critical in some cases. This change addresses that. Issue: SPR-10440
document better async dispatch type config for filters
54
false
false
8
false
false
false
spring-projects
spring-framework
17,083
b70148c12d6f0237892256cfad73c21f30cb46fa
Juergen Hoeller
Juergen Hoeller
Consistent PropertyAccessor method order as declared in the interface Issue: SPR-11609
consistent propertyaccessor method order as declared in the interface
69
false
false
9
false
false
false
spring-projects
spring-framework
17,084
3af8a3260a64f46b10213924762a58058446fae1
Juergen Hoeller
Juergen Hoeller
Correctly resolve accessors for static properties on Class Issue: SPR-11609
correctly resolve accessors for static properties on class
58
false
false
8
false
false
false
spring-projects
spring-framework
17,085
e3035363a6893f76a0c2484f226c187cd120de28
Juergen Hoeller
Juergen Hoeller
Maintenance version updates, excludes for overlapping dependencies (PR #499)
maintenance version updates, excludes for overlapping dependencies (pr #499)
76
false
false
9
false
false
false
spring-projects
spring-framework
17,086
e92bbc801418901e2e5f394b6764860cb37f45d2
Rossen Stoyanchev
Rossen Stoyanchev
Revert "Improve suffix pattern check" This reverts commit 3474afb165b6efa1a15db87c088e0fe79353000f. Unfortunately this change is likely to cause issues for applications that use regular expressions in a URI variable. I think we will have to leave at: if there are any dots in the last segment of the request path, rega...
revert "improve suffix pattern check"
37
false
false
5
false
false
false
spring-projects
spring-framework
17,087
3347b45292f97febf44c736523e87c95fda5161f
Rossen Stoyanchev
Rossen Stoyanchev
Provide more accurate error message
provide more accurate error message
35
false
false
5
false
false
false
spring-projects
spring-framework
17,088
e6e12be5ef12d5e6d8cb8702ba0e2354b72f83f0
Rossen Stoyanchev
Rossen Stoyanchev
Fix typo in documentation
fix typo in documentation
25
false
false
4
true
true
true
spring-projects
spring-framework
17,089
b9bac1d3b6cba90997b4c2564bcff3d8d51ab19b
Juergen Hoeller
Juergen Hoeller
Relaxed getElementTypeDescriptor assertion to not insist on a ResolvableType-known array Issue: SPR-11608
relaxed getelementtypedescriptor assertion to not insist on a resolvabletype-known array
88
false
false
10
false
false
false
spring-projects
spring-framework
17,090
338857364674de63d13596250fae8880dc965e0e
Juergen Hoeller
Juergen Hoeller
AbstractApplicationEventMulticaster only caches if event type and source type are cache-safe Issue: SPR-11606
abstractapplicationeventmulticaster only caches if event type and source type are cache-safe
92
false
false
11
true
false
false
spring-projects
spring-framework
17,091
2b5239543d9e06e171ee214e728a4d3c699d7d18
Phillip Webb
Phillip Webb
Revert "Next development version" This reverts commit 4788875a4b627f615f7e496dd18ad222e981d34e.
revert "next development version"
33
false
false
4
false
true
false
spring-projects
spring-framework
17,092
4788875a4b627f615f7e496dd18ad222e981d34e
Spring Buildmaster
Spring Buildmaster
Next development version
next development version
24
false
false
3
false
false
false
spring-projects
spring-framework
17,093
5dbcd76a71f262510be7ac84b3b2679d716ff76a
Rossen Stoyanchev
Rossen Stoyanchev
Add doc section on configuration and performance Issue: SPR-11450
add doc section on configuration and performance
48
false
false
7
true
true
true
spring-projects
spring-framework
17,094
fd175180b99bfa914f3a8f56c18d5746a7bb8b88
Rossen Stoyanchev
Rossen Stoyanchev
Revise section explaining the flow of STOMP messages
revise section explaining the flow of stomp messages
52
false
false
8
false
true
false
spring-projects
spring-framework
17,095
84133c86fec0145bf4cbdc6acb5664c9f10632e6
Rossen Stoyanchev
Rossen Stoyanchev
Update SockJS overview section and polish
update sockjs overview section and polish
41
false
false
6
false
true
false
spring-projects
spring-framework
17,096
90512f036b95d665af747b4bbaa5963b4b7ba1b6
Juergen Hoeller
Juergen Hoeller
Fixed SPR issue reference and aligned exception messages Issue: SPR-11592
fixed spr issue reference and aligned exception messages
56
false
false
8
false
false
false
spring-projects
spring-framework
17,097
9fc13e1d2355932e625f08226dcdb8f7866074c6
Juergen Hoeller
Juergen Hoeller
CacheAspectSupport checks Cache.get(key) once per invocation only Issue: SPR-11592
cacheaspectsupport checks cache.get(key) once per invocation only
65
false
false
7
false
false
false
spring-projects
spring-framework
17,098
f2f355e76c577285fa240f3382c55341e8d635e6
Arjen Poutsma
unknown
Improved StAX<->SAX bridge Improved the SAX to StAX (and vice-versa) bridge exposed via StaxUtils. The old integration had some issues with namespace declaration attributes, brought to light in a XMLUnit upgrade. Issue: SPR-11549
improved stax<->sax bridge
26
false
false
3
false
false
false
spring-projects
spring-framework
17,099
a2f1169e820c76df7f06f2b2b921b184b8775b45
Sam Brannen
Sam Brannen
Don't detect annotations on superclass in StAnMeta Changes introduced in conjunction with issue SPR-11475 altered the behavior of StandardAnnotationMetadata such that annotations could be detected on superclasses, specifically in the case where the AnnotatedElementUtils.getAllAnnotationAttributes() method is invoked t...
don't detect annotations on superclass in stanmeta
50
false
false
7
false
false
false
spring-projects
spring-framework
17,100
d970015d4df6127428db1cc98be9b3d399789e6a
Stephane Nicoll
Stephane Nicoll
Merge pull request #424 from md42/master * pull424: typo in pointcut expression
merge pull request #424 from md42/master
40
true
false
6
false
false
false
spring-projects
spring-framework
17,101
b0e7f72a27ea1e7fcbed3a33de781fd94ba7be66
md42
Stephane Nicoll
typo in pointcut expression
typo in pointcut expression
27
false
false
4
false
false
false
spring-projects
spring-framework
17,102
c1eb50ef489534939dc63d3bc5968368002e30c2
Stephane Nicoll
Stephane Nicoll
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,103
d67f0803c4bfb7b9c732ef366dbc1520bd8841fe
Sebastien Deleuze
Rossen Stoyanchev
Update WebSocket engines support documentation
update websocket engines support documentation
46
false
false
5
false
false
false
spring-projects
spring-framework
17,104
2c1d5efbb021d7eed196bad550bcd675d43035b9
Rossen Stoyanchev
Rossen Stoyanchev
Introduce base exception class for arg resolution Issue: SPR-11584
introduce base exception class for arg resolution
49
false
false
7
true
true
true
spring-projects
spring-framework
17,105
2aee0d82507b8a7ca63df8cdd6d6502526886dd3
Stephane Nicoll
Rossen Stoyanchev
Improve MessageMethodArgumentResolver This commit validates that the payload type of the message is assignable to the one declared in the method signature. If that is not the case, a meaningful exception message is thrown with the types mismatch. Prior to this commit, only the Message interface could be defined in th...
improve messagemethodargumentresolver
37
false
false
2
true
true
false
spring-projects
spring-framework
17,106
bbf101eef6b4692f2919ec0c2ed7249aa4c98564
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue in last commit
fix issue in last commit
24
false
false
5
false
true
false
spring-projects
spring-framework
17,107
a247d5f2e8812250677c4f32a576b8676a3b2968
Rossen Stoyanchev
Rossen Stoyanchev
Guard against exceptions from ApplicationListener Issue: SPR-11578
guard against exceptions from applicationlistener
49
false
false
5
false
false
false
spring-projects
spring-framework
17,108
8780464c644f5f93e4d0258e0098874598beafd5
Rossen Stoyanchev
Rossen Stoyanchev
Update test to catch CI server issue
update test to catch ci server issue
36
false
false
7
false
true
false
spring-projects
spring-framework
17,109
9280ca7749a10184d3f8f1878a9f36e405c3d740
Juergen Hoeller
Juergen Hoeller
Upgraded to ASM 5.0.1 Issue: SPR-11239
upgraded to asm 5.0.1
21
false
false
4
false
false
false
spring-projects
spring-framework
17,110
1c1e1145a2bb21d2f467594a3a7d8517a81e0c09
Rossen Stoyanchev
Rossen Stoyanchev
Allow configuring WebSocket message size in a session Issue: SPR-11575
allow configuring websocket message size in a session
53
false
false
8
false
false
false
spring-projects
spring-framework
17,111
5caf36ae9133c4f7ff852655d8aab7d6db2dbeb4
Rossen Stoyanchev
Rossen Stoyanchev
Update default pools size for SockJS scheduler This change updates the XML namespace to match a change already made to the Java config.
update default pools size for sockjs scheduler
46
false
false
7
false
false
false
spring-projects
spring-framework
17,112
13da7057e6bed74ce9383c19c1c811a01d612c4e
Rossen Stoyanchev
Rossen Stoyanchev
Add session lifecycle ApplicationEvent's Issue: SPR-11578
add session lifecycle applicationevent's
40
false
false
4
false
true
false
spring-projects
spring-framework
17,113
074590730bdcd32a49d525da1fccf0862cacad26
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,114
c11484b2e723e2a6ec18e2439ab90c76019ef306
Rossen Stoyanchev
Rossen Stoyanchev
Add WebSocket transport configuration support Issue: SPR-11527
add websocket transport configuration support
45
false
false
5
false
false
false
spring-projects
spring-framework
17,115
1e9960e1cecdfa4b68c01e6428b93eac8d619ac9
Rossen Stoyanchev
Rossen Stoyanchev
Add WebSocketTransportRegistration Issue: SPR-11527
add websockettransportregistration
34
false
false
2
true
true
false
spring-projects
spring-framework
17,116
545c4effb11d71aaf7ac07fe1433cd3ab7e0eb2a
Rossen Stoyanchev
Rossen Stoyanchev
Polish StompDecoder and the new Buffering sub-class Issue: SPR-11527
polish stompdecoder and the new buffering sub-class
51
false
false
7
false
false
false
spring-projects
spring-framework
17,117
bbdb72d8087449ffb8758ac40dfaab60e4bb7f47
Sebastien Deleuze
Rossen Stoyanchev
Add configuration for message buffer size limit BufferingStompDecoder message buffer size limit can now be configured with JavaConfig MessageBrokerRegistry.setMessageBufferSizeLimit() or with XML <websocket:message-brocker message-buffer-size="">. Issue: SPR-11527
add configuration for message buffer size limit
47
false
false
7
true
true
true
spring-projects
spring-framework
17,118
ebffd67b5e9522cb05158f9f9e1c32c1b560a485
Rossen Stoyanchev
Rossen Stoyanchev
Add BufferingStompDecoder Before this change the StompDecoder decoded and returned only the first Message in the ByteBuffer passed to it. So to obtain all messages from the buffer, one had to loop passing the same buffer in until no more complete STOMP frames could be decoded. This chage modifies StompDecoder to retu...
add bufferingstompdecoder
25
false
false
2
true
true
false
spring-projects
spring-framework
17,119
465ca24ab244a4ea437ea96d9f10a226679a6b05
Juergen Hoeller
Juergen Hoeller
DispatcherServlet logs request URI in encoded form only Issue: SPR-11591
dispatcherservlet logs request uri in encoded form only
55
false
false
8
false
false
false
spring-projects
spring-framework
17,120
53352882ca85cdd1062b0c4ae266d3d1070e2ecf
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,121
dd7f54c3c06ba4da673634d9dc3c456fb343cb67
Juergen Hoeller
Juergen Hoeller
Revised ResizableByteArrayOutputStream as an actual subclass of ByteArrayOutputStream, and consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase Issue: SPR-11594
revised resizablebytearrayoutputstream as an actual subclass of bytearrayoutputstream, and consistently applied appropriate bytearrayoutputstream initial capacities across the codebase
184
false
false
18
false
false
false
spring-projects
spring-framework
17,122
05213c684c5684dba3ffe49d1f2e3db3c44e476e
Rossen Stoyanchev
Rossen Stoyanchev
Give meaningful names to SprXxxTests in spring-test
give meaningful names to sprxxxtests in spring-test
51
false
false
7
true
true
false
spring-projects
spring-framework
17,123
9bda734e0a1bd571078bc2e7c7b41065a7d53fa3
Rossen Stoyanchev
Rossen Stoyanchev
Improve method order in MockMvcRequestBuilders
improve method order in mockmvcrequestbuilders
46
false
false
5
true
true
true
spring-projects
spring-framework
17,124
0b69a0ba4be77b63a0f7b12d25dd0c611b3911fb
Sebastien Deleuze
Rossen Stoyanchev
Add URI based MockHttpServletRequestBuilder constructors This commit adds new MockHttpServletRequestBuilder constructors with an URI parameter in addition to the URL template + URL variables existing ones. It gives more control on how the URL is built, allowing for example to use URL variables containing '/' characte...
add uri based mockhttpservletrequestbuilder constructors
56
false
false
5
false
false
false
spring-projects
spring-framework
17,125
c10eeb414ca647803da9513721551f54f54f8ea3
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,126
ea5911f6283898738f6898b4f155cff6057f0fb1
Juergen Hoeller
Juergen Hoeller
Upgraded to AspectJ 1.8.0 RC2
upgraded to aspectj 1.8.0 rc2
29
false
false
5
false
false
false
spring-projects
spring-framework
17,127
5ab04335439d436336e50756f0465c897d004970
Sam Brannen
Sam Brannen
Introduce Tiles version constants in Gradle build
introduce tiles version constants in gradle build
49
false
false
7
true
true
true
spring-projects
spring-framework
17,128
ae012ae6e2a9ce69b3ec3e79b98af3443b6e27ef
Brian Clozel
Brian Clozel
ShallowEtagHeaderFilter use specified contentlength Prior to this commit, the ShallowEtagHeaderFilter did not use the content length given by the content generator to set the ByteArrayOutputStream's buffer size. This can lead to performance issues for large content since the buffer grows as the content is being writte...
shallowetagheaderfilter use specified contentlength
51
false
false
4
false
false
false
spring-projects
spring-framework
17,129
4e24e079a8780df65b687b7c32663ba44869b33b
Juergen Hoeller
Juergen Hoeller
Upgraded to Tiles 3.0.3
upgraded to tiles 3.0.3
23
false
false
4
false
false
false
spring-projects
spring-framework
17,130
8b73c0affbeab0aaa76e8e1bfa4a50d68a2bb8fc
Juergen Hoeller
Juergen Hoeller
Added ASM-based tests for custom scoping annotations Issue: SPR-11574
added asm-based tests for custom scoping annotations
52
false
false
7
false
false
false
spring-projects
spring-framework
17,131
7399723165a3599018eec12edebf49e880f1816a
Juergen Hoeller
Juergen Hoeller
Introduced getFlashMapsMutex template method and optimized SessionFlashMapManager's locking SessionFlashMapManager also clears the session attribute now when the given FlashMap List is empty. Issue: SPR-11538
introduced getflashmapsmutex template method and optimized sessionflashmapmanager's locking
91
false
false
8
false
false
false
spring-projects
spring-framework
17,132
0af6e1bb1b25ac32beb0a629a0e825c82850da21
Juergen Hoeller
Juergen Hoeller
MVC handler method detection ignores scoped targets in favor of proxies Issue: SPR-11548
mvc handler method detection ignores scoped targets in favor of proxies
71
false
false
11
false
false
false
spring-projects
spring-framework
17,133
2f24bd24a818022fae1e9bba0bce6d0dc0d177f5
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #494 from rstoyanchev/doc-sockjs Expand SockJS documentation
merge pull request #494 from rstoyanchev/doc-sockjs
51
true
false
6
false
false
false
spring-projects
spring-framework
17,134
f25b7df5529e4aefe0f4af9830cfe587e0a8e51b
Rossen Stoyanchev
Rossen Stoyanchev
Document heartbeat support in SockJS
document heartbeat support in sockjs
36
false
false
5
false
false
false
spring-projects
spring-framework
17,135
b1a0b38d8faf661e5eb105f7ade713bab0104e3d
Rossen Stoyanchev
Rossen Stoyanchev
Document use of CORS headers in SockJS Service Issue: SPR-11437
document use of cors headers in sockjs service
46
false
false
8
false
false
false
spring-projects
spring-framework
17,136
15188a8eee31c0d42468bc11dd8d4e84901ff988
Rossen Stoyanchev
Rossen Stoyanchev
Document IE 8 and 9 related SockJS transport details Issue: SPR-11496, SPR-11525
document ie 8 and 9 related sockjs transport details
52
false
false
9
false
false
false
spring-projects
spring-framework
17,137
d30cb17c91e4e5eeda29e9c1836f734145ecc9b1
Rossen Stoyanchev
Rossen Stoyanchev
Polish SockJS documentation
polish sockjs documentation
27
false
false
3
false
false
false
spring-projects
spring-framework
17,138
7af74b24753a2692cbfdde24999b94e13e7fcb1f
Rossen Stoyanchev
Rossen Stoyanchev
Disable SockJS heartbeat if STOMP heartbeat is on
disable sockjs heartbeat if stomp heartbeat is on
49
false
false
8
false
true
false
spring-projects
spring-framework
17,139
2c6d6b524dc60e27511a242801563b7878d21f04
Rossen Stoyanchev
Rossen Stoyanchev
Adjust SockJS scheduler core pool size Issue: SPR-11556
adjust sockjs scheduler core pool size
38
false
false
6
false
false
false
spring-projects
spring-framework
17,140
7651f83b4c7333768368c034e22e93ba0c331e37
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
17,141
cbd5af3a0352e408bccac7763a9ea7f1e94fc516
Rossen Stoyanchev
Rossen Stoyanchev
Add CloseStatus to indicate unreliable session When a send timeout is detected, the WebSocket session is now closed with a custom close status that indicates so. This allows skipping parts of the close logic that may cause further hanging. Issue: SPR-11450
add closestatus to indicate unreliable session
46
false
false
6
true
true
true
spring-projects
spring-framework
17,142
4028a3b0bce0f2dd40cdbcf3314304974993eea3
Rossen Stoyanchev
Rossen Stoyanchev
Remove synchronized keywords from SockJsSession impls Before this change SockJsSession implementations of WebSocketSession used synchronization around its method implementations protecting internal state and ensuring only a single thread is sending messages at a time. A WebSocketSession is generally expected to be us...
remove synchronized keywords from sockjssession impls
53
false
false
6
true
true
false
spring-projects
spring-framework
17,143
ffac748f1c57c95d46acdb58f483a351906a694b
Rossen Stoyanchev
Rossen Stoyanchev
Improve ConcurrentWebSocketSessionDecorator Before this change the decorator ensured that for a specific WebSocket session only one thread at a time can send a message. Other threads attempting to send would have their messages buffered and each time that occurs, a check is also made to see if the buffer limit has bee...
improve concurrentwebsocketsessiondecorator
43
false
false
2
true
true
false
spring-projects
spring-framework
17,144
299be08268b8f93fd19c274b8937302fe86198ac
Rossen Stoyanchev
Rossen Stoyanchev
Remove synchronized block around WebSocketSession.send Since we now wrap the WebSocketSession with a concurrent decorator, the synchronized keyword around message sending needed to be removed. Issue: SPR-11586
remove synchronized block around websocketsession.send
54
false
false
5
true
true
false
spring-projects
spring-framework
17,145
796af90ba7a87198e01b8b15246db9ccfe30c20f
Sam Brannen
Sam Brannen
Polish ASM-based annotation processing - AnnotationAttributesReadingVisitor no longer processes annotations from the java.lang.annotation package. - Simplified logic in AnnotationReadingVisitorUtils getMergedAnnotationAttributes(). Issue: SPR-11574
polish asm-based annotation processing
38
false
false
4
false
false
false
spring-projects
spring-framework
17,146
90e3dbb0f5d3406e4b8136c50c3d2c9e9c96afc7
Juergen Hoeller
Juergen Hoeller
BufferedImageHttpMessageConverter ignores empty MIME types Issue: SPR-11581
bufferedimagehttpmessageconverter ignores empty mime types
58
false
false
5
false
false
false
spring-projects
spring-framework
17,147
3aff973d13f9b82d3de511faae667424c637fa38
Juergen Hoeller
Juergen Hoeller
Javadoc: @ComponentScan is subject to @Conditional as well Issue: SPR-11579
@componentscan is subject to @conditional as well
49
false
false
7
false
false
false
spring-projects
spring-framework
17,148
929e9ca401e6d619cfbfc6aff38bf05a3f40848d
Rossen Stoyanchev
Rossen Stoyanchev
Raise MessageConversionException in @Payload resolver If a payload is present but conversion returns null (meaning no converter knows how to convert), raise a MessageConversionException that provides information about the type we were trying to convert to and the message itself whose headers (namely content-type) cont...
raise messageconversionexception in @payload resolver
53
false
false
5
true
true
false
spring-projects
spring-framework
17,149
829d2046639c7c80265c0fc0b1f3dbcb71d7c1a1
Rossen Stoyanchev
Rossen Stoyanchev
MVC config doc updates
mvc config doc updates
22
false
false
4
false
false
false
spring-projects
spring-framework
17,150
7412d43acd74505d07796b9bf991f3945ba35eda
Sebastien Deleuze
Rossen Stoyanchev
Update documentation with MVC config view resolution examples Issue: SPR-11989
update documentation with mvc config view resolution examples
61
false
false
8
true
true
false
spring-projects
spring-framework
17,151
682e8fb3ad5e66ae42995b999bec062eb76247c3
Sam Brannen
Sam Brannen
Reduce code duplication in MergedSqlConfig
reduce code duplication in mergedsqlconfig
42
false
false
5
true
true
true
spring-projects
spring-framework
17,152
dd713c70aafa12b49588edeaa7f32ef18ed2068e
Stephane Nicoll
Stephane Nicoll
Fix typo
fix typo
8
false
false
2
false
true
false
spring-projects
spring-framework
17,153
90f8e4b71fada3e4353dfe5a23c1adfe7803e454
Rossen Stoyanchev
Rossen Stoyanchev
Add @Ignored temporarily to Jetty SockJS tests
add @ignored temporarily to jetty sockjs tests
46
false
false
7
false
false
false
spring-projects
spring-framework
17,154
29c6c9a3752c6c1022cf958fd0da64a0255f0a22
Rossen Stoyanchev
Rossen Stoyanchev
Add guidance on URI vars and suffix pattern matching Issue: SPR-11728
add guidance on uri vars and suffix pattern matching
52
false
false
9
true
true
false
spring-projects
spring-framework
17,155
27153b29826dd70a7abbcb95c571091f91e2cecf
Rossen Stoyanchev
Rossen Stoyanchev
Polish interceptor registration MVC config
polish interceptor registration mvc config
42
false
false
5
false
false
false
spring-projects
spring-framework
17,156