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
283c1b9c53efd3388ea656fb934ad0b32c4a9986
Chris Beams
Chris Beams
Upgrade to Gradle 1.0-rc-3 Issue: SPR-9411
upgrade to gradle 1.0-rc-3
26
false
false
4
false
false
false
spring-projects
spring-framework
19,457
b67a08cfd7b442e3e8de75c4ad3bf5bbb2b4b9db
Sam Brannen
Sam Brannen
Fix typo in Javadoc and emphasize @Configuration 'lite' mode
fix typo in javadoc and emphasize @configuration 'lite' mode
60
false
false
9
true
true
false
spring-projects
spring-framework
19,458
bdc3599d3d686cebfb203ece187294b05bc2a2fb
Rossen Stoyanchev
Rossen Stoyanchev
Add CompositeRequestCondition The new type makes it easier providing multiple custom request mapping conditions via setters on RequestMappingHandlerMapping. Issue: SPR-9350
add compositerequestcondition
29
false
false
2
true
true
false
spring-projects
spring-framework
19,459
cb46ef86c69a2f63349b0fd18a2a475a8ddae958
Phillip Webb
Phillip Webb
Fix test following ResolvableType hashcode change
fix test following resolvabletype hashcode change
49
false
false
6
false
true
false
spring-projects
spring-framework
19,460
6c1f62b19d8165a873b8ee410006fa14f589a1c0
Juergen Hoeller
Juergen Hoeller
EhCacheFactoryBean calls CacheManager.addCache before setStatisticsEnabled Issue: SPR-11080 Issue: SPR-11092 (cherry picked from commit 6ce2eb9)
ehcachefactorybean calls cachemanager.addcache before setstatisticsenabled
74
false
false
5
false
false
false
spring-projects
spring-framework
19,461
f5a310ad57fb45d79d77e414cab636dac435068e
Juergen Hoeller
Juergen Hoeller
Polishing (backported from 3.2.x)
polishing (backported from 3.2.x)
33
false
false
4
false
false
false
spring-projects
spring-framework
19,462
2a52decbbc8391f97ae443bb63032048ce2ae6c3
Juergen Hoeller
Juergen Hoeller
Polishing (including removal of javadoc imports that show as package cycles in IntelliJ)
polishing (including removal of javadoc imports that show as package cycles in intellij)
88
false
false
13
false
false
false
spring-projects
spring-framework
19,463
41332728f904eb274322a140a461ea99c7240765
Juergen Hoeller
Juergen Hoeller
Use AnnotationTransactionAttributeSource class name to avoid hard dependency on transaction.annotation package
use annotationtransactionattributesource class name to avoid hard dependency on transaction.annotation package
110
false
false
11
false
false
false
spring-projects
spring-framework
19,464
e62cd84ca23a176912562e175197167d62a08705
Juergen Hoeller
Juergen Hoeller
Merged web.socket.messaging.config into web.socket.config and introduced web.socket.config.annotation
merged web.socket.messaging.config into web.socket.config and introduced web.socket.config.annotation
101
true
false
7
false
false
false
spring-projects
spring-framework
19,465
ab2949f2b7149db155cdee661a4ce1baf3362ef0
Phillip Webb
Phillip Webb
Fix ResolvableType hashCode generation Fix ResolvableType.hashCode() to use the source of the variable resolver, rather than the resolver itself.
fix resolvabletype hashcode generation
38
false
false
4
true
true
true
spring-projects
spring-framework
19,466
69238ba66f19279de7e1a0e2ddd69fbb9fd0de05
Rossen Stoyanchev
Rossen Stoyanchev
Move WebSocketExtension to top-level package
move websocketextension to top-level package
44
false
false
5
true
true
true
spring-projects
spring-framework
19,467
e3e1c1bcec95aab3de99996decaae17eb2c03bc2
Juergen Hoeller
unknown
Rearranged web.socket.server subpackages and introduced web.socket.config
rearranged web.socket.server subpackages and introduced web.socket.config
73
false
false
6
false
false
false
spring-projects
spring-framework
19,468
eb8b5c435c5a00df27e2836bdd228ba21902b2a6
Juergen Hoeller
unknown
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
19,469
5e02a6dda37ba6ff3b2025a1b2a6200c49cdcdaf
Phillip Webb
Phillip Webb
Fix casing in spring mvc namespace attributes Update "enableMatrixVariables" and "ignoreDefaultModelOnRedirect" to use the more conventional XML form "enable-matrix-variables" and "ignore-default-model-on-redirect". Both forms are now supported by `AnnotationDrivenBeanDefinitionParser`, with newer names being defined...
fix casing in spring mvc namespace attributes
45
false
false
7
false
true
false
spring-projects
spring-framework
19,470
47ef45d15248d26331ed669b32136fec8bfd0cdb
Rossen Stoyanchev
Rossen Stoyanchev
Polish websocket xml namespace Issue: SPR-11063
polish websocket xml namespace
30
false
false
4
false
false
false
spring-projects
spring-framework
19,471
92e144a8a8471b024d32459f23f4151023d2f9b1
Phillip Webb
Phillip Webb
Add a 'bill of materials' project for Maven users Add 'spring-framework-bom' meta-project that contains the other projects in a dependencyManagement section. Issue: SPR-11138
add a 'bill of materials' project for maven users
49
false
false
9
true
false
true
spring-projects
spring-framework
19,472
079fb2db737c830da62e57a02102bf0e9d70d6cb
Rossen Stoyanchev
Rossen Stoyanchev
Add assert AbstractStandardRequestUpgradeStrategy
add assert abstractstandardrequestupgradestrategy
49
false
false
3
true
true
true
spring-projects
spring-framework
19,473
10f5d96a783f85fcdba2ce9b846c751a40bd7fe0
Brian Clozel
Rossen Stoyanchev
Add XML namespace for WebSocket config This commit adds an XML namespace equivalent of @EnableWebSocket and @EnableWebSocketMessageBroker. Those are <websocket:handlers> and <websocket:message-broker> respectively. Examples can be found in the test suite. This commit also alters the way MessageHandler's subscribe to...
add xml namespace for websocket config
38
false
false
6
true
true
true
spring-projects
spring-framework
19,474
8f1fefc159abddb98429982d35b064758b90975e
Juergen Hoeller
Juergen Hoeller
Fixed javadoc
fixed javadoc
13
false
false
2
false
false
false
spring-projects
spring-framework
19,475
3e4b3cad6ab632ae6af08f591194331d9669a1f3
Juergen Hoeller
Juergen Hoeller
Always preserve target class for configuration classes in case of auto-proxying Issue: SPR-10561
always preserve target class for configuration classes in case of auto-proxying
79
false
false
11
false
false
false
spring-projects
spring-framework
19,476
8958912c946d68469983cbc56f404817abf27f65
Juergen Hoeller
Juergen Hoeller
Extended testPrototypeCreationWithOverriddenAutowiredPropertiesIsFastEnough's deadline (since that test repeatedly failed on the CI server)
extended testprototypecreationwithoverriddenautowiredpropertiesisfastenough's deadline (since that test repeatedly failed on the ci server)
139
false
false
12
false
false
false
spring-projects
spring-framework
19,477
676ad125a18d3729618ed9289cf2618d3797d1ce
Juergen Hoeller
Juergen Hoeller
Reverted arrayToList signature to return plain List This is necessary for source compatibility with existing callers, such as code found in Spring Integration: e.g. passing the arrayToList result into a typed HashSet constructor.
reverted arraytolist signature to return plain list
51
false
false
7
false
false
false
spring-projects
spring-framework
19,478
bd8469990d7a0631c18dd53af77730683cbf6b31
Juergen Hoeller
Juergen Hoeller
Detect depends-on cycles and throw proper exception Issue: SPR-7966
detect depends-on cycles and throw proper exception
51
false
false
7
false
false
false
spring-projects
spring-framework
19,479
de890fd10021aa69850280e2469f1081e2500d61
Juergen Hoeller
Juergen Hoeller
Synchronized cache creation on CacheManager Issue: SPR-11132
synchronized cache creation on cachemanager
43
false
false
5
false
false
false
spring-projects
spring-framework
19,480
ce917d5cbbca984f46bad918b86f1a6b32483c23
Juergen Hoeller
Juergen Hoeller
Polishing around @EnableTransactionManagement Issue: SPR-10864
polishing around @enabletransactionmanagement
45
false
false
3
false
false
false
spring-projects
spring-framework
19,481
e8dead247c7d421074caf171456e0653d63780f7
Juergen Hoeller
Juergen Hoeller
@EnableTransactionManagement and co get detected on superclasses as well Issue: SPR-10864
@enabletransactionmanagement and co get detected on superclasses as well
72
false
false
9
false
false
false
spring-projects
spring-framework
19,482
b0b40dade132577533bfbab34dbe8e03d9c613b6
Phillip Webb
Phillip Webb
Detect cache hit with multiple @Cachables Fix CacheAspectSupport to consider a cache hit from any of the multiple @Cachables that may have been specified using the @Caching annotation. Prior to this commit the following scenario would never produce a hit: @Caching(cacheable = { @Cacheable(value = "c1", unless = "...
detect cache hit with multiple @cachables
41
false
false
6
true
true
true
spring-projects
spring-framework
19,483
043a41e3825773affc4af1fde5b08c147697260f
Phillip Webb
Phillip Webb
Consistent whitespace after imports Update code to have a consistent number of new-line characters after import statements.
consistent whitespace after imports
35
false
false
4
false
false
false
spring-projects
spring-framework
19,484
15698860e1daec92843511d3bae9bce503b22c30
Phillip Webb
Phillip Webb
General polish of new 4.0 classes Apply consistent styling to new classes introduced in Spring 4.0. - Javadoc line wrapping, whitespace and formatting - General code whitespace - Consistent Assert.notNull messages
general polish of new 4.0 classes
33
false
false
6
false
false
false
spring-projects
spring-framework
19,485
690051f46cad97e4fcfb5073be63ea06e02ac01c
Rossen Stoyanchev
Rossen Stoyanchev
Add ability to customize message channels @EnableWebSocketMessageBroker message channel configuration can now be customized via WebSocketMessageBrokerConfigurer. It is necessary to make this easy and even required as part of the basic configuration since by default the message channels are backed by a thread pool of s...
add ability to customize message channels
41
false
false
6
true
true
true
spring-projects
spring-framework
19,486
e764c8d897ef32b7c34c9b1f963e62d0eea217a8
Rossen Stoyanchev
Rossen Stoyanchev
Fix synchronization issue in StompSubProtocolHandler Two concurrent threads should not send a message on a single WebSocket session at the same time, for example see: http://docs.oracle.com/javaee/7/api/javax/websocket/RemoteEndpoint.Basic.html In StompSubProtocolHandler it is quite possible that multiple messages ma...
fix synchronization issue in stompsubprotocolhandler
52
false
false
5
true
true
false
spring-projects
spring-framework
19,487
a31ac882c54b9a32345274b09647b7423ecf0839
Phillip Webb
Phillip Webb
Fix various javadoc warnings
fix various javadoc warnings
28
false
false
4
true
true
true
spring-projects
spring-framework
19,488
c7c395d0d0754acccd5d60707fa862064aae02b9
Sam Brannen
Sam Brannen
Merge pull request #421 from sbrannen/SPR-11038 * SPR-11038: Support meta-annotation attr overrides in the TCF
merge pull request #421 from sbrannen/spr-11038
47
true
false
6
false
false
false
spring-projects
spring-framework
19,489
64f593db8f0209d4971722314ff159a5e7266b76
Sam Brannen
Sam Brannen
Support meta-annotation attr overrides in the TCF Prior to this commit, the Spring TestContext Framework (TCF) supported the use of test-related annotations as meta-annotations for composing custom test stereotype annotations; however, attributes in custom stereotypes could not be used to override meta-annotation attr...
support meta-annotation attr overrides in the tcf
49
false
false
7
false
true
false
spring-projects
spring-framework
19,490
c5779e2ed6b2235dfac8de20aa9a2faf22dfc317
Phillip Webb
Phillip Webb
Remove unused GlassFishLoadTimeWeaverTests Delete the unused GlassFishLoadTimeWeaverTests and in the process fix the "Unable to load JUnit4 runner to calculate Ignored test cases" Gradle error. Issue: SPR-10563
remove unused glassfishloadtimeweavertests
42
false
false
3
true
true
true
spring-projects
spring-framework
19,491
ef3a3b03cec3a83eeae267e887d4185756c79e06
Juergen Hoeller
Juergen Hoeller
@EnableMBeanExport supports empty placeholders as well Issue: SPR-11105
@enablembeanexport supports empty placeholders as well
54
false
false
6
false
false
false
spring-projects
spring-framework
19,492
119e793994796bc4e7ebfd7d57fe3b219c07c68b
Rossen Stoyanchev
Rossen Stoyanchev
Fix concurrency issue in TestDispatcherServlet This change fixes a timing issue in tests using Spring MVC Tests where assertions on an async result may not wait long enough. The fix involves the use of a new callback in MockAsyncContext that allows tests to detect when an async dispatch has been invoked. Issue: SPR...
fix concurrency issue in testdispatcherservlet
46
false
false
5
true
true
true
spring-projects
spring-framework
19,493
ce3e55743f23100f0e4044320cdb1f168ca76ea3
Rossen Stoyanchev
Rossen Stoyanchev
Extract IdGenerator into a top-level class
extract idgenerator into a top-level class
42
false
false
6
true
true
true
spring-projects
spring-framework
19,494
a5d87fffd9a5da86e8e35bd1af5e03b73b6efb1e
Sam Brannen
Sam Brannen
Polish Javadoc for @IfProfileValue
polish javadoc for @ifprofilevalue
34
false
false
4
false
false
false
spring-projects
spring-framework
19,495
412f74f679862cd2acc2f1794adcfee2c08b0d3f
Sam Brannen
Sam Brannen
Provide meta-annotation support for @Rollback @Rollback now supports ANNOTATION_TYPE as a target, allowing it to be used as meta-annotation. Note: this change was accidentally omitted from the original commit for SPR-7827. Issue: SPR-7827
provide meta-annotation support for @rollback
45
false
false
5
false
true
false
spring-projects
spring-framework
19,496
1e6f2e79b9e0162f8a111acbe7f2876d0d8eeebe
Juergen Hoeller
Juergen Hoeller
Adapted getXmlAsSource implementation to avoid compilation failure in IntelliJ IDEA
adapted getxmlassource implementation to avoid compilation failure in intellij idea
83
false
false
10
false
false
false
spring-projects
spring-framework
19,497
1ee816b473998b3cbdcd5b4c356b715f78e9adf2
Juergen Hoeller
Juergen Hoeller
Re-introduced custom StaxSource and StaxResult for Spring Web Services
re-introduced custom staxsource and staxresult for spring web services
70
false
false
9
false
false
false
spring-projects
spring-framework
19,498
e6952f41b753020c7f6b2e4a131654a590922b39
Phillip Webb
Phillip Webb
Merge pull request #418 from ericdahl/doc-typos * doc-typos: Fix various typos
merge pull request #418 from ericdahl/doc-typos
47
true
false
6
false
false
false
spring-projects
spring-framework
19,499
e9f78f6043d8391121ba93d496b66beaa13a1dca
Eric Dahl
Phillip Webb
Fix various typos Fix a variety of typos throughout the project, primarily in comments (javadoc or otherwise) but also in a handful of log messages and a couple exception messages. ISSUE: SPR-11123
fix various typos
17
false
false
3
true
true
true
spring-projects
spring-framework
19,500
4e82416ba97abc804bd805dc4e9e10f5b3c685e7
Rossen Stoyanchev
Rossen Stoyanchev
Add SubProtocolCapable interface The addition of SubProtocolCapable simplifies configuration since it is no longer necessary to explicitly configure DefaultHandshakeHandler with a list of supported sub-protocols. We will not also check if the WebSocketHandler to use for the WebSocket request is an instance of SubProto...
add subprotocolcapable interface
32
false
false
3
true
true
true
spring-projects
spring-framework
19,501
59002f245623d758765b72d598cd78c326c6f5fa
Phillip Webb
Phillip Webb
Fix remaining compiler warnings Fix remaining Java compiler warnings, mainly around missing generics or deprecated code. Also add the `-Werror` compiler option to ensure that any future warnings will fail the build. Issue: SPR-11064
fix remaining compiler warnings
31
false
false
4
true
true
true
spring-projects
spring-framework
19,502
4de3291dc7bd6f425636b8d7ac7480d110349457
Rossen Stoyanchev
Rossen Stoyanchev
Consolidate websocket/messaging code Before this change spring-messaging contained a few WebSocket-related classes including WebSocket sub-protocol support for STOMP as well as @EnableWebSocketMessageBroker and related configuration classes. After this change those classes are located in the spring-websocket module u...
consolidate websocket/messaging code
36
false
false
3
false
false
false
spring-projects
spring-framework
19,503
f888b8816f7ff84f4da22d3fe916e87bb1492899
Juergen Hoeller
Juergen Hoeller
Re-enabled tests for meta-annotations on interfaces Issue: SPR-11108
re-enabled tests for meta-annotations on interfaces
51
false
false
6
false
false
false
spring-projects
spring-framework
19,504
f39bb026282f0654ab5f25eec6b6fdf1f58dcdd1
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
19,505
70164cb145a16a1a1c89fc3841f8426a76f6396e
Juergen Hoeller
Juergen Hoeller
Properly handle InvocationTargetException in reflective JtaPlatform implementation
properly handle invocationtargetexception in reflective jtaplatform implementation
82
false
false
7
false
false
false
spring-projects
spring-framework
19,506
519f78c3f52648d9ffa72ab150684762441bacb1
Juergen Hoeller
Juergen Hoeller
Optimized ImportAware processing to avoid re-reading class files
optimized importaware processing to avoid re-reading class files
64
false
false
8
false
false
false
spring-projects
spring-framework
19,507
009e3627097ad2d781af9878e046a6357b71266b
Juergen Hoeller
Juergen Hoeller
@EnableMBeanExport supports placeholders for its attributes now Issue: SPR-11105
@enablembeanexport supports placeholders for its attributes now
63
false
false
7
false
false
false
spring-projects
spring-framework
19,508
ad402dcb4a374628c980ca593203882a6c97c27d
Sam Brannen
Sam Brannen
Status quo for composable stereotypes on interfaces The tests introduced in this commit demonstrate the current lacking support for composable stereotypes on interfaces (using @Transactional) as a concrete example. Issue: SPR-11108
status quo for composable stereotypes on interfaces
51
false
false
7
false
false
false
spring-projects
spring-framework
19,509
44c5eaeaa3f3bc2c45f4592a4551ec054bf4697b
Sam Brannen
Sam Brannen
Fix typo in Javadoc
fix typo in javadoc
19
false
false
4
true
true
true
spring-projects
spring-framework
19,510
a613126be0b6cb8d05efeaa9b3e4a4c56d7e6646
Sam Brannen
Sam Brannen
Polish AnnotationUtils - Added explicit reference to “get” and “find” lookup types in the class-level Javadoc. - Updated documentation for the underlying algorithms in findAnnotation(Method,Class) and findAnnotation(Class,Class) in line with the status quo. - Reverted recent changes to findAnnotationDeclaringCla...
polish annotationutils
22
false
false
2
false
false
false
spring-projects
spring-framework
19,511
665251fa2f87945488fdcfea3365e59af44a08a8
Sam Brannen
Sam Brannen
Suppress deprecation warning in StatusResultMatchers
suppress deprecation warning in statusresultmatchers
52
false
false
5
false
true
false
spring-projects
spring-framework
19,512
127bc07cdaa2434b6fa4c8227faaa5fdcb9a9647
Sam Brannen
Sam Brannen
Delete unused package import
delete unused package import
28
false
false
4
true
true
true
spring-projects
spring-framework
19,513
f3504b2fd5cf61a91cd9055d9401c87a9144c51b
Phillip Webb
Phillip Webb
Fix docs sample for ConversionServiceFactoryBean Fix the reference documentation example for ConversionServiceFactoryBean to use a `<set>` instead of a `<list>`. Issue: SPR-10802
fix docs sample for conversionservicefactorybean
48
false
false
5
false
true
false
spring-projects
spring-framework
19,514
d9c447046182ce6a107f9d44f79090b11d42a68a
Phillip Webb
Phillip Webb
Upgrade to HSQLDB 2.3.1 Replace `hsqldb:hsqldb:1.8.0.10` with `org.hsqldb:hsqldb:2.3.1` and fix breaking tests. Issue: SPR-10947
upgrade to hsqldb 2.3.1
23
false
false
4
false
false
false
spring-projects
spring-framework
19,515
87e443b429e8f94bab2018147b79aa68ea7a402b
Phillip Webb
Phillip Webb
Merge pull request #80 from giovannidalloglio/SPR-9164 * SPR-9164: Add BigDecimal support for SpEl numeric operations
merge pull request #80 from giovannidalloglio/spr-9164
54
true
false
6
true
false
false
spring-projects
spring-framework
19,516
d0ab131a57b2dc0cec6b379d439ceff912d5c3d1
giovannidalloglio
Phillip Webb
Add BigDecimal support for SpEl numeric operations Prior to this change, SpEL supported numeric operations for int, float, ect. `new java.math.BigDecimal('0.1') > 0` evaluated to false (BigDecimal is truncated to int) This commit introduces support for BigDecimal operations for all mathematical operators. `new java.m...
add bigdecimal support for spel numeric operations
50
false
false
7
true
true
true
spring-projects
spring-framework
19,517
a41958435af940ac9d7aefb27d461cda661f9daa
Phillip Webb
Phillip Webb
Merge pull request #406 from aclement/fix-SPR-9194 * fix-SPR-9194: Change SpEL equality operators to use .equals
merge pull request #406 from aclement/fix-spr-9194
50
true
false
6
false
false
false
spring-projects
spring-framework
19,518
2a05e6afa116ab56378521b5e8c834ba92c25b85
Andy Clement
Phillip Webb
Change SpEL equality operators to use .equals Prior to this commit the SpEL operators `==` and `!=` were using the Java `==` comparison operator as part of their equality checking. It is more flexible to use the equals() method on Object. Under this commit the change to .equals() has been made and the equality checki...
change spel equality operators to use .equals
45
false
false
7
true
false
true
spring-projects
spring-framework
19,519
7c3cdf82cc3bff05a61595db3bcb0a6cf644e116
Phillip Webb
Phillip Webb
Try a different mbean port
try a different mbean port
26
false
false
5
true
true
true
spring-projects
spring-framework
19,520
3200f3e9a7a92536666945ea437a90fdf6885d2c
Sam Brannen
Sam Brannen
Polish Javadoc for TestGroup
polish javadoc for testgroup
28
false
false
4
false
false
false
spring-projects
spring-framework
19,521
cfe7a525e276f75e9affa34d68a9a9d8aa79fdea
Sam Brannen
Sam Brannen
Revert accidental changes to TestGroupTests
revert accidental changes to testgrouptests
43
false
false
5
false
true
false
spring-projects
spring-framework
19,522
639b2cb12ef7e7ed60ffca68075d9b8859e1c307
Phillip Webb
Phillip Webb
Increase performance test timeout
increase performance test timeout
33
false
false
4
false
true
false
spring-projects
spring-framework
19,523
4385da7b84f5e0c39814d71c1c62dca3799437ec
Phillip Webb
Phillip Webb
Support for 'all excluding' test groups
support for 'all excluding' test groups
39
false
false
6
false
false
false
spring-projects
spring-framework
19,524
02f7803860ac2cdb3a67625d33b3ae8008a169bf
Phillip Webb
Phillip Webb
Upgrade to Gradle 1.9
upgrade to gradle 1.9
21
false
false
4
false
false
false
spring-projects
spring-framework
19,525
5c7eaaa9699ed4cc2ec5c1296ee5bb7d04a637ee
Phillip Webb
Phillip Webb
Fix SpEL docs indicating +/- is Supported on Date Issue: SPR-11057
fix spel docs indicating +/- is supported on date
49
false
false
9
false
true
false
spring-projects
spring-framework
19,526
b830d7362df24ed0953009b8172a7d67f7b73fe9
Sam Brannen
Sam Brannen
Support non-public anno. attr. values in AnnoUtils Prior to this commit, the getValue(Annotation, String) method in AnnotationUtils failed to retrieve the value of the desired annotation attribute if the annotation itself was not public -- for example if the annotation was declared as package private. This commit add...
support non-public anno. attr. values in annoutils
50
false
false
7
true
true
true
spring-projects
spring-framework
19,527
45afd4fbe230bc114e5c41aa1a1ffee6e2000e5a
Sam Brannen
Sam Brannen
Update build in preparation for Gradle 2.0 As of Gradle 1.8, ‘testReport true’ is deprecated. Thus in order to generate TestNG reports alongside JUnit reports with Gradle 2.0 and beyond, we are now using: getReports().getHtml().setEnabled(true)
update build in preparation for gradle 2.0
42
false
false
7
false
true
false
spring-projects
spring-framework
19,528
63c143be619c9008b0f600d216dd04777d7629d8
Phillip Webb
Phillip Webb
Merge pull request #409 from cdupuis/SPR-11083 * SPR-11083: Allow instrumentation to be used with Attach API
merge pull request #409 from cdupuis/spr-11083
46
true
false
6
false
false
false
spring-projects
spring-framework
19,529
9c2046c3ee6a1c3699346bf7bdea27b483be2b86
Chris Beams
Chris Beams
Update main source and target JDK compatibility Update source and target compatibility from 1.5 to 1.6, meaning that @Override is now allowed on implementations of interface methods within main classes. Issue: SPR-10130
update main source and target jdk compatibility
47
false
false
7
true
true
true
spring-projects
spring-framework
19,530
a312d900f812586e4d0614c9c5904eb16f059509
Chris Beams
Chris Beams
Merge branch 'cleanup-3.2.x' into cleanup-master * cleanup-3.2.x: (33 commits) Update Apache license headers for affected sources Ignore performance-sensitive tests by default Introduce 'spring-build-junit' subproject Replace EasyMock with Mockito in test sources Add @Override annotations to test sources U...
merge branch 'cleanup-3.2.x' into cleanup-master
48
true
false
5
true
true
false
spring-projects
spring-framework
19,531
b83e2617ce09a8173de9c111c4c6c62dd3797c95
Chris Beams
Chris Beams
Merge pull request #208 from tommack/typo-fix # By Tom Mack * typo-fix: Remove extra URL prefix in the MVC chapter
merge pull request #208 from tommack/typo-fix
45
true
false
6
false
false
false
spring-projects
spring-framework
19,532
005ee7385f9e58651deb8a44f120d6f3954ac52d
Tom Mack
Chris Beams
Remove extra URL prefix in the MVC chapter A link in the MVC chapter of the reference manual contained an extra "http://" URL prefix. This commit removes the extra "http://" URL prefix.
remove extra url prefix in the mvc chapter
42
false
false
8
false
true
false
spring-projects
spring-framework
19,533
11d975bfef06e1edbc3eb17a3a89e18600c944f0
Sam Brannen
Chris Beams
Polish contributor guidelines
polish contributor guidelines
29
false
false
3
false
false
false
spring-projects
spring-framework
19,534
7736dc31229e740719483da39d14bdb34b22b26c
Chris Beams
Chris Beams
Merge branch 'cleanup-3.2.x' into 3.2.x * cleanup-3.2.x: (21 commits) Update Apache license headers for affected sources Ignore performance-sensitive tests by default Introduce 'spring-build-junit' subproject Replace EasyMock with Mockito in test sources Add @Override annotations to test sources Update tes...
merge branch 'cleanup-3.2.x' into 3.2.x
39
true
false
5
true
true
false
spring-projects
spring-framework
19,535
8472a2b2ab23dbd0a4009296847ee8e1dbee8d45
Chris Beams
Chris Beams
Update Apache license headers for affected sources
update apache license headers for affected sources
50
false
false
7
false
true
false
spring-projects
spring-framework
19,536
e7155616a52490e173d2ca0e5333a0c8a22c3feb
Chris Beams
Chris Beams
Merge branch 'SPR-9984' into cleanup-3.2.x * SPR-9984: Ignore performance-sensitive tests by default Introduce 'spring-build-junit' subproject
merge branch 'spr-9984' into cleanup-3.2.x
42
true
false
5
true
true
false
spring-projects
spring-framework
19,537
60032e0012aa0535b9afac4b86833bfc60e5bd5e
Phillip Webb
Chris Beams
Ignore performance-sensitive tests by default Make use of the new JUnit functionality introduced in the previous commit to 'Assume' that perfomance- and timing-sensitive tests should run only when TestGroup.PERFORMANCE is selected, i.e. when -PtestGroups="performance" has been provided at the Gradle command line. The...
ignore performance-sensitive tests by default
45
false
false
5
false
false
false
spring-projects
spring-framework
19,538
b083bbdec720d3f5b1c7f065dfe8ccb7a7f3b201
Phillip Webb
Chris Beams
Introduce 'spring-build-junit' subproject Introduce new 'spring-build-junit' subproject containing shared JUnit utilities and classes to be used by other test cases. This project is for internal use within the framework, and therefore creates no artifacts to be published to any repository. The initial code includes s...
introduce 'spring-build-junit' subproject
41
false
false
3
false
false
false
spring-projects
spring-framework
19,539
330457be9577dceceea2f16b6b69b7371c234a56
Chris Beams
Chris Beams
Merge branch 'SPR-10126' into cleanup-3.2.x * SPR-10126: Replace EasyMock with Mockito in test sources
merge branch 'spr-10126' into cleanup-3.2.x
43
true
false
5
true
true
false
spring-projects
spring-framework
19,540
d66c733ef49d75c141989ff19a5fdf070a82fa25
Phillip Webb
Chris Beams
Replace EasyMock with Mockito in test sources Issue: SPR-10126
replace easymock with mockito in test sources
45
false
false
7
true
true
true
spring-projects
spring-framework
19,541
cbf6991d47191ac38cbe213acc1e0e338d46379d
Chris Beams
Chris Beams
Merge branch 'SPR-10129' into cleanup-3.2.x * SPR-10129: Add @Override annotations to test sources Update test source and target JDK compatibility
merge branch 'spr-10129' into cleanup-3.2.x
43
true
false
5
true
true
false
spring-projects
spring-framework
19,542
4c8cd7b0bd45bbe37ec9cc588b0f29608831b05f
Chris Beams
Chris Beams
Add @Override annotations to test sources Issue: SPR-10129
add @override annotations to test sources
41
false
false
6
true
true
true
spring-projects
spring-framework
19,543
6f0c7eb8c166040eb16787ba0a1248c67e075aa1
Chris Beams
Chris Beams
Update test source and target JDK compatibility "test" source and target compatibility has been upgraded to 1.7 except where noted, allowing us to use 1.7 language features such as diamond-style (<>) generics declarations, automatic resource management and multi-catch. More importantly, we will be able to upgrade to 1...
update test source and target jdk compatibility
47
false
false
7
false
true
false
spring-projects
spring-framework
19,544
aa824641abd8d4778c108def8e7d4b326bcf13fa
Chris Beams
Chris Beams
Merge branch 'SPR-9431' into cleanup-3.2.x * SPR-9431: Update -Xlint compiler warning output Fix various compiler warnings in spring-context Fix "unnecessary @SuppressWarnings" warnings Fix [rawtypes] compiler warnings Fix [dep-ann] warnings with @Deprecated Fix [cast] compiler warnings Fix [serial] comp...
merge branch 'spr-9431' into cleanup-3.2.x
42
true
false
5
true
true
false
spring-projects
spring-framework
19,545
3ac45547cfccdf3cbfd6ca80e160d25110c99e58
Phillip Webb
Chris Beams
Update -Xlint compiler warning output Enable output for the compiler warnings that have been eliminated so far. 'rawtypes', 'deprecation', and 'unchecked' remain suppressed until these warnings can be fully eliminated as well.
update -xlint compiler warning output
37
false
false
5
false
false
false
spring-projects
spring-framework
19,546
40357be72bcd687972c0778f03593d076fe05d98
Chris Beams
Chris Beams
Fix various compiler warnings in spring-context All warning types other than [deprecation] and [unchecked] are now fixed in spring-context/src/test
fix various compiler warnings in spring-context
47
false
false
6
true
true
true
spring-projects
spring-framework
19,547
4c7cafbde63548b3538ee90921d5c393f0bbf367
Chris Beams
Chris Beams
Fix "unnecessary @SuppressWarnings" warnings
fix "unnecessary @suppresswarnings" warnings
44
false
false
4
false
false
false
spring-projects
spring-framework
19,548
8d2e125e7b5557ec3a2c76380a4ec0019dbf1b32
Chris Beams
Chris Beams
Fix [rawtypes] compiler warnings - Suppress rawtypes warnings for src/main - Enable rawtypes warnings for src/test This commit attempts to to resolve all rawtypes problems across tests as aggressively as possible, i.e. without regard for binary compatibility, whereas main sources must be treated much more cautiousl...
fix [rawtypes] compiler warnings
32
false
false
4
false
true
false
spring-projects
spring-framework
19,549
4d97ff24799e3f6b015d7391790b4ccfdcdcc7a3
Chris Beams
Chris Beams
Fix [dep-ann] warnings with @Deprecated
fix [dep-ann] warnings with @deprecated
39
false
false
5
false
false
false
spring-projects
spring-framework
19,550
6c14eaad61cfd1e7ef1e9f4125f1ba1754e17cfc
Phillip Webb
Chris Beams
Fix [cast] compiler warnings
fix [cast] compiler warnings
28
false
false
4
false
false
false
spring-projects
spring-framework
19,551
b0986049a3ef78b9901fd37a42b9d481a899d72f
Phillip Webb
Chris Beams
Fix [serial] compiler warnings Fix serialization warnings by applying @SuppressWarnings("serial") when appropriate. In certain cases and for unknown reasons, a correctly-placed @SuppressWarnings("serial") annotation will fix the warning at the javac level (i.e. the Gradle command-line), but will produce an "unnecessa...
fix [serial] compiler warnings
30
false
false
4
false
false
false
spring-projects
spring-framework
19,552
7f0aa5cfb2f4e332ac821d3d25a7fc8dd8618c3a
Phillip Webb
Chris Beams
Fix [varargs] compiler warnings Remove unnecessary 'null' argument from calls to vararg supported methods and fix cast in ValidationUtils.invokeValidator().
fix [varargs] compiler warnings
31
false
false
4
false
false
false
spring-projects
spring-framework
19,553
731d5be6440a400aca2fb92c5c6d6b17d252879e
Phillip Webb
Chris Beams
Fix warnings due to unused import statements
fix warnings due to unused import statements
44
false
false
7
true
true
true
spring-projects
spring-framework
19,554
fe039030a0adfee8d5c63d1af2fca031debece11
Chris Beams
Chris Beams
Merge branch 'SPR-10128' into cleanup-3.2.x * SPR-10128: Replace <code> with {@code} throughout Javadoc Fix various Javadoc warnings
merge branch 'spr-10128' into cleanup-3.2.x
43
true
false
5
true
true
false
spring-projects
spring-framework
19,555
9540d2c81b93b9062faf79d4df998525f3dedb7c
Chris Beams
Chris Beams
Replace <code> with {@code} throughout Javadoc Issue: SPR-10128
replace <code> with {@code} throughout javadoc
46
false
false
6
false
true
false
spring-projects
spring-framework
19,556