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
3c6c56fe0de9f31bf5f31e8f414f294fd03624dd
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue with obtaining WebSocketContainer
fix issue with obtaining websocketcontainer
43
false
false
5
true
true
true
spring-projects
spring-framework
18,357
3f9da6f4809431a323a627c719cc28987fb6945e
Rossen Stoyanchev
Rossen Stoyanchev
Add generic parameters to MessageHandler impls
add generic parameters to messagehandler impls
46
false
false
6
true
true
true
spring-projects
spring-framework
18,358
f6398e14d0eb53c6469310e3a7d2e91de75e4baf
Andy Wilkinson
Rossen Stoyanchev
Received message's destination is default for resp When an annotated handler returns a Message from a @SubscribeEvent or @MessageMapping method and it contains no destination in its headers, use the received message's destination as the response message's destination.
received message's destination is default for resp
50
false
false
7
false
false
false
spring-projects
spring-framework
18,359
7bb3b824c36cb9ca038e81719e60392cf6496a35
Andy Wilkinson
Rossen Stoyanchev
Genericize PubSubChannelRegistry Without generics, extending AbstractPubSubChannelRegistry and using a custom Message type requires some unpleasant casting and suppression of warnings. By genericizing PubSubChannelRegistry and AbstractPubSubChannelRegistry these problems can be avoided.
genericize pubsubchannelregistry
32
false
false
2
true
false
false
spring-projects
spring-framework
18,360
426875b4f65a8586ef3b9108e3d88585e9e298e3
Rossen Stoyanchev
Rossen Stoyanchev
Refactor StompRelayPubSubMessageHandler
refactor stomprelaypubsubmessagehandler
39
false
false
2
false
false
false
spring-projects
spring-framework
18,361
d5a5a4894fe0f04caa0d934e9fffa2b44181903a
Sam Brannen
Sam Brannen
Add header name to ex. msg in HeaderResultMatchers Prior to this commit, the longValue() in HeaderResultMatchers added the expected response header name to generated assertion failure messages; however, both string() methods did not. This made it more difficult to analyze the cause of failed tests. Furthermore, while...
add header name to ex. msg in headerresultmatchers
50
false
false
8
true
true
true
spring-projects
spring-framework
18,362
3dabe215634d470d9a2a74ba0ac9edbca51a6e15
Rossen Stoyanchev
Rossen Stoyanchev
Remove PubSubChannelRegistryBuilder
remove pubsubchannelregistrybuilder
35
false
false
2
true
true
false
spring-projects
spring-framework
18,363
8ad36ef8125f68eb320f21db0c53921062bfa8bf
Sam Brannen
Sam Brannen
Delete remaining JUnit 3.8 tests in spring-test This commit deletes the remaining JUnit 3.8 tests in the spring-test module that were still subclassing deprecated class hierarchies. Issue: SPR-10499
delete remaining junit 3.8 tests in spring-test
47
false
false
7
false
true
false
spring-projects
spring-framework
18,364
d25611dd40d6f17c70e67c1052c6629054c4e49a
Sam Brannen
Sam Brannen
Move MockMultHtServReqTests to correct package This commit relocates MockMultipartHttpServletRequestTests to the appropriate package.
move mockmulthtservreqtests to correct package
46
false
false
5
true
true
true
spring-projects
spring-framework
18,365
c06157acd391e62351017d589b6d2520d95c775c
Sam Brannen
Sam Brannen
@Ignore empty test methods in RootWacEarTests hierarchy
@ignore empty test methods in rootwaceartests hierarchy
55
false
false
7
false
true
false
spring-projects
spring-framework
18,366
432f899b29609038be1a4cb8eaad06113cd08750
Sam Brannen
Sam Brannen
Reduce complexity in ContextLoaderUtilsTests This commit refactors ContextLoaderUtilsTests into AbstractContextLoaderUtilsTests and several specialized subclasses in order to reduce to the growing complexity of ContextLoaderUtilsTests.
reduce complexity in contextloaderutilstests
44
false
false
4
true
true
true
spring-projects
spring-framework
18,367
d12662021608356a511cf7eb713ed369ac30a5c4
Sam Brannen
Sam Brannen
Remove superfluous not-null check in ContextLoaderUtils
remove superfluous not-null check in contextloaderutils
55
false
false
6
false
false
false
spring-projects
spring-framework
18,368
4542f362eb221d46135ea49b156335a886af1fe7
Sam Brannen
Sam Brannen
Merge from sbrannen/SPR-10338 * SPR-10338: Introduce ActiveProfilesResolver in the TCF
merge from sbrannen/spr-10338
29
true
false
3
false
false
false
spring-projects
spring-framework
18,369
044f51283b92609e0a17c90adcaf0dc57201477c
Sam Brannen
Sam Brannen
Introduce ActiveProfilesResolver in the TCF Prior to this commit, the active bean definition profiles to use when loading an ApplicationContext for tests could only be configured declaratively (i.e., via hard-coded values supplied to the 'value' or 'profiles' attribute of @ActiveProfiles). This commit makes it possib...
introduce activeprofilesresolver in the tcf
43
false
false
5
true
true
true
spring-projects
spring-framework
18,370
d4dcf4e4ec8afb23fa115d832bba975bcb02b7d0
Sam Brannen
Sam Brannen
Merge from sbrannen/SPR-8032 * SPR-8032: Introduce TCP & UDP server port scanning utility
merge from sbrannen/spr-8032
28
true
false
3
false
false
false
spring-projects
spring-framework
18,371
f311bf3daf2fb359e96e213420c55a39f1c71d4a
Sam Brannen
Sam Brannen
Introduce TCP & UDP server port scanning utility Prior to this commit the Spring Framework did not provide a public means for scanning for available server ports. However, the Spring Framework internally used a FreePortScanner in integration tests within its own test suite. Furthermore, Spring Integration 2.2 provides...
introduce tcp & udp server port scanning utility
48
false
false
8
true
false
true
spring-projects
spring-framework
18,372
6f4cc4f1707bb5cdbd9cff93ada1a6699d7fc3ff
Rossen Stoyanchev
Rossen Stoyanchev
Polish PubSubChannelRegistryBuilder
polish pubsubchannelregistrybuilder
35
false
false
2
false
false
false
spring-projects
spring-framework
18,373
4f7d77f63147d9cce4392208a61a2601702557b0
Rossen Stoyanchev
Rossen Stoyanchev
Add PubSubChannelRegistry and associated builder
add pubsubchannelregistry and associated builder
48
false
false
5
false
true
false
spring-projects
spring-framework
18,374
c5b1f02c3af9a70bcfd9088482378bd930bc043a
Rossen Stoyanchev
Rossen Stoyanchev
Add MessageBuilder
add messagebuilder
18
false
false
2
true
true
false
spring-projects
spring-framework
18,375
e12311e364d269174410bfc7fead4f988ff163e1
Sam Brannen
Sam Brannen
Polish Javadoc
polish javadoc
14
false
false
2
false
false
false
spring-projects
spring-framework
18,376
3022f5e34fed329998589b719f3fd545c271a9db
Andy Wilkinson
Andy Wilkinson
Make Message type pluggable To improve compatibility between Spring's messaging classes and Spring Integration, the type of Message that is created has been made pluggable through the introduction of a factory abstraction; MessageFactory. By default a MessageFactory is provided that will create org.springframework.me...
make message type pluggable
27
false
false
4
false
true
false
spring-projects
spring-framework
18,377
641aaf4b6ac3c810b2ed515293e9561bdd5609ab
Rossen Stoyanchev
Rossen Stoyanchev
Use tcp-reactor in StompRelayMessageHandler
use tcp-reactor in stomprelaymessagehandler
43
false
false
4
true
true
true
spring-projects
spring-framework
18,378
78d1063e37874b7ef0ed70d14f503aa3ab75ade6
Rossen Stoyanchev
Rossen Stoyanchev
Replace use of PubSub header name literals
replace use of pubsub header name literals
42
false
false
7
true
true
true
spring-projects
spring-framework
18,379
d136d06eda586ea7a80f8495397987959f0bb702
Rossen Stoyanchev
Rossen Stoyanchev
Add method to create MessageHeaders in Message
add method to create messageheaders in message
46
false
false
7
true
true
true
spring-projects
spring-framework
18,380
bfba9115a6594b1f773bc97dcc682763a3926752
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #1 from wilkinsona/assert-import Correct the Assert imports
merge pull request #1 from wilkinsona/assert-import
51
true
false
6
false
false
false
spring-projects
spring-framework
18,381
8cea9ca96213aaa1c35bd755cb82b6265cda79ad
Andy Wilkinson
Andy Wilkinson
Correct the Assert imports Import org.springframework.util.Assert rather than reactor.util.Assert
correct the assert imports
26
false
false
4
true
true
true
spring-projects
spring-framework
18,382
3712f73f387eedc54fc88c78a89de4d7916b9c69
Rossen Stoyanchev
Rossen Stoyanchev
Remove EventBus
remove eventbus
15
false
false
2
true
true
false
spring-projects
spring-framework
18,383
3e0aac08dc137748aa2ac2637aac029edaffab08
Rossen Stoyanchev
Rossen Stoyanchev
Add SubscribableChannel and ReactorMessageChannel
add subscribablechannel and reactormessagechannel
49
false
false
4
true
true
true
spring-projects
spring-framework
18,384
a1cfa3832e8319e04f797db6a7d5c48d67b2e194
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
18,385
b78dcc59fe0a2f9937c65df1134cc87e0350cb9b
Phillip Webb
Phillip Webb
Make ConfClassPostPro Ordered.HIGHEST_PRECEDENCE Make ConfigurationClassPostProcessor Ordered.HIGHEST_PRECEDENCE in case several BeanDefinitionRegistryPostProcessors are registered. Issue: SPR-10645
make confclasspostpro ordered.highest_precedence
48
false
false
3
true
true
true
spring-projects
spring-framework
18,386
2e2e9b8dd0ecb113c86ec3a5d0cf87d4f6f72fd6
Phillip Webb
Phillip Webb
Improve support for @Conditional on @Configuration Introduce new ConfigurationCondition interface allowing more fine-grained control for @Conditional when used with @Configuration beans. Primarily added so that the evaluation of conditions that inspect bean definitions can be deferred until all @Configuration classes...
improve support for @conditional on @configuration
50
false
false
6
true
true
true
spring-projects
spring-framework
18,387
c420f37137725e144c6aae9b1bd176ee3117890c
Rossen Stoyanchev
Rossen Stoyanchev
Fix setting of message-id STOMP header
fix setting of message-id stomp header
38
false
false
6
false
true
false
spring-projects
spring-framework
18,388
82dfd781d06469b9515deec44795213e85c44c6b
Rossen Stoyanchev
Rossen Stoyanchev
Consolidate STOMP WebSocketHandler class hierarchy
consolidate stomp websockethandler class hierarchy
50
false
false
5
false
false
false
spring-projects
spring-framework
18,389
ad41f095a163fd262e9d6db36c02449662b14d70
Rossen Stoyanchev
Rossen Stoyanchev
Refactor STOMP and PubSub header message support
refactor stomp and pubsub header message support
48
false
false
7
false
false
false
spring-projects
spring-framework
18,390
e7dde941b7d9af04bb4a8dd5d68e9ccf4ad92b6e
Rossen Stoyanchev
Rossen Stoyanchev
Update STOMP MESSAGE frames with messageId
update stomp message frames with messageid
42
false
false
6
true
true
true
spring-projects
spring-framework
18,391
d26b9d60e5b8fdae01936870b1b68d4e2039aa52
Rossen Stoyanchev
Rossen Stoyanchev
Refactor approach to working with STOMP headers
refactor approach to working with stomp headers
47
false
false
7
false
false
false
spring-projects
spring-framework
18,392
547167e8b440feea5a71cd31df28224b171cf9d3
Rossen Stoyanchev
Rossen Stoyanchev
Remove remaining Reactor event wrapping
remove remaining reactor event wrapping
39
false
false
5
true
true
true
spring-projects
spring-framework
18,393
e10e16cd6b2a2342a6b7d169878117046b6c5e16
Phillip Webb
Phillip Webb
Support fall-back to ASM parsing @Configuration Update ConfigurationClassParser to fall-back to ASM parsing if standard annotation processing fails. This change allows @Conditional annotations that refer to missing classes to work. This commit also introduces a new inner SourceClass object that encapsulates the condi...
support fall-back to asm parsing @configuration
47
false
false
6
false
false
false
spring-projects
spring-framework
18,394
84c55f90db9e43621e9e73d702b678d36c207480
Rossen Stoyanchev
Rossen Stoyanchev
Make MessageHeaders non-final
make messageheaders non-final
29
false
false
3
false
true
false
spring-projects
spring-framework
18,395
de899820c9a72741205e3a9e458e2620fa84e481
Rossen Stoyanchev
Rossen Stoyanchev
Add Message, MessageChannel and refactor stomp support
add message, messagechannel and refactor stomp support
54
false
false
7
true
true
false
spring-projects
spring-framework
18,396
51d828816d3a50004863964d8b9c92b2a32fdc33
Sam Brannen
Sam Brannen
Throw ISEs in MockHttpSession for invalid session The Javadoc for several methods in HttpSession specifies that an IllegalStateException must be thrown if the method is called on an invalidated session; however, Spring's MockHttpSession did not implement this behavior consistently prior to this commit. This commit th...
throw ises in mockhttpsession for invalid session
49
false
false
7
true
true
true
spring-projects
spring-framework
18,397
ec5d81e78e79db685788c233507560f05645e92d
Sam Brannen
Sam Brannen
Ensure method & requestURI are non-null in MHSR Prior to this commit it was possible for the method and requestURI fields in MockHttpServletRequest to be set to null. This commit ensures that the method and requestURI fields are internally stored as empty strings if the user sets them to a null value. Issue: SPR-106...
ensure method & requesturi are non-null in mhsr
47
false
false
8
false
false
false
spring-projects
spring-framework
18,398
86591e5e5aeb7eead1798069d8b6f9c1790f4b9d
Sam Brannen
Sam Brannen
Support implicit ports in MHSR.getRequestURL() Prior to this commit, MockHttpServletRequest.getRequestURL() always included the server port number in the reconstructed request URL, even for implicit ports (i.e., 80 and 443) and negative ports. MockHttpServletRequest.getRequestURL() now omits the port number when reco...
support implicit ports in mhsr.getrequesturl()
46
false
false
5
true
true
true
spring-projects
spring-framework
18,399
97d152547dc91fecddbacc38e4e44fadb936e003
Sam Brannen
Sam Brannen
Reformatted GenericTypeResolverTests
reformatted generictyperesolvertests
36
false
false
2
false
false
false
spring-projects
spring-framework
18,400
b305f0005b2836faf49da234015cc1f9f83ffb85
Sam Brannen
Sam Brannen
Add test to assess claims in SPR-10411 This commit verifies that the return type of a parameterized instance factory method is properly resolved. Issue: SPR-10411
add test to assess claims in spr-10411
38
false
false
7
true
true
true
spring-projects
spring-framework
18,401
b3a693e356302222e1844efa92fa7cb4f450bca7
Sam Brannen
Sam Brannen
Add test to assess claim in SPR-10330 This commit verifies that JdbcTestUtils.readScript() properly handles SQL comments prefixed by tab characters. Issue: SPR-10330
add test to assess claim in spr-10330
37
false
false
7
true
true
true
spring-projects
spring-framework
18,402
bc9e4ab106400f391e301ef35b2652973c2d6c6d
Sam Brannen
Sam Brannen
Polish method names in JdbcTestUtilsTests
polish method names in jdbctestutilstests
41
false
false
5
false
false
false
spring-projects
spring-framework
18,403
34e8ee94c4f8624e86815ecf4e651d360c0e54f3
Sam Brannen
Sam Brannen
Add deleteFromTableWhere() to base classes in TCF This commit introduces a deleteFromTableWhere() convenience method in AbstractTransactionalJUnit4SpringContextTests and AbstractTransactionalTestNGSpringContextTests that delegates to the recently introduced method of the same name in JdbcTestUtils. Issue: SPR-10639
add deletefromtablewhere() to base classes in tcf
49
false
false
7
false
true
false
spring-projects
spring-framework
18,404
96da40605764ba4183ffa66f190098acd5faa477
Sam Brannen
Sam Brannen
Upgrade to TestNG 6.8.5 Issue: SPR-10638
upgrade to testng 6.8.5
23
false
false
4
false
false
false
spring-projects
spring-framework
18,405
96e1fbc3bbe0420b4502f5697e8bd95ce5609a30
Sam Brannen
Sam Brannen
Polish @Conditional Javadoc and tests
polish @conditional javadoc and tests
37
false
false
5
false
false
false
spring-projects
spring-framework
18,406
239ce1466ce118294f5c7b8e842a80815fd813de
Phillip Webb
Phillip Webb
Update @Conditional processing logic Defer @Conditional processing on @Configuration classes until the bean definitions are loaded, rather than when the @Configuration class is parsed. This provides better support for @Conditional implementations that inspect bean definitions. This commit also fixes some minor proble...
update @conditional processing logic
36
false
false
4
true
true
true
spring-projects
spring-framework
18,407
2ecc51f06661fdf4846cad07a313bcb26dfa4b59
Phillip Webb
Phillip Webb
Do not consider all @Components as configuration Update ConfigurationClassUtils to only consider beans with @Bean methods as 'lite' configuration candidates. Prior to this commit all @Component beans were considered 'lite' configuration candidates which could result in a large number of ConfigurationClass instance be...
do not consider all @components as configuration
48
false
false
7
false
false
false
spring-projects
spring-framework
18,408
a8fd832818af60140ac3e4660d1a26bd3944ab8b
Phillip Webb
Phillip Webb
Support meta @Component with non-string value Update AnnotationBeanNameGenerator to only use the value attribute of a @Component meta-annotated annotation when it is a String. Issue: SPR-10580
support meta @component with non-string value
45
false
false
6
true
true
true
spring-projects
spring-framework
18,409
977c8c71378ec176fd5723b2c5547b79ee462b3c
Sam Brannen
Sam Brannen
Polish Javadoc for ResolvableType
polish javadoc for resolvabletype
33
false
false
4
false
false
false
spring-projects
spring-framework
18,410
5de51980053445a29f84e78897ceb454a56c9931
Brian Clozel
Brian Clozel
Allow greater flexibility for template method createDataBinderFactory Prior to this commit, the template method createDataBinderFactory would only allow ServletRequestDataBinderFactory as a return type. This commit updates the method signature and allows InitBinderDataBinderFactory, a superclass of the previous one. ...
allow greater flexibility for template method createdatabinderfactory
69
false
false
7
true
true
false
spring-projects
spring-framework
18,411
8ae88c20d1e8808d852e37908da2a5fc6b5e077a
Rossen Stoyanchev
Rossen Stoyanchev
Add support for resolving message headers This change adds support for @Header and @Headers annotated method arguments to spring-messaging. Also supported are arguments of type MessageHeaders, and MessageHeaderAccessor (including sub-types of MessageHeaderAccessort as long as they provide a wrap(Message<?>) static fac...
add support for resolving message headers
41
false
false
6
true
true
true
spring-projects
spring-framework
18,412
ca9df4d2ef47691953d128d556b978e1cbb334db
Phillip Webb
Phillip Webb
Return rather than throw converted http exception Fix HttpInvokerClientInterceptor.convertHttpInvokerAccessException to return the translated exception rather than throwing it. This brings the method implementation in line with the Java Doc and the obvious original intent. Issue: SPR-10965
return rather than throw converted http exception
49
false
false
7
false
false
false
spring-projects
spring-framework
18,413
2c6282055c55a382ccee3c05068d7096541f278b
Phillip Webb
Phillip Webb
Merge pull request #315 from garyrussell/SPR-10501 * SPR-10501: Add Reference to Spring AMQP Remoting in docs
merge pull request #315 from garyrussell/spr-10501
50
true
false
6
false
false
false
spring-projects
spring-framework
18,414
0e7769b5bb92ef62f7abb36954e0434b58d9334b
Gary Russell
Phillip Webb
Add Reference to Spring AMQP Remoting in docs Beginning with 1.2.0, Spring AMQP now supports remoting over AMQP with a proxy factory bean an invoker service exporter. Add documentation to the Spring Framework remoting section with a link to the Spring AMQP documentation. Issue: SPR-10501
add reference to spring amqp remoting in docs
45
false
false
8
true
true
true
spring-projects
spring-framework
18,415
823dbdf232dbd5d88391f88c6e390ce51a3852aa
Phillip Webb
Phillip Webb
Merge pull request #379 from Xaerxess/fix-doc-cache * fix-doc-cache: Fix Cache documentation
merge pull request #379 from xaerxess/fix-doc-cache
51
true
false
6
true
false
false
spring-projects
spring-framework
18,416
03daf593b264a009632ccb94efd29ce540f78388
Grzegorz Rożniecki
Phillip Webb
Fix Cache documentation Fixed malformed code snippets, formatted whitespace and changed invalid external link.
fix cache documentation
23
false
false
3
true
true
true
spring-projects
spring-framework
18,417
7d3b6497b5e95eaa212cf2dd985d6a7e686e2940
Rossen Stoyanchev
Rossen Stoyanchev
Add support for MIME-based message conversion The MessageConverter interface in spring-messaging is now explicitly designed to support conversion of the payload of a Message<?> to and from serialized form based on MIME type message header. By default, the MessageHeaders.CONTENT_HEADER header is used but a custom Conte...
add support for mime-based message conversion
45
false
false
6
true
true
true
spring-projects
spring-framework
18,418
ee8f1aa61a4c9aad2ea09ce24aa4f247b3c17dfc
Phillip Webb
Phillip Webb
Clarify ResolvableType.resolve() Java Doc Issue: SPR-10973
clarify resolvabletype.resolve() java doc
41
false
false
4
true
true
true
spring-projects
spring-framework
18,419
5358cc0f5f412b541bdb7e8b89374d924eb12fa4
Phillip Webb
Phillip Webb
Fix ResolvableType isAssignableFrom for <?> Fix ResolvableType.isAssignableFrom to correctly deal with <?> style generics. Issue: SPR-10973
fix resolvabletype isassignablefrom for <?>
43
false
false
5
true
true
true
spring-projects
spring-framework
18,420
501a1cbb5d35609dcd97a5ce44ac60739173e479
Phillip Webb
Phillip Webb
Refactor from deprecated GenericTypeResolver calls Refactor AbstractMessageConverterMethodArgumentResolver and BridgeMethodResolver to use ResolvableType in preference to deprecated GenericTypeResolver calls. Issue: SPR-10980
refactor from deprecated generictyperesolver calls
50
false
false
5
false
false
false
spring-projects
spring-framework
18,421
fdf0ef40c0735e2b5b48330e29f4d8914c838e3b
Phillip Webb
Phillip Webb
Use ResolvableType in GenericCollectnTypeResolver Refactor GenericCollectionTypeResolver to make use of ResolvableType for generic resolution. Issue: SPR-10977
use resolvabletype in genericcollectntyperesolver
49
false
false
4
true
true
true
spring-projects
spring-framework
18,422
595efe9aab884bab233c61278f00ef325446d268
Phillip Webb
Phillip Webb
Use ResolvableType in GenericTypeResolver Refactor GenericTypeResolver to make use of ResolvableType for generic resolution. Issue: SPR-10978
use resolvabletype in generictyperesolver
41
false
false
4
true
true
true
spring-projects
spring-framework
18,423
6a18b0048ddbe9e65f6270946c1c17c6fdc66539
Phillip Webb
Phillip Webb
Introduce ResolvableType Class Add a new ResolvableType Class which encapsulates java.lang.reflect.Type, providing access to supertypes, interfaces and generic parameters along with the ability to ultimately resolve to a java.lang.Class. ResolvableTypes may be obtained from fields, method parameters, method returns, ...
introduce resolvabletype class
30
false
false
3
true
true
true
spring-projects
spring-framework
18,424
449d91a06ceca6a85f3eb4f467274eee44a065d1
Rossen Stoyanchev
Rossen Stoyanchev
Merge pull request #379 from bclozel/SPR-10789
merge pull request #379 from bclozel/spr-10789
46
true
false
6
true
false
false
spring-projects
spring-framework
18,425
c9bb0594f3f3604c6a5d6640ccdab903fb6860d5
Rossen Stoyanchev
Rossen Stoyanchev
Polish Issue: SPR-10789
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
18,426
e04a7569687a4da98f1c39fbee1ff209715c3fdd
Brian Clozel
Brian Clozel
Support AntPathMatch URLs in URL ResultMatchers Prior to this commit, one could only match exact URLs in redirectedUrl and forwardedUrl ResultMatchers. When creating a resource with a REST service, URLs often contain the id the new resource, like "/resource/12". This commit updates those ResultMatchers to support bot...
support antpathmatch urls in url resultmatchers
47
false
false
6
false
true
false
spring-projects
spring-framework
18,427
4ca7d89a9222f4e8d0dd4bd32425b33da1358563
Rossen Stoyanchev
Rossen Stoyanchev
Revert resource handling changes This change reverts recent commits made to expand the resource handling mechanism in Spring MVC. The changes will move into a separate branch and likely into a separate project allowing it to mature and evolve without being tied to the main framework release schedule. Issue: SPR-10933...
revert resource handling changes
32
false
false
4
false
true
false
spring-projects
spring-framework
18,428
6a323292d8675fb20006b0d12bfb14c329118c4c
Rossen Stoyanchev
Rossen Stoyanchev
Revert "Add initial cut of expanded resource handling" This reverts commit d4a0e628d5c4c5e2a89181d1bb1d3f023673d816, reversing changes made to 8abe949734414e91e204d14e381be7f922f2dfc3.
revert "add initial cut of expanded resource handling"
54
false
false
8
false
false
false
spring-projects
spring-framework
18,429
80e55139180e09ef2489e4c5138bb7021cb911b3
Rossen Stoyanchev
Rossen Stoyanchev
Revert "Remove unintended changes from last commit" This reverts commit 1ba806b1857e33a13d90f4a6d12eb27e01da4f3b.
revert "remove unintended changes from last commit"
51
false
false
7
false
false
false
spring-projects
spring-framework
18,430
2670d94c6abf07e787efcd1867fafc86f62b6fac
Rossen Stoyanchev
Rossen Stoyanchev
Revert "Update Spring MVC Java config for ResourceResolvers" This reverts commit f8e1f06d08d0401eb44ef832122235300b1b8fac.
revert "update spring mvc java config for resourceresolvers"
60
false
false
8
false
true
false
spring-projects
spring-framework
18,431
5c62c86fc915eb5ff7ee1a89c61f750aca1e2855
Rossen Stoyanchev
Rossen Stoyanchev
Revert "Fix failing test" This reverts commit c01f45fa59db126e928affccad596eca45c8c202.
revert "fix failing test"
25
false
false
4
false
false
false
spring-projects
spring-framework
18,432
4bf5a0234c6c5c5d6591eb0fa52db3bf09573d9f
Brian Clozel
Rossen Stoyanchev
Add doesNotExist match to HeaderResultMatchers Prior to this commit, one could not test for the absence of a specific HTTP header in a response. Using header("X-Custom-Header", Matchers.nullValue()) would not work because it tests for an empty value of an existing header. This commit adds a doesNotExist method on the...
add doesnotexist match to headerresultmatchers
46
false
false
5
true
true
true
spring-projects
spring-framework
18,433
e4479c86692accdcf4455654485f11745718f168
Brian Clozel
Rossen Stoyanchev
Fix MockHttpServletResponse HTTP status update Prior to this commit, one could call the setStatus method on this Mock object and update the response's status, even though the sendError method had already been called. According to the HttpServletResponse Javadoc, sendError() methods commit the response; so the respons...
fix mockhttpservletresponse http status update
46
false
false
5
false
true
false
spring-projects
spring-framework
18,434
824cb9f8cdb9278daf48c1fa39d7a9a6d3fa8da7
Rossen Stoyanchev
Rossen Stoyanchev
Polish MessageBuilder
polish messagebuilder
21
false
false
2
false
false
false
spring-projects
spring-framework
18,435
4574528a279c2689dec5992240a8968c8ddd806a
Juergen Hoeller
Juergen Hoeller
Comprehensive update to the framework's TimeZone handling, including a new TimeZoneAwareLocaleContext and a LocaleContextResolver for Spring MVC A few noteworthy minor changes: LocaleContext.getLocale() may return null in special cases (not by default), which our own accessing classes are able to handle now. If there ...
comprehensive update to the framework's timezone handling, including a new timezoneawarelocalecontext and a localecontextresolver for spring mvc
144
false
false
17
false
false
false
spring-projects
spring-framework
18,436
52cca48f40abcd187f81fae90b010d75cdce1654
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
18,437
8b3afda6f4938b3c389f74d0d062d2b7a0bba059
Juergen Hoeller
Juergen Hoeller
Marked Jackson 1.x support classes as deprecated
marked jackson 1.x support classes as deprecated
48
false
false
7
false
false
false
spring-projects
spring-framework
18,438
bd4c64af04935a41f883fb7c858450e650af2b8c
Juergen Hoeller
Juergen Hoeller
Turned ByteBufferConverter's visibility to package level
turned bytebufferconverter's visibility to package level
56
false
false
6
false
false
false
spring-projects
spring-framework
18,439
3fad0fa4320b29129326e3bb50519b4360471776
Juergen Hoeller
unknown
Introduced TomcatLoadTimeWeaver for Tomcat's new InstrumentableClassLoader interface At the same time, dropped GlassFish 1/2 support from GlassFishLoadTimeWeaver and redesigned it to be as analogous to TomcatLoadTimeWeaver as possible. Issue: SPR-10788
introduced tomcatloadtimeweaver for tomcat's new instrumentableclassloader interface
84
false
false
7
false
false
false
spring-projects
spring-framework
18,440
888e3c7e534d70a78a6ae9231aa5e1d3e2f1f637
Juergen Hoeller
unknown
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
18,441
52d663e596b7138949aedc3956438ce0bb36e6dd
Rossen Stoyanchev
Rossen Stoyanchev
Make method in RequestMappingHandlerMapping protected Issue: SPR-10950
make method in requestmappinghandlermapping protected
53
false
false
5
true
true
false
spring-projects
spring-framework
18,442
a5e39167246c505c11ffd9958a758e49c85b41d6
Brian Clozel
Rossen Stoyanchev
Add Jackson's Modules registration in Jackson2OMFactoryBean Prior to this commit, one couldn't configure Jackson's ObjectMapper with (De)SerializerModifiers or advanced configuration features using XML configuration. This commit updates the FactoryBean and adds a setModule method that will register Modules with the O...
add jackson's modules registration in jackson2omfactorybean
59
false
false
6
false
false
false
spring-projects
spring-framework
18,443
e91ce23cd04569321093d9a122be2c7460437ebf
Brian Clozel
Rossen Stoyanchev
Add javax.servlet.http.Part support for data binding Prior to this commit, Multipart databinding would only support MultiPartFile databinding using commons-multipart. Now the WebRequestDataBinder supports Part and List<Part> databinding for Servlet 3.0 compliant containers. Issue: SPR-10591
add javax.servlet.http.part support for data binding
52
false
false
6
true
true
false
spring-projects
spring-framework
18,444
41e411a8a5570d1077f90a8e688e43e851bc11c2
Andy Wilkinson
Rossen Stoyanchev
Introduce new HEARTBEAT message type Previously, there was no generic concept of a message that represents a heartbeat and the STOMP-specific code used a null STOMP command to represent a heartbeat. This commit introduces HEARTBEAT as a new SimpMessageType. The STOMP support has been updated to create HEARTBEAT messa...
introduce new heartbeat message type
36
false
false
5
false
true
false
spring-projects
spring-framework
18,445
a7f735b50a21a61fd6e71123620b0f77c3624ebb
Andy Wilkinson
Rossen Stoyanchev
Make the broker relay heartbeat intervals configurable Prior to this commit, the intervals at which the broker relay's system session would send heartbeats to the STOMP broker and expect to receive heartbeats from the STOMP broker were hard-coded at 10 seconds. This commit makes the intervals configurable, with 10 se...
make the broker relay heartbeat intervals configurable
54
false
false
7
false
false
false
spring-projects
spring-framework
18,446
ba11af7f117578617c199a6f1d489c3a21699728
Andy Wilkinson
Rossen Stoyanchev
Improve broker relay's shutdown and availability events Previously, when the broker relay was shut down, the TCP client was closed and the relay sessions were left to find out about the shutdown as a result of their TCP connections being closed. This led to problems where an attempt could be made to use a session that...
improve broker relay's shutdown and availability events
55
false
false
7
false
false
false
spring-projects
spring-framework
18,447
c01f45fa59db126e928affccad596eca45c8c202
Rossen Stoyanchev
Rossen Stoyanchev
Fix failing test
fix failing test
16
false
false
3
true
true
true
spring-projects
spring-framework
18,448
f8e1f06d08d0401eb44ef832122235300b1b8fac
Rossen Stoyanchev
Rossen Stoyanchev
Update Spring MVC Java config for ResourceResolvers
update spring mvc java config for resourceresolvers
51
false
false
7
false
true
false
spring-projects
spring-framework
18,449
02cb86659d13d41c1f7d9b7e8866284f26616a02
Rossen Stoyanchev
Rossen Stoyanchev
Prevent cache of sockjs known prefixes from growing Issue: SPR-10893
prevent cache of sockjs known prefixes from growing
51
false
false
8
true
true
false
spring-projects
spring-framework
18,450
e60e8dc582b96f166bc2e81b8319674227b724cf
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue with getting SockJS path Issue: SPR-10923
fix issue with getting sockjs path
34
false
false
6
true
true
true
spring-projects
spring-framework
18,451
6ddacdc01d87c4bb3f641005ff740cca2068c2bc
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue in simple broker with peer-to-peer messages Issue: SPR-10930
fix issue in simple broker with peer-to-peer messages
53
false
false
8
false
true
false
spring-projects
spring-framework
18,452
48caeef4de9e5ab52893f9ebefacb6f8313a33d8
Rossen Stoyanchev
Rossen Stoyanchev
Polish and fix issues in STOMP broker relay Fix error in te code that handles the result of sending a heartbeat Fix error in processing DISCONNECTED frames that closed the TCP connection before the message was sent.
polish and fix issues in stomp broker relay
43
false
false
8
false
false
false
spring-projects
spring-framework
18,453
34dd8447169560ba2cac2434793232f9e54b5cf8
Andy Wilkinson
Rossen Stoyanchev
Polishing - Polish javadoc for CONNECTED_USER_HEADER - Improve method ordering
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
18,454
5025c304b81622f2e81882a46ea7150c07d6946b
Andy Wilkinson
Rossen Stoyanchev
Introduce CONNECT_ACK message type Previously, handling of a STOMP CONNECT message and sending of a CONNECTED response was performed by StompProtocolHandler if it was backed by SimpleBrokerMessageHandler, or left up to the real message broker if it was backed by StompBrokerRelayMessageHandler. This wasn't ideal as it ...
introduce connect_ack message type
34
false
false
4
false
true
false
spring-projects
spring-framework
18,455
b2f31a3c741ddfaad94ffe5da7de762f8e3cc6cb
Andy Wilkinson
Rossen Stoyanchev
Improve handling of send failures Prior to this commit, a failure to send a heartbeat was ignored and a failure to forward a message to the broker would result in an error frame being sent but nothing more. Following this commit, a failure to send a heartbeat to the broker is treated as a TCP client failure. Furtherm...
improve handling of send failures
33
false
false
5
true
true
true
spring-projects
spring-framework
18,456