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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0637864b3909ab13727cb228258b778a265da8d9 | Sam Brannen | Sam Brannen | Ensure AnnotationUtils is compatible with Java 6
The previous commit introduced a dependency on
Class.getDeclaredAnnotation() which is a Java 8 API.
This commit refactors AnnotationUtils.findAnnotation(Class, Class, Set)
to use Class.getAnnotation() in conjunction with
isAnnotationDeclaredLocally() in order to achiev... | ensure annotationutils is compatible with java 6 | 48 | false | false | 7 | true | false | true | spring-projects | spring-framework | 18,557 |
0f5a27c3545275bbd7c196124c51f6e66da6d164 | Sam Brannen | Sam Brannen | Merge changes from sbrannen/SPR-11475
* SPR-11475:
Favor 'local' annotations over inherited ones | merge changes from sbrannen/spr-11475 | 37 | true | false | 4 | true | true | false | spring-projects | spring-framework | 18,558 |
1d30bf83a0d6f303ce38526286b90172c3c596c6 | Sam Brannen | Sam Brannen | Favor 'local' annotations over inherited ones
Prior to this commit, the implementations of findAnnotation() in
AnnotationUtils and getAnnotationAttributes() in AnnotatedElementUtils
favored inherited annotations and inherited composed annotations over
composed annotations that are declared closer to the starting class... | favor 'local' annotations over inherited ones | 45 | false | false | 6 | false | true | false | spring-projects | spring-framework | 18,559 |
0616cbccd6b1d0e4f3ff484e91fc00c596128ae4 | Juergen Hoeller | Juergen Hoeller | Upgraded JSP build dependency to 2.2 | upgraded jsp build dependency to 2.2 | 36 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,560 |
fbdebc1bd6a8cdebbe599db580c6682ea9360e79 | Sam Brannen | Sam Brannen | Clean up warnings that show up in Gradle build | clean up warnings that show up in gradle build | 46 | false | false | 9 | false | false | false | spring-projects | spring-framework | 18,561 |
019d29c991b1fd6d83aa85da445c0f08b588745a | Sam Brannen | Sam Brannen | Delete work-around for Ant 1.8 in Gradle build
Ant 1.9.2 is packaged with Gradle since release 1.10. Since the Spring
Framework build now uses Gradle 1.11, there is no longer a need for the
"javac1.7" build compiler work-around for the spring-oxm module. | delete work-around for ant 1.8 in gradle build | 46 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,562 |
1ac08e4a1b8667f6b13c6d63ed7fed8ae2ac55fc | Sam Brannen | Sam Brannen | Polish Javadoc for ConfigurationClassParser | polish javadoc for configurationclassparser | 43 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,563 |
979c4833847400a73519e14a3a082e676a6e004d | Sam Brannen | Sam Brannen | Do not inspect meta-annotations on Java annotations
This commit introduces a new isInJavaLangAnnotationPackage(Annotation)
method in AnnotationUtils. This method is now used in AnnotationUtils,
AnnotatedElementUtils, and MetaAnnotationUtils to ensure that search
algorithms do no search for meta-annotations on annotati... | do not inspect meta-annotations on java annotations | 51 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,564 |
651e0a44fba387b2c86f7d59a19c2ce567323c10 | Rossen Stoyanchev | Rossen Stoyanchev | Update documentation
Clarify ability to use @MessageMapping methods on both @Controller as
well as @RestController.
Add section on configuring connections (including credentials) to the
message broker and clarify the use of the login/passcode headerers of
the STOMP CONNECT frame.
Add note on when to add the reactor-... | update documentation | 20 | false | false | 2 | true | false | false | spring-projects | spring-framework | 18,565 |
ce0d916492eeb869b5614fba2af513a34a002429 | Sam Brannen | Sam Brannen | Fix 'method' typo in @PropertySources | fix 'method' typo in @propertysources | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,566 |
39eb7442fc0533dfc1429538e3a23f0ad4a5dd9b | Sam Brannen | Sam Brannen | Merge changes from sbrannen/SPR-11455
* SPR-11455:
Always supply test class to ContextLoaders in TCF | merge changes from sbrannen/spr-11455 | 37 | true | false | 4 | true | true | false | spring-projects | spring-framework | 18,567 |
78b69f5d77792d86b62997f4fb5c9258ed93a186 | Sam Brannen | Sam Brannen | Always supply test class to ContextLoaders in TCF
Prior to this commit, the following methods in ContextLoaderUtils
treated a composed @ContextConfiguration annotation (i.e., a custom
annotation that is meta-annotated with @ContextConfiguration) as the
"declaring class" instead of the actual test class.
- resolveCont... | always supply test class to contextloaders in tcf | 49 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,568 |
76cc6db5fcdece2b9cb4d82cc706392e47a9d6fc | Sam Brannen | Sam Brannen | Upgrade to TestNG 6.8.8
Issue: SPR-11482 | upgrade to testng 6.8.8 | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,569 |
b727cdb120dcf08e76b8fd505cb63b37a7220935 | Rossen Stoyanchev | Rossen Stoyanchev | Adjust ActiveMQ settings in integration tests
Before this change tests on the CI server showed the following message:
Store limit is 102400 mb, whilst the data directory:
/opt/.../KahaDB only has 74810 mb of usable space
This change turns off store persistence and also explicitly sets the
limit on memory usage. | adjust activemq settings in integration tests | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,570 |
2ec4c0006823d042c1122cf5ec45d51b82599329 | Phillip Webb | Phillip Webb | Merge pull request #468 from wilkinsona/jasperreports
* jasperreports:
Make version of JasperReports consistent | merge pull request #468 from wilkinsona/jasperreports | 53 | true | false | 6 | false | false | false | spring-projects | spring-framework | 18,571 |
7c4fbec1cd795c0e685de03596ea23db5d666dde | Andy Wilkinson | Phillip Webb | Make version of JasperReports consistent
Ensure that context-support and webmvc depend upon the same version
of JasperReports | make version of jasperreports consistent | 40 | false | false | 5 | false | true | false | spring-projects | spring-framework | 18,572 |
cd6d234244709162e1e32e3bbd465ebcafa37f93 | Phillip Webb | Phillip Webb | Merge pull request #469 from petrukhnov/patch-1
* patch-1:
Removed repeated 'multiple' word in comment | merge pull request #469 from petrukhnov/patch-1 | 47 | true | false | 6 | false | false | false | spring-projects | spring-framework | 18,573 |
ccb7737716a208ceeaa83b222b9d6c1adec8bea4 | Konstantin Petrukhnov | Phillip Webb | Removed repeated 'multiple' word in comment | removed repeated 'multiple' word in comment | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,574 |
90b938aa8faf68d433dea19b4688eeac9d8a1416 | Sam Brannen | Sam Brannen | Verify status quo when searching for non-inherited composed annotations
Issue: SPR-11475 | verify status quo when searching for non-inherited composed annotations | 71 | false | false | 9 | true | true | false | spring-projects | spring-framework | 18,575 |
f8950960f2a610f65c485831c437ffa4eaff622d | Sam Brannen | Sam Brannen | Support arbitrary meta-annotation levels in the TCF
Prior to this commit, the findAnnotationDescriptor() and
findAnnotationDescriptorForTypes() methods in MetaAnnotationUtils only
supported a single level of meta-annotations. In particular, this kept
the following annotations from being used as meta-annotations on
met... | support arbitrary meta-annotation levels in the tcf | 51 | false | false | 7 | false | true | false | spring-projects | spring-framework | 18,576 |
2c8f25a14ce756d34ed244f25ed4fd00260024df | Sam Brannen | Sam Brannen | Delete call to System.err in AbstractContextLoaderUtilsTests | delete call to system.err in abstractcontextloaderutilstests | 60 | false | false | 6 | false | true | false | spring-projects | spring-framework | 18,577 |
aa3e250ab6ec421cd0fbadadc0d76578ee73ca2a | Sam Brannen | Sam Brannen | @Ignore PrintingResultHandlerTests | @ignore printingresulthandlertests | 34 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,578 |
3c511f00cc998a1228ec48c7724e7b226014ca4b | Sam Brannen | Sam Brannen | Simplify MetaAnnotationUtilsTests | simplify metaannotationutilstests | 33 | false | false | 2 | true | true | false | spring-projects | spring-framework | 18,579 |
d9a2b3c2bad9a7f1dce9be5dc76b22657c27e2df | Sam Brannen | Sam Brannen | Deleted unused code in ContextLoaderUtilsActiveProfilesTests | deleted unused code in contextloaderutilsactiveprofilestests | 60 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,580 |
dc6eaad2e96fac35df9ef2595d5acf7379a59525 | Sam Brannen | Sam Brannen | Update copyright date in ContextLoaderUtils | update copyright date in contextloaderutils | 43 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,581 |
5f7d1758f8eaaa9fbfb36945ae21a2160422e079 | Sam Brannen | Sam Brannen | Always pass test class to ActiveProfilesResolver
Prior to this commit, if @ActiveProfiles were used as a meta-annotation
on a composed annotation, then the composed annotation's class would be
passed to the ActiveProfilesResolver.resolve() method instead of the
test class, which breaks the contract for ActiveProfilesR... | always pass test class to activeprofilesresolver | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,582 |
34e90ba7f7998eff7e091d15ee4ee0543521b862 | Sam Brannen | Sam Brannen | Simplify ContextLoaderUtilsActiveProfilesTests | simplify contextloaderutilsactiveprofilestests | 46 | false | false | 2 | true | true | false | spring-projects | spring-framework | 18,583 |
7e38f479e08623ca6283ed1d4a186938897cef72 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,584 |
42a36349e9aaa89699ab049e2ca305dce1f884cb | Sam Brannen | Sam Brannen | Support nested meta-annotations in AnnotationUtils
Prior to this commit, AnnotationUtils.findAnnotation(Class, Class)
claimed to recursively search through annotations; however, only one
level of annotations was supported by the algorithm.
This commit alters the search algorithm so that nested meta-annotations
(i.e.,... | support nested meta-annotations in annotationutils | 50 | false | false | 5 | false | true | false | spring-projects | spring-framework | 18,585 |
8f0849f328ee5725af1c02d0aa02697a6ac93590 | Sam Brannen | Sam Brannen | Fix minor error in AnnotationUtilsTests
TransactionalAndOrderedClass now extends TransactionalClass.
The tests passed anyway, but they did not actually verify what was meant
to be verified. | fix minor error in annotationutilstests | 39 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,586 |
461816735fe7414d5883ec1f013bc3339c69b021 | Phillip Webb | Phillip Webb | Fix unused import warning | fix unused import warning | 25 | false | false | 4 | true | true | true | spring-projects | spring-framework | 18,587 |
8018ee7ce67ba12cea4cd18b549e415d925ba85d | Spring Buildmaster | Spring Buildmaster | Next development version | next development version | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,588 |
edba32b3093703d5e9ed42b5b8ec23ecc1998398 | Rossen Stoyanchev | Phillip Webb | Add processExternalEntities support to OXM
Update OXM AbstractMarshaller to support processing of external
XML entities. By default external entities will not be processed.
Issue: SPR-11376 | add processexternalentities support to oxm | 42 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,589 |
7efd54e243ab0451eea3f1cded7cfd7b512aa563 | Phillip Webb | Phillip Webb | Additional caching for ResolvableTypes
Add additional caching to ResolvableTypes and SerializableTypeWrapper
in order to improve SpEL performance.
Issue: SPR-11388 | additional caching for resolvabletypes | 38 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,590 |
319724f0b44274eb2f84b2d537ecc2e39e3aa6a5 | Phillip Webb | Phillip Webb | Regularly purge ResolvableType cache
Update ResolvableType to call `purgeUnreferencedEntries` on the cache
on each get.
Issue: SPR-11394 | regularly purge resolvabletype cache | 36 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,591 |
2b4c81e64240527c34d9896a13746596eab6e846 | Phillip Webb | Phillip Webb | Fix memory leak in ConcurrentReferenceHashMap
Update ConcurrentReferenceHashMap to protect against references that
have been garbage collected but for some reason do not appear as a
`pollForPurge` result.
Also added purgeUnreferencedEntries() method to allow for programmatic
cleanup.
Issue: SPR-11440 | fix memory leak in concurrentreferencehashmap | 45 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,592 |
fe6a9826c57705149610fd678f71f0f6e423ff9f | Sam Brannen | Sam Brannen | Fix typo in AbstractDelegatingSmartContextLoader | fix typo in abstractdelegatingsmartcontextloader | 48 | false | false | 4 | true | true | true | spring-projects | spring-framework | 18,593 |
268657b6cb5ba3153f2d35e37a7e21e8197db6cd | Rossen Stoyanchev | Rossen Stoyanchev | Add PropertyNamingStrategy field to ObjectMapperFB
Issue: SPR-11431 | add propertynamingstrategy field to objectmapperfb | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,594 |
1dedb67fbcb284b798ed9e1a691815283109c0bb | Brian Clozel | Brian Clozel | Set virtualHost on StompBrokerRelayRegistration
Prior to this commit, one couldn't set the virtualHost property on
StompBrokerRelayMessageHandler via JavaConfig, since
StompBrokerRelayRegistration's API didn't offer that possibility.
This commit adds a new method in StompBrokerRelayRegistration's fluent
API to set th... | set virtualhost on stompbrokerrelayregistration | 47 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,595 |
bde4964af5d1e53b5c8ff9fc48d25b8f2a8436fc | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,596 |
8a96d1a6eead57c672955d292a8c1bbf121fcae0 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,597 |
ef1748f69444053a9bece0df76859ee10cc1550c | Juergen Hoeller | Juergen Hoeller | EhCache/JCacheCacheManager needs to re-obtain runtime-added Cache reference for potential decoration
Issue: SPR-11407 | ehcache/jcachecachemanager needs to re-obtain runtime-added cache reference for potential decoration | 100 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,598 |
14e5a02870f9ef90df6171c63ee23d0db5c29809 | Juergen Hoeller | Juergen Hoeller | Mixed polishing along with recent changes | mixed polishing along with recent changes | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,599 |
9c6df766cd7bc3f22975d1e66fd7bc3153e3f173 | Juergen Hoeller | Juergen Hoeller | Related polishing
Issue. SPR-11428 | related polishing | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,600 |
f913940402436950966358d781bb9ff04519f5a6 | Juergen Hoeller | Juergen Hoeller | Avoid unnecessary getMappingForMethod repeat (in particular for RequestMappingInfo)
Issue. SPR-11428 | avoid unnecessary getmappingformethod repeat (in particular for requestmappinginfo) | 83 | false | false | 8 | true | true | false | spring-projects | spring-framework | 18,601 |
72fe7ebc340151e44bb16274af0d6aa53880bd2b | Juergen Hoeller | Juergen Hoeller | Objects with multi-threaded access should not lazily populate a hash field
Issue. SPR-11428 | objects with multi-threaded access should not lazily populate a hash field | 74 | false | false | 11 | false | false | false | spring-projects | spring-framework | 18,602 |
6fba8292f5fa28cb99ee567f039ab21fa340cedf | Brian Clozel | Brian Clozel | Restrict ETag generation in ShallowEtagHeaderFilter
Prior to this commit, all 2xx HTTP responses were eligible for ETag
generation in ShallowEtagHeaderFilter. In some cases, this would use
CPU resources for no reason since HTTP clients would not use ETags.
This commit is an optimization and restricts ETags generation... | restrict etag generation in shallowetagheaderfilter | 51 | false | false | 5 | true | true | false | spring-projects | spring-framework | 18,603 |
d550ffb37f27ae0e9b8abaf6d2b76ddc94c728fc | Juergen Hoeller | Juergen Hoeller | Clarified CompositeCacheManager's applicability, added convenience constructor with given delegates, and fixed getCacheNames implementation to never return duplicates
Issue: SPR-11427 | clarified compositecachemanager's applicability, added convenience constructor with given delegates, and fixed getcachenames implementation to never return duplicates | 166 | false | false | 17 | false | false | false | spring-projects | spring-framework | 18,604 |
34d397efa9e6bbd9f22b529c6a0b4a9922fee29e | Juergen Hoeller | Juergen Hoeller | Restored original detectHandlerMethods call chain for backwards compatibility with custom subclasses (such as in Spring Integration) | restored original detecthandlermethods call chain for backwards compatibility with custom subclasses (such as in spring integration) | 132 | false | false | 16 | false | false | false | spring-projects | spring-framework | 18,605 |
32e5f57e647022d9ea82c03670936bf31f8467de | Rossen Stoyanchev | Rossen Stoyanchev | Ensure matching user destination returned
Before this change, when a client subscribed to a "user" destination
(e.g. /user/foo), actual messages received in response to that
subscription contained the server-translated, unique user destination
(e.g. /foo-user123).
This is not an issue for clients such as stomp.js sin... | ensure matching user destination returned | 41 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,606 |
741b4b229ae032bd17175b46f98673ce0bd2d485 | Rossen Stoyanchev | Rossen Stoyanchev | Add encoding for the default action in FormTag
Issue: SPR-11426 | add encoding for the default action in formtag | 46 | false | false | 8 | false | true | false | spring-projects | spring-framework | 18,607 |
0cb27f4bc50e4ce78c64176a0aec1291754cabfd | Rossen Stoyanchev | Rossen Stoyanchev | Allow HttpMethod as a controller method argument
Issue: SPR-11425 | allow httpmethod as a controller method argument | 48 | false | false | 7 | true | true | true | spring-projects | spring-framework | 18,608 |
b1abe26b334fdcedff4084f5addf95b78917470e | Rossen Stoyanchev | Rossen Stoyanchev | Add ResultMatchers for status code ranges
Issue: SPR-11424 | add resultmatchers for status code ranges | 41 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,609 |
206655c2b42cb740b04d905ce2e28d593bad7efc | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,610 |
1ae3eba89a40bd762c1c212156be437dde42f64c | Sam Brannen | Sam Brannen | Merge from sbrannen/SPR-10785
* SPR-10785:
Fix CGLIB memory leak for method injection | merge from sbrannen/spr-10785 | 29 | true | false | 3 | false | false | false | spring-projects | spring-framework | 18,611 |
8028eae786ff36ea58df9a385319bf045795fa77 | Sam Brannen | Sam Brannen | Fix CGLIB memory leak for method injection
This commit continues the work for fixing memory leaks resulting from
CGLIB subclass generation for beans relying on method injection.
- Set proxy callbacks on the CGLIB Factory (i.e., the instance) instead
of in the generated subclass (i.e., via the Enhancer).
- Convert ... | fix cglib memory leak for method injection | 42 | false | false | 7 | true | true | true | spring-projects | spring-framework | 18,612 |
bda8f2b4cf6a42d0e533c3651ab89a2bcad123df | Juergen Hoeller | Juergen Hoeller | Upgraded to Jetty 9.1.2 and Guava 16.0.1 | upgraded to jetty 9.1.2 and guava 16.0.1 | 40 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,613 |
ce39146be8889409898264b8a9389d3d1f0d4258 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,614 |
f2a4537b6c07aeb0dc66a2a91c73e65752e4f016 | Sam Brannen | Sam Brannen | Test against CGLIB memory leak for method injection
This commit introduces a test in XmlBeanFactoryTests that verifies that
CGLIB generated subclasses for method injected beans are reused across
bean factories for identical bean definitions. In other words, by
verifying that the same CGLIB generated class is reused fo... | test against cglib memory leak for method injection | 51 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,615 |
674169fe07328744825edcd6c256f22224a00405 | Juergen Hoeller | Juergen Hoeller | Actually upgraded to Gradle 1.11 | actually upgraded to gradle 1.11 | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,616 |
520ef9ec23ad124b1fdb38a82428455affd3f21a | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11422 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,617 |
603cdea26e0880a46c697194bf5f1cbe60177f16 | Juergen Hoeller | Juergen Hoeller | resolveFactoryMethodIfPossible considers nonPublicAccessAllowed and SecurityManager
Issue: SPR-11422 | resolvefactorymethodifpossible considers nonpublicaccessallowed and securitymanager | 83 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,618 |
0ec99fdef7718c7c2c88f02f1a4b60de935e9cbe | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,619 |
f6f0adf63bc9c4e738482dc05053dbb239b686d6 | Christian Dupuis | Phillip Webb | Allow instrumentation to be used with Attach API
Update InstrumentationSavingAgent to allow it to be used with the
Attach API
Issue: SPR-11083 | allow instrumentation to be used with attach api | 48 | false | false | 8 | false | true | false | spring-projects | spring-framework | 18,620 |
41cdbd292a8ff75b7be524e5cc07073671827393 | Juergen Hoeller | Juergen Hoeller | Defensively handle non-retrievable ApplicationListener bean names | defensively handle non-retrievable applicationlistener bean names | 65 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,621 |
6a9e116d788f8077602f927d21befa9d7bfd7183 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,622 |
0de112198efb487d3517f3358323e586a2444af9 | Juergen Hoeller | Juergen Hoeller | Rely on presence of Servlet 2.5's ServletContext.getContextPath() | rely on presence of servlet 2.5's servletcontext.getcontextpath() | 65 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,623 |
2ea5360b822c2618586370577cbd4a548c88efac | Brian Clozel | Phillip Webb | Upgrade Jetty to 9.1.0 GA
Issue: SPR-11099 | upgrade jetty to 9.1.0 ga | 25 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,624 |
cc4faa59902a18e22c9e554b7576883b89c6b36e | Brian Clozel | Phillip Webb | Fix standard multipart binding + Polish
Fixing standard multipart binding when multiple parts share
the same name.
Uncomment previously @Ignored tests now that Jetty supports
Servlet 3.0 spec.
Issue: SPR-10591 | fix standard multipart binding + polish | 39 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,625 |
6f2004f4f8fcaaa2b712901753d660af59d943fe | Phillip Webb | Phillip Webb | Restore multi-page and PDF reference documentation
Generate docbook xml from the asciidoc reference guide and use the
docbook-reference-plugin to generate HTML (single and multi-page) and
PDF documentation.
Issue: SPR-11096 | restore multi-page and pdf reference documentation | 50 | false | false | 6 | true | false | true | spring-projects | spring-framework | 18,626 |
e54fc7bbdcf8643071f0115ba4b16c72af165f74 | Phillip Webb | Phillip Webb | Add whitespace to improve asciidoc readability
Issue: SPR-11096 | add whitespace to improve asciidoc readability | 46 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,627 |
5d8b008a8b62be9b0c9d442da878ebc8edf8f55c | Phillip Webb | Phillip Webb | Remove superfluous spaces in asciidoc
Remove the superfluous spaces that appear in the asciidoc source.
Issue: SPR-11096 | remove superfluous spaces in asciidoc | 37 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,628 |
8d4d5af30a38053e0c3cd553a1db834ef02c53e2 | Phillip Webb | Phillip Webb | Polish build.gradle | polish build.gradle | 19 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,629 |
8dd5e6da469b5a5f7a8db2c9745482f13d0564f5 | Phillip Webb | Phillip Webb | Upgrade to Gradle 1.8 and propdeps 0.0.5 | upgrade to gradle 1.8 and propdeps 0.0.5 | 40 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,630 |
a7251041f1a71f780ecc39ec9da27c49db90ffa2 | Phillip Webb | Phillip Webb | Fix broken reference guide links
Remove or replace broken links from the reference documentation.
Issue: SPR-11096 | fix broken reference guide links | 32 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,631 |
99cf06bfc93b4a0f4840bbcdbe62c9ba2e966d52 | Phillip Webb | Phillip Webb | Remove superfluous space before 'http' in asciidoc
Remove the superfluous space that appears before each 'http' reference
in the asciidoc source. Presumably there due to some quirk of the
docbook conversion.
Issue: SPR-11096 | remove superfluous space before 'http' in asciidoc | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 18,632 |
13bef4fd2d3b0b307b6498a84302fdce8ecb9eb2 | Phillip Webb | Phillip Webb | Specify asciidoc type
Specify a specific asciidoc type of 'docbook' to prevent
'multiple titles at level 0' errors during generation.
Issue: SPR-11096 | specify asciidoc type | 21 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,633 |
8e60bbc3ee97b58532a5c984d825fec1817dfd13 | Phillip Webb | Phillip Webb | Replace asciidoc authors convention with attribute
Replace the second line of the asciidoc reference guide that, by
convention, specifies authors with an 'author' explicit attribute.
Issue: SPR-11096 | replace asciidoc authors convention with attribute | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,634 |
7d7f0063f8dba97917b890ff3d8755192e5c69dd | Phillip Webb | Phillip Webb | Wrap reference asciidoc at 90 characters
Reformat the asciidoc source for the reference guide to wrap at about
90 characters.
Issue: SPR-11096 | wrap reference asciidoc at 90 characters | 40 | false | false | 6 | false | true | false | spring-projects | spring-framework | 18,635 |
cb858a3b01ec071366a9fa40fa680f4712619a9b | Phillip Webb | Phillip Webb | Replace springsource.org links with spring.io
Update reference documentation links to use the new spring.io domain.
Issue: SPR-11096 | replace springsource.org links with spring.io | 45 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,636 |
ea08d4b49c06f0c5291f0779267be11255861938 | Phillip Webb | Phillip Webb | Add .gradletasknamecache to .gitignore | add .gradletasknamecache to .gitignore | 38 | false | false | 4 | true | true | true | spring-projects | spring-framework | 18,637 |
4b0de692466e4f2b7e9cc30faa9852f79b33263c | Phillip Webb | Phillip Webb | Replace non UTF-8 characters in asciidoc source
Replace the odd instance of non UTF-8 characters in the reference
asciidoc source, mainly smart-quotes.
Issue: SPR-11096 | replace non utf-8 characters in asciidoc source | 47 | false | false | 7 | true | false | true | spring-projects | spring-framework | 18,638 |
dfa7483812df219440e3e7c8a58e0421e55924e6 | Biju Kunjummen | Phillip Webb | Fix broken javadoc links in reference guide
Replace links in the reference documentation from
`http://static.springsource.org/spring/docs/current/api/..` to
`http://docs.spring.io/spring/docs/current/javadoc-api/..`
Issue: SPR-11087 | fix broken javadoc links in reference guide | 43 | false | false | 7 | true | true | true | spring-projects | spring-framework | 18,639 |
e910326bf72ce8dd1d3fcc4bdfab27147c81df54 | Sam Brannen | Sam Brannen | Polish Javadoc for ListableBeanFactory | polish javadoc for listablebeanfactory | 38 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,640 |
35b9b8400beb25d9f2de4225e5a40489427043a5 | Rossen Stoyanchev | Rossen Stoyanchev | Rename @SubscribeEvent to @SubscribeMapping
Also @SubscribeMapping is now a method-level annotation only that can
be used in combination with a type-level @MessageMapping.
This method also documents supported method arguments and return value
types on @Subscribe- and @MessageMapping methods. | rename @subscribeevent to @subscribemapping | 43 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,641 |
2597cd2339fbc12f3495451f37de0a06baede861 | Juergen Hoeller | Juergen Hoeller | Upgraded to JCache 1.0 PFD | upgraded to jcache 1.0 pfd | 26 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,642 |
54571bf0384cbcf5fb69715caaefd5730fce5d00 | Juergen Hoeller | Juergen Hoeller | Introduced getBeanNamesForAnnotation method on ListableBeanFactory
Issue: SPR-11069 | introduced getbeannamesforannotation method on listablebeanfactory | 66 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,643 |
b43901ed860b6654531944393e351fce478cb310 | Juergen Hoeller | Juergen Hoeller | Upgraded to JSF 2.0 baseline; building against JSF 2.2 now | upgraded to jsf 2.0 baseline; building against jsf 2.2 now | 58 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,644 |
ddebda1121c37caf1bcebd76671754802ed2c331 | Juergen Hoeller | Juergen Hoeller | Ignoring non-loadable annotations in SourceClass.getAnnotations() and therefore in the collectImports algorithm
Issue: SPR-11086 | ignoring non-loadable annotations in sourceclass.getannotations() and therefore in the collectimports algorithm | 111 | false | false | 11 | false | false | false | spring-projects | spring-framework | 18,645 |
6802f813dea1759283e8bc4f0ea81961c342c929 | Rossen Stoyanchev | Rossen Stoyanchev | Polish STOMP codec
Issue: SPR-11088 | polish stomp codec | 18 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,646 |
e84885c65508a6182dd8ed204afebe45503898cf | Andy Wilkinson | Rossen Stoyanchev | Update STOMP decoder to handle incomplete frames
Previously, StompDecoder would throw a StompConversionException when
it attempted to decode a Buffer that contained an incomplete frame.
This commit updates StompDecoder to return null when it encounters an
incomplete frame. It also resets the buffer, thereby allowing ... | update stomp decoder to handle incomplete frames | 48 | false | false | 7 | true | true | true | spring-projects | spring-framework | 18,647 |
9600bf07c79780c6eed03b6a61e0648fbc1a57b4 | Rossen Stoyanchev | Rossen Stoyanchev | Upgrade to reactor-tcp 1.0 | upgrade to reactor-tcp 1.0 | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,648 |
df5d22e1203eb342afd2668aead549a0c816515f | Rossen Stoyanchev | Rossen Stoyanchev | Improve logging in spring-messaging
Before this change the amount of logging was too little or too much
with TRACE turned on. This change separates useful debugging
information and logs it under DEBUG and leaves more detailed
information to be logged under TRACE. | improve logging in spring-messaging | 35 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,649 |
72dec7d0fed80cf74139157690641096de23f41a | Rossen Stoyanchev | Rossen Stoyanchev | Add default destination for @SendTo methods
Issue: SPR-11085 | add default destination for @sendto methods | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,650 |
d67fe1db8693eae899175caf2f936241c3cacf0f | Sam Brannen | Sam Brannen | Polish spring-context
- Cache interceptor internals now operate on collections of
<? extends Cache> instead of <Cache>.
- Deleted unused imports.
- Deleted dead code.
- Suppressed warnings for resource leaks related to not closing
ApplicationContexts in tests.
- Suppressed further non-issue warnings in test... | polish spring-context | 21 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,651 |
5915b23e8a347de4488c1a2494cc3111f31431b4 | Rossen Stoyanchev | Rossen Stoyanchev | Rename method in MessageBrokerConfigurer | rename method in messagebrokerconfigurer | 40 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,652 |
930d187723c48eaca0a2ff608b8467e6732e56e6 | Sam Brannen | Sam Brannen | Merge pull request #408 from AlexYursha/patch-1
Fix a typo in package description | merge pull request #408 from alexyursha/patch-1 | 47 | true | false | 6 | false | false | false | spring-projects | spring-framework | 18,653 |
6a1ca41cb74c74d263d2b06be17de1143d312792 | Alex Yursha | Alex Yursha | Put accidentally deleted LF in place | put accidentally deleted lf in place | 36 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,654 |
6900645d59b7fa808cac9bae369611b73793a8ce | Alex Yursha | Alex Yursha | Fix a typo in package description | fix a typo in package description | 33 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,655 |
2a6c1f75e7f9601d736dfebe5823e7070edf1db5 | Rossen Stoyanchev | Rossen Stoyanchev | Simplify determination of SockJS path
The SockJS path is now passed to the SockJsService handleRequest method
thus removing the need to guess it.
Issue: SPR-11058 | simplify determination of sockjs path | 37 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,656 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.