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
bb2802208b85553688b2c7f9244f9af6b7e0ab82
Juergen Hoeller
Juergen Hoeller
Upgraded to JCache 0.11 for Spring Framework 4.0 RC1 Unfortunately, the JCache API changed quite a bit since 0.6. We're building against a snapshot of JCache 0.11 now, tracking its way to final after the Public Review Ballot.
upgraded to jcache 0.11 for spring framework 4.0 rc1
52
false
false
9
false
false
false
spring-projects
spring-framework
19,857
8d6406bbae5acc83be5fd801ffe52072c4397bf7
Juergen Hoeller
Juergen Hoeller
Groovy-based bean definitions Formerly known as the Grails BeanBuilder, now in Spring proper. Based on https://github.com/spring-projects/spring-framework/pull/355 but heavily refactored and restructured. Issue: SPR-7123
groovy-based bean definitions
29
false
false
3
false
false
false
spring-projects
spring-framework
19,858
bb8cf277fba332deddb65a6ef0dff1bf9d6ced75
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
19,859
3337fd32cba66aee549e4dddae61b86fe80832e3
Phillip Webb
Phillip Webb
Refine ResolvableType class - Support for serialization - Allow programmatic creation of an array from a given component type - Allow programmatic creation with given generics - Extract generics from Class types using Class.getTypeParameters() - Move TypeVariableResolver to an inner class (and make method private) - R...
refine resolvabletype class
27
false
false
3
true
true
true
spring-projects
spring-framework
19,860
7ffd05a8e37ba9154fc37611505a725812d80d09
Sam Brannen
Sam Brannen
Document 'annotated classes' in Testing chapter In order to help developers avoid surprises from unintended use of "@Bean Lite Mode" when referencing classes via @ContextConfiguration in the TestContext framework, this commit duplicates the previous discussion of "annotated classes" from the Javadoc for @ContextConfig...
document 'annotated classes' in testing chapter
47
false
false
6
false
false
false
spring-projects
spring-framework
19,861
d87838fc6d0923659465ca5b75d8e0ba628afb77
Juergen Hoeller
unknown
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
19,862
187b681b9e06a3b1bc59299e7dd17996ab17f7a5
Juergen Hoeller
unknown
Consistency between InvocableHandlerMethod in web and messaging modules
consistency between invocablehandlermethod in web and messaging modules
71
false
false
8
false
false
false
spring-projects
spring-framework
19,863
c38bde259a3a19558e7b58cd55a877009e83545b
Juergen Hoeller
unknown
Polishing Issue: SPR-10185
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
19,864
9bfbe36b1c000f5ffa6c5c2941259e43ec38af01
Juergen Hoeller
unknown
Restored registration of nested component classes (even without factory methods) Issue: SPR-10865 Issue: SPR-10970
restored registration of nested component classes (even without factory methods)
80
false
false
10
false
false
false
spring-projects
spring-framework
19,865
190bf247a30a2f13ead89383e5e0476584652dd1
Rossen Stoyanchev
Rossen Stoyanchev
Add helper method to ResourceHandlerRegistry
add helper method to resourcehandlerregistry
44
false
false
5
true
true
true
spring-projects
spring-framework
19,866
079bebcfb519dabcd975ccc91a7bba6812ca5257
Sam Brannen
Sam Brannen
Delete unused import in StdReflParamNameDscoverer
delete unused import in stdreflparamnamedscoverer
49
false
false
5
true
true
true
spring-projects
spring-framework
19,867
8fdc7d4e8f730b37544ab3560c0f43716ac7a379
Sam Brannen
Sam Brannen
Polish type prediction for generic factory methods - Now avoiding NullPointerExceptions in GenericTypeResolver's resolveReturnTypeForGenericMethod() in case the supplied ClassLoader is null. - AutowireUtils.resolveReturnTypeForFactoryMethod() now properly asserts that the supplied ClassLoader is not null. ...
polish type prediction for generic factory methods
50
false
false
7
false
false
false
spring-projects
spring-framework
19,868
e86e182d5d9dd871533be82a6b19eb349aa60aa1
Sam Brannen
Sam Brannen
Reinstate deleted @author tag SPR-10411
reinstate deleted @author tag
29
false
false
4
false
true
false
spring-projects
spring-framework
19,869
bcfbd862c73db17d7bd8dfe5b669d1a8fc17bcbf
Rossen Stoyanchev
Rossen Stoyanchev
Add value() attribute to @Payload
add value() attribute to @payload
33
false
false
5
true
true
true
spring-projects
spring-framework
19,870
70dfec269b2ea249b2abf3cf252774a6fd578b39
Rossen Stoyanchev
Rossen Stoyanchev
Use alternative UUID strategy in MessageHeaders This change adds an alternative UUID generation strategy to use by default in MessageHeaders. Instead of using SecureRandom for each new UUID, SecureRandom is used only for the initial seed to be provided java.util.Random. Thereafter the same Random instance is used inst...
use alternative uuid strategy in messageheaders
47
false
false
6
true
true
true
spring-projects
spring-framework
19,871
57d127b55aa682137bf6bc446334cb6d7545dbcc
Rossen Stoyanchev
Rossen Stoyanchev
Validate if STOMP frame is allowed to have a body Issue: SPR-10890
validate if stomp frame is allowed to have a body
49
false
false
10
false
false
false
spring-projects
spring-framework
19,872
7c3749769a8d136eee5e3b01e156b9a5eac3ec49
Rossen Stoyanchev
Rossen Stoyanchev
Add STOMP broker relay to configure "host" header Issue: SPR-10955
add stomp broker relay to configure "host" header
49
false
false
8
true
true
true
spring-projects
spring-framework
19,873
cf7889e226519bec62345affa7c401b0abbebecc
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue with DeferredResult on @RestController Before this change, async result handling on controller methods failed to observe type-level annotations annotations. The issue was never noticed until we started supporting type-level @ResponseBody and the @RestController meta annotation. Issue: SPR-10905
fix issue with deferredresult on @restcontroller
48
false
false
6
true
true
true
spring-projects
spring-framework
19,874
3bd6dfe04764c5fc1756106f646cc5b2e5768edc
Juergen Hoeller
Juergen Hoeller
Autowiring of generic types Includes revisions of MethodParameter and DependencyDescriptor (in particular towards a reference to the containing class). Also refines several ResolvableType method signatures. Issue: SPR-9965
autowiring of generic types
27
false
false
4
false
false
false
spring-projects
spring-framework
19,875
74794190a53a096cc1eca99202e5e9f9a70f0503
Juergen Hoeller
Juergen Hoeller
Implement java.io.Flushable wherever applicable
implement java.io.flushable wherever applicable
47
false
false
4
true
true
true
spring-projects
spring-framework
19,876
8b1927f3ec0245130fe64719beae55c4e349c70d
Juergen Hoeller
Juergen Hoeller
Fixed type prediction for generic factory methods We're consistently resolving class names now, and the entire algorithm moved from GenericTypeResolver to the internal AutowireUtils helper in the bean factory package. Issue: SPR-10411
fixed type prediction for generic factory methods
49
false
false
7
false
false
false
spring-projects
spring-framework
19,877
41f041e6aef8fb68e0df4b226adac58a3b542e24
Juergen Hoeller
Juergen Hoeller
Reduced "getParameterType call not supported" log message to single line Issue: SPR-10185
reduced "getparametertype call not supported" log message to single line
72
false
false
10
false
false
false
spring-projects
spring-framework
19,878
7a9d58375ff3545c1212bc2325c6874e459c5310
Juergen Hoeller
Juergen Hoeller
Changed JSR-330 detection logging from info to debug Issue: SPR-10974
changed jsr-330 detection logging from info to debug
52
false
false
8
false
false
false
spring-projects
spring-framework
19,879
7823c5d6ea6d0074f27f765066ba51daf990074d
Rossen Stoyanchev
Rossen Stoyanchev
Upgrade reactor to M1
upgrade reactor to m1
21
false
false
4
true
true
true
spring-projects
spring-framework
19,880
8a8501a9925a9f86b34681a11cd64ee87026f0d5
Rossen Stoyanchev
Rossen Stoyanchev
Polish
polish
6
false
false
1
false
false
false
spring-projects
spring-framework
19,881
329fbf31bcb7fdae93cf1e5bb32d86f4346855df
Rossen Stoyanchev
Rossen Stoyanchev
Fix concurrency issue in DefaultSubscriptionRegistry
fix concurrency issue in defaultsubscriptionregistry
52
false
false
5
true
true
false
spring-projects
spring-framework
19,882
d73c2e26a5ec99ca87d40e68c9edb0db3422b48d
Rossen Stoyanchev
Rossen Stoyanchev
Polish handling of STOMP message headers
polish handling of stomp message headers
40
false
false
6
false
false
false
spring-projects
spring-framework
19,883
ba7998d03b7bf21b30d12e073506f8a1e60fe147
Rossen Stoyanchev
Rossen Stoyanchev
Add SimpMessageSendingOperations
add simpmessagesendingoperations
32
false
false
2
true
true
false
spring-projects
spring-framework
19,884
078cfb3e78d957c51dc545b62c6fb9910ea84ddb
Rossen Stoyanchev
Rossen Stoyanchev
Add @ReplyTo/@ReplyToUser, remove deps on spring-web
add @replyto/@replytouser, remove deps on spring-web
52
false
false
6
true
true
false
spring-projects
spring-framework
19,885
55dae74f156c1c8326e182e5f1eb7a162cba56a8
Rossen Stoyanchev
Rossen Stoyanchev
Add ReplyTo annotation
add replyto annotation
22
false
false
3
true
true
true
spring-projects
spring-framework
19,886
e0d393eed3b2158a7027fe09383d21265f5edfd0
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue in STOMP broker relay
fix issue in stomp broker relay
31
false
false
6
false
true
false
spring-projects
spring-framework
19,887
5d20b75dc215aa4d732d97f53266810c7d936be0
Rossen Stoyanchev
Rossen Stoyanchev
Add support for sending private messages The new UserDestinationMessageHandler resolves messages with destinations prefixed with "/user/{username}" and resolves them into a destination to which the user is currently subscribed by appending the user session id. For example a destination such as "/user/john/queue/trade...
add support for sending private messages
40
false
false
6
true
true
true
spring-projects
spring-framework
19,888
2a48ad88fb1ea72f14477447b9515d0537ec93c8
Rossen Stoyanchev
Rossen Stoyanchev
Refactor and polish spring-messaging Remove base class for STOMP-related message handler classes (AbstractSimpMessageHandler), polish subclasses and fix issues with more significant updates to STOMP broker relay. Introduce base class for SubscribableChannel implementations providing consistent logging for all channel...
refactor and polish spring-messaging
36
false
false
4
false
false
false
spring-projects
spring-framework
19,889
f5f3f66b130e4847a69c4f060175d28304808a58
Rossen Stoyanchev
Rossen Stoyanchev
Add user-name header to CONNECTED frame
add user-name header to connected frame
39
false
false
6
false
false
false
spring-projects
spring-framework
19,890
bd68fefc6f9b61b49bdadcad83f6eeb79d4ae96f
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue with clearing subscriptions on disconnect
fix issue with clearing subscriptions on disconnect
51
false
false
7
true
true
false
spring-projects
spring-framework
19,891
210be9cde42efc2e958eb602fd93bbc71ac609c2
Rossen Stoyanchev
Rossen Stoyanchev
Add PrincipalMessageArgumentResolver
add principalmessageargumentresolver
36
false
false
2
true
true
false
spring-projects
spring-framework
19,892
d3cecfc6cc95e2ff01223e2e6b275013477810ab
Rossen Stoyanchev
Rossen Stoyanchev
Create spring-messaging module Consolidates new, messaging-related classes from spring-context and spring-websocket into one module.
create spring-messaging module
30
false
false
3
false
false
false
spring-projects
spring-framework
19,893
14ab2c88cc512a92d82db1f8fbb22d53445c6aa2
Arjen Poutsma
Rossen Stoyanchev
Request streaming for Apache HttpClient - Added org.springframework.http.StreamingHttpOutputMessage, which allows for a settable request body (as opposed to an output stream). - Added http.client.HttpComponentsStreamingClientHttpRequest, which implements the above mentioned interface, mapping setBody() to a set...
request streaming for apache httpclient
39
false
false
5
true
false
true
spring-projects
spring-framework
19,894
6407caac8f5b2b6510cf7aa2be8552bfce5ea971
Rossen Stoyanchev
Rossen Stoyanchev
Merge remote-tracking branch 'origin/master'
merge remote-tracking branch 'origin/master'
44
true
false
4
false
false
false
spring-projects
spring-framework
19,895
a5c3c12627273c019641108ad51f6f2a4ceff85b
Sam Brannen
Sam Brannen
Merge pull request #314 from bijukunjummen/master * SPR-10650: Fix typo in ModelAndViewMethodReturnValueHandler
merge pull request #314 from bijukunjummen/master
49
true
false
6
true
false
false
spring-projects
spring-framework
19,896
83ea0fb9e043670f8153147c1a79026acfa98f54
Biju Kunjummen
Sam Brannen
Fix typo in ModelAndViewMethodReturnValueHandler This commit fixes a typo in the class-level Javadoc for ModelAndViewMethodReturnValueHandler. Issue: SPR-10650
fix typo in modelandviewmethodreturnvaluehandler
48
false
false
4
true
true
true
spring-projects
spring-framework
19,897
280384515140ddd9099e890491be8bab28271062
Rossen Stoyanchev
Rossen Stoyanchev
Update MessageConverter and reactor dependencies
update messageconverter and reactor dependencies
48
false
false
5
false
true
false
spring-projects
spring-framework
19,898
dbc904b647a265fb2d267d3957f34e9606886a2a
Rossen Stoyanchev
Rossen Stoyanchev
Remove mavenLocal (was temporarily added)
remove mavenlocal (was temporarily added)
41
false
false
5
true
true
true
spring-projects
spring-framework
19,899
3a2f5e71b7867328e325f773790ac2b2c10f78b9
Rossen Stoyanchev
Rossen Stoyanchev
Refactor SubscriptionRegistry The SubscriptionRegistry and implementations are now in a package together with SimpleBrokerWebMessageHandler and primarily support with matching subscriptions to messages. Subscriptions can contain patterns as supported by AntPathMatcher. StopmWebSocketHandler no longer keeps track of s...
refactor subscriptionregistry
29
false
false
2
false
false
false
spring-projects
spring-framework
19,900
907e286e7703cf3e8c8e954774891b75d661e17d
Sam Brannen
Sam Brannen
Fix typos in HandlerAdapter
fix typos in handleradapter
27
false
false
4
true
true
true
spring-projects
spring-framework
19,901
f25ccac1a11767d2dab1a1ae53fbbe34bf6cde18
Rossen Stoyanchev
Rossen Stoyanchev
Polish SessionSubscriptionRegistry types
polish sessionsubscriptionregistry types
40
false
false
3
false
false
false
spring-projects
spring-framework
19,902
96cb7c06166a08d0b606083a025d9065c167004f
Rossen Stoyanchev
Rossen Stoyanchev
Fix test failures
fix test failures
17
false
false
3
false
true
false
spring-projects
spring-framework
19,903
0c92b85c3d1cdef1918d007d8ad91871b71641df
Rossen Stoyanchev
Rossen Stoyanchev
Rename ChannelResolver to DestinationResolver
rename channelresolver to destinationresolver
45
false
false
4
false
true
false
spring-projects
spring-framework
19,904
9dd7f6e5fbd50e4e0e7581882f7afda2c2db7462
Rossen Stoyanchev
Rossen Stoyanchev
Update MessagingOperations hieararchy
update messagingoperations hieararchy
37
false
false
3
false
true
false
spring-projects
spring-framework
19,905
ef823721e5a6f09830aa0482f06796576cceb8ae
Rossen Stoyanchev
Rossen Stoyanchev
Split AbstractMessagingTemplate across send/receive
split abstractmessagingtemplate across send/receive
51
false
false
4
false
false
false
spring-projects
spring-framework
19,906
078c766b8063a4adb6b0b148488e44fcaf72a53e
Rossen Stoyanchev
Rossen Stoyanchev
Add new MessagingOperations ifc and class hieararchy
add new messagingoperations ifc and class hieararchy
52
false
false
7
true
true
false
spring-projects
spring-framework
19,907
e1080a076375a6de7cb8be83d70c9e571e471a24
Rossen Stoyanchev
Rossen Stoyanchev
Merge branch 'master' into websocket-stomp
merge branch 'master' into websocket-stomp
42
true
false
5
false
true
false
spring-projects
spring-framework
19,908
2a559028ad91cfad0202d728726bffaef9eaa96f
Rossen Stoyanchev
Rossen Stoyanchev
Upgrade spring-websocket to Jetty 9.0.4
upgrade spring-websocket to jetty 9.0.4
39
false
false
5
true
true
true
spring-projects
spring-framework
19,909
8560582c405e03c6fd7206b7c1f177218f7b6aa9
Rossen Stoyanchev
Rossen Stoyanchev
Add messaging.channel package
add messaging.channel package
29
false
false
3
true
true
true
spring-projects
spring-framework
19,910
52d378d41f9499b3fb1ecad372be13bb0b3c7fb7
Phillip Webb
Rossen Stoyanchev
Add PublishSubscribeChannel Add a PublishSubscribeChannel implementation of SubscribableChannel.
add publishsubscribechannel
27
false
false
2
true
true
false
spring-projects
spring-framework
19,911
7a85827c4856bfc65a5fd21e476c1424054b5925
Phillip Webb
Rossen Stoyanchev
Polish messaging code Minor formatting and Javadoc changes.
polish messaging code
21
false
false
3
false
false
false
spring-projects
spring-framework
19,912
0a68c9930fcd5b94d85c35329603960e1a898a2e
Rossen Stoyanchev
Rossen Stoyanchev
Add "simple" broker and SessionSubscriptionRegistry SimpleBrokerWebMessageHandler can be used as an alternative to the StompRelayWebMessageHandler.
add "simple" broker and sessionsubscriptionregistry
51
false
false
5
false
true
false
spring-projects
spring-framework
19,913
c0e12255913697963296a500a7f100af17f0b2e4
Phillip Webb
Phillip Webb
Merge branch 'SPR-10694' * SPR-10694: ConversionService JSR-356 Encoder/Decoder adapters Add ConversionService support for ByteBuffers
merge branch 'spr-10694'
24
true
false
3
true
true
false
spring-projects
spring-framework
19,914
8d6fd1ed636ce1a1ad135dfdbe6b3c9cb7d07e11
Phillip Webb
Phillip Webb
ConversionService JSR-356 Encoder/Decoder adapters Develop support class allowing JSR-356 Encoder and Decoder interfaces to delegate to Spring's ConversionService. Issue: SPR-10694
conversionservice jsr-356 encoder/decoder adapters
50
false
false
4
false
false
false
spring-projects
spring-framework
19,915
9dba73dfc90978a98e6d8d214fec107ff71018f4
Phillip Webb
Phillip Webb
Add ConversionService support for ByteBuffers Add ByteBufferConverter that is registered by default with the DefaultConversionService. Allows conversion from/to a ByteBuffer and byte[] or to any type that can be converted via a byte[]. Issue: SPR-10712
add conversionservice support for bytebuffers
45
false
false
5
true
true
true
spring-projects
spring-framework
19,916
e694cc16c72a5304e031ff144de340ebb72b93df
Andy Wilkinson
Rossen Stoyanchev
Consider original headers in pattern-based removal When headers are being removed based on pattern matching, both the new header names and the original header names need to be matched against the pattern. Previously, only new headers were being considered resulting in any matching original headers not being removed.
consider original headers in pattern-based removal
50
false
false
6
true
true
true
spring-projects
spring-framework
19,917
98d70733704fd96b999e1664a6609e5191affc2d
Andy Wilkinson
Rossen Stoyanchev
Verify types when setting header When a header is being set, verify that the type that's provided is legal for the header that's been set. For example, the error channel's type must be a MessageChannel or a String. The method that performs type verification is protected so that it can be overriden by sub-classes. It ...
verify types when setting header
32
false
false
5
true
true
true
spring-projects
spring-framework
19,918
638ba3fa9792fe2d31b87c0ae2e2f79664bb665c
Phillip Webb
Phillip Webb
Revert inadvertent change to DefaultDocumentLoader Revert changes to DefaultDocumentLoader accidentally committed in 60532cbd1eb4e1b5778653fec315407531e949a9.
revert inadvertent change to defaultdocumentloader
50
false
false
5
false
true
false
spring-projects
spring-framework
19,919
8ab5f23643fffc50e5e138300e3fe448498293ad
Rossen Stoyanchev
Rossen Stoyanchev
Remove PubSubMessageBuilder
remove pubsubmessagebuilder
27
false
false
2
false
true
false
spring-projects
spring-framework
19,920
3157b68e4a4b217082b9460ea653e62efcd012e4
Phillip Webb
Phillip Webb
Polish MethodReference Polish MethodReference code formatting and remove duplicate code.
polish methodreference
22
false
false
2
false
false
false
spring-projects
spring-framework
19,921
bf4563e204f1695fa8d4d356432bdd6860b1efac
Phillip Webb
Phillip Webb
Include target types in MethodReference cache Update the cached MethodExecutor in MethodReference to include the target type. Prevents the incorrect use of the cache when the SpEL expression refers to a different target object. Issue: SPR-10657
include target types in methodreference cache
45
false
false
6
false
true
false
spring-projects
spring-framework
19,922
3e2746742001b9bc71d9717c6483ea22652aeb28
Rossen Stoyanchev
Rossen Stoyanchev
Merge remote-tracking branch 'wilkinsona/message-header-accessor' into websocket-stomp
merge remote-tracking branch 'wilkinsona/message-header-accessor' into websocket-stomp
86
true
false
6
false
false
false
spring-projects
spring-framework
19,923
ea7622ed9af197cbd643112a60b6f2886c0c9a01
Rossen Stoyanchev
Rossen Stoyanchev
Fix import
fix import
10
false
false
2
true
true
false
spring-projects
spring-framework
19,924
465fc7638f1736c3803c4893a080f0a7e92497da
Andy Wilkinson
Andy Wilkinson
Fix typo in MessageHeaderAccessor's class name Remove the extra 's' from the class name
fix typo in messageheaderaccessor's class name
46
false
false
6
true
true
true
spring-projects
spring-framework
19,925
e24b71e70035f9a9baf7ec19c279311eceec31a9
Andy Wilkinson
Andy Wilkinson
Shutdown Reactor env when relay handler is stopped The Reactor Environment (that's used by the TcpClient) manages a number of threads. To ensure that these threads are cleaned up Environment.shutdown() must be called when the Environment is no longer needed.
shutdown reactor env when relay handler is stopped
50
false
false
8
false
false
false
spring-projects
spring-framework
19,926
d650e909b2e6905be208adca71e1fcf40d5c94c5
Rossen Stoyanchev
Rossen Stoyanchev
Merge branch 'master' into websocket-stomp
merge branch 'master' into websocket-stomp
42
true
false
5
false
true
false
spring-projects
spring-framework
19,927
9bdc825dedf6fef6902878a5e18f357970444b26
Rossen Stoyanchev
Rossen Stoyanchev
Add PayloadReturnValueHandler
add payloadreturnvaluehandler
29
false
false
2
true
true
false
spring-projects
spring-framework
19,928
60532cbd1eb4e1b5778653fec315407531e949a9
Phillip Webb
Phillip Webb
Polish spring-websocket code Minor polish to formatting and assertion messages.
polish spring-websocket code
28
false
false
3
false
false
false
spring-projects
spring-framework
19,929
e7d9c26a7c45976205f8587a5e28792215b9075a
Rossen Stoyanchev
Rossen Stoyanchev
Make STOMP message broker host and port configurable
make stomp message broker host and port configurable
52
false
false
8
false
false
false
spring-projects
spring-framework
19,930
2d018e5019b57bfdb9040ff5067c4242309fcdb4
Phillip Webb
Phillip Webb
Polish @RequestMapping Javadoc Issue: SPR-10587
polish @requestmapping javadoc
30
false
false
3
false
false
false
spring-projects
spring-framework
19,931
38c2f253ed743a143e54ef95f7525daedece2486
Phillip Webb
Phillip Webb
'Rename' HttpHeaders.getIfNotModifiedSince() Effectively rename HttpHeaders.getIfNotModifiedSince() to getIfModifiedSince() by adding a new method and deprecating the old one. Issue: SPR-10600
'rename' httpheaders.getifnotmodifiedsince()
44
false
false
2
false
false
false
spring-projects
spring-framework
19,932
ee9c46ad2e73b9dbea6588b06bf2a00d1e0288ff
Rossen Stoyanchev
Rossen Stoyanchev
Remove PubSubChannelRegistry
remove pubsubchannelregistry
28
false
false
2
true
true
false
spring-projects
spring-framework
19,933
6a3a36137695165394b446d119352529eef791dd
Phillip Webb
Phillip Webb
Include specific SQL statements in batch exception Refine the SQL statements contained in exceptions thrown from batch updates based on BatchUpdateException.getUpdateCounts(). Issue: SPR-10677
include specific sql statements in batch exception
50
false
false
7
false
true
false
spring-projects
spring-framework
19,934
5ee6bb9b9bde7f3e1507045e8b1da845a0e59403
Phillip Webb
Phillip Webb
Fix SQL syntax error in jdbcTemplate update docs Update the reference guide jdbcTemplate update example to include the column name. Issue: SPR-10625
fix sql syntax error in jdbctemplate update docs
48
false
false
8
false
true
false
spring-projects
spring-framework
19,935
2abec6fd904c83ae6411976862b029e591700e01
Phillip Webb
Phillip Webb
Include all SQL statements in batch fail exception Ensure any exception from calls to batchUpdate, on databases that support batch operations, contains all the SQL statements. Prior to this commit only the last SQL statement would be returned with the exception. Issue: SPR-10677
include all sql statements in batch fail exception
50
false
false
8
false
true
false
spring-projects
spring-framework
19,936
486b4101ec6675a53c1595350878a10857518331
Rossen Stoyanchev
Rossen Stoyanchev
Introduce MessageHeader accessor types A new type MessageHeaderAccesssor provides read/write access to MessageHeaders along with typed getter/setter methods along the lines of the existing MessageBuilder methods (internally MessageBuilder merely delegates to MessageHeaderAccessor). This class is extensible with sub-cl...
introduce messageheader accessor types
38
false
false
4
true
true
true
spring-projects
spring-framework
19,937
84249740b85e6b414a6969d79aa2bb73602dedd6
Phillip Webb
Phillip Webb
Merge pull request #305 from beamerblvd/SPR-10644 # By Nick Williams * SPR-10644: Improving method validation support for BV 1.1
merge pull request #305 from beamerblvd/spr-10644
49
true
false
6
false
false
false
spring-projects
spring-framework
19,938
7b2c74b05c5ca195f7259e1c4e6a2e94737eb613
Nick Williams
Phillip Webb
Improving method validation support for BV 1.1 Update MethodValidationPostProcessor.setValidator(...) to use LocalValidatorFactoryBean.getValidator() when possible. This is required because LocalValidatorFactoryBean does not directly implement the forExecutables() method introduced in bean validation v1.1. Issue: SP...
improving method validation support for bv 1.1
46
false
false
7
false
false
false
spring-projects
spring-framework
19,939
f9b12b8362a3ad6747d3d024e80db05ace11b1b2
Phillip Webb
Phillip Webb
Include argument types in MethodReference cache Update the cached MethodExecutor in MethodReference to include the method argument types. Prevents the incorrect use of the cache when the SpEL expression refers to a class that has overloaded methods. Issue: SPR-10657
include argument types in methodreference cache
47
false
false
6
false
true
false
spring-projects
spring-framework
19,940
e83bdda7d5f1363d02669ac40fc9827be7f02cd0
Phillip Webb
Phillip Webb
Polish SpEL code
polish spel code
16
false
false
3
false
false
false
spring-projects
spring-framework
19,941
ac23832e4df5d5291c87ded4f56d198b3fa00c04
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue in MessageReturnValueHandler
fix issue in messagereturnvaluehandler
38
false
false
4
false
true
false
spring-projects
spring-framework
19,942
32cb2ca2e783da0af754e5a8cad4947d6a9d606a
Rossen Stoyanchev
Rossen Stoyanchev
Remove generic params from Message/MessageChannel
remove generic params from message/messagechannel
49
false
false
5
true
true
true
spring-projects
spring-framework
19,943
f7f66f2e5c18a614a7d741b5ca3d6a07cb49fd8e
Rossen Stoyanchev
Rossen Stoyanchev
Fix minor issue in ReactorMessageChannel
fix minor issue in reactormessagechannel
40
false
false
5
true
true
true
spring-projects
spring-framework
19,944
4830ea6065d18dbfddff588c2ed717eaaf70beea
Phillip Webb
Phillip Webb
Package RmiInvocationWrapperRTD.xml in jar Ensure RmiInvocationWrapperRTD.xml is packaged inside spring-context.jar Issue: SPR-10649
package rmiinvocationwrapperrtd.xml in jar
42
false
false
4
false
false
false
spring-projects
spring-framework
19,945
eea230f2a8b31ee9d8248d97088d88a0ebe2be61
Phillip Webb
Phillip Webb
Allow @CachePut 'key' SpEL to refer to #result Allow the @CachePut 'key' SpEL to refer to the result of the method call via a '#result' variable. This change is particularly useful when working with JPA entities that have generated @Id values since the ID will often not be available until the entity has been saved. ...
allow @cacheput 'key' spel to refer to #result
46
false
false
8
false
false
false
spring-projects
spring-framework
19,946
f75d4e13a2d9bcf96a3dad04de48faf95ce41177
Phillip Webb
Phillip Webb
Polish cache abstraction code Polish cache abstraction code and refactor CacheAspectSupport.
polish cache abstraction code
29
false
false
4
false
false
false
spring-projects
spring-framework
19,947
b122ca688b917c6d53530c8a360a17c237fa33fc
Sam Brannen
Sam Brannen
Add missing @since tag to SimpleKey
add missing @since tag to simplekey
35
false
false
6
false
true
false
spring-projects
spring-framework
19,948
f1a18d29ba83345b91439da7e884ff47a9f037b0
Phillip Webb
Phillip Webb
SimpleKeyGenerator to replace DefaultKeyGenerator Introduce new SimpleKeyGenerator class to supersede DefaultKeyGenerator. Unlike DefaultKeyGenerator, no collisions will occur with the keys generated by SimpleKeyGenerator as the full parameter values are considered within the SimpleKey.equals(...) method. The SimpleK...
simplekeygenerator to replace defaultkeygenerator
49
false
false
4
false
false
false
spring-projects
spring-framework
19,949
00ff8fa2ccbaa4f689a74cc65a8bd20eda877484
Juergen Hoeller
Chris Beams
corrected fix for QuartzJobBean to work with Quartz 2.0/2.1 (SPR-8889)
corrected fix for quartzjobbean to work with quartz 2.0/2.1 (spr-8889)
70
false
false
10
false
false
false
spring-projects
spring-framework
19,950
cc2e558fe0cdcde3c422f8a869bac9dd507297e7
Juergen Hoeller
Chris Beams
prepared for 3.1.1
prepared for 3.1.1
18
false
false
3
false
false
false
spring-projects
spring-framework
19,951
e0231438cdfa75bcbd34bae28765e2afcb0c4121
Juergen Hoeller
Chris Beams
fixed "packagesToScan" to avoid additional provider scan (SPR-8936)
fixed "packagestoscan" to avoid additional provider scan (spr-8936)
67
false
false
8
false
false
false
spring-projects
spring-framework
19,952
02452a1af95e66df56088853495ccf8dc85be1ff
Chris Beams
Chris Beams
Minor copy edits to README
minor copy edits to readme
26
false
false
5
false
false
false
spring-projects
spring-framework
19,953
36d941fc996e1b78ee78235ce890061f5772475c
Chris Beams
Chris Beams
Add readme
add readme
10
false
false
2
true
true
false
spring-projects
spring-framework
19,954
6d674f7836a6870a72c3aab783328f8891496e96
Juergen Hoeller
Juergen Hoeller
DefaultPersistenceUnitManager etc
defaultpersistenceunitmanager etc
33
false
false
2
false
false
false
spring-projects
spring-framework
19,955
bdcf480f55a8018690ef28294a36d19a45271243
Juergen Hoeller
Juergen Hoeller
added protected "isPersistenceUnitOverrideAllowed()" method to DefaultPersistenceUnitManager (SPR-8925)
added protected "ispersistenceunitoverrideallowed()" method to defaultpersistenceunitmanager (spr-8925)
103
false
false
7
false
false
false
spring-projects
spring-framework
19,956