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
179dad8c249dc7debb55aa181710af8e437d9807
Juergen Hoeller
Juergen Hoeller
defensive checking that a provided class actually implements WebApplicationInitializer (SPR-8557); avoid early initialization of Commons Logging (using ServletContext logging instead)
defensive checking that a provided class actually implements webapplicationinitializer (spr-8557); avoid early initialization of commons logging (using servletcontext logging instead)
183
false
false
20
false
false
false
spring-projects
spring-framework
21,257
2218cdb16f27a4cb8543f2f4f1e740003762d991
Juergen Hoeller
Juergen Hoeller
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
21,258
672fed621b8a1e25b90e16e546460483681e7549
Sam Brannen
Sam Brannen
Cleaning up unused imports.
cleaning up unused imports
26
false
false
4
false
false
false
spring-projects
spring-framework
21,259
fd7e0b405b1fa418ed7449200a42d77a145f92e8
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8515 Check for traversal to parent directory via ../ in resource requests
spr-8515 check for traversal to parent directory via ../ in resource requests
77
false
false
12
false
false
false
spring-projects
spring-framework
21,260
5d2a84f39ad30c6e04bb36aba71b7ee0e7b98f1b
Juergen Hoeller
Juergen Hoeller
fixed test
fixed test
10
false
false
2
false
false
false
spring-projects
spring-framework
21,261
79ed87e3d57a1ec774deed5d6b3278234a051e58
Juergen Hoeller
Juergen Hoeller
updated cache aspect after CacheAspectSupport base class changes
updated cache aspect after cacheaspectsupport base class changes
64
false
false
8
false
false
false
spring-projects
spring-framework
21,262
df3761e3f68eea980a73f507e5d04ab3629b5c3d
Juergen Hoeller
Juergen Hoeller
introduced AnnotationUtils.getAnnotation(AnnotatedElement, annotationType)
introduced annotationutils.getannotation(annotatedelement, annotationtype)
74
false
false
3
false
false
false
spring-projects
spring-framework
21,263
abdae3d26be884f37bc42d3bb5b36fecf5e5c7ac
Juergen Hoeller
Juergen Hoeller
general revision of cache package; added ConcurrentMapCacheManager
general revision of cache package; added concurrentmapcachemanager
66
false
false
7
false
false
false
spring-projects
spring-framework
21,264
02362f43476bbe011ced774c3c862f3a3cc051e2
Michael Isvy
Michael Isvy
SPR-7858 Updating references to @Resource usage
spr-7858
8
false
false
1
false
false
false
spring-projects
spring-framework
21,265
f3d00da08046ca0f2789ed8c1b69ca09d0a1b09a
Chris Beams
Chris Beams
Use Geronimo j2ee-connector API in JMS pom
use geronimo j2ee-connector api in jms pom
42
false
false
7
false
false
false
spring-projects
spring-framework
21,266
3363d05879537979a13e057f036257a064e1b505
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8483 Add integration test for accessing multipart request parts with @RequestPart
spr-8483 add integration test for accessing multipart request parts with @requestpart
85
false
false
11
false
false
false
spring-projects
spring-framework
21,267
1b26b4744f46ab70746c16858827b8fb29c60c09
Juergen Hoeller
Juergen Hoeller
fixed ignored test
fixed ignored test
18
false
false
3
false
false
false
spring-projects
spring-framework
21,268
48de81deec649be9dcbed11fb35ba04d8c96e2ca
Juergen Hoeller
Juergen Hoeller
refined JBoss 6.0 note
refined jboss 6.0 note
22
false
false
4
false
false
false
spring-projects
spring-framework
21,269
7a6d8d94cd718ebda8316721668a112ef0e4cb04
Juergen Hoeller
Juergen Hoeller
multipart etc
multipart etc
13
false
false
2
false
false
false
spring-projects
spring-framework
21,270
7d8aa05c4071c67d0bd8b6d2ba79f52bdbf853cb
Juergen Hoeller
Juergen Hoeller
added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter
added "acceptproxyclasses" flag to remoteinvocationserializingexporter
70
false
false
5
false
false
false
spring-projects
spring-framework
21,271
2c199cf190fd860ad29799ee4e85b38cb092597a
Juergen Hoeller
Juergen Hoeller
updated javadoc for server-specific LoadTimeWeavers
updated javadoc for server-specific loadtimeweavers
51
false
false
5
false
false
false
spring-projects
spring-framework
21,272
f800a026cbbcdd9b2ada349126e67eb71e0d77b1
David Syer
David Syer
Fix typo in MVC docs
fix typo in mvc docs
20
false
false
5
true
true
true
spring-projects
spring-framework
21,273
57cb1f2777be4b5281c24bdd28a83ba30ca5994f
Juergen Hoeller
Juergen Hoeller
improved ExposeInvocationInterceptor error message with respect to advice ordering (SPR-8544)
improved exposeinvocationinterceptor error message with respect to advice ordering (spr-8544)
93
false
false
10
false
false
false
spring-projects
spring-framework
21,274
8bf019b6750546460d7c7de37b31d14985af8ef3
Juergen Hoeller
Juergen Hoeller
fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231)
fixed @exceptionhandler exception type matching (exceptiondepthcomparator; spr-8231)
84
false
false
7
false
false
false
spring-projects
spring-framework
21,275
d0cd678089b8956e95f34cef06fec3a1621c1677
Sam Brannen
Sam Brannen
[SPR-8387] Added TODO.
[spr-8387] added todo
21
false
false
3
false
false
false
spring-projects
spring-framework
21,276
072271d9e99367e75bb0671b25558871df82988a
Sam Brannen
Sam Brannen
[SPR-8549] Documented the equals() method implementation in MergedContextConfiguration.
[spr-8549] documented the equals() method implementation in mergedcontextconfiguration
86
false
false
8
false
false
false
spring-projects
spring-framework
21,277
461119973ba370e4e6a6d4be8668adf0f2dd6832
Sam Brannen
Sam Brannen
[SPR-8387] deleted resolved TODO.
[spr-8387] deleted resolved todo
32
false
false
4
false
false
false
spring-projects
spring-framework
21,278
8224af19385b82c27ec48e0b1bbea89c1b5d6a8c
Sam Brannen
Sam Brannen
[SPR-8549] ContextCache is now keyed by MergedContextConfiguration instead of String; MergedContextConfiguration now implements custom hashCode() and equals() methods and no longer generates a context cache key.
[spr-8549] contextcache is now keyed by mergedcontextconfiguration instead of string; mergedcontextconfiguration now implements custom hashcode() and equals() methods and no longer generates a context cache key
210
false
false
26
false
false
false
spring-projects
spring-framework
21,279
5309e43ea0fe9b1e18c9b270eacf967546ca13ac
Sam Brannen
Sam Brannen
[SPR-8178] @Ignore-ing testPrintNull() until it is determined why changes to GenericConversionService broke this test.
[spr-8178] @ignore-ing testprintnull() until it is determined why changes to genericconversionservice broke this test
117
false
false
14
false
false
false
spring-projects
spring-framework
21,280
052d3e7ccb92ec062cde5cbdf19ec23ae790b3ba
Sam Brannen
Sam Brannen
[SPR-8718] now using correct JIRA ID in the comments.
[spr-8718] now using correct jira id in the comments
52
false
false
9
false
false
false
spring-projects
spring-framework
21,281
f752b47fcbb3b5bfc31e118cda6f8a24a7ae4e6b
Sam Brannen
Sam Brannen
[SPR-8178] @Ignore-ing testDefaultNumberFormatting() until it is determined why changes to GenericConversionService broke this test.
[spr-8178] @ignore-ing testdefaultnumberformatting() until it is determined why changes to genericconversionservice broke this test
131
false
false
14
false
false
false
spring-projects
spring-framework
21,282
1d7a6c53da8d1f816a811accca24b8c0b00d956d
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8718 Prevent ClassCastException when the target of Converter<?,?> is a super-class of the actual target.
spr-8718 prevent classcastexception when the target of converter<?,?> is a super-class of the actual target
107
false
false
15
false
false
false
spring-projects
spring-framework
21,283
f6483cad3c6334885b25a0b2280ad99f453106e8
Sam Brannen
Sam Brannen
[SPR-8222] Suppressing deprecation warnings for org.junit.internal.runners.model.MultipleFailureException, which has been deprecated in JUnit 4.9.
[spr-8222] suppressing deprecation warnings for org.junit.internal.runners.model.multiplefailureexception, which has been deprecated in junit 4.9
145
false
false
13
false
false
false
spring-projects
spring-framework
21,284
48f7dcc464ac1b0b765d99bd86d5f699f26349bf
Rossen Stoyanchev
Rossen Stoyanchev
POLISH CREATION OF DATA BINDERS FOR @RequestMapping METHODS Make it possible to hook in custom ServletRequestDataBinderFactory by overriding RequestMappingHandlerAdapter. Create ExtendedServletRequestDataBinder to add URI template vars to the binding values taking advantage of a new extension hook in ServletRequestD...
polish creation of data binders for @requestmapping methods
59
false
false
8
false
false
false
spring-projects
spring-framework
21,285
6bc4ea058c7a1b5c61b3b18213c54d20e3fbbd12
Rossen Stoyanchev
Rossen Stoyanchev
POLISH ARGUMENT RESOLVERS AND RETURN VALUE HANDLERS.
polish argument resolvers and return value handlers
51
false
false
7
false
false
false
spring-projects
spring-framework
21,286
fe7e2a7f54c49efd99de2236dfdddf2639c2b354
Rossen Stoyanchev
Rossen Stoyanchev
Improvements to the way the content of RequestConditions is exposed. RequestCondition types keep individual expression types (e.g. the discrete header or param expressions) package private. Although the implementation of these types should remain private, there is no reason not to provide access to the underlying ex...
improvements to the way the content of requestconditions is exposed
67
false
false
10
false
false
false
spring-projects
spring-framework
21,287
fb526f534ab412f0f893221b8bca1e74e49c325b
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8700 REFINE ORDER OF ARGUMENT RESOLUTION AND RETURN VALUE HANDLING. 1. Consider single-purpose return value types like HttpEntity, Model, View, and ModelAndView ahead of annotations like @ResponseBody and @ModelAttribute. And reversely consider multi-purpose return value types like Map, String, and void only afte...
spr-8700 refine order of argument resolution and return value handling
70
false
false
10
false
false
false
spring-projects
spring-framework
21,288
f200ccd89972c45d24fbbe86c69a9f15fc6e7d15
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8712 Expose BEST_MATCHING_PATTERN_ATTRIBUTE in RequestMappingHandlerMapping.
spr-8712 expose best_matching_pattern_attribute in requestmappinghandlermapping
79
false
false
5
false
false
false
spring-projects
spring-framework
21,289
7a3f02bce94b472915be2af0d65cd33b2d370aa2
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8688 Don't use Servlet request params for form 'PUT' in ServletServerHttpRequest.
spr-8688 don't use servlet request params for form 'put' in servletserverhttprequest
84
false
false
11
false
false
false
spring-projects
spring-framework
21,290
c257afa515259cbe1756fe418907f45755e92c80
Rossen Stoyanchev
Rossen Stoyanchev
SPR-7943 Add interface for HDIV integration and delegate to it from JSP form tags.
spr-7943 add interface for hdiv integration and delegate to it from jsp form tags
81
false
false
14
false
false
false
spring-projects
spring-framework
21,291
8b8be39d9f66510c1810637ee4095b2a56c31250
Sam Brannen
Sam Brannen
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
21,292
71cc38aaff4b408dfd95f3445244f059e09cf21f
Rossen Stoyanchev
Rossen Stoyanchev
SPR-6464 Update reference doc with FlashMap and RedirectAttributes information.
spr-6464 update reference doc with flashmap and redirectattributes information
78
false
false
9
false
false
false
spring-projects
spring-framework
21,293
b2d88ba85807afa89864eac276be978a13e437f8
Rossen Stoyanchev
Rossen Stoyanchev
SPR-6464 Polish following code review.
spr-6464 polish following code review
37
false
false
5
false
false
false
spring-projects
spring-framework
21,294
aeba9d244af263d3489b141c7a9655bc5f09380d
Arjen Poutsma
Arjen Poutsma
SPR-5973: now dealing with path followed by segments (and vice-versa) correctly.
now dealing with path followed by segments (and vice-versa) correctly
69
false
false
10
false
false
false
spring-projects
spring-framework
21,295
1300da06a6c4aea7a5198e70e97aee4990fa9b17
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8593 Fix issue in ModelAndViewMethodReturnValueHandler with ModelAndView containing a View
spr-8593 fix issue in modelandviewmethodreturnvaluehandler with modelandview containing a view
94
false
false
10
false
false
false
spring-projects
spring-framework
21,296
38f05678c1d5f8c004d433c71f31c8e04681924b
Arjen Poutsma
Arjen Poutsma
SPR-5973: UriComponents now encapsulates uri template variables
uricomponents now encapsulates uri template variables
53
false
false
6
false
false
false
spring-projects
spring-framework
21,297
3f2ea7f50eac1d9d3d45e029b7452f6352b903f2
Arjen Poutsma
Arjen Poutsma
SPR-5973: UriComponents now encapsulates a PathCompont, switching between string paths and path segment lists automatically.
uricomponents now encapsulates a pathcompont, switching between string paths and path segment lists automatically
113
false
false
14
false
false
false
spring-projects
spring-framework
21,298
782c2a4657ef3c92fce91aa9a0276b2773f49a25
Arjen Poutsma
Arjen Poutsma
Removed ServletUriComponentsBuilder for now.
removed servleturicomponentsbuilder for now
43
false
false
4
false
false
false
spring-projects
spring-framework
21,299
1b61f27f5bc8ff81a7f47f64e0e7368d705bff41
Arjen Poutsma
Arjen Poutsma
polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
21,300
10be0ef9e763d368a24a7ac466da50a2224c5d41
Chris Beams
Chris Beams
Clarify BeanFactory#containsBean Javadoc Previously, #containsBean Javadoc advertised that a true return value indicates that a call to #getBean for the same name would succeed. This is actually not the case, and has never been. The semantics of #containsBean have always been to indicate whether a bean definition wi...
clarify beanfactory#containsbean javadoc
40
false
false
3
true
false
true
spring-projects
spring-framework
21,301
bc57f72bbb4ecf03fad9a8389b4cbded48e8f6e3
Chris Beams
Chris Beams
Temporarily @Ignore failure in RequestContextTests Issue: SPR-5973
temporarily @ignore failure in requestcontexttests
50
false
false
5
false
false
false
spring-projects
spring-framework
21,302
15a8f776b9436fa8a74fc73b7004fdf830879c77
Chris Beams
Chris Beams
Clarify stereotype and exception translation Javadoc Cite original inspiriation by Domain-Driven Design, but make clear the flexible and general-purpose nature of Spring's stereotype annotations such as @Repository and @Service. Also update @Repository Javadoc with more explicit instructions about switching on except...
clarify stereotype and exception translation javadoc
52
false
false
6
false
true
false
spring-projects
spring-framework
21,303
1a2f96000ea16d7635a9d95e2b20b9664da44ff1
Keith Donald
Keith Donald
clarified repository definition from DDD and removed comparison with DAO to reduce confusion
clarified repository definition from ddd and removed comparison with dao to reduce confusion
92
false
false
13
false
false
false
spring-projects
spring-framework
21,304
663f0563292c4f9408cd2eec395e3f9eb30ef2ea
Arjen Poutsma
Arjen Poutsma
SPR-5973: UriComponents no longer a Map, moved all static methods from UriComponents to builder, added expand method to UriComponents
uricomponents no longer a map, moved all static methods from uricomponents to builder, added expand method to uricomponents
123
false
false
18
false
false
false
spring-projects
spring-framework
21,305
dd1f3f8e0f14d39bafa25e3c0f2a9b0271930c0e
Arjen Poutsma
Arjen Poutsma
Added MultiValueMap utility methods
added multivaluemap utility methods
35
false
false
4
false
false
false
spring-projects
spring-framework
21,306
28a696ba513e91d70c8497f8a84f32d966d67a61
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8676 Fix minor issue in how ServletServletHttpRequest detects form content-type requests
spr-8676 fix minor issue in how servletservlethttprequest detects form content-type requests
92
false
false
11
false
false
false
spring-projects
spring-framework
21,307
de504fa613bc79546c596469ddf53a972a60fae6
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8678 Use the lookup path to determine the media type by file name.
spr-8678 use the lookup path to determine the media type by file name
69
false
false
13
false
false
false
spring-projects
spring-framework
21,308
2799e710bc5a689e286a705b596ae41c1a8ceb54
Rossen Stoyanchev
Rossen Stoyanchev
SPR-6464 Add 'setAlwaysUseRedirectAttributes' flag. When set to 'true' the flag makes RedirectAttributes the only way to add attributes for a redirect thus ignoring the content of the default model even if RedirectAttributes is not in the list of controller method args.
spr-6464 add 'setalwaysuseredirectattributes' flag.
51
false
false
4
false
false
false
spring-projects
spring-framework
21,309
a456a1a0e3ba2aa76ce37c6ccc77b7eb71119cf4
Chris Beams
Chris Beams
Improve annotation processing thread-safety Commit http://bit.ly/nXumTs ensured that component methods and fields marked with 'common annotations' such as @Resource, @PostConstruct and @PreDestroy are invoked/assigned once and only once, even if multiple instances of the CommonAnnotationBeanPostProcessor are processin...
improve annotation processing thread-safety
43
false
false
4
false
false
false
spring-projects
spring-framework
21,310
c8add61a72e3daea0c4c00acc77daefa3957b8cf
Arjen Poutsma
Arjen Poutsma
SPR-5973: Using UriComponents in more places, replaced UriBuilder by UriComponentsBuilder, UriComponents is now immutable.
using uricomponents in more places, replaced uribuilder by uricomponentsbuilder, uricomponents is now immutable
111
false
false
13
false
false
false
spring-projects
spring-framework
21,311
ce8bc8e7e467ebdd4c50766d03d18f586b515ec3
Rossen Stoyanchev
Rossen Stoyanchev
SPR-6464 Add one more minor Javadoc comment
spr-6464 add one more minor javadoc comment
43
false
false
7
false
false
false
spring-projects
spring-framework
21,312
671744aa622853d5b7b3dd12467f3244b62c8f18
Rossen Stoyanchev
Rossen Stoyanchev
SPR-6464 Polish FlashMap changes.
spr-6464 polish flashmap changes
32
false
false
4
false
false
false
spring-projects
spring-framework
21,313
f0ed37c2337f67aeb636e82077e38590f243d375
Arjen Poutsma
Arjen Poutsma
SPR-5973: UriUtils.parse returns UriComponents
uriutils.parse returns uricomponents
36
false
false
3
false
false
false
spring-projects
spring-framework
21,314
65baafa032f198acaf87bd4a05a345752dacd8a9
Arjen Poutsma
Arjen Poutsma
SPR-5973: Made UriComponent enum inner type of UriComponents
made uricomponent enum inner type of uricomponents
50
false
false
7
false
false
false
spring-projects
spring-framework
21,315
6c58da0e55f9d7ebd0f4d7268b63ade28eb794fb
Arjen Poutsma
Arjen Poutsma
SPR-5973: Added UriComponents type
added uricomponents type
24
false
false
3
false
false
false
spring-projects
spring-framework
21,316
56c8c69c4ce04e9d35d19e26d279ccd3b2e5a385
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8642 IMPROVE ERROR REPORTING WHEN RESOLVING MULTIPART REQUEST METHOD ARGUMENTS Separate client from server errors as much as possible in this order: - raise MultipartException when resolving a multipart arg and the request is not a multipart request (400) - raise IllegalArgumentException when the arg type is Mu...
spr-8642 improve error reporting when resolving multipart request method arguments
82
false
false
10
false
false
false
spring-projects
spring-framework
21,317
b6c1e88e4a0d9f658c9af434f0b59237168964c5
Arjen Poutsma
Arjen Poutsma
SPR-5973: Cleaning it up
cleaning it up
14
false
false
3
false
false
false
spring-projects
spring-framework
21,318
5f208936ec0bf387735cc40eff09cc8dc8228d05
Arjen Poutsma
Arjen Poutsma
Added parse methods
added parse methods
19
false
false
3
false
false
false
spring-projects
spring-framework
21,319
99f68d3620cd7619099b474cbf60090cd57b317d
Arjen Poutsma
Arjen Poutsma
SPR-5973: javadoc
javadoc
7
false
false
1
false
false
false
spring-projects
spring-framework
21,320
420d11911bbfd59192bfefc061fdc253e326647c
Arjen Poutsma
Arjen Poutsma
SPR-5973: Extract UriComponentTemplate out of UriTemplate
extract uricomponenttemplate out of uritemplate
47
false
false
5
false
true
false
spring-projects
spring-framework
21,321
1d75e1b250de8ed45e46e2582a8c903b8bfc5e78
Arjen Poutsma
Arjen Poutsma
SPR-5973: Changed UriComponent from inner type to top-level enum
changed uricomponent from inner type to top-level enum
54
false
false
8
false
false
false
spring-projects
spring-framework
21,322
6b7e7d9b5cb83d5bd5e9cb62473b4d1bdd67f1a6
Arjen Poutsma
Arjen Poutsma
SPR-5973: UriBuilder
uribuilder
10
false
false
1
false
false
false
spring-projects
spring-framework
21,323
f1c68f243e24ae54662928acdccc377e53382804
Arjen Poutsma
Arjen Poutsma
Changed ClientHttpRequestInterceptor array to List
changed clienthttprequestinterceptor array to list
50
false
false
5
false
false
false
spring-projects
spring-framework
21,324
49b38190eeaf3861b2f0784044270b9c899ecf14
Chris Beams
Chris Beams
Fix typo in cache abstraction reference doc Issue: SPR-8670
fix typo in cache abstraction reference doc
43
false
false
7
true
true
true
spring-projects
spring-framework
21,325
9a25efbbdad45786845b92f50422fde7ab6d823e
Arjen Poutsma
Arjen Poutsma
SPR-5973: UriBuilder
uribuilder
10
false
false
1
false
false
false
spring-projects
spring-framework
21,326
498d81f696127c0c8a24cb04ec1c4fa6c40ae4d0
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8646 Encode URI template variables in the target URL of RedirectView.
spr-8646 encode uri template variables in the target url of redirectview
72
false
false
11
false
false
false
spring-projects
spring-framework
21,327
8759b20e4601d3a3e24301e2c6502038c95b9816
Chris Beams
Chris Beams
Include javax.jdo 3.x in spring-orm template.mf Prior to this change, spring-orm/template.mf was exclusive of javax.jdo 3.0.0. Now, after local testing against the newly-released jdo-api 3.0 jar, the template has been updated to allow for use in OSGi containers. Note that actually updating build dependency descriptors...
include javax.jdo 3.x in spring-orm template.mf
47
false
false
6
true
true
true
spring-projects
spring-framework
21,328
2e5f3559d3bd2f9166d3a6cde7fc4c402bc0b802
Chris Beams
Chris Beams
Fix handling of @EnableLoadTimeWeaving AUTODETECT Issue: SPR-8643
fix handling of @enableloadtimeweaving autodetect
49
false
false
5
true
true
true
spring-projects
spring-framework
21,329
4e522c0cc36f5d506d01e1906c70f1151bddf1b7
Chris Beams
Chris Beams
Fix Javadoc error in JdbcOperations Issue: SPR-8664
fix javadoc error in jdbcoperations
35
false
false
5
true
true
true
spring-projects
spring-framework
21,330
d9de19d7b31c684fe65f51233a70ada6ecc15221
Costin Leau
Costin Leau
SPR-8653 + refactor a bit the internals of CacheAspect to allow invocations that do not throw any exceptions (AspectJ)
spr-8653
8
false
false
1
false
false
false
spring-projects
spring-framework
21,331
91251812b142e4e7c15dc649c2fbc74a426c36df
Rossen Stoyanchev
Rossen Stoyanchev
Polish @ExceptionHandler method resolution. Allow subclasses to plug in additional @ExceptionHandler methods.
polish @exceptionhandler method resolution. allow subclasses to plug in additional @exceptionhandler methods
108
false
false
12
false
false
false
spring-projects
spring-framework
21,332
04bcd7752022a41f0b391bb7b9442ddaa3234cca
Costin Leau
Costin Leau
+ temporarily revert change
+ temporarily revert change
27
false
false
4
false
false
false
spring-projects
spring-framework
21,333
b6d7c85f6e2248d36b7d272a51ecee7dd20173e3
Rossen Stoyanchev
Rossen Stoyanchev
SPR-7812 Provide separate methods for type and method-level custom request conditions. Polish javadoc in RequestMappingInfo and related HandlerMapping classes
spr-7812 provide separate methods for type and method-level custom request conditions. polish javadoc in requestmappinginfo and related handlermapping classes
158
false
false
19
false
false
false
spring-projects
spring-framework
21,334
ddfb2d3c58d898349a32e640e78074e4b67f066c
Costin Leau
Costin Leau
+ remove unneeded catch for exceptions inside AbstractCacheAspect.aj
+ remove unneeded catch for exceptions inside abstractcacheaspect.aj
68
false
false
8
false
false
false
spring-projects
spring-framework
21,335
37d22ad039790985ccb8f751fcd2a2aec159e5ca
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8611 Add detection of RedirectView when selecting the best view in ContentNegotiatingViewResolver.
spr-8611 add detection of redirectview when selecting the best view in contentnegotiatingviewresolver
101
false
false
12
false
false
false
spring-projects
spring-framework
21,336
7bf44f06a0a57da13cd20e3712c1ad66c60f04c3
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8596 Detect case in UriPathHelper where originating request query (before forwarding) is null.
spr-8596 detect case in uripathhelper where originating request query (before forwarding) is null
97
false
false
13
false
false
false
spring-projects
spring-framework
21,337
ce70c985b4c2cf351c9f596e611979d1068e6bf7
Costin Leau
Costin Leau
+ add documentation on declarative XML
+ add documentation on declarative xml
38
false
false
6
false
false
false
spring-projects
spring-framework
21,338
b06de49c729e9cfadb27ce42a98df8c9d07ace3d
Arjen Poutsma
Arjen Poutsma
Changed ClientHttpRequestInterceptor array to List
changed clienthttprequestinterceptor array to list
50
false
false
5
false
false
false
spring-projects
spring-framework
21,339
4a669d1a0ac37455a359f915091e9a7127d10dae
Arjen Poutsma
Arjen Poutsma
Removed UrlPathHelper, as it's provided by the superclass
removed urlpathhelper, as it's provided by the superclass
57
false
false
8
false
false
false
spring-projects
spring-framework
21,340
1a34f6459d0e49e4fd60aa3644ad17fa117854d9
Sam Brannen
Sam Brannen
[SPR-8644][SPR-8633] introduced failing (ignored) test regarding support for invoking methods that accept var-args.
[spr-8644][spr-8633] introduced failing (ignored) test regarding support for invoking methods that accept var-args
114
false
false
13
false
false
false
spring-projects
spring-framework
21,341
16fb3cb4b3fe6db341277889b20a2e4f774e2cc4
Sam Brannen
Sam Brannen
[SPR-8644] Introduced a failing (ignored) test that demonstrates that findMethod() does not currently support var-args.
[spr-8644] introduced a failing (ignored) test that demonstrates that findmethod() does not currently support var-args
118
false
false
15
false
false
false
spring-projects
spring-framework
21,342
1de71c6e37ac4b1a5610aca499f0bbb3a0309a9b
Sam Brannen
Sam Brannen
[SPR-8222] Upgraded to JUnit 4.9.
[spr-8222] upgraded to junit 4.9
32
false
false
5
false
false
false
spring-projects
spring-framework
21,343
6a06a17c479eae2c5dde4882c44d0ad82d2fffa3
Rossen Stoyanchev
Rossen Stoyanchev
SPR-6464 Add target request matching logic to DefaultFlashMapManager.
spr-6464 add target request matching logic to defaultflashmapmanager
68
false
false
8
false
false
false
spring-projects
spring-framework
21,344
71984b8038310cd02e2f3efd8e8c6f2541fe61e4
Chris Beams
Chris Beams
Fix ExtendedBeanInfo indexed write method edge case See comments at ExtendedBeanInfo#reproSpr8522 Issue: SPR-8522
fix extendedbeaninfo indexed write method edge case
51
false
false
7
false
false
false
spring-projects
spring-framework
21,345
2fc78fb8fd22162541c93bcd803ea5f77a072b76
Sam Brannen
Sam Brannen
[SPR-8240] cleaned up and formatted the testing chapter.
[spr-8240] cleaned up and formatted the testing chapter
55
false
false
8
false
false
false
spring-projects
spring-framework
21,346
7908d05c7160fbf3081ecc93a7c3d92ae88e1d1a
Sam Brannen
Sam Brannen
[SPR-8627] Deprecated @ExpectedException. [SPR-8240] cleaned up and formatted the testing chapter.
[spr-8627] deprecated @expectedexception
40
false
false
3
false
false
false
spring-projects
spring-framework
21,347
0460a5ecebe143281f4870bc8aef101fbffe5a10
Rossen Stoyanchev
Rossen Stoyanchev
SPR-8536 Add exact matches when comparing 'produces' conditions (e.g. given Accept: text/*, method with text/* is preferred over text/plain). Also pick a media type alphabetically when two 'produces' condition media types match equally (e.g. given Accept: text/* method with text/plain is chosen over text/xhtml)
text/* method with text/plain is chosen over text/xhtml)
56
false
false
8
false
false
false
spring-projects
spring-framework
21,348
00ff018b392c7fb52412363f4180273afed1949b
Rossen Stoyanchev
Rossen Stoyanchev
SPR-6464 Uncommitted file from the last commit.
spr-6464 uncommitted file from the last commit
46
false
false
7
false
false
false
spring-projects
spring-framework
21,349
4a6101a697475b6f0f5b5da7cf280ad372725ebb
Chris Beams
Chris Beams
Guard against null in #visitInnerClass Issue: SPR-8358,SPR-8186
guard against null in #visitinnerclass
38
false
false
5
false
false
false
spring-projects
spring-framework
21,350
95b1dbadb0014e791b93d73254903a683bd49433
Chris Beams
Chris Beams
Register nested @Configuration classes automatically The following is now possible: @Configuration public class AppConfig { @Inject DataSource dataSource; @Bean public MyBean myBean() { return new MyBean(dataSource); } @Configuration static class DatabaseConfig { @Bean ...
register nested @configuration classes automatically
52
false
false
5
false
true
false
spring-projects
spring-framework
21,351
5b2c7c4e585af1ceab7b43340514988005204de8
Chris Beams
Chris Beams
Introduce ClassMetadata#getMemberClassNames ClassMetadata implementations can now introspect their member (nested) classes. This will allow for automatic detection of nested @Configuration types in SPR-8186. Issue: SPR-8358,SPR-8186
introduce classmetadata#getmemberclassnames
43
false
false
2
true
true
false
spring-projects
spring-framework
21,352
76e3d2855a1f1bd91c2872dcdce49cbfcabdbee8
Chris Beams
Chris Beams
Polish @Configuration-related Javadoc
polish @configuration-related javadoc
37
false
false
3
false
false
false
spring-projects
spring-framework
21,353
5fa7f24794cc23cd0a803d8d49024d34f7df328b
Rossen Stoyanchev
Rossen Stoyanchev
SPR-7353 Respect 'produces' condition in ContentNegotiatingViewResolver, improve selection of more specific media type in a pair
spr-7353 respect 'produces' condition in contentnegotiatingviewresolver, improve selection of more specific media type in a pair
128
false
false
16
false
false
false
spring-projects
spring-framework
21,354
c481d2e9fb200175eff3593f31fb02b3decd0a4d
Chris Beams
Chris Beams
Rename {Default=>Standard}PortletEnvironment Issue: SPR-8348
rename {default=>standard}portletenvironment
44
false
false
2
false
true
false
spring-projects
spring-framework
21,355
f893b62a9bd10a063a8e7b6842d003c3b625483f
Chris Beams
Chris Beams
Rename {DefaultWeb=>StandardServlet}Environment Issue: SPR-8348
rename {defaultweb=>standardservlet}environment
47
false
false
2
false
true
false
spring-projects
spring-framework
21,356