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
7ad540d97bebc89c1a334c856936353acc4a19a1
Nick Williams
Phillip Webb
Parse JPA <exclude-unlisted-classes> correctly Fix PersistenceUnitReader to correctly read <exclude-unlisted-classes> in both JPA 1.0 and 2.0 persistence.xml files. Prior to this commit PersistenceUnitReader would set the value of excludeUnlistedClasses to true when a <exclude-unlisted-classes> element was present, r...
parse jpa <exclude-unlisted-classes> correctly
46
false
false
4
false
true
false
spring-projects
spring-framework
20,057
66cfe9f0e64aff1fe75b95d8445944f5284a0496
Phillip Webb
Phillip Webb
Merge pull request #297 from beamerblvd/SPR-9678 # By Nicholas Williams * SPR-9678: Add <spring:argument> subtag for message/theme Ensure ParamTag release resources Fix malformed UrlTag Javadoc Update TLD versions to 4.0
merge pull request #297 from beamerblvd/spr-9678
48
true
false
6
false
false
false
spring-projects
spring-framework
20,058
f9b17a708f14869074b3ab4e86e46be56d24c0bd
Nicholas Williams
Phillip Webb
Add <spring:argument> subtag for message/theme Add a new <spring:argument> tag that cab be nested within <spring:message> and <spring:theme>. The tag is based on the <fmt:param> tag and uses conventions found throughout other Spring tags. Issue: SPR-9678
argument> subtag for message/theme
34
false
false
4
false
false
false
spring-projects
spring-framework
20,059
50bd70f13de33b6ee61f9bcba83585c1eb2e2456
Nicholas Williams
Phillip Webb
Ensure ParamTag release resources Update ParamTag to reset values when resources are released. This prevents problems in containers that pool tags. Issue: SPR-10769
ensure paramtag release resources
33
false
false
4
false
true
false
spring-projects
spring-framework
20,060
110db37f1c8790b75d80844fa743014c4fd3fcab
Nicholas Williams
Phillip Webb
Fix malformed UrlTag Javadoc
fix malformed urltag javadoc
28
false
false
4
false
true
false
spring-projects
spring-framework
20,061
915e93cc813508b6e7839d06b66d225fbb685ac7
Nicholas Williams
Phillip Webb
Update TLD versions to 4.0
update tld versions to 4.0
26
false
false
5
true
true
true
spring-projects
spring-framework
20,062
6580d6b15cd3ede8e65a60932c677eb5a7e7069f
Phillip Webb
Phillip Webb
Upgrade to latest propdeps plugin Issue: SPR-10763
upgrade to latest propdeps plugin
33
false
false
5
false
false
false
spring-projects
spring-framework
20,063
d7e800abbce3402effe9cc9a6d16995029d86fc4
Phillip Webb
Phillip Webb
Upgrade to latest docbook gradle plugin Issue: SPR-10597
upgrade to latest docbook gradle plugin
39
false
false
6
false
false
false
spring-projects
spring-framework
20,064
02949fc4a7248c0e329f688c3ae2a1a8eb048e6e
Rossen Stoyanchev
Rossen Stoyanchev
Fix failing tests
fix failing tests
17
false
false
3
true
true
true
spring-projects
spring-framework
20,065
b3c7c18c1b800a800c1748a7b85d65eae40ff94f
Rossen Stoyanchev
Rossen Stoyanchev
Add MessageHandler destination prefix checks
add messagehandler destination prefix checks
44
false
false
5
false
false
false
spring-projects
spring-framework
20,066
2cdac267f7fa27e0e684c9c0f86bb3b0f3018f06
Rossen Stoyanchev
Rossen Stoyanchev
Add MessageMethodArumentResolver
add messagemethodarumentresolver
32
false
false
2
true
true
false
spring-projects
spring-framework
20,067
587877c6da90d963a05c71311769f9265dca27bc
Phillip Webb
Phillip Webb
Add MemorySafeUndeclaredThrowableStrategy Port the latest unreleased UndeclaredThrowableStrategy implementation from cglib to fix a memory-leak present in v3. Issue: SPR-10709
add memorysafeundeclaredthrowablestrategy
41
false
false
2
true
true
false
spring-projects
spring-framework
20,068
d0d670cd7dab2c3e428910b6d0297df5425ca179
Rossen Stoyanchev
Rossen Stoyanchev
Make the JSON prefix used in converters configurable Issue: SPR-10627
make the json prefix used in converters configurable
52
false
false
8
false
true
false
spring-projects
spring-framework
20,069
a4c15d6678e63b6d70af79d4c97c40e75c2e9152
Rossen Stoyanchev
Rossen Stoyanchev
Replace assert w/ warning in ResourceHttpRequestHandl. Issue: SPR-9186
replace assert w/ warning in resourcehttprequesthandl
53
false
false
6
false
true
false
spring-projects
spring-framework
20,070
da1fafa93084f2fa175d2209b02b8bb697c8846e
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue in MappingJacksonJsonView Issue: SPR-10752
fix issue in mappingjacksonjsonview
35
false
false
4
false
true
false
spring-projects
spring-framework
20,071
90c4712d0682dc3efea93e97f978b5f000bbf54f
Rossen Stoyanchev
Rossen Stoyanchev
Revise UserSessionResolver to UserQueueSuffixResolver The resolver for /user/{username} prefixed destinations is now more explicitly designed to store queue suffixes rather than session id's, which is what we happen to use as queue suffixes. This allows something other than the sessionId to be used without having to ...
revise usersessionresolver to userqueuesuffixresolver
53
false
false
4
false
true
false
spring-projects
spring-framework
20,072
f86a3283be6ddd209786a81cd892b16154105799
Phillip Webb
Phillip Webb
Add Java SE Javadoc links Issue: SPR-10587
add java se javadoc links
25
false
false
5
true
true
true
spring-projects
spring-framework
20,073
ab0d760d0a330cf0f94f59b323f73c98e69515dd
Phillip Webb
Phillip Webb
Merge pull request #303 from olivergierke/SPR-10678 # By Oliver Gierke * SPR-10678: Fixed potential NPE in SharedEntityManagerCreator
merge pull request #303 from olivergierke/spr-10678
51
true
false
6
false
false
false
spring-projects
spring-framework
20,074
b552c6e1d8ecee232afe1b36e1ea56ee8054947f
Oliver Gierke
Phillip Webb
Fixed potential NPE in SharedEntityManagerCreator Fix SharedEntityManagerCreator.createSharedEntityManager to correctly forward an empty array in case that EntityManagerFactoryInfo returns null from getEntityManagerInterface(). Previously the var-args invocation had turned null into an array with a null value which c...
fixed potential npe in sharedentitymanagercreator
49
false
false
5
false
false
false
spring-projects
spring-framework
20,075
b704d62aad99c54dde89ae2ba17c5cfd160d4593
Phillip Webb
Phillip Webb
Turn down logging in DefaultListableBeanFactory Reduce INFO level startup logging to DEBUG Issue: SPR-10758
turn down logging in defaultlistablebeanfactory
47
false
false
5
false
false
false
spring-projects
spring-framework
20,076
1a8f0d6a9e37d12b31a2fe7bc1fbc2c91700a08e
Phillip Webb
Phillip Webb
Resolve ${} placeholders in @ImportResource Update ConfigurationClassParser to resolve any ${} placeholders from @ImportResource values. Issue: SPR-10686
resolve ${} placeholders in @importresource
43
false
false
5
true
false
true
spring-projects
spring-framework
20,077
2c030d4dcf4866bccc7a59d47398d6bc0de52ce2
Arjen Poutsma
Rossen Stoyanchev
Added 'processExternalEntities' to JAXB2Marshaller Added 'processExternalEntities' property to the JAXB2Marshaller, which indicates whether external XML entities are processed when unmarshalling. Default is false, meaning that external entities are not resolved. Processing of external entities will only be enabled/di...
added 'processexternalentities' to jaxb2marshaller
50
false
false
4
false
false
false
spring-projects
spring-framework
20,078
3272917cf276017df63a214e18d2914999b0baeb
Rossen Stoyanchev
Rossen Stoyanchev
Polish concurrency in UserSessionResolver impl
polish concurrency in usersessionresolver impl
46
false
false
5
false
false
false
spring-projects
spring-framework
20,079
675ec4c3e2664d387c13a9bc1af58db2048b16a1
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue in ContentNeogitatingViewResolver The following commit in 3.2.3 had a side effect on CNVR: https://github.com/SpringSource/spring-framework/commit/aaded7e30b06cc70a354856a2288acd04045b673 It appears that CNVR doesn't treat a request for "*/*" differently from a request that does not request content types. B...
fix issue in contentneogitatingviewresolver
43
false
false
4
false
true
false
spring-projects
spring-framework
20,080
7bab8796237a1104dd21413a3e96c311bab1889d
Rossen Stoyanchev
Rossen Stoyanchev
Fix issue with xpath assertions in Spring Test MVC Issue: SPR-10704
fix issue with xpath assertions in spring test mvc
50
false
false
9
true
true
true
spring-projects
spring-framework
20,081
82ec06ad349426acf663f8edc22dd7716c4ff2cd
Rossen Stoyanchev
Rossen Stoyanchev
Fix bug in SockJS JsonpTransportHandler Issue: SPR-10621
fix bug in sockjs jsonptransporthandler
39
false
false
5
true
true
true
spring-projects
spring-framework
20,082
2a15b5a89585c24203e32537b0306cff45076638
Rossen Stoyanchev
Rossen Stoyanchev
Enable asyncSupported flag in Spring Test MVC Also remove Servlet 3 bridge classes no longer needed since Spring Framework 4 compiles with the Servlet 3 API. That means applications may need to run tests with the Servlet 3 API jar although technically they don't have to run with that in production.
enable asyncsupported flag in spring test mvc
45
false
false
7
true
true
true
spring-projects
spring-framework
20,083
9af1984b39791aabe7d8bd265b21b3157c5db64c
Rossen Stoyanchev
Rossen Stoyanchev
Cache constructor instance in WebAsyncUtils Issue: SPR-10673
cache constructor instance in webasyncutils
43
false
false
5
false
false
false
spring-projects
spring-framework
20,084
860e56ea8447f30beb2edb7483485177e8c0c709
Rossen Stoyanchev
Rossen Stoyanchev
Fix minor issue in WebSocketHttpRequestHandler Issue: SPR-10721
fix minor issue in websockethttprequesthandler
46
false
false
5
true
true
true
spring-projects
spring-framework
20,085
aa6f30482f5dd9000e18910305e34fb6ca880b95
Rossen Stoyanchev
Rossen Stoyanchev
Reverse change committed erroneously
reverse change committed erroneously
36
false
false
4
false
false
false
spring-projects
spring-framework
20,086
3e5372589649b46a61911bf867d6938cbdb1755a
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
20,087
a109d6adc701e981eede518fd4b707b888ea4623
Rossen Stoyanchev
Rossen Stoyanchev
Set heartbeat to 0,0 on CONNECT to message broker
set heartbeat to 0,0 on connect to message broker
49
false
false
9
true
true
true
spring-projects
spring-framework
20,088
6eea4ad68be1d049652911813ac62b0b92a2e72e
Rossen Stoyanchev
Rossen Stoyanchev
Upgrade websocket module to servlet api 3.1.0
upgrade websocket module to servlet api 3.1.0
45
false
false
7
true
true
true
spring-projects
spring-framework
20,089
3925f6a428401c5acf6c6c2e39d9731412d91e7e
Sam Brannen
Sam Brannen
Polish Javadoc for ExtendedBeanInfoFactory
polish javadoc for extendedbeaninfofactory
42
false
false
4
false
false
false
spring-projects
spring-framework
20,090
5bcf68e25a0c5a4e33772cbbd5c8885b7dcfabaf
Chris Beams
Chris Beams
Use ExtendedBeanInfo on an as-needed basis only Prior to this change, CachedIntrospectionResults delegated to ExtendedBeanInfo by default in order to inspect JavaBean PropertyDescriptor information for bean classes. Originally introduced with SPR-8079, ExtendedBeanInfo was designed to go beyond the capabilities of th...
use extendedbeaninfo on an as-needed basis only
47
false
false
7
false
true
false
spring-projects
spring-framework
20,091
b50bb5071ac353e77e9d38c72f888de3add923b2
Chris Beams
Chris Beams
Address various ExtendedBeanInfo bugs - Ensure that ExtendedBeanInfoTests succeeds when building under JDK 7 - Improve handling of read and write method registration where generic interfaces are involved, per SPR-9453 - Add repro test for SPR-9702, in which EBI fails to register an indexed read method under...
address various extendedbeaninfo bugs
37
false
false
4
true
true
true
spring-projects
spring-framework
20,092
c795c1b3622a78e4d2062fd00767d0a4431f3077
Sam Brannen
Sam Brannen
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
20,093
70b0b97b54d545118696b6fe279b57044f739e92
Rossen Stoyanchev
Rossen Stoyanchev
Fix cyclical package dependency
fix cyclical package dependency
31
false
false
4
true
true
true
spring-projects
spring-framework
20,094
6e85dd8917beaf33df46764ec6e5b34645e9296f
Rossen Stoyanchev
Rossen Stoyanchev
Polish async request processing This change fixes a cyclical package dependency. The change also improves the implementation of WebAsyncManager.hasConcurrentResult() following the resolution of Apache issue id=53632 and the release of Apache Tomcat 7.0.30 that contains the fix.
polish async request processing
31
false
false
4
false
false
false
spring-projects
spring-framework
20,095
988f3767525daab7913e403e0d18dd6cf5fe3c81
Arjen Poutsma
Arjen Poutsma
Added SpringFactoriesLoader
added springfactoriesloader
27
false
false
2
false
false
false
spring-projects
spring-framework
20,096
77c93219670a789c7b380c85e5b2514c47fb920a
Phillip Webb
Chris Beams
Sort candidate @AspectJ methods deterministically Update the ReflectiveAspectJAdvisorFactory class to sort candidate AOP methods based on their annotation first and method name second. Prior to this the order of aspects created from annotated methods could differ depending on the underling JVM, as first noticed under...
sort candidate @aspectj methods deterministically
49
false
false
5
false
false
false
spring-projects
spring-framework
20,097
719a9e120d781a23bc81f79a59d0377f8cbc241e
Phillip Webb
Chris Beams
Refactor ComparatorTests into separate classes
refactor comparatortests into separate classes
46
false
false
5
false
false
false
spring-projects
spring-framework
20,098
98218687070fc47eb6f91e81d3d714bf96068cc5
Phillip Webb
Chris Beams
Refactor and polish various Comparator impls - Refactor CompoundComparator constructor to use varargs - Refactor MediaType to consume new varargs constructor - Add notNull assertions where appropriate - Add generic typing where appropriate - Suppress generics warnings elsewhere - Fix whitespace errors
refactor and polish various comparator impls
44
false
false
6
false
false
false
spring-projects
spring-framework
20,099
bd018fc9d7f872d1dde46ee528cc2742216ae428
Arjen Poutsma
Arjen Poutsma
Optional @XmlRootElement check in Jaxb2Marshaller Before this commit, the Jaxb2Marshaller required all supported classes to be annotated with @XmlRootElement. This commit adds a property 'checkForXmlRootElement' (default is true) which allows for un-annotated classes. This is especially useful for JAXB2 implementatio...
optional @xmlrootelement check in jaxb2marshaller
49
false
false
5
false
false
false
spring-projects
spring-framework
20,100
6517517ca9867be846112edd17b7da907a2d04de
Chris Beams
Chris Beams
Refactor to lazy Environment creation where possible This commit avoids eager creation of Environment instances, favoring delegation of already existing Environment objects where possible. For example, FrameworkServlet creates an ApplicationContext; both require a StandardServletEnvironment instance, and prior to this...
refactor to lazy environment creation where possible
52
false
false
7
false
false
false
spring-projects
spring-framework
20,101
9f8d219146a789698a60bf5e98df35ddf6374fb2
Chris Beams
Chris Beams
Remove default profile during environment merge This change fixes a minor bug with the implementation of ConfigurableEnvironment#merge, introduced in SPR-9444. During a merge of two environments A and B, where A has default profiles [prod] and B has default profiles [default] (the so-called 'reserved default profile')...
remove default profile during environment merge
47
false
false
6
false
true
false
spring-projects
spring-framework
20,102
f963d0f190b60d56653a1dd4fd5119fb3ba70969
Chris Beams
Chris Beams
Register environment in all bean factories in a hierarchy Prior to this change, AbstractApplicationContext#prepareBeanFactory registered a bean named 'environment' once and only once within a given ApplicationContext hierarchy. This worked fine with the expectation that the Environment object is always delegated downw...
register environment in all bean factories in a hierarchy
57
false
false
9
true
true
false
spring-projects
spring-framework
20,103
c92a06f003c2fac8785b4e3c1382c07e34d5e462
Rob Winch
Rossen Stoyanchev
Support Filters/Servlet invocation in MockFilterChain This commit adds the ability to allow the MockFilterChain to invoke a List of Filter's and/or a Servlet. Issue: SPR-9745
support filters/servlet invocation in mockfilterchain
53
false
false
5
false
true
false
spring-projects
spring-framework
20,104
6bce09831060430b00e6ed93785c7d40ac8529a8
Juergen Hoeller
Juergen Hoeller
refined TypeConverterDelegate's ConversionService exception handling Issue: SPR-9498
refined typeconverterdelegate's conversionservice exception handling
68
false
false
5
false
false
false
spring-projects
spring-framework
20,105
15e384dfd3659c923be7ff6af53813e731b7fad1
Juergen Hoeller
Juergen Hoeller
updated changelog
updated changelog
17
false
false
2
false
false
false
spring-projects
spring-framework
20,106
e904589bd1f910b095acdd1fb760a76ab84e8e54
Juergen Hoeller
Juergen Hoeller
added Field context variant to TypeConverter interface in beans module; @Value injection works in combination with formatting rules such as @DateTimeFormat Issue: SPR-9637
added field context variant to typeconverter interface in beans module; @value injection works in combination with formatting rules such as @datetimeformat
155
false
false
21
false
false
false
spring-projects
spring-framework
20,107
780a259c70f9009445634760e038ae550bde5998
Juergen Hoeller
Juergen Hoeller
re-added JDBC 4.1 getParentLogger method
re-added jdbc 4.1 getparentlogger method
40
false
false
5
false
false
false
spring-projects
spring-framework
20,108
931ea5cdf4769b59bf0280eed95599925d0400cd
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
20,109
db4cc9562f065935e25412011f2cf07e11e912dc
jhoeller
jhoeller
Merge pull request #94 from dsyer/SPR-9498 SPR-9498: relax logic detecting successful property editor after conversion exception
merge pull request #94 from dsyer/spr-9498
42
true
false
6
true
false
false
spring-projects
spring-framework
20,110
50df4d08c2e5180eab2eda916a1502f7566cb45f
Juergen Hoeller
Juergen Hoeller
adapted to deprecation backport in 3.1.3 Issue: SPR-9664
adapted to deprecation backport in 3.1.3
40
false
false
6
false
false
false
spring-projects
spring-framework
20,111
1bd775f828ddb1f2919c2a57b1151dc3cca9f14c
Juergen Hoeller
Juergen Hoeller
@Autowired-driven ObjectFactory/Provider resolution works in non-singleton beans as well Issue: SPR-9181
@autowired-driven objectfactory/provider resolution works in non-singleton beans as well
88
false
false
9
false
false
false
spring-projects
spring-framework
20,112
68c5f20bc7891ef9435ffc096e97f626277d27a7
Juergen Hoeller
Juergen Hoeller
aligned with recent changes in CommonAnnotationBeanPostProcessor Issue: SPR-9176 Issue: SPR-9627
aligned with recent changes in commonannotationbeanpostprocessor
64
false
false
6
false
false
false
spring-projects
spring-framework
20,113
04af54ad4cd7ac335d275487b19e96ed3335f221
Juergen Hoeller
Juergen Hoeller
@Resource processing properly works with scoped beans and prototypes again Issue: SPR-9627
@resource processing properly works with scoped beans and prototypes again
74
false
false
10
false
false
false
spring-projects
spring-framework
20,114
cec30a7a2d1f4da2df2b6a3fc9fbef104ecabee8
Juergen Hoeller
Juergen Hoeller
MessageSourceSupport uses locale-specific MessageFormat cache for default messages Issue: SPR-9607
messagesourcesupport uses locale-specific messageformat cache for default messages
82
false
false
8
false
false
false
spring-projects
spring-framework
20,115
95adf1dbeeb3172cc6fe21d542b27a288a3f0c0c
Juergen Hoeller
Juergen Hoeller
fixed Portlet request mapping priorities in cross-controller case Issue: SPR-9303 Issue: SPR-9605
fixed portlet request mapping priorities in cross-controller case
65
false
false
8
false
false
false
spring-projects
spring-framework
20,116
049b9444348bb54b064bd0ce818b3fdb64a72d68
Juergen Hoeller
unknown
polishing (at the occasion of a backport)
polishing (at the occasion of a backport)
41
false
false
7
false
false
false
spring-projects
spring-framework
20,117
30de87a51e5977545846225b9c64072f50103477
Juergen Hoeller
unknown
StaxEventContentHandler uses static inner class for Location adapter, in order to avoid leaks when caching events Issue: SPR-9305
staxeventcontenthandler uses static inner class for location adapter, in order to avoid leaks when caching events
113
false
false
16
false
false
false
spring-projects
spring-framework
20,118
7ff30d00433de098e03fbc194bbac2bd1af4895f
Juergen Hoeller
unknown
Sybase lock wait timeout error code missing Issue: SPR-9681
sybase lock wait timeout error code missing
43
false
false
7
false
false
false
spring-projects
spring-framework
20,119
769753dac429f0448ecb56ee810e4f4a86f9fc9d
Juergen Hoeller
unknown
ResourceUtils.useCachesIfNecessary() not correct handle JNLP connections Issue: SPR-9547
resourceutils.usecachesifnecessary() not correct handle jnlp connections
72
false
false
6
false
false
false
spring-projects
spring-framework
20,120
bd7a6f658ab5ddd468f05b2ed9d9080a78953980
Juergen Hoeller
unknown
Typo in ApplicationContextAware and BeanNameAware section Issue: SPR-9609
typo in applicationcontextaware and beannameaware section
57
false
false
6
false
false
false
spring-projects
spring-framework
20,121
cb564b287fe36bf5d6840a674d4486f2d0fc91fd
Rossen Stoyanchev
Rossen Stoyanchev
Provide support for filter registrations The AbstractDispatcherServletInitializer now provides support for the registration of filters to be mapped to the DispatcherServlet. It also sets the asyncSupported flag by default on the DispatcherServlet and all registered filters. Issue: SPR-9696
provide support for filter registrations
40
false
false
5
true
true
true
spring-projects
spring-framework
20,122
a49851d5ebcb5d3c65e324f279f3a8c33f4db16f
Rossen Stoyanchev
Rossen Stoyanchev
Add equals/hashcode to ResponseEntity Issue: SPR-9714
add equals/hashcode to responseentity
37
false
false
4
true
true
true
spring-projects
spring-framework
20,123
473de081b8afe2caf8b0a6b533feebc97afa0667
Rossen Stoyanchev
Rossen Stoyanchev
Improve no-match handling for @RequestMapping methods Issue: SPR-9603
improve no-match handling for @requestmapping methods
53
false
false
6
false
true
false
spring-projects
spring-framework
20,124
2201dd8c45051230ad1a5a0e895cb5951edbfb74
Rossen Stoyanchev
Rossen Stoyanchev
Add support for matrix variables A new @MatrixVariable annotation allows injecting matrix variables into @RequestMapping methods. The matrix variables may appear in any path segment and should be wrapped in a URI template for request mapping purposes to ensure request matching is not affected by the order or the prese...
add support for matrix variables
32
false
false
5
true
true
true
spring-projects
spring-framework
20,125
da05b094f5b3847e156a658dffe414129658677c
Rossen Stoyanchev
Rossen Stoyanchev
Polish standard Spring MVC exception handling Rename ExceptionHandlerSupport to ResponseEntityExceptionHandler and emphasize the contrast to DefaultHandlerExceptionResovler -- i.e. one returns a ResponseEntity and relies on message converters while the other returns a ModelAndView and relies on view resolution. Issue...
polish standard spring mvc exception handling
45
false
false
6
false
false
false
spring-projects
spring-framework
20,126
0a6b1167a7d79e9b52c55f271ee4d265b3f5dba1
Arjen Poutsma
Arjen Poutsma
Improved Javadoc
improved javadoc
16
false
false
2
false
false
false
spring-projects
spring-framework
20,127
d37e7878e6a51cd88b3dd34b191178f32b555878
Arjen Poutsma
Arjen Poutsma
Improved Javadoc
improved javadoc
16
false
false
2
false
false
false
spring-projects
spring-framework
20,128
3794f995ba2d943de10b044960051c956a62756f
Sam Brannen
Sam Brannen
Avoid and/or suppress warnings in spring-test
avoid and/or suppress warnings in spring-test
45
false
false
6
false
false
false
spring-projects
spring-framework
20,129
5ce20fdd73bf2cc95c6e53e17e5836d66e6052c1
Arjen Poutsma
Arjen Poutsma
Improved Javadoc
improved javadoc
16
false
false
2
false
false
false
spring-projects
spring-framework
20,130
29613f1c21fa102790a7e4094feb7cfcea2c7514
Chris Beams
Chris Beams
Merge pull request #120 from poutsma/SPR-9677 * SPR-9677: Introduce strategy for BeanInfo creation
merge pull request #120 from poutsma/spr-9677
45
true
false
6
true
false
false
spring-projects
spring-framework
20,131
ca017a488056701a07673b872e8faa40667cd32e
Arjen Poutsma
Chris Beams
Introduce strategy for BeanInfo creation Before this commit, the CachedIntrospectionResults was hard-coded to create ExtendedBeanInfos for bean classes. The ExtendedBeanInfo support the JavaBeans property contract only. This commit introduces the BeanInfoFactory, a strategy for creating BeanInfos. Through this strate...
introduce strategy for beaninfo creation
40
false
false
5
true
true
true
spring-projects
spring-framework
20,132
b95550489b1d0e3dba2e52b9e1862bbd1cf60ba3
Rossen Stoyanchev
Rossen Stoyanchev
Add "New in Spring 3.2" section to reference docs
add "new in spring 3.2" section to reference docs
49
false
false
9
false
false
false
spring-projects
spring-framework
20,133
c9b7b132fb0370f51169929b704862b71183b49a
Rossen Stoyanchev
Rossen Stoyanchev
Support generic types in @RequestBody arguments This change makes it possible to declare an @RequestBody argument with a generic type (e.g. List<Foo>). If a GenericHttpMessageConverter implementation supports the method argument, then the request will be converted to the apropiate target type. The new GenericHttpMess...
support generic types in @requestbody arguments
47
false
false
6
true
true
true
spring-projects
spring-framework
20,134
ed3823b045fd19cdb801609eb034c93dd4d75c3f
Arjen Poutsma
Rossen Stoyanchev
Support generic target types in the RestTemplate This change makes it possible to use the RestTemplate to read an HTTP response into a target generic type object. The RestTemplate has three new exchange(...) methods that accept ParameterizedTypeReference -- a new class that enables capturing and passing generic type i...
support generic target types in the resttemplate
48
false
false
7
true
true
true
spring-projects
spring-framework
20,135
789e12a0c72c37a3f3796fd14bc2f61c8f6b909a
Rossen Stoyanchev
Rossen Stoyanchev
Use OS-specific newline in Jackon pretty print tests
use os-specific newline in jackon pretty print tests
52
false
false
8
true
false
false
spring-projects
spring-framework
20,136
2965df6bee12638e3e1a1208c382679fe3d46751
Rossen Stoyanchev
Rossen Stoyanchev
Update Javadoc of UriComponentsBuilder Issue: SPR-9474
update javadoc of uricomponentsbuilder
38
false
false
4
true
true
true
spring-projects
spring-framework
20,137
de6f74fa4071935c6651eb22d5f1819655af6c21
Rossen Stoyanchev
Rossen Stoyanchev
Encode UTF-8 characters used in Java test sources A pass-through the native2ascii tool. Issue: SPR-9657
encode utf-8 characters used in java test sources
49
false
false
8
false
false
false
spring-projects
spring-framework
20,138
b3f0b6e2d664bf232e3468acac2eba0e39dab4ab
Rossen Stoyanchev
Rossen Stoyanchev
Fix links in MVC chapter Issue: SPR-9344
fix links in mvc chapter
24
false
false
5
true
true
true
spring-projects
spring-framework
20,139
888835445c4f0bfb49055167d19b2c6cb25d7b45
Rossen Stoyanchev
Rossen Stoyanchev
Update error message in DispatcherServlet Issue: SPR-8338
update error message in dispatcherservlet
41
false
false
5
true
true
true
spring-projects
spring-framework
20,140
364bb696e0d45644919f418a9d7bad1522147820
Rossen Stoyanchev
Rossen Stoyanchev
Decode target parameters prior to saving a FlashMap The target parameters for a FlashMap must be decoded to be able to match them to the parameters of incoming requests given that the HttpServletRequest returns decoded request parameters. SPR-9657
decode target parameters prior to saving a flashmap
51
false
false
8
false
true
false
spring-projects
spring-framework
20,141
af1561634c0b039c7dd16d526e831e09b8b11045
Rossen Stoyanchev
Rossen Stoyanchev
Allow Errors after @RequestBody and @RequestPart An @RequestBody or an @RequestPart argument can now be followed by an Errors/BindingResult argument making it possible to handle validation errors (as a result of an @Valid annotation) locally within the @RequestMapping method. Issue: SPR-7114
allow errors after @requestbody and @requestpart
48
false
false
6
true
true
true
spring-projects
spring-framework
20,142
06d95915a01ec0944347fabd86f6dd2cd4c2e2da
Rossen Stoyanchev
Rossen Stoyanchev
Add error message for missing servlet request param. The DefaultHandlerExceptionResolver now provides an error message in addition to setting the status of the response. Issue: SPR-9312
add error message for missing servlet request param
51
false
false
8
true
true
false
spring-projects
spring-framework
20,143
1cf4a2facd4fa0784fd10a767114011a79164abd
Rossen Stoyanchev
Rossen Stoyanchev
Add ExceptionHandlerSupport class The new class is functionally equivalent to the DefaultHandlerExceptionResolver (i.e. it translates Spring MVC exceptions to various status codes) but uses an @ExceptionHandler returning a ResponseEntity<Object>, which means it can be customized to write error content to the body of t...
add exceptionhandlersupport class
33
false
false
3
true
true
true
spring-projects
spring-framework
20,144
58daeea1e2d7f3688057e0131cba5291a6f70fc2
Sam Brannen
Sam Brannen
Merge pull request #121 from sbrannen/SPR-9011 * SPR-9011: Support ApplicationContextInitializers in the TCF
merge pull request #121 from sbrannen/spr-9011
46
true
false
6
false
false
false
spring-projects
spring-framework
20,145
1f93777bbd9ec10ac1693a1362231a3f2f74aa8d
Sam Brannen
Sam Brannen
Support ApplicationContextInitializers in the TCF Starting with Spring 3.1 applications can specify contextInitializerClasses via context-param and init-param in web.xml; however, there is currently no way to have such initializers invoked in integration testing scenarios without writing a custom SmartContextLoader. F...
support applicationcontextinitializers in the tcf
49
false
false
5
false
true
false
spring-projects
spring-framework
20,146
9c8c967caa4062670ac0660db97feee43bf54500
Rossen Stoyanchev
Rossen Stoyanchev
Add async options to MVC namespace and Java config The MVC Java config method to implement is WebMvcConfigurer.configureAsyncSupport(AsyncSupportConfigurer) The MVC namespace element is: <mvc:annotation-driven> <mvc:async-support default-timeout="2500" task-executor="myExecutor" /> </mvc:annotation-driven> Issue: ...
add async options to mvc namespace and java config
50
false
false
9
true
true
true
spring-projects
spring-framework
20,147
4f55518290885a4a20ba892b23c4fe00e582f0a8
Rossen Stoyanchev
Rossen Stoyanchev
Update remaining filter with async support Issue: SPR-9433
update remaining filter with async support
42
false
false
6
false
true
false
spring-projects
spring-framework
20,148
cdab04a032f2807d18d5156cf0068caf2b52bedb
Rossen Stoyanchev
Rossen Stoyanchev
Set timeout value and task executor per async request Methods returning DeferredResult can now specify a timeout value through constructor arg while methods returning a Callable can wrap it in an AsyncTask that also accepts a timeout and a specific task executor. Issue: SPR-9399
set timeout value and task executor per async request
53
false
false
9
false
true
false
spring-projects
spring-framework
20,149
4407f6a4c097e0fecf3d7df079d2307f7d5d48ce
Rossen Stoyanchev
Rossen Stoyanchev
Make DeferredResult more usable and testable DeferredResult now has a setErrorResult method that can be set to an Exception or an error object, error view, etc. The new isSetOrExpired() method can be used to check pro-actively if the DeferredResult is still usable or not. The setDeferredResultHandler method is now p...
make deferredresult more usable and testable
44
false
false
6
false
true
false
spring-projects
spring-framework
20,150
3b9833c538be64cda4285f8e6b62aec7dd16ec8e
Sam Brannen
Sam Brannen
Update MockHttpSession across the test suite
update mockhttpsession across the test suite
44
false
false
6
false
true
false
spring-projects
spring-framework
20,151
8059625670aedbdb1f5b9689ef1a9cbc41b050ec
Sam Brannen
Sam Brannen
Implement invalidate() properly in MockHttpSession The invalidate() method in MockHttpSession is currently implemented incorrectly. According to the Servlet specification, the method should throw an IllegalStateException if it is invoked on an already invalidated session. However, invoking invalidate() on the same Moc...
implement invalidate() properly in mockhttpsession
50
false
false
5
false
false
false
spring-projects
spring-framework
20,152
e65b930e7ad63b909bd2977bff806322477f8a91
Rossen Stoyanchev
Rossen Stoyanchev
Introduced ControllerAdvice annotation Classes with this annotation can contain @ExceptionHandler, @InitBinder, and @ModelAttribute methods that apply to all controllers. The new annotation is also a component annotation allowing implementations to be discovered through component scanning. Issue: SPR-9112
introduced controlleradvice annotation
38
false
false
3
false
false
false
spring-projects
spring-framework
20,153
f1105812afe1f3785d58c7a353abe76d02219c31
Sam Brannen
Sam Brannen
Polish Spring MVC ContextLoader This commit polishes the exception message thrown by customizeContext() for greater readability.
polish spring mvc contextloader
31
false
false
4
false
false
false
spring-projects
spring-framework
20,154
81128871be4b9055fc562893c3a7ecd37184fd3b
Chris Beams
Chris Beams
Add optional AspectJ dependencies where appropriate spring-core, spring-aop and spring-context each have compile-time dependencies on classes in the aspectjweaver jar. Prior to this commit, only spring-core declared an optional dependency on it; now all three do. Issue: SPR-9683
add optional aspectj dependencies where appropriate
51
false
false
6
true
true
false
spring-projects
spring-framework
20,155
d986585be8c0b02f64a8952c8d6811bd704330d0
Chris Beams
Chris Beams
Make spring-orm dependency on spring-web optional Historically spring-orm has had an optional dependency on spring-web, primarily in support of OpenSessionInView functionality. This optional dependency was inadvertently made required when porting the build to Gradle. This commit simply reintroduces the optional settin...
make spring-orm dependency on spring-web optional
49
false
false
6
false
false
false
spring-projects
spring-framework
20,156