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
84c11a5cc742c024733a9279007f735e329e2665
Marten Deinum
Rossen Stoyanchev
Allow interceptors with excludePathPattern only Issue: SPR-11130
allow interceptors with excludepathpattern only
47
false
false
5
true
true
true
spring-projects
spring-framework
17,157
52f1be7ade665a0c6030cff630ce980827b4c304
Sebastien Deleuze
Rossen Stoyanchev
Add "-configurer" suffix to view configurer element names Issue: SPR-7093
add "-configurer" suffix to view configurer element names
57
false
false
8
false
false
false
spring-projects
spring-framework
17,158
1ad22b922f9e42a382c7d27a2843b9745d263a35
Rossen Stoyanchev
Rossen Stoyanchev
Enhance view controller MVC config This change adds support for configuring redirect view controllers and also status controllers to the MVC Java config and the MVC namespace. Issue: SPR-11543
enhance view controller mvc config
34
false
false
5
false
false
false
spring-projects
spring-framework
17,159
0bbb7704b517f0721ee1ac810b854fbc3f30697f
Rossen Stoyanchev
Rossen Stoyanchev
Add propagateQueryParams property to RedirectView This change makes it possible to configure RedirectView such that the query string of the current request is added to the target URL. This change is preparation for SPR-11543.
add propagatequeryparams property to redirectview
49
false
false
5
true
true
true
spring-projects
spring-framework
17,160
0e2c5ee96c8f538cf5661102a715e9051d75ade0
Rossen Stoyanchev
Rossen Stoyanchev
Enhance ParameterizableViewController This change two new capabilities to ParameterizableViewController: - configure a View instance (in addition to view name) - configure response status code The status code may be useful to send a 404 while also writing to the body using a view. The status code may also be used...
enhance parameterizableviewcontroller
37
false
false
2
false
true
false
spring-projects
spring-framework
17,161
dfcc1d7e8c8051004b6a8cd8329eed0f6c71efd2
Rossen Stoyanchev
Rossen Stoyanchev
Add default ViewResolver to MVC Java config Since the MVC Java config always registers a ViewResolver (composite) bean, at a very minimum we must add an InternalResourceViewResolver consistent with default DispatcherServlet configuration and by extension with the MVC namespace which falls back on DispatcherServlet imp...
add default viewresolver to mvc java config
43
false
false
7
true
true
true
spring-projects
spring-framework
17,162
7f7fd7d3110c664a255e5ddf52899205d64b68a5
Rossen Stoyanchev
Rossen Stoyanchev
Polish view controller MVC config
polish view controller mvc config
33
false
false
5
false
false
false
spring-projects
spring-framework
17,163
61ec8fd2368156bed7a58396304b7544818e5da2
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
17,164
2e75adb04c02b8904c59bd5820336104594ce3fb
Sam Brannen
Sam Brannen
Improve transaction management for @Sql scripts Prior to this commit, the support for SQL script execution via @Sql provided an algorithm for looking up a required PlatformTransactionManager to use to drive transactions. However, a transaction manager is not actually required for all testing scenarios. This commit im...
improve transaction management for @sql scripts
47
false
false
6
true
true
true
spring-projects
spring-framework
17,165
44e456915012c5857d70b16efc42296a31533821
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
17,166
59f39706dc4721b076b209bcd273baaa5f1335c4
Sebastien Deleuze
Rossen Stoyanchev
Fix default target destination when using "." as path separator Issue: SPR-11660
fix default target destination when using "." as path separator
63
false
false
10
true
false
false
spring-projects
spring-framework
17,167
e8d8c3390a0626308b770c5860c11704f5c52e06
Rossen Stoyanchev
Rossen Stoyanchev
Increase timeout in integration test
increase timeout in integration test
36
false
false
5
true
true
true
spring-projects
spring-framework
17,168
d23b0fec0c80232cb6c67ac07f01e3a35cccf6ff
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
17,169
80f4ea13c753507c8a201a9c72a634dd5c195286
Sebastien Deleuze
Rossen Stoyanchev
Add Groovy markup templating support to the MVC config Issue: SPR-11998
add groovy markup templating support to the mvc config
54
false
false
9
false
true
false
spring-projects
spring-framework
17,170
b18ed6b724b93a6a8ad936b4ed8ffad78bbddb92
Rossen Stoyanchev
Rossen Stoyanchev
Remove erroneously commited code
remove erroneously commited code
32
false
false
4
false
false
false
spring-projects
spring-framework
17,171
dfcb2a2875ada7dbafab497888f0bcc0983a91a6
Sam Brannen
Sam Brannen
Fix test broken by previous refactoring
fix test broken by previous refactoring
39
false
false
6
false
true
false
spring-projects
spring-framework
17,172
91c9bad12eed47c8eb6e55b91bf0bd57a4d46585
Sam Brannen
Sam Brannen
Rename test classes previously related only to ContextLoaderUtils
rename test classes previously related only to contextloaderutils
65
false
false
8
false
true
false
spring-projects
spring-framework
17,173
c2908399141381de5b9f79f29d5b90c822a7b7e3
Sam Brannen
Sam Brannen
Investigate claim on SO regarding ctx cache in TCF This commit introduces a test that investigates a claim made on Stack Overflow regarding context caching in the TestContext Framework (TCF).
investigate claim on so regarding ctx cache in tcf
50
false
false
9
true
true
true
spring-projects
spring-framework
17,174
48fea0bafaeca31abece17a9519de1b410842e73
Juergen Hoeller
Juergen Hoeller
ClassUtils.isCacheSafe defensively catches SecurityException (for Google App Engine compatibility) Issue: SPR-12002
classutils.iscachesafe defensively catches securityexception (for google app engine compatibility)
98
false
false
9
false
false
false
spring-projects
spring-framework
17,175
a53987ace14e0b3d7c50b0ea7f4822393f8da5be
Juergen Hoeller
Juergen Hoeller
Renamed JCacheEhCacheTest to JCacheEhCacheTests
renamed jcacheehcachetest to jcacheehcachetests
47
false
false
4
false
false
false
spring-projects
spring-framework
17,176
da5b0b97d3a4f425576fe216ef6b5d1e4465af84
Sam Brannen
Sam Brannen
Update Javadoc in SqlScriptsTestExecutionListener
update javadoc in sqlscriptstestexecutionlistener
49
false
false
4
true
true
true
spring-projects
spring-framework
17,177
5cb046da3db9f175a0ee099fd2f2111ea01f996d
Sam Brannen
Sam Brannen
Update Javadoc in SqlScriptsTestExecutionListener
update javadoc in sqlscriptstestexecutionlistener
49
false
false
4
true
true
true
spring-projects
spring-framework
17,178
a48851509735d85db4632a6eff2de2248299db40
Sam Brannen
Sam Brannen
Simplify logic in MergedSqlConfig
simplify logic in mergedsqlconfig
33
false
false
4
true
true
true
spring-projects
spring-framework
17,179
6d6f008faadba154f917efd1885edde290fd6098
Sam Brannen
Sam Brannen
Polish Javadoc for MergedSqlConfig
polish javadoc for mergedsqlconfig
34
false
false
4
false
false
false
spring-projects
spring-framework
17,180
c1a2f5efa4b9035aef1684440b60fae1b3d40ac6
Sam Brannen
Sam Brannen
Remove unnecessary warning suppression in ModelResultMatchers
remove unnecessary warning suppression in modelresultmatchers
61
false
false
6
false
true
false
spring-projects
spring-framework
17,181
fac0599aefa1b5f04101e391f661569c7ba7beb7
Stephane Nicoll
Stephane Nicoll
Add cache abstraction tests using JSR-107 This commit adds an extra test implementation that runs the cache abstraction tests using a JSR-107 cache manager. This further covers JCacheCacheManager. The actual JSR-107 implementation is ehcache-jcache that requires at least ehcache 2.8.3. Since the ehcache-core artifact...
add cache abstraction tests using jsr-107
41
false
false
6
true
true
true
spring-projects
spring-framework
17,182
35226695ebe004fca77cbe5844f113a5adeb0962
Stephane Nicoll
Stephane Nicoll
Rename default to testCache in Cache related tests This simply renames the default cache from "default" to "testCache" as this might be a reserved names for third party cache providers.
rename default to testcache in cache related tests
50
false
false
8
false
true
false
spring-projects
spring-framework
17,183
bbfc31b11f8e540e416148e06ae23dce6c2ae095
Sam Brannen
Sam Brannen
Merge from sbrannen/SPR-11896 * SPR-11896: Introduce @SqlConfig for common SQL script config
merge from sbrannen/spr-11896
29
true
false
3
false
false
false
spring-projects
spring-framework
17,184
628806e85b6b2ea412502af8d6eb11b60d7b5f0c
Sam Brannen
Sam Brannen
Introduce @SqlConfig for common SQL script config Prior to this commit, @Sql provided attributes for configuring the syntax of the referenced SQL scripts as well as exception handling and transaction behavior; however, such configuration could not be reused across @Sql declarations thus requiring developers to copy-an...
introduce @sqlconfig for common sql script config
49
false
false
7
true
true
true
spring-projects
spring-framework
17,185
4e25a14f6c24aa600bcbc60159ed3187bd5e26dd
Juergen Hoeller
Juergen Hoeller
Merge pull request #571 from sdeleuze/SPR-11820 Make ListenableFuture compliant with Java 8 lambda
merge pull request #571 from sdeleuze/spr-11820
47
true
false
6
true
false
false
spring-projects
spring-framework
17,186
86e8bdab6bbed12ff8d6f0c76aa19e990a716c85
Sebastien Deleuze
Sebastien Deleuze
Make ListenableFuture compliant with Java 8 lambda Make it possible to use a ListenableFuture with Java 8 lambda expressions, using a syntax like listenableFuture.addCallback(() -> ..., () -> ...); Issue: SPR-11820
make listenablefuture compliant with java 8 lambda
50
false
false
7
false
true
false
spring-projects
spring-framework
17,187
b1b7f8ab1fe349c4d59819ed204b0c3e2552f879
Juergen Hoeller
Juergen Hoeller
EhCacheFactoryBean uses reflection to call setStatisticsEnabled method (which allows for building against EhCache 2.7+) Issue: SPR-11262
ehcachefactorybean uses reflection to call setstatisticsenabled method (which allows for building against ehcache 2.7+)
119
false
false
14
false
false
false
spring-projects
spring-framework
17,188
980f971236eb496008a6f8f9c657180c0974d47b
Juergen Hoeller
Juergen Hoeller
SelectedValueComparator defensively handles null values in exhaustiveCompare Issue: SPR-12001
selectedvaluecomparator defensively handles null values in exhaustivecompare
76
false
false
7
false
false
false
spring-projects
spring-framework
17,189
bad74dc836c038b26276d21af8b4147fa66fcbc2
Juergen Hoeller
Juergen Hoeller
Revision of SpelCompiler support, resolving a subpackage cycle through moving CodeFlow and CompilablePropertyAccessor to the main spel package Also contains explicit ClassLoader management, passed through StandardBeanExpressionResolver and SpelParserConfiguration to SpelCompiler lookup. Issue: SPR-10943
revision of spelcompiler support, resolving a subpackage cycle through moving codeflow and compilablepropertyaccessor to the main spel package
142
false
false
18
false
false
false
spring-projects
spring-framework
17,190
8fb592712c1538411989f5b218dc06184617073b
Juergen Hoeller
Juergen Hoeller
Merge pull request #593 from poutsma/SPR-12000 StaxStreamXMLReader ignores significant whitespace
merge pull request #593 from poutsma/spr-12000
46
true
false
6
false
false
false
spring-projects
spring-framework
17,191
d6950d8adddf0862d419894173e427b8b8bd4bee
Arjen Poutsma
Arjen Poutsma
StaxStreamXMLReader ignores significant whitespace The StaxStreamXMLReader no longer handles all whitespace as ignorable whitespace. Issue: SPR-12000
staxstreamxmlreader ignores significant whitespace
50
false
false
4
false
false
false
spring-projects
spring-framework
17,192
89b202029a81b94c98cda439547e10205f317ac7
Rossen Stoyanchev
Rossen Stoyanchev
Fix failing test
fix failing test
16
false
false
3
true
true
true
spring-projects
spring-framework
17,193
c2b0fac852dd9f865699fb374ad78543767fec05
Rossen Stoyanchev
Rossen Stoyanchev
Add extension point to pre-configure a MockMvcBuilder Issue: SPR-11497
add extension point to pre-configure a mockmvcbuilder
53
false
false
7
true
true
false
spring-projects
spring-framework
17,194
d86e4cf2038ea67c51e0da4286034331225c16a6
Rossen Stoyanchev
Rossen Stoyanchev
Re-obtain port on every WebSocket integration test This change adds a WebSocketTestServer setup method that initializes the server and obtains a new port. In turn AbstractWebSocketIntegrationTests invokes the new method from its setup method thus ensuring a new port is used on every test.
re-obtain port on every websocket integration test
50
false
false
7
true
false
true
spring-projects
spring-framework
17,195
ea7ae8949e1b0411beddd74347e5c33123d8a91d
Rossen Stoyanchev
Rossen Stoyanchev
Use regex comparison in WebSocket stats test The output includes thread pool information which appears to not vary enough to cause failures locally but does so on the build server.
use regex comparison in websocket stats test
44
false
false
7
true
true
true
spring-projects
spring-framework
17,196
c18b6bf0b79702b36bcd8378136bf69a26b294a2
Juergen Hoeller
Juergen Hoeller
NestedIOException can use IOException constructor with cause argument on JDK 6+
nestedioexception can use ioexception constructor with cause argument on jdk 6+
79
false
false
11
false
false
false
spring-projects
spring-framework
17,197
bbf58008314bd42dd20c92602c1133287423dc7f
Juergen Hoeller
Juergen Hoeller
ConfigurationClassParser processes late-arriving DeferredImportSelectors as regular import selectors Also contains refined exception handling, treating regular class loading and ASM-based loading consistently in terms of exception wrapping, and always mentioning the current configuration class in all exception message...
configurationclassparser processes late-arriving deferredimportselectors as regular import selectors
100
false
false
8
false
false
false
spring-projects
spring-framework
17,198
10a4c2cd8140095777343262ba728e51a5f6c873
Rossen Stoyanchev
Rossen Stoyanchev
Remove FreeMarker/Velocity/TilesConfigurer MVC config After some further discussion: The MVC config simplifies ViewResolver configuration especially where content negotiation view resolution is involved. The configuration of the underlying view technology however is kept completely separate. In the case of the MVC n...
remove freemarker/velocity/tilesconfigurer mvc config
53
false
false
4
false
false
false
spring-projects
spring-framework
17,199
be4d73e92d287f5c4b27a03824c4079d6a1c03d7
Rossen Stoyanchev
Rossen Stoyanchev
Merge HandshakeInterceptor-related config updates
merge handshakeinterceptor-related config updates
49
true
false
4
false
false
false
spring-projects
spring-framework
17,200
4dd5c274a022518e66dc499e4e02f97cddc38152
Rossen Stoyanchev
Rossen Stoyanchev
Add missing HandshakeInterceptor for STOMP endpoints Issue: SPR-11845
add missing handshakeinterceptor for stomp endpoints
52
false
false
6
true
true
false
spring-projects
spring-framework
17,201
6d6cc0ecec9bdba48e81e337e15a07c1325e238b
Rossen Stoyanchev
Rossen Stoyanchev
Polish WebSocket Java config
polish websocket java config
28
false
false
4
false
false
false
spring-projects
spring-framework
17,202
85c175059a3cd51958103e37d948811fa16a47af
Rossen Stoyanchev
Rossen Stoyanchev
Add missing handshake-interceptor namespace support Issue: SPR-11845
add missing handshake-interceptor namespace support
51
false
false
5
false
false
false
spring-projects
spring-framework
17,203
61e77eeb61394e8e719e4e06216e55491743652e
Rossen Stoyanchev
Rossen Stoyanchev
Fix white spaces
fix white spaces
16
false
false
3
true
true
true
spring-projects
spring-framework
17,204
6557800f97170e4f27eb1ad95b469bea6090cdce
Rossen Stoyanchev
Rossen Stoyanchev
Polish WebSocket namespace
polish websocket namespace
26
false
false
3
false
false
false
spring-projects
spring-framework
17,205
2665d56209ed686518974a57d73e8a057404b2be
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,206
a4968b9015217ee8116bef7f77f5da4d776047fd
Juergen Hoeller
Juergen Hoeller
DefaultListableBeanFactory's registerBeanDefinition only calls resetBeanDefinition in case of pre-existing bean definition or pre-existing singleton instance Issue: SPR-8318
defaultlistablebeanfactory's registerbeandefinition only calls resetbeandefinition in case of pre-existing bean definition or pre-existing singleton instance
157
false
false
15
false
false
false
spring-projects
spring-framework
17,207
ab2526a5868deca9b483f4f90fe443c2370c6655
Rossen Stoyanchev
Rossen Stoyanchev
Update support for using "." as path separator Issue: SPR-11660
update support for using "." as path separator
46
false
false
8
true
true
true
spring-projects
spring-framework
17,208
928a466b5dd1d4edc272bf23d0d1abe8aeb6753c
Sebastien Deleuze
Rossen Stoyanchev
Allow to customize separator for messaging destinations In order to be able to use separators like "." (used by default by most broker relays) instead of "/" for destination patterns handling, the PathMatcher used in spring-messaging can now be customized easily thanks to XML websocket namespace or JavaConfig. AntPat...
allow to customize separator for messaging destinations
55
false
false
7
false
false
false
spring-projects
spring-framework
17,209
b676c41805bf787f2aede0e91c563ca3f919bc56
Stephane Nicoll
Stephane Nicoll
Add missing 4.1 XSDs This commit adds the missing 4.1 XSDs for the following components: * spring-aop * spring-context * spring-jee * spring-lang * spring-tx * spring-util These are strictly identical to the definition of the 4.0 XSDs. Issue: SPR-11990
add missing 4.1 xsds
20
false
false
4
false
false
false
spring-projects
spring-framework
17,210
29bdbceaa27c895795a8912ac4bfdc6b1bad3b75
Stephane Nicoll
Stephane Nicoll
Customize concurrency at listener level Prior to this commit, customizing the concurrency to use fo a given JMS listener involved to define it in a specific listener-container. As this is quite restrictive, users may stop using the XML namespace support altogether to fallback on regular abstract bean definition for th...
customize concurrency at listener level
39
false
false
5
false
true
false
spring-projects
spring-framework
17,211
5e1a5c8d5182e04acd35ebeb5dee098104439c1d
Rossen Stoyanchev
Rossen Stoyanchev
Update view-resolver namespace Issue: SPR-7093
update view-resolver namespace
30
false
false
3
false
false
false
spring-projects
spring-framework
17,212
f54cee47b06c041c5c976ce23fc2079d70fad404
Rossen Stoyanchev
Rossen Stoyanchev
Update ViewResolver registration classes Following the separation of FreeMarker/Velocity/TilesConfigurer-related configuration via separate interface, simplify and streamline the view registration helper classes which no longer have much difference (most are UrlBasedViewResolver's). Updates to Javadoc and tests. Iss...
update viewresolver registration classes
40
false
false
4
true
true
true
spring-projects
spring-framework
17,213
5bc793768cb3d5a584e10175fe73ea5baa8e372a
Rossen Stoyanchev
Rossen Stoyanchev
Introduce Freemarker/Velocity/TilesWebMvcConfigurer This change improves the support for auto-registration of FreeMarker, Velocity, and Tiles configuration. The configuration is now conditional not only based on the classpath but also based on whether a FreeMarkerConfigurer for example is already present in the confi...
introduce freemarker/velocity/tileswebmvcconfigurer
51
false
false
2
true
true
false
spring-projects
spring-framework
17,214
cc7e8f55583b91c29dc1375160d7f7d2403590ff
Sebastien Deleuze
Rossen Stoyanchev
Support Java and MVC namespace view resolution config This commit improves and completes the initial MVC namespace view resolution implementation. ContentNegotiatingViewResolver registration is now also supported. Java Config view resolution support has been added. FreeMarker, Velocity and Tiles view configurers are ...
support java and mvc namespace view resolution config
53
false
false
8
false
true
false
spring-projects
spring-framework
17,215
a26b1ef8d9e95ee636ccfb4cbc26b5afc8812f24
Sebastien Deleuze
Rossen Stoyanchev
Make Tiles 3 the default implementation in spring-webmvc Move spring-webmvc-tiles3 content to spring-webmvc, and create a spring-webmvc-tiles2 module with Tiles 2 support. Its allows View Resolution to configure Tiles 3 instead of Tiles 2. Issue: SPR-7093
make tiles 3 the default implementation in spring-webmvc
56
false
false
8
false
true
false
spring-projects
spring-framework
17,216
92402e7715fc1dfdf4cba8eb00e1fc787d434bcf
Siva Prasad Valluru
Rossen Stoyanchev
Add initial support for MVC namespace view resolution config <mvc:view-resolution /> now allows to configure easily view resolvers. Issue: SPR-7093
add initial support for mvc namespace view resolution config
60
false
false
9
true
true
false
spring-projects
spring-framework
17,217
b31888066148be78e1e60a4615dc5c09c4524076
Rossen Stoyanchev
Rossen Stoyanchev
Ensure StompEncoder never writes content-length twice Issue: SPR-11984
ensure stompencoder never writes content-length twice
53
false
false
6
false
false
false
spring-projects
spring-framework
17,218
85cdb9196e0b2e1cbd7454f7cde912e28a69f1e3
Lea Farmer
Rossen Stoyanchev
Added field error code matching to MockMvc This change adds a method within the ModelResultMatcher that will allow a user to assert whether the returned Model has an attribute with a field that has a specific error associated with it. Issue: SPR-11971
added field error code matching to mockmvc
42
false
false
7
false
false
false
spring-projects
spring-framework
17,219
2ba8fd7e590c044ff552ff22ef576d50f8454cab
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
17,220
2c77de10dd820c94e0ae48836991f6943d62a600
Brian Clozel
Brian Clozel
Fix X-Forwarded-* behavior in ServletUriComponentsBuilder When using ServletUriComponentsBuilder.fromRequest, this change makes sure that: * the default port is used when the "X-Forwarded-Host" header is set and no port is defined in that header value * to use the scheme defined in the "X-Forwarded-Proto" header if se...
fix x-forwarded-* behavior in servleturicomponentsbuilder
57
false
false
5
false
true
false
spring-projects
spring-framework
17,221
2f371e5aeb8ece6c6b3939f1ad8faba5539b38fd
Rossen Stoyanchev
Rossen Stoyanchev
Add ExecutorChannelInterceptor Issue: SPR-11968
add executorchannelinterceptor
30
false
false
2
true
true
false
spring-projects
spring-framework
17,222
f8e45472288f486c892e29f5aef246e6046ebd45
Rossen Stoyanchev
Rossen Stoyanchev
Fix test class name and protect debug log message
fix test class name and protect debug log message
49
false
false
9
false
false
false
spring-projects
spring-framework
17,223
670c216d3838807fef46cd28cc82165f9abaeb45
Rossen Stoyanchev
Rossen Stoyanchev
Change converter ordering in message broker config Issue: SPR-11961
change converter ordering in message broker config
50
false
false
7
true
true
true
spring-projects
spring-framework
17,224
2ebc92154571a496520b53a84442aac9388d8392
Rossen Stoyanchev
Rossen Stoyanchev
Add Lifecycle to SockJsClient and Transport types Issue: SPR-10797
add lifecycle to sockjsclient and transport types
49
false
false
7
true
true
true
spring-projects
spring-framework
17,225
d73c1d5693ba30cd47109f060fcb4497f407b961
Rossen Stoyanchev
Rossen Stoyanchev
Update WebSocket client SmartLifecycle support Before this change WebSocketConnectionManager delegated SmartLifecycle methods to the client instance it contained. After this change WebSocketClient implementations are expected to implement Lifecycle (rather than SmartLifecycle). The need for this is even more evident ...
update websocket client smartlifecycle support
46
false
false
5
false
true
false
spring-projects
spring-framework
17,226
6937eea48a359cb56873d292199ae09d43c65eec
Andy Clement
Andy Clement
Merge pull request #554 from aclement/SPR-10943 Add a compiler for SpEL
merge pull request #554 from aclement/spr-10943
47
true
false
6
false
false
false
spring-projects
spring-framework
17,227
2eeb2e92359381328789585233e54c9bbd41e6dc
Andy Clement
Andy Clement
Add a compiler for SpEL With these changes an optional compiler is added for SpEL expressions. The compiler is off by default but can be enabled via the SpEL parser configuration object or system property (when SpEL is embedded and parser configuration is not possible). Not all expressions are currently handled but th...
add a compiler for spel
23
false
false
5
true
true
true
spring-projects
spring-framework
17,228
e254b558f045630138524217982dfe4f576077c7
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,229
bf7dac5fc8d62d09405caaec576ab17ce6a2b829
Brian Clozel
Brian Clozel
Rename AppCacheResourceTransformer This change renames AppCacheResourceTransformer to AppCacheManifestTransfomer, in order to avoid confusion between this transformer and the CacheResourceTransformer (which caches transformations done by the chain to save CPU/memory at runtime). Issue: SPR-11964
rename appcacheresourcetransformer
34
false
false
2
false
true
false
spring-projects
spring-framework
17,230
f11815c960ea9cd0c89cd6c1b04997e48b7c829d
Brian Clozel
Brian Clozel
Add AppCacheResourceTransformer This change adds a new ResourceTransformer that helps handling resources within HTML5 AppCache manifests for HTML5 offline application. This transformer: * modifies links to match the public URL paths * appends a comment in the manifest, containing a Hash (e.g. "# Hash: 9de0f09ed7caf84...
add appcacheresourcetransformer
31
false
false
2
true
true
false
spring-projects
spring-framework
17,231
2bd6e24b653bd58ea025b87be041ca0b9d8312fb
Juergen Hoeller
Juergen Hoeller
MBeanExporter implements newly introduced SmartInitializingSingleton callback interface Issue: SPR-8045
mbeanexporter implements newly introduced smartinitializingsingleton callback interface
87
false
false
7
false
false
false
spring-projects
spring-framework
17,232
29f6f3d7e73aa3d055c48049a7198306f5a9f4ba
Juergen Hoeller
Juergen Hoeller
Test ASM5's bytecode parsing of INVOKESPECIAL/STATIC on interfaces Issue: SPR-11979
test asm5's bytecode parsing of invokespecial/static on interfaces
66
false
false
8
false
false
false
spring-projects
spring-framework
17,233
eaad0a0f5276652946c41cfc1749479ac820e042
Rossen Stoyanchev
Rossen Stoyanchev
Add after completion callbacks to ChannelInterceptor Issue: SPR-11966
add after completion callbacks to channelinterceptor
52
false
false
6
false
false
false
spring-projects
spring-framework
17,234
6f062581a606658bfd31341cdc3da879474c6557
Juergen Hoeller
Juergen Hoeller
Removed unused import (which indicated a package cycle)
removed unused import (which indicated a package cycle)
55
false
false
8
false
false
false
spring-projects
spring-framework
17,235
0d4ff1adbf4e32fe3230df233c37059b481bc58c
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,236
fa4f51c5d0f3e74ece578aeaa2a8a15a57b7df0a
Juergen Hoeller
Juergen Hoeller
Subpackage rearrangements within 4.1's jms-messaging alignment Issue: SPR-10873
subpackage rearrangements within 4.1's jms-messaging alignment
62
false
false
6
false
false
false
spring-projects
spring-framework
17,237
1fadd1c954510e924dab1c0a6c34330091672519
Juergen Hoeller
Juergen Hoeller
BackOff abstraction lives in util.backoff subpackage now Issue: SPR-11746
backoff abstraction lives in util.backoff subpackage now
56
false
false
7
false
false
false
spring-projects
spring-framework
17,238
bf9ccc813816f713ad29e8f18c351ccf8e432bf3
Juergen Hoeller
Juergen Hoeller
ExceptionTypeFilter and InstanceFilter live in util package itself now Issue: SPR-9616
exceptiontypefilter and instancefilter live in util package itself now
70
false
false
9
false
false
false
spring-projects
spring-framework
17,239
3c726aa6c17f7fb8b772aa710ea2a5b3f4d268e0
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,240
777085bbfc47834b86c5edaea4c9bb479d77dd7c
Juergen Hoeller
Juergen Hoeller
MappingJackson2JsonView/MessageConverter calls non-deprecated Jackson 2.1+ createGenerator API Also removing workaround for https://github.com/FasterXML/jackson-databind/issues/12 (fixed in 2.1+) Issue: SPR-11262
mappingjackson2jsonview/messageconverter calls non-deprecated jackson 2.1+ creategenerator api
94
false
false
7
false
false
false
spring-projects
spring-framework
17,241
a6a86b80257e17ddc84996a5d336a95c6af1a8d3
Juergen Hoeller
Juergen Hoeller
DefaultBeanDefinitionDocumentReader evaluates profile attribute only in beans namespace Issue: SPR-11975
defaultbeandefinitiondocumentreader evaluates profile attribute only in beans namespace
87
false
false
8
false
false
false
spring-projects
spring-framework
17,242
fa33ed4b4be277576270bee68bb512a586e8ee83
Rossen Stoyanchev
Rossen Stoyanchev
Support <ref> for arg resolvers return value handlers Issue: SPR-11927
support <ref> for arg resolvers return value handlers
53
false
false
8
false
false
false
spring-projects
spring-framework
17,243
0d5c5a3d3325f4f65caa54993e58b2e9d18c8a49
Rossen Stoyanchev
Rossen Stoyanchev
Fix white space issue
fix white space issue
21
false
false
4
false
true
false
spring-projects
spring-framework
17,244
19760f9eb9e2fb3a77f7633df4650b2955931b1b
Agim Emruli
Rossen Stoyanchev
Add support to reference external HandlerMethodArgumentResolver beans which might contain already configured instances (e.g. through a 3rd-party namespace handler). Users can not mix and match between "inner bean" argument resolver and "external bean" argument resolver. This commit only focuses only on argument-resol...
add support to reference external handlermethodargumentresolver beans which might contain already configured instances (e.g. through a 3rd-party namespace handler)
163
false
false
19
true
true
false
spring-projects
spring-framework
17,245
a4484bb767805ec9397302f1738d33123fb35dfb
Brian Clozel
Brian Clozel
Fix UriComponentsBuilder.fromUriString parsing error This commit fixes cases where part of the URI was mistaken for the userinfo when: * the URI did not contain any path * the query string contained the "@" Issue: SPR-11964
fix uricomponentsbuilder.fromuristring parsing error
52
false
false
4
false
true
false
spring-projects
spring-framework
17,246
bc62d63fdd37a97ed156e9e799c29e33e75f2c68
Rossen Stoyanchev
Rossen Stoyanchev
Fix left-over merge issue from previous commit
fix left-over merge issue from previous commit
46
false
false
7
false
false
false
spring-projects
spring-framework
17,247
48236be4a261377ec95806933414e66a6ec5fc96
Rossen Stoyanchev
Rossen Stoyanchev
STOMP and WebSocket messaging related logging updates This change removes most logging at INFO level and also ensures the amount of information logged at DEBUG level is useful, brief, and not duplicated. Also added is custom logging for STOMP frames to ensure very readable and consise output. Issue: SPR-11934
stomp and websocket messaging related logging updates
53
false
false
7
false
false
false
spring-projects
spring-framework
17,248
ab4864da2a136fbdcdb9af9b4e043ae769652b06
Rossen Stoyanchev
Rossen Stoyanchev
Add STOMP/WebSocket stats collection This change adds collection of stats in key infrastructure components of the WebSocket message broker config setup and exposes the gathered information for logging and viewing (e.g. via JMX). WebSocketMessageBrokerStats is a single class that assembles all gathered information and...
add stomp/websocket stats collection
36
false
false
4
false
false
false
spring-projects
spring-framework
17,249
b78b2e9a03f5a6b7924dda0f8d709a5a9b23e24c
Stephane Nicoll
Stephane Nicoll
Fix priority semantic Commit 5fe8f52 introduced a support for @Priority as an alternative to @Primary but it broke the semantic of the priority value. This commit fixes this inconsistency. As for @Order, the lowest value means the highest priority so if several beans are candidates for injection, the one having the l...
fix priority semantic
21
false
false
3
true
true
true
spring-projects
spring-framework
17,250
ea16ce0aa0c1474dc0c9fc0b997182299c41bcf9
Phillip Webb
Phillip Webb
Disable `processing` javac warnings Set `-Xlint:-processing` to disable annotation processing warnings. Required when building on JDK 1.8.0_20-b05 due to JDK-8039469. Issue: SPR-11973
disable `processing` javac warnings
35
false
false
4
false
true
false
spring-projects
spring-framework
17,251
01264dc673f4c28d41b169dfad4adf989e3ec82a
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,252
111537418855fd2742332e8cee78bcf415bcd1bf
Juergen Hoeller
Juergen Hoeller
MBeanExporter should not implement SmartLifecycle but rather receive a ContextRefreshedEvent-like callback This commit removes the immediate package dependency cycle between the context and jmx packages. A specific callback arrangement will follow in time for 4.1 RC1; at this point, it's temporarily back to registrati...
mbeanexporter should not implement smartlifecycle but rather receive a contextrefreshedevent-like callback
106
false
false
11
false
false
false
spring-projects
spring-framework
17,253
b559f15a0086915c1b2335918eaeccd8b7a674fa
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,254
387da221c3a97823810a4cfdea8cf03028231909
Juergen Hoeller
Juergen Hoeller
Polishing Issue: SPR-11963
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
17,255
6bcb48f95d537eb3cd1854fe19b1f38d22adcd6d
Brian Clozel
Brian Clozel
Polish SPR-11963
polish spr-11963
16
false
false
2
false
false
false
spring-projects
spring-framework
17,256