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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c0fbe0ae5adcdfc0c99fbba4118493e3f998486d | Sam Brannen | Sam Brannen | Support unique names for embedded databases
Development teams often encounter errors with embedded databases if
their test suite inadvertently attempts to recreate additional
instances of the same database. This can happen quite easily if an XML
configuration file or @Configuration class is responsible for creating
an... | support unique names for embedded databases | 43 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,057 |
0c9cd4cc3298ac4aa60ed492dd847836784b5058 | Rossen Stoyanchev | Rossen Stoyanchev | SubProtocolWebSocketHandler checks if session is open
Issue: SPR-12812 | subprotocolwebsockethandler checks if session is open | 53 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,058 |
4886edd10b4df22ed4e61f24e0c11124b255687b | Rossen Stoyanchev | Rossen Stoyanchev | Send STOMP ERROR if external broker not available
Issue: SPR-12820 | send stomp error if external broker not available | 49 | false | false | 8 | true | true | true | spring-projects | spring-framework | 16,059 |
18039785aeacc3ca76c70014b11fb30923a54941 | Rossen Stoyanchev | Rossen Stoyanchev | Update Javadoc of AsyncHandlerInterceptor
Issue: SPR-12608, SPR-12720 | update javadoc of asynchandlerinterceptor | 41 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,060 |
f06dffb714804737b7a0b0356ab00663a368b1dc | Rossen Stoyanchev | Rossen Stoyanchev | Improve MockHttpServletRequest/Response charset parsing
Issue: SPR-12677 | improve mockhttpservletrequest/response charset parsing | 55 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,061 |
a57d42829ccd680b49faac18cb75bb3852554539 | Rossen Stoyanchev | Rossen Stoyanchev | Support {/var} syntax in UriComponentsBuilder
Issue: SPR-12750 | support {/var} syntax in uricomponentsbuilder | 45 | false | false | 5 | false | true | false | spring-projects | spring-framework | 16,062 |
6a96c26dd4bb9688a0c6bfc687a0aa36ab5b36f8 | Rossen Stoyanchev | Rossen Stoyanchev | Add HttpRange tests, set Accept-Range header, polish
Issue: SPR-10805 | add httprange tests, set accept-range header, polish | 52 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,063 |
da48739628303e3d25ff78d80ff6e9ba87aaeae2 | Arjen Poutsma | Rossen Stoyanchev | Support byte ranges in ResourceHttpRequestHandler
This commit introduces support for HTTP byte ranges in the
ResourceHttpRequestHandler. This support consists of a number of
changes:
- Parsing of HTTP Range headers in HttpHeaders, using a new HttpRange
class and inner ByteRange/SuffixByteRange subclasses.
- MIME bo... | support byte ranges in resourcehttprequesthandler | 49 | false | false | 5 | false | true | false | spring-projects | spring-framework | 16,064 |
0e7eecfe348428efa9e6ab4c2cda1c83d2ca7201 | Rossen Stoyanchev | Rossen Stoyanchev | Add copyToUriComponentsBuilder method
After this change UriComponentsBuilder#uriComponents method no longer
no longer copies from the given UriComponents but rather lets the
UriComponents instance copy itself to the UriComponentsBuilder.
This avoids the need for instanceof checks and also makes it possible
to disting... | add copytouricomponentsbuilder method | 37 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,065 |
8e4bfa9cc17d2192e33d20023ab3b4b732087f83 | Juergen Hoeller | Juergen Hoeller | BeansDtdResolver resolves spring-beans.dtd declarations to spring-beans-2.0.dtd file
Issue: SPR-12836 | beansdtdresolver resolves spring-beans.dtd declarations to spring-beans-2.0.dtd file | 84 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,066 |
898c24fcdd7930bff9717903c9884c0c8d146fa5 | Juergen Hoeller | Juergen Hoeller | Optimized access to resolved bean type (avoiding BeanFactory locks)
Revised HandlerMethod.getBeanType() impl for both web and messaging.
In addition, HandlerMethods get created with the internal BeanFactory now.
Issue: SPR-12832 | optimized access to resolved bean type (avoiding beanfactory locks) | 67 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,067 |
ab771dfd97b14f978a0513f4e9425db86099b348 | Sam Brannen | Sam Brannen | Refactor tests to use the new database-name attribute
This commit refactors the XML configuration used by the tests in the
Spr8849Tests test suite so that a unique database name is always
generated (via the new 'database-name' attribute that was introduced in
SPR-12835) while reusing the same bean name (i.e., 'dataSou... | refactor tests to use the new database-name attribute | 53 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,068 |
c36c6cbfaafc5efdcc707d86226acf2258a1bba1 | Sam Brannen | Sam Brannen | Introduce database-name in <jdbc:embedded-database>
Prior to this commit, the EmbeddedDatabaseBeanDefinitionParser set the
name of the embedded database that it configured to the value of its
'id'. This made it impossible to assign unique names to embedded
databases if the same bean 'id' (e.g, 'dataSource') was used a... | embedded-database> | 18 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,069 |
7e2f12cf9f505c6fe1b2608874f3c5f926ea0dc3 | Sam Brannen | Sam Brannen | Allow <jdbc:embedded-database> to be declared w/o id
This commit modifies EmbeddedDatabaseBeanDefinitionParser so that the
<jdbc:embedded-database> XML namespace element can be declared as an
anonymous bean (i.e., without an explicit ID).
Issue: SPR-12834 | embedded-database> to be declared w/o id | 40 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,070 |
85e4b24abb36d3953eb322fc97cf00ffce59cbc9 | Sam Brannen | Sam Brannen | Introduce spring-jdbc-4.2.xsd
This commit introduces spring-jdbc-4.2.xsd in order to support upcoming
changes to the JDBC XML namespace.
In addition, this commit polishes the XSD documentation with regard to
use cases for script execution. | introduce spring-jdbc-4.2.xsd | 29 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,071 |
83ff0adc2ece396b21561c3a76c47d2413a818c8 | Rossen Stoyanchev | Rossen Stoyanchev | Add accessors for expirationTime in FlashMap
FlashMap now has a single field reflecting the expiration time and
also provides accessors that can be used for serialization purposes.
Issue: SPR-12757 | add accessors for expirationtime in flashmap | 44 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,072 |
de9c9febc385fe07809f634cef7933b632e7141f | Rossen Stoyanchev | Rossen Stoyanchev | Compare encoded params in AbstractFlashMapManager
AbstractFlashMapManager no longer decodes the target query parameters
it needs to use to match to the request after the redirect.
Instead it stores query parameters as-is adn then relies on parsing the
encoded query string after the redirect.
Issue: SPR-12569 | compare encoded params in abstractflashmapmanager | 49 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,073 |
46537a76ede5f3fd126eb491bedf313f8ac410bf | Rossen Stoyanchev | Rossen Stoyanchev | Polish FlashMapManagerTests | polish flashmapmanagertests | 27 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,074 |
41e437066ea635910d6972cb48e121a2d981227a | Rossen Stoyanchev | Rossen Stoyanchev | Support @MessageExceptionHandler w/ @ControllerAdvice
This change adds support for global @MessageExceptionHandler methods
with STOMP over WebSocket messages. Such methods can be added to
@ControllerAdvice annotated components, much like @ExceptionHandler
methods for Spring MVC.
Issue: SPR-12696 | support @messageexceptionhandler w/ @controlleradvice | 53 | false | false | 4 | true | false | false | spring-projects | spring-framework | 16,075 |
192462902ef3d97c0b6684d467c7d2023ecd5be1 | Juergen Hoeller | Juergen Hoeller | Consistent support for Java 8 default methods (in interfaces implemented by user classes)
Covers ReflectionUtils.doWithMethods as well as affected annotation post-processors.
Includes an extension of MethodMetadata for the detection of @Bean default methods.
Issue: SPR-12822
Issue: SPR-10919 | consistent support for java 8 default methods (in interfaces implemented by user classes) | 89 | false | false | 13 | false | false | false | spring-projects | spring-framework | 16,076 |
778a01943b14d5b6ecf55adc3aa8ddc92250c3fe | Juergen Hoeller | Juergen Hoeller | ResolvableType-based type matching at the BeanFactory API level
Issue: SPR-12147 | resolvabletype-based type matching at the beanfactory api level | 63 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,077 |
a3e5fbf5edcd5193b025eab144441ce91ba13cd2 | Juergen Hoeller | Juergen Hoeller | Revised DefaultManagedAwareThreadFactory to make its non-JNDI fallback work
Issue: SPR-12830 | revised defaultmanagedawarethreadfactory to make its non-jndi fallback work | 75 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,078 |
ce68c4dccb8f1b5adefb74a038647642b9618d32 | Sam Brannen | Sam Brannen | Polish Javadoc in MutablePersistenceUnitInfo
- Using Javadoc syntax for code formatting instead of JIRA's. | polish javadoc in mutablepersistenceunitinfo | 44 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,079 |
6f98cf3add0ff7e11210965cc07523761338b0d7 | Juergen Hoeller | Juergen Hoeller | Explicit documentation on 4.1+ properties in AbstractMessageListenerContainer | explicit documentation on 4.1+ properties in abstractmessagelistenercontainer | 77 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,080 |
4f1d9fddc871307b26a7ce76c8adad7a2f25081f | Juergen Hoeller | Juergen Hoeller | Explicit documentation on MutablePersistenceUnitInfo's addManagedPackage
Issue: SPR-12821 | explicit documentation on mutablepersistenceunitinfo's addmanagedpackage | 72 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,081 |
370e3a52bfacdb28d8e58388778086b8358279ce | Juergen Hoeller | Juergen Hoeller | HttpComponentsClientHttpRequestFactory supports plain HttpClient (i.e. non-CloseableHttpClient implementations) as well
Issue: SPR-12826 | httpcomponentsclienthttprequestfactory supports plain httpclient (i.e. non-closeablehttpclient implementations) as well | 119 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,082 |
8ee0e98540e2d4fc45628d850bb61cf38e03dafa | Sam Brannen | Sam Brannen | Ensure WebSocketStompClientTests compiles in Gradle build as well | ensure websocketstompclienttests compiles in gradle build as well | 65 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,083 |
ffff596ae6b1add6e563d7ecdee9345b59b7646b | Sam Brannen | Sam Brannen | Polish GroovyBeanDefinitionReader ctr Javadoc | polish groovybeandefinitionreader ctr javadoc | 45 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,084 |
9930a8715f26dfcb8e0ef8e960e6115a33f570cf | Sam Brannen | Sam Brannen | Clean up & suppress warnings in spring-messaging | clean up & suppress warnings in spring-messaging | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,085 |
03739c25d3936ae851c1d578c993b5c7030064a1 | Sam Brannen | Sam Brannen | Ensure WebSocketStompClientTests compiles in STS 3.6.4 | ensure websocketstompclienttests compiles in sts 3.6.4 | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,086 |
bf0703e07e2c968c6d777101c10b01f4f4650a91 | Sam Brannen | Sam Brannen | Delete unused imports in spring-messaging | delete unused imports in spring-messaging | 41 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,087 |
febcd0c46d63f720ba6bf834825c9f8d1a01d167 | Rossen Stoyanchev | Rossen Stoyanchev | Add baseUrl overloaded MvcUriComponentsBuilder methods
Issue: SPR-12800 | add baseurl overloaded mvcuricomponentsbuilder methods | 54 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,088 |
7f9975e34d78d6a3f494c42fa7bee79217a48565 | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Jetty 9.2.10, Netty 4.0.26, Undertow 1.1.3) | latest dependency updates (jetty 9.2.10, netty 4.0.26, undertow 1.1.3) | 70 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,089 |
162ee36700df172667b1e38d869c6e28075208e8 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,090 |
c43acd76757e865eb1f8df5d1f0e196b6c9537af | Juergen Hoeller | Juergen Hoeller | SpringValidatorAdapter allows for fine-tuning the FieldError representation
Issue: SPR-12819 | springvalidatoradapter allows for fine-tuning the fielderror representation | 75 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,091 |
768f6e836aaea822352d7135570d4dd4eebb6ebb | Juergen Hoeller | Juergen Hoeller | Bean class name may contain SpEL expression for late resolution
Issue: SPR-12817 | bean class name may contain spel expression for late resolution | 63 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,092 |
66ec5ea2d18ee4c457446e171dfcd8fb29d0708f | Stephane Nicoll | Stephane Nicoll | Merge pull request #755 from bwestrich/master
* pull755:
fix typo | merge pull request #755 from bwestrich/master | 45 | true | false | 6 | true | false | false | spring-projects | spring-framework | 16,093 |
27b57ec33219614b6ce33cd2b6ae5199ac0b0c3a | Brian Westrich | Brian Westrich | fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,094 |
abd7052b160cde88c6a046ca58d3d18e899ce60a | Juergen Hoeller | Juergen Hoeller | ContentCachingRequestWrapper converts IOException to IllegalStateException
Issue: SPR-12810
(cherry picked from commit ce84faf) | contentcachingrequestwrapper converts ioexception to illegalstateexception | 74 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,095 |
6c169bd644dc47c2a364885a7578cb113a596c59 | Juergen Hoeller | Juergen Hoeller | Initial support for JSR-354 Money & Currency
Issue: SPR-12209 | initial support for jsr-354 money & currency | 44 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,096 |
bc6a98c144505bc9076372af310c0d2a4c1cc951 | Juergen Hoeller | Juergen Hoeller | Polishing (in particular updating javadoc references to Apache Commons) | polishing (in particular updating javadoc references to apache commons) | 71 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,097 |
13659d645ba73b6bf5cbb286bc25c10404c4301d | Juergen Hoeller | Juergen Hoeller | Consistent support for @Order annotation as alternative to Ordered interface
Issue: SPR-12806 | consistent support for @order annotation as alternative to ordered interface | 76 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,098 |
f5b4e18209c45c948ab6bce6d166ef17b3f5b25d | Juergen Hoeller | Juergen Hoeller | @Configuration classes get processed according to their @Order (if applicable)
Issue: SPR-12657 | @configuration classes get processed according to their @order (if applicable) | 78 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,099 |
3da9d92bf53c205f7e7ce1d58b5701e095a7e474 | Brian Clozel | Brian Clozel | Fix context-relative default value in XML parsing
This commit fixes the default value for the contextRelative attribute of
a RedirectView, when this view is registered via a
RedirectViewController in XML. The value is set to true.
Note that the default value for this is correctly documented in
spring-mvc-4.1.xsd. Als... | fix context-relative default value in xml parsing | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,100 |
ab629a0e26d892404e8d29e74c13f97b8d0b4d34 | Rossen Stoyanchev | Rossen Stoyanchev | Deprecate writePrelude in AbstractHttpSockJsSession
A logical follow-up on commit 43d937, this change also removes (or
rather deprecates for now) writePrelude that is only of concern to
streaming SockJS session implementations.
Issue: SPR-12427 | deprecate writeprelude in abstracthttpsockjssession | 51 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,101 |
43d93712f1a827cf00a9b097dd546320ce841692 | Rossen Stoyanchev | Rossen Stoyanchev | Remove isStreaming flag from AbstractHttpSockJsSession
This change removes the need for the isStreaming field from the base
class AbstractHttpSockJsSession. This field was used to account for
differences between polling vs streaming SockJS sessions without having
to expose to sub-classes private fields that are otherw... | remove isstreaming flag from abstracthttpsockjssession | 54 | false | false | 5 | false | true | false | spring-projects | spring-framework | 16,102 |
7a6dfe3765b471d2c115e2f802f7ffd61bbd05fe | Sam Brannen | Sam Brannen | Make MBeanServer integration tests more robust
This commit overhauls several of the tests that interact with an
MBeanServer with the goal of increasing the reliability of these tests.
- MBeanClientInterceptorTests now uses JUnit "assumptions" instead of
preemptively returning from test methods, thus allowing such... | make mbeanserver integration tests more robust | 46 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,103 |
08f3a7982192e3f1aee9f31c61fb98022fc3b0ac | Sam Brannen | Sam Brannen | Fix broken test in EnableSchedulingTests
Commit 65d163e changed the textual message of an exception thrown by
ScheduledAnnotationBeanPostProcessor.afterSingletonsInstantiated(), and
this in turn caused the withAmbiguousTaskSchedulers_andSingleTask()
method in EnableSchedulingTests to start failing (albeit only during
... | fix broken test in enableschedulingtests | 40 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,104 |
d5fb829adebddbf791faeb5afb00e543982e6d7a | Sam Brannen | Sam Brannen | Polish failed assertion messages in QuartzSupportTests | polish failed assertion messages in quartzsupporttests | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,105 |
276712dcd1eef93e2a9add83e3d11f0eb6f06095 | Sam Brannen | Sam Brannen | Enable reuse of DefaultActiveProfilesResolver
In order to allow DefaultActiveProfilesResolver to be reused (e.g., via
extension or delegation), the check which asserts that the 'resolver'
attribute of @ActiveProfiles is not set to a customer resolver class
has been removed.
Issue: SPR-12611 | enable reuse of defaultactiveprofilesresolver | 45 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,106 |
cf7a7932f379a2299ab7bb45d07b27a07b3b1ea9 | Sam Brannen | Sam Brannen | Polish TimedSpringRunnerTests | polish timedspringrunnertests | 29 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,107 |
b81c522ee1624f3d5f170fc3468f4600956950bd | Sam Brannen | Sam Brannen | Handle exceptions properly in SpringJUnit4ClassRunner
JUnit 4.9 introduced a regression in BlockJUnit4ClassRunner.runChild()
such that exceptions thrown from methodBlock() cause the current test
execution to abort immediately. As a result, the failing test method is
unrooted, and subsequent test methods are never invo... | handle exceptions properly in springjunit4classrunner | 53 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,108 |
f5201e3ca000acb44a318d3157b7628779fe5e6b | Sam Brannen | Sam Brannen | Remove link to forums in README | remove link to forums in readme | 31 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,109 |
dbbd1dacefc6734b74738276dcbf813f1c84dde1 | Sam Brannen | Sam Brannen | Update Eclipse formatter settings for Java source code
- Copyright end date is now dynamic, based on the current year.
- Added missing spaces in front of web link to ASL 2.0 license file.
- Changed @since tag to 4.2. | update eclipse formatter settings for java source code | 54 | false | false | 8 | false | true | false | spring-projects | spring-framework | 16,110 |
fc38d3bf062d89f404cd9bc737f156a5efcf44ae | Sam Brannen | Sam Brannen | Set source and target to JDK 1.8 for Eclipse projects | set source and target to jdk 1.8 for eclipse projects | 53 | false | false | 10 | true | true | false | spring-projects | spring-framework | 16,111 |
e9e5149001d813806a04d9e1a349bbc899fceba9 | Sam Brannen | Sam Brannen | Fix cleanEclipseJdtUi task in the Gradle build | fix cleaneclipsejdtui task in the gradle build | 46 | false | false | 7 | true | true | true | spring-projects | spring-framework | 16,112 |
c50df0c420c692b8b490472cfae3bbd328201da1 | Sam Brannen | Sam Brannen | Polish MessageBodyClientHttpResponseWrapper
Added missing copyright clause and fixed @since version. | polish messagebodyclienthttpresponsewrapper | 43 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,113 |
b6675b6167f3580fcc03b8d725db482e1e2e44e7 | Brian Clozel | Brian Clozel | Revisit empty body response support in HTTP client
Prior to this commit, HTTP responses without body (response status 204
or 304, Content-Length: 0) were handled properly by RestTemplates. But
some other cases were not properly managed, throwing exceptions for
valid HTTP responses.
This commit better handles HTTP res... | revisit empty body response support in http client | 50 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,114 |
213a3fd779747e5e8dfc24905b9bb98da063a5a1 | Craig Andrews | Brian Clozel | Performance improvements in ShallowEtagHeaderFilter
Prior to this change, the ShallowEtagHeaderFilter would use a
ResizableByteArrayOutputStream to internally write data and calculate
the ETag. While that implementation is faster than the regular
ByteArrayOutputStream (since it has a better strategy for growing the
in... | performance improvements in shallowetagheaderfilter | 51 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,115 |
40cd1be14c856985d56715bdfd09a71c2cf23955 | Sam Brannen | Sam Brannen | Update Javadoc for AnnotationUtils.findAnnotation()
This commit updates the Javadoc for findAnnotation() to reflect recent
changes to the algorithm it implements. | update javadoc for annotationutils.findannotation() | 51 | false | false | 4 | true | true | false | spring-projects | spring-framework | 16,116 |
34afe215fd48538e9e4c00a928a0acdcfc3e78e2 | Stephane Nicoll | Stephane Nicoll | Merge pull request #717 from johnktims/patch-1
* patch-1:
Fix typo | merge pull request #717 from johnktims/patch-1 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,117 |
46b094bfc434eb4f064661a939afabf96ddc9667 | John | John | Fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,118 |
f59fc83f3045d2d6623825da6249de60a8d5cac6 | Rossen Stoyanchev | Rossen Stoyanchev | Remove STOMP relay integration test
The test was verifying that when a DISCONNECT frame is sent to the
broker, there will be no further messages on the clientOutboundChannel.
This is generally true, however in some cases when the broker receives
a DISCONNECT it may close its connection fast enough (before we do) in
w... | remove stomp relay integration test | 35 | false | false | 5 | false | true | false | spring-projects | spring-framework | 16,119 |
8a47c181f78688c0e09cde9e6c538966dd5c7e51 | Rossen Stoyanchev | Rossen Stoyanchev | Assign Jetty SockJS tests to "performance" test group
This change designates Jetty SockJS integration tests to run as part of
the "performance", but not the main "publication", CI build due to
recurring low-level failures suspected to be Jetty issues, e.g.
"java.io.IOException: Cannot append to finished buffer" or
"ja... | assign jetty sockjs tests to "performance" test group | 53 | false | false | 8 | false | true | false | spring-projects | spring-framework | 16,120 |
bce145c06e3f92744b57d8a54cbb077774b2b9a2 | Stephane Nicoll | Stephane Nicoll | Merged HttpClient defaults with local customizations
Update HttpComponents wrapper to merge local customizations with the
default of the current HttpClient instead of overriding everything.
This is available as from HttpComponents 4.4. that exposes the default
request config from the client via the Configurable inte... | merged httpclient defaults with local customizations | 52 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,121 |
3662ad4f942536e74f19739fdcebcb2186e4a4e3 | Stephane Nicoll | Stephane Nicoll | Upgrade to gradle 2.2.1
Issue: SPR-11934 | upgrade to gradle 2.2.1 | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,122 |
4a49a6535d4bbb8b6e575c4fb2725c620cb8dfd9 | Sam Brannen | Sam Brannen | Document type safety limitations of the CollectionFactory API
Issue: SPR-12596 | document type safety limitations of the collectionfactory api | 61 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,123 |
60cee7f52643c4a9f29cb081a1d50022bf17f955 | Sam Brannen | Sam Brannen | Polish ExtendedBeanInfoTests regarding JDK 8u40 compatibility
This commit simplifies the test for greater clarify and swaps the
'expected' and 'actual' arguments passed to assertEquals().
Issue: SPR-12582 | polish extendedbeaninfotests regarding jdk 8u40 compatibility | 61 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,124 |
7492129236b3b37530a5f54cea0e3b38ff33c20f | Juergen Hoeller | Juergen Hoeller | Revised ExtendedBeanInfo test for SPR-8937 (for JDK 8u40 compatibility)
Issue: SPR-12582 | revised extendedbeaninfo test for spr-8937 (for jdk 8u40 compatibility) | 71 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,125 |
ec84fa6da3279cdb8e082d0646db3d886acc12ae | Juergen Hoeller | Juergen Hoeller | ObjectToOptionalConverter uses Optional.ofNullable after ConversionService invocation
Issue: SPR-12589 | objecttooptionalconverter uses optional.ofnullable after conversionservice invocation | 85 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,126 |
6790f55667bc968aa8d5e62d25f8e972f47c3696 | Stephane Nicoll | Stephane Nicoll | Fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,127 |
a79fe25917e38b0bf8ae1f11a80b22987e3be2df | Stephane Nicoll | Stephane Nicoll | Restore default transaction manager by name lookup
Fix a regression introduced by 961574bd17b that prevents a proper lookup
of the default transaction manager by name as the absence of a qualifier
is represented by an empty string (passing the faulty null check).
Issue: SPR-12577 | restore default transaction manager by name lookup | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 16,128 |
47b8ee891e236df7468e22f739a9fd92fd1a045e | Xiaolong Zuo | Brian Clozel | Fix default HandlerMappings class names in javadoc
Fixes #708 | fix default handlermappings class names in javadoc | 50 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,129 |
e02719e5e3abe088878d842a26919e76a0876da7 | Brian Clozel | Brian Clozel | Fix path mapping issue in default servlet mode
Prior to this commit, some requests would be wrongly mapped to "/" when:
* requests ends with "//" such as "/foo/bar//"
* the DispatcherServlet is mapped as the default ("/")
* the app container sanitizes the servletPath
In those cases, the path extraction algorithm was... | fix path mapping issue in default servlet mode | 46 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,130 |
40449e2741eef68a2d11256e3127bb7d837e8440 | Sam Brannen | Sam Brannen | Suppress warnings in tests
This commit suppresses warnings in test classes that were polluting the
Gradle build output. | suppress warnings in tests | 26 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,131 |
27b4909f46dfc4ac807bebe8120d772afe4807d3 | Juergen Hoeller | Juergen Hoeller | Polishing
(cherry picked from commit 8c700b1) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,132 |
9ac02b319d2fde39b5bb1cf11b5525b4f55cd198 | Juergen Hoeller | Juergen Hoeller | Remove pre-3.2 deprecated classes and methods
Issue: SPR-12578 | remove pre-3.2 deprecated classes and methods | 45 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,133 |
fad76336f6bdb0d5f60aa46d42116c27d7b18bb8 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,134 |
730bd02da7fda65cec98c6cfc2902f9b1956fc67 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,135 |
3bfe4dcca7ec9e6b2bb2e21a5d5b7c6737f60216 | Juergen Hoeller | Juergen Hoeller | Switch responseEncodedHtmlEscape default to true
Issue: SPR-12369 | switch responseencodedhtmlescape default to true | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,136 |
0a36559a43780a232cb0191a8e8c9060799f8ce0 | Juergen Hoeller | Juergen Hoeller | Deprecate Tiles 2 support
Issue: SPR-12214 | deprecate tiles 2 support | 25 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,137 |
d6b16ffee3f7f22ddb1fe1c1aecd0e241aebef9a | Juergen Hoeller | Juergen Hoeller | Remove deprecated SimpleJdbcTemplate and supporting classes
Issue: SPR-11895 | remove deprecated simplejdbctemplate and supporting classes | 59 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,138 |
f8a483f2d426001348f4b10c46f5747d03848bd9 | Spring Buildmaster | Spring Buildmaster | Next Development Version | next development version | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,139 |
26845f6f7f163bfe1eb2904c3bf3ecd5b28c3140 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-12502 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,140 |
1cefeb2af0615992be5b2baf1a7df4106b3aea56 | Juergen Hoeller | Juergen Hoeller | Prevent NPE in AbstractApplicationEventMulticaster's non-caching code path
Issue: SPR-12545 | prevent npe in abstractapplicationeventmulticaster's non-caching code path | 74 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,141 |
51367dec052e9acad37bed52e95885a33a610984 | Rossen Stoyanchev | Rossen Stoyanchev | Refine condition to send WebSocket binary messages
The following two refinements have been added:
1) SockJS doesn't support binary messages so don't even try
2) don't bother if payload.length == 0
Issue: SPR-12475 | refine condition to send websocket binary messages | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 16,142 |
bc075c713f6524b8e6c15c11aea9e61985052a18 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,143 |
3791e7f653c5b82503ac925889ca677f11cfde03 | Juergen Hoeller | Juergen Hoeller | TimeZone and ZoneId as supported arguments for MVC handler methods
Issue: SPR-12575 | timezone and zoneid as supported arguments for mvc handler methods | 66 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,144 |
86b8112c90608597c43d12cba2cc528d5beb0fd5 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,145 |
6f2de283c467cf5bc91a79a4fa3836d1505639f4 | Juergen Hoeller | Juergen Hoeller | Doc: base-packages can be comma/semicolon/space/tab/linefeed-separated
Issue: SPR-12523 | base-packages can be comma/semicolon/space/tab/linefeed-separated | 65 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,146 |
0919a15f915590db274c135084b6f939a7a508c0 | Juergen Hoeller | Juergen Hoeller | Spring's JMX support can rely on native MXBean detection on Java 6+
Issue: SPR-12574 | spring's jmx support can rely on native mxbean detection on java 6+ | 67 | false | false | 12 | false | false | false | spring-projects | spring-framework | 16,147 |
d4a505909747cc58eacb864b4742f0a558f9fbde | Juergen Hoeller | Juergen Hoeller | AnnotationJmxAttributeSource uses AnnotationUtils for consistent meta-annotation handling and diagnostics
Issue: SPR-12572 | annotationjmxattributesource uses annotationutils for consistent meta-annotation handling and diagnostics | 105 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,148 |
ed0e2f4445c1f3e90b8eb522a0a916dcdff00b3f | Juergen Hoeller | Juergen Hoeller | PayloadArgumentResolver does not insist on configured Validator anymore
Issue: SPR-12567 | payloadargumentresolver does not insist on configured validator anymore | 71 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,149 |
752bbbdd056459df039c0b29d4da5e1b44b3b5bc | Stephane Nicoll | Stephane Nicoll | Fix scope inheritance documentation
Issue: SPR-12570 | fix scope inheritance documentation | 35 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,150 |
73c21fbac1d629a460dfc3292a0fb482e591142b | Stephane Nicoll | Stephane Nicoll | Define JCache aspect
Align default aop.xml configuration to define the JCache aspect alongside
the regular Spring cache aspect.
Issue: SPR-12571 | define jcache aspect | 20 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,151 |
71783c5d86205c5e7820eaca02338c55ae33ea13 | Stephane Nicoll | Stephane Nicoll | Allow default settings of a custom HttpClient to apply
Previously the default settings of a custom HttpClient were always
ignored since a RequestConfig instance was always set no matter if
some customizations were applied or not.
This commit keeps an internal RequestConfig object instance that is
only initialized if ... | allow default settings of a custom httpclient to apply | 54 | false | false | 9 | true | true | false | spring-projects | spring-framework | 16,152 |
961574bd17b2fe30f171646f54667b5895f0dcbf | Stephane Nicoll | Stephane Nicoll | Fix regression in determineTransactionManager
One more (and hopefully last) attempt at making sure
determineTransactionManager does not break existing use cases.
This commit prevents any lookup if no transaction attributes are set
which is more compliant with the original version and prevents a lookup
if a non existi... | fix regression in determinetransactionmanager | 45 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,153 |
4a0ac97550c67c926e014903338f9c0e84fa9eee | Stephane Nicoll | Stephane Nicoll | Fix regression in determineTransactionManager
The fix in cec26e9 for SPR-12541 actually introduced a regression
when the interceptor is enabled on a method that does not require any
transaction. In such a case we try to locate the default
PlatformTransactionManager instead of just returning what we have (that
is null)... | fix regression in determinetransactionmanager | 45 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,154 |
a770b151d9ddb6953415f671e1ff63d77e09db0a | Sebastien Deleuze | Sebastien Deleuze | Specify SockJS protocol and client supported versions
In order to avoid breaking changed due to the upcoming SockJS 1.0
release (see SPR-12422 for more details) and link to the right
SockJS documentation version, we now explicitly specify that we
support SockJS protocol 0.3.3 and SockJS client 0.3.x. | specify sockjs protocol and client supported versions | 53 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,155 |
ea05e0b1add86317c13997678aa01bfb73476487 | Rossen Stoyanchev | Rossen Stoyanchev | Improve @SessionAttributes support during redirect
Before this change attributes listed with @SessionAttributes would not
be saved in the session when there was a redirect and the controller
method declared a parameter of type RedirectAttributes.
This change ensures it's the "default" model that is always the one
che... | improve @sessionattributes support during redirect | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,156 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.