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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cfd01ab1000f99f59ac24537fb0022383b0c2e2e | Juergen Hoeller | Juergen Hoeller | ExtendedBeanInfo uses explicit hashCode calculation (as defensive measure against JDK PropertyDescriptor changes) | extendedbeaninfo uses explicit hashcode calculation (as defensive measure against jdk propertydescriptor changes) | 113 | false | false | 12 | false | false | false | spring-projects | spring-framework | 15,757 |
8c9274e01743a87d7fb8519f7772c1b1677ecbe0 | Juergen Hoeller | Juergen Hoeller | LazyInitTargetSource works for @Bean targets as well
Issue: SPR-10508
Issue: SPR-8080 | lazyinittargetsource works for @bean targets as well | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,758 |
b64f680f199108fc83ca7a80afefe0c95f7ba803 | Juergen Hoeller | Juergen Hoeller | AbstractAutowireCapableBeanFactory calls postProcessBeforeInstantiation with fully resolved target type
Issue: SPR-12140
Issue: SPR-12142 | abstractautowirecapablebeanfactory calls postprocessbeforeinstantiation with fully resolved target type | 103 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,759 |
53fbf1a509789697b91192abf6421f685a08b8b9 | Juergen Hoeller | Juergen Hoeller | ConfigurationClassParser checks REGISTER_BEAN conditions before processing configuration class imports
Issue: SPR-12128 | configurationclassparser checks register_bean conditions before processing configuration class imports | 102 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,760 |
96563c7eea7f33e5a1fc37b6491ca333b2cca2c9 | Rossen Stoyanchev | Rossen Stoyanchev | Update Javadoc in SimpMessageSendingOperations
Issue: SPR-12143 | update javadoc in simpmessagesendingoperations | 46 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,761 |
041479a0d5c9b0fdaf823a79d2114d437321a5da | Sebastien Deleuze | Sebastien Deleuze | Add Web Improvements to what's new in Spring 4.1 section | add web improvements to what's new in spring 4.1 section | 56 | false | false | 10 | true | true | false | spring-projects | spring-framework | 15,762 |
549016803762d812f34247b1f396ab359ed54bc2 | Brian Clozel | Brian Clozel | List all spring-framework artifacts in Modules
This change adds the artifacts names in the Spring Framework Modules
documentation. Linking both concepts make it easier to decide which
Spring module should be importer in an application's build.
Issue: SPR-11534 | list all spring-framework artifacts in modules | 46 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,763 |
2ef20f63bc97cb4612befdc9d63cab1554694992 | Brian Clozel | Brian Clozel | Remove assertion making locations mandatory
This change finishes work started in SPR-12133.
Issue: SPR-12133 | remove assertion making locations mandatory | 43 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,764 |
da8771d5a9b9e73e94ce2bddb94a8617c67a8f12 | Stephane Nicoll | Stephane Nicoll | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,765 |
fafb2fce2f53ff2d0d657494d79a1384c1cd033b | Stephane Nicoll | Stephane Nicoll | Improve what's new in Spring 4.1 section | improve what's new in spring 4.1 section | 40 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,766 |
5452144dabbdb7ec1ed2009768aa36f7d3f1bdb1 | Juergen Hoeller | Juergen Hoeller | HibernateJpaDialect only resets Connection read-only status if actually necessary (avoiding side effects)
Issue: SPR-8959
Issue: SPR-12118 | hibernatejpadialect only resets connection read-only status if actually necessary (avoiding side effects) | 105 | false | false | 12 | false | false | false | spring-projects | spring-framework | 15,767 |
8c4388dd6e7f44ff230644c4fb3bc204d0b6ff60 | Stephane Nicoll | Stephane Nicoll | Place holder resolution in @JmsListener arguments
This commit allows to use place holder definitions for JmsListener
attributes, effectively allowing to externalize those settings from
the code.
Issue: SPR-12134 | place holder resolution in @jmslistener arguments | 49 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,768 |
b4a6cafc8a10057bb25e3e89a1190233c8b40f30 | Sam Brannen | Sam Brannen | Update link to @SpringFramework team members | update link to @springframework team members | 44 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,769 |
5f0ae2ffba5a4ba888c4f72b5ac832d8c56fc3d6 | Sam Brannen | Sam Brannen | Update link to JDK 8 download | update link to jdk 8 download | 29 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,770 |
ede97d99ea098d2865d564775f7902a64be3a675 | Sam Brannen | Sam Brannen | Add 'new in Spring 4.1' section to reference manual
This commit introduces a new-in-4.1 section in the reference manual with
initial content for testing improvements. | add 'new in spring 4.1' section to reference manual | 51 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,771 |
4c2aa6adc60207e8a8fe83c0af31fcd17c8593b7 | Sam Brannen | Sam Brannen | Document support for merging TELs with defaults
This commit restructures the content of the "TestExecutionListener
registration and ordering" section of the Testing chapter in the
reference manual into cross-referenced subsections with more
appropriate titles.
In addition, this commit introduces a new "Merging
TestEx... | document support for merging tels with defaults | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,772 |
7cd615c4f9da6ec0e4df17629a358bd5f2001b3d | Sam Brannen | Sam Brannen | Document automatic discovery of default TELs
This commit introduces a new "TestExecutionListener registration and
ordering" section in the Testing chapter of the reference manual.
Issue: SPR-12082 | document automatic discovery of default tels | 44 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,773 |
10c582795682905f1e792c8a2388f63f7426b4dc | Sam Brannen | Sam Brannen | Improve text for xref links in the reference manual | improve text for xref links in the reference manual | 51 | false | false | 9 | true | true | false | spring-projects | spring-framework | 15,774 |
cdc522242f9746b8c06b6bafda9e03ef5143e224 | Sam Brannen | Sam Brannen | Document programmatic tx mgt support in the TCF
This commit introduces a new "Programmatic transaction management"
section in the Testing chapter of the reference manual with an example
highlighting the new support provided via TestTransaction.
In addition, this commit begins the work to be addressed more
thoroughly ... | document programmatic tx mgt support in the tcf | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,775 |
9926badb33294c1d1eb931a08a96b92908ddd15e | Sam Brannen | Sam Brannen | Document @TestPropertySource support in the reference manual
This commit introduces a new "Context configuration with test property
sources" section in the Testing chapter of the reference manual.
In addition, the "Context caching" section has been updated regarding
support for test property source locations and prop... | document @testpropertysource support in the reference manual | 60 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,776 |
703cc0d6ae098b4ee462ec2cb33095e0ec70c66d | Sam Brannen | Sam Brannen | Polish Javadoc for MergedContextConfiguration | polish javadoc for mergedcontextconfiguration | 45 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,777 |
d4f5901f1fed6768acc051d796d4da5a5e94b892 | Sam Brannen | Sam Brannen | Document Groovy script support in the TCF
This commit documents support for using Groovy scripts to load
ApplicationContexts using the Spring TestContext Framework (TCF) in the
reference manual.
Issue: SPR-12027 | document groovy script support in the tcf | 41 | false | false | 7 | false | true | false | spring-projects | spring-framework | 15,778 |
3220d467764dc61f14e0ddb122b5dd46517ebe2c | Sam Brannen | Sam Brannen | Document @Sql script support in the reference manual
- Introduced a new "Executing SQL scripts" section in the Testing
chapter with a subsection covering programmatic script execution via
ResourceDatabasePopulator, ScriptUtils, etc. and a subsection
dedicated to the new declarative support via @Sql.
- Docu... | document @sql script support in the reference manual | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,779 |
f9855b790104078bbdb5a8bda0da6b5d269ac5c5 | Sam Brannen | Sam Brannen | Polish Javadoc for @Sql and SqlScriptsTestExecutionListener | polish javadoc for @sql and sqlscriptstestexecutionlistener | 59 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,780 |
36542549fa5712b235eb4e7d60e3de537e84416b | Sebastien Deleuze | Rossen Stoyanchev | Add HTTP status to ServletRequestHandledEvent
Issue: SPR-12119 | add http status to servletrequesthandledevent | 45 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,781 |
5857cef026cc48100e59ad4bbaa961ec4e80c905 | Sam Brannen | Sam Brannen | Revise JUnit vs. Spring timeout support in reference manual
Prior to this commit, the discussion of JUnit vs. Spring with regard to
timeout support in tests erroneously claimed that Spring's support for
JUnit's @Test(timeout=...) did not include set up and tear down or
repetitions. This information, however, was based... | revise junit vs. spring timeout support in reference manual | 59 | false | false | 9 | false | true | false | spring-projects | spring-framework | 15,782 |
ac164088d6e07c2c65dff5900c3109b64a5810ab | Sam Brannen | Sam Brannen | Fix typos in reference manual
manger --> manager | fix typos in reference manual | 29 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,783 |
76c46fdbe38c869b1cbd934961c2057bc672f5b5 | Brian Clozel | Brian Clozel | Change resource handler XML Namespace
This commit changes the way a <mvc:resource-cache> can be configured
with a user defined Cache instance.
Now a reference to a CacheManager Bean and a Cache name must be
provided. This is a more flexible configuration for typical XML setups.
<mvc:resource-cache
cache-manage... | change resource handler xml namespace | 37 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,784 |
4df05d1f98ade553c085ebd811f806c77f090a7d | Rossen Stoyanchev | Rossen Stoyanchev | Remove assertion on number of resource locations
With the new ResourceResolver abstraction and resource resolver chain
in 4.1, the assumption that resources are found by checking for the URL
path under the configured locations is no longer accurate.
A custom ResourceResolver could find resources in ways that don't
de... | remove assertion on number of resource locations | 48 | false | false | 7 | true | true | true | spring-projects | spring-framework | 15,785 |
d9f4016c35e0a12fe6ee1b9aec0b9fe7d7de2242 | Brian Clozel | Brian Clozel | Update resource handler XML Namespace
This change introduces a new <mvc:resource-chain/> tag that mirrors
the ResourceChainRegistration java config counterpart.
Resolvers and Transformers can be registered with bean/ref tags, and
specific tags have been created for <mvc:version-resovlver> and
<mvc:resource-cache> in ... | update resource handler xml namespace | 37 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,786 |
8008e466aa675ea3dcffbea2b0e59e609319c818 | Sam Brannen | Sam Brannen | Refactor AssertThrows to support Throwable
Prior to this commit, AssertThrows in the spring-test module only
supported Exception; however, there are legitimate test cases where the
subject under test (SUT) may potentially throw a subclass of Throwable.
This commit refactors AssertThrows so that it supports exceptions... | refactor assertthrows to support throwable | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,787 |
1bce6ac60cf133adaa4f997c7fba066bf84b4c9a | Sam Brannen | Sam Brannen | Discontinue use of deprecated AssertThrows
This commit refactors ReflectionTestUtilsTests so that it no longer uses
the deprecated AssertThrows class. | discontinue use of deprecated assertthrows | 42 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,788 |
27be396b06d8b0e523c16627abd14a8266394a01 | Sam Brannen | Sam Brannen | Update Javadoc for AssertThrows | update javadoc for assertthrows | 31 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,789 |
a0b231d36d7baf295a91e052cd2eb02a37a16a80 | Rossen Stoyanchev | Rossen Stoyanchev | Update port related code in UriComponentsBuilder
Use null to indicate no port has been provided.
Raise exception when port has not been expanded.
Issue: SPR-12123 | update port related code in uricomponentsbuilder | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,790 |
8fbd310b07698d18517cbe3481a4fca7f09ccc9a | Sebastien Deleuze | Rossen Stoyanchev | Support port URI template variables
This commit makes it possible to specify port with an URI template variable.
For example :
RestTemplate restTemplate = new RestTemplate();
restTemplate.getForObject("http://localhost:{port}/resource", String.class, 8080);
Issue: SPR-12123 | support port uri template variables | 35 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,791 |
0b02551e2f8f8ae7107b2303c10432542a201fbe | Rossen Stoyanchev | Rossen Stoyanchev | Update resource handler Java config
This change separates out resource chain related methods previously in
ResourceHandlerRegistration into a new class ResourceChainRegistration
with the goal of improving readability.
Along with that, the registration of caching resolver and transformer
is now explicitly controled wi... | update resource handler java config | 35 | false | false | 5 | true | false | true | spring-projects | spring-framework | 15,792 |
ae48b5f7f22ca967ced6f206b30af38b492bf68b | Rossen Stoyanchev | Rossen Stoyanchev | Move builder methods to VersionResourceResolver
This change moves the VersionStrategy builder-style methods from
ResourceHandlerRegistration to VersionResourceResolver.
This makes the methods more universally usable and also makes use of
ResourceHandlerRegistration more readable, i.e. simply a sequence of
addResource... | move builder methods to versionresourceresolver | 47 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,793 |
0b0ddc6ed16072b6ba848c8354f5d17f0b3460a0 | Sam Brannen | Sam Brannen | Honor scheme in MockHttpServletRequest.isSecure()
Prior to this commit the implementation of isSecure() in
MockHttpServletRequest simply returned the value of the 'secure'
boolean flag. Thus setting the scheme to 'https' had no effect on the
value returned by isSecure() even though most non-mock implementations
(e.g.,... | honor scheme in mockhttpservletrequest.issecure() | 49 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,794 |
fbfb7a3c482443c39a74058446e5d1a9a2c73807 | Rossen Stoyanchev | Rossen Stoyanchev | Add PathResourceResolver conditionally
The ResourceHandlerRegistration now checks if the last resolver is an
instance of PathResourceResolver and if so it skips adding it.
This change also creates and adds the VersionResourceResolver (as well
as CssLinkTransformer) the first time any VersionStrategy is
registered. Th... | add pathresourceresolver conditionally | 38 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,795 |
d47c5433cb2480df285b7a0901372615852d526e | Stephane Nicoll | Stephane Nicoll | Improve configuration changes in GuavaCacheManager
Prior to this commit, setting the parameters used to build the caches
was fragile in static mode as the caches were created right when the
setCacheNames setter was called.
This commit provides a better handling of such arguments and also
provide a way to restore the ... | improve configuration changes in guavacachemanager | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 15,796 |
eee8184b29bd7c0989fe673e0bb3aee5f10b9423 | Stephane Nicoll | Stephane Nicoll | Update documentation
This commit updates the documentation to mention that the #result
object is available in the SpEL context for computing the key to use
for a @CachePut operation.
Issue: SPR-12125 | update documentation | 20 | false | false | 2 | true | false | false | spring-projects | spring-framework | 15,797 |
7ea69fb96c2edb81688602adebcbfc417a9bb930 | Sebastien Deleuze | Sebastien Deleuze | Improve ResolvableType.hashCode() for better performance
Prior to this commit, when there was a lot of entries in the
ResolvableType.cache HashMap, getting a simple value could
take a lot of time due to a lot of calls to ResolvableType.equals().
ResolvableType.equals() used this.type, getSource(),
this.variableResolve... | improve resolvabletype.hashcode() for better performance | 56 | false | false | 5 | true | true | false | spring-projects | spring-framework | 15,798 |
d5c6bcb901f74b53b3098f28ce2f594feccef5fa | Sam Brannen | Sam Brannen | How to register MIME types in MockServletContext
Prior to this commit, it was unclear that it was possible to register
custom MIME types when using MockServletContext.
This commit updates the Javadoc for MockServletContext.getMimeType()
with an example of how to achieve this using the MimetypesFileTypeMap
from the Ja... | how to register mime types in mockservletcontext | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,799 |
2f2fe9bd05fa1b91ac44e9b80d22fcbfd1c9270a | Sam Brannen | Sam Brannen | Verify custom MIME type support in MockServletContext | verify custom mime type support in mockservletcontext | 53 | false | false | 7 | true | false | false | spring-projects | spring-framework | 15,800 |
07629a3c7cc9ad677d31d383015410ad3395addc | Sam Brannen | Sam Brannen | Include ALL source artifacts in published sources jars
This commit updates the Gradle build to ensure that *all* source
artifacts are including in published 'sources' jars.
To achieve this, we are now assembling 'sources' jars from
'sourceSets.main.allSource' and not explicitly including or excluding
anything by defa... | include all source artifacts in published sources jars | 54 | false | false | 8 | false | true | false | spring-projects | spring-framework | 15,801 |
8f715a8547e7233a67fab15f56efe117911542b4 | Rossen Stoyanchev | Rossen Stoyanchev | Allow configuration of custom redirect patterns
This change enables the ability to configure
ViewNameMethodReturnValueHandler & ModelAndViewMethodReturnValueHandler
with patterns to use to test for a custom redirect view name.
Issue: SPR-12054 | allow configuration of custom redirect patterns | 47 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,802 |
2a0765e76dc83ad09664819fb78fa37f87c2c870 | Rossen Stoyanchev | Rossen Stoyanchev | Allow setting SockJsMessageCodec in WebSocket config
Issue: SPR-12091 | allow setting sockjsmessagecodec in websocket config | 52 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,803 |
15f496bc2a2b51916907eec34d7eabe72bd60b69 | Stephane Nicoll | Stephane Nicoll | Document environment abstraction
This commit replace the two empty "chapters" dedicated to profiles
and property source to an 'Environment abstraction' chapter that
covers both.
Issue: SPR-12107 | document environment abstraction | 32 | false | false | 3 | false | false | false | spring-projects | spring-framework | 15,804 |
2963fd9e5a8f01eb365469b50d443d56fc7a8ad0 | Sam Brannen | Sam Brannen | Fix broken Javadoc link in @TestPropertySource | fix broken javadoc link in @testpropertysource | 46 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,805 |
820a1605781617db359368dde5b3f2f9862bd966 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,806 |
078f23d6e65c7c377b7e20681214e2c7fcf5f2b4 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,807 |
b93dd95475f0897cad1bf851a8cd1e58aef06251 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,808 |
28a966f544468d53ebff74015133e5cb91a6a06f | Juergen Hoeller | Juergen Hoeller | MessageBuilder avoids intermediate HashMap for MessageHeaders building
Issue: SPR-11468 | messagebuilder avoids intermediate hashmap for messageheaders building | 70 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,809 |
786fd927fa70a3c41bcb79a0d6adc38ff3a8cadc | Juergen Hoeller | Juergen Hoeller | DispatcherServlet's checkMultipart detects wrapped MultipartRequest as well
Issue: SPR-12114 | dispatcherservlet's checkmultipart detects wrapped multipartrequest as well | 75 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,810 |
439ce4a1a5f89931194a34c9c2b8601df8b55d2c | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-12112 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,811 |
9dfbc5326b17ab48a0335efa4d82e15e6df0dfae | Juergen Hoeller | Juergen Hoeller | Revised ResourcePropertySource in order to avoid ConfigurationClassProcessor's AnnotationPropertySource subclass
Issue: SPR-12115 | revised resourcepropertysource in order to avoid configurationclassprocessor's annotationpropertysource subclass | 112 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,812 |
dbe337f932cedb606d0dea5b33c4ff2df4f8e8db | Arjen Poutsma | Arjen Poutsma | ResponseEntity provides static "badRequest()" convenience method as well
Issue: SPR-12112 | responseentity provides static "badrequest()" convenience method as well | 72 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,813 |
5ba3db6a7d28494c4fbf3a908f5591bca0d90457 | Phillip Webb | Phillip Webb | Fix failing CompositePropertySourceTests
Fix CompositePropertySourceTests which fails when run we debug logging. | fix failing compositepropertysourcetests | 40 | false | false | 3 | true | true | true | spring-projects | spring-framework | 15,814 |
84564a0c7b6c34cec4beede6ee75078a6073abb9 | Phillip Webb | Phillip Webb | Rework @PropertySource early parsing logic
Rework the @PropertySource parsing logic recently changed in commit
7c608886 to deal with the same source appearing on a @Configuration
class and an @Import class.
Processing now occurs in a single sweep, with any previously added
sources being converted to a CompositeProper... | rework @propertysource early parsing logic | 42 | false | false | 5 | false | true | false | spring-projects | spring-framework | 15,815 |
b73c5315272dac5de69647e217eb2847e874c0c0 | Juergen Hoeller | Juergen Hoeller | PropertySource implementations perform conversion to String arrays via StringUtils (getting rid of EMPTY_NAMES_ARRAY) | propertysource implementations perform conversion to string arrays via stringutils (getting rid of empty_names_array) | 117 | false | false | 13 | false | false | false | spring-projects | spring-framework | 15,816 |
7c6088861f9e59f4e29c7f9d47a2cf467c4e8cd6 | Juergen Hoeller | Juergen Hoeller | @PropertySource gets parsed as early as possible
Other PropertySources and in particular @ComponentScan can benefit from previously declared property sources on the same configuration class.
Issue: SPR-12110
Issue: SPR-12111 | @propertysource gets parsed as early as possible | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,817 |
86c588088879b8597093726c4a3eb32cf88a7856 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,818 |
11805b6a5d9e2ae959e544c0a2daa87e127ebbc9 | Juergen Hoeller | Juergen Hoeller | ServerEndpointExporter can initialize itself based on a late-provided ServletContext as well (for Boot)
Also allows for direct setting of a ServerContainer and for custom triggering of endpoint registration.
Issue: SPR-12109 | serverendpointexporter can initialize itself based on a late-provided servletcontext as well (for boot) | 103 | false | false | 13 | false | false | false | spring-projects | spring-framework | 15,819 |
7bc8e5199eb82fe28caebb11c0606b468bc15034 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,820 |
49cf30e964f1dc1e80e5e78833e55ac5f5a33f0e | Rossen Stoyanchev | Rossen Stoyanchev | Update default view resolver in MVC Java config
When not ViewResolver's have been registered, detect if the context
contains any other ViewResolver beans. If not, add InternalResourceVR
to match default DispatcherServlet behavior.
Issue: SPR-12267 | update default view resolver in mvc java config | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,821 |
ae43b17fa0f7c6303a53a97803a8a64ce3d42b01 | Juergen Hoeller | Juergen Hoeller | JsonViewResponseBodyAdvice throws IllegalArgumentException in case of >1 view class specified
Issue: SPR-12270 | jsonviewresponsebodyadvice throws illegalargumentexception in case of >1 view class specified | 93 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,822 |
7f43f02a13ff394b09108b2aaebf3fe087e9d6db | Juergen Hoeller | Juergen Hoeller | FormHttpMessageConverter uses a delegate class for JavaMail-based MIME encoding (isolating the JavaMail API dependency)
Issue: SPR-12108 | formhttpmessageconverter uses a delegate class for javamail-based mime encoding (isolating the javamail api dependency) | 119 | false | false | 14 | false | false | false | spring-projects | spring-framework | 15,823 |
cfd9fd6863890f87e843b610bb2c5f9c4d81ed46 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,824 |
c508a70c153c4809bd68071c0fff8fe596b8d918 | Juergen Hoeller | Juergen Hoeller | MethodReference accesses cached executor in a thread-safe manner
Issue: SPR-12269 | methodreference accesses cached executor in a thread-safe manner | 64 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,825 |
bb45fb4538d723ecdc136ceaaba032bcf8cdb42c | Stephane Nicoll | Stephane Nicoll | Restore sleep interval between recovery attempt
Commit 6a04831 introduced a regression that lead to burst recovery
attempts when the broker is up but the listener is failing for some
reason (the most obvious one being that the destination does not
exist).
Since the sleep period between recovery attempts strategy is m... | restore sleep interval between recovery attempt | 47 | false | false | 6 | true | true | true | spring-projects | spring-framework | 15,826 |
a6c2d4595ba4edf8f870f9410700ffcdcb375e61 | Sam Brannen | Sam Brannen | Polish Javadoc for BackOff implementations | polish javadoc for backoff implementations | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,827 |
9f6c0cb166792dd2f956db0eff088277d6bc08a0 | Sam Brannen | Sam Brannen | Polish Javadoc for @JmsListener | polish javadoc for @jmslistener | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 15,828 |
390880448671077311aaa34f75182c4bf55b57c2 | Juergen Hoeller | Juergen Hoeller | StatementCreatorUtils uses setClob/setNClob with stream argument in case of typed String value exceeding 4000 characters (for Oracle compatibility)
Issue: SPR-12240 | statementcreatorutils uses setclob/setnclob with stream argument in case of typed string value exceeding 4000 characters (for oracle compatibility) | 147 | false | false | 18 | false | false | false | spring-projects | spring-framework | 15,829 |
3046fdd56a35c0397701a43606e78d8ad1cdd607 | Juergen Hoeller | Juergen Hoeller | DefaultLobCreator's streamAsLob mode supports JDBC 4.0 setBlob/Clob variants without length parameter as well
Issue: SPR-12265 | defaultlobcreator's streamaslob mode supports jdbc 4.0 setblob/clob variants without length parameter as well | 109 | false | false | 13 | false | false | false | spring-projects | spring-framework | 15,830 |
d65db65fad7d938b6a668de9382c0314af0fe5e8 | Juergen Hoeller | Juergen Hoeller | DefaultLobCreator supports JDBC 4.0 set-stream variants without length parameter
Issue: SPR-12265 | defaultlobcreator supports jdbc 4.0 set-stream variants without length parameter | 80 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,831 |
7f9baa3a09a25edacce0251bf7a370e4e6070081 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,832 |
a6e1c53f233ff78d47fdd55e4f1f0a7d46d6f2d0 | Brian Clozel | Brian Clozel | Update default SockJS CDN location
This commit updates the default location of the SockJS' client library.
The previous location is being retired by the project maintainers.
The new default location is backed by several CDN providers:
* https://cdn.jsdelivr.net/sockjs/0.3.4/sockjs.min.js
See sockjs/sockjs-client#198... | update default sockjs cdn location | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,833 |
3827e048d122fe553d69e9ab48be21a69b87ab12 | Phillip Webb | Phillip Webb | Protect against NPE when escaping LiveBeansView
Issue: SPR-12252 | protect against npe when escaping livebeansview | 47 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,834 |
ceb79c9bee2b734cb6b3eb2e02494e69671cb20e | Rossen Stoyanchev | Rossen Stoyanchev | Use InterceptableChannel in AbstractBrokerMessageHandler
Issue: SPR-12218 | use interceptablechannel in abstractbrokermessagehandler | 56 | false | false | 4 | true | true | false | spring-projects | spring-framework | 15,835 |
6f1ab8d02d957c41ab25f892fb3f0bbe695a4c1b | Rossen Stoyanchev | Rossen Stoyanchev | Add InterceptableChannel
The new contract allows registration of interceptors with any
MessageChannel implementation hierarchy -- for example the one in the
Spring Framework or the one in Spring Integration. | add interceptablechannel | 24 | false | false | 2 | true | true | false | spring-projects | spring-framework | 15,836 |
6c57c3e4b56b37254b6a3cc101343eb366cd2158 | Rossen Stoyanchev | Rossen Stoyanchev | Catch exception while clearing TCP conn to broker
When a DISCONNECT is sent to the broker, we proactively close the TCP
connection unless the DISCONNECT has a receipt header. Depending on
the timing, the broker may also close the connection on its side.
That appears to cause an exception in reactor on the CI server, e... | catch exception while clearing tcp conn to broker | 49 | false | false | 8 | false | true | false | spring-projects | spring-framework | 15,837 |
5444c35777fefef273a9d4a7171985642d94725c | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Groovy 2.3.7, Protocol Buffers 2.6, Woodstox 4.4.1) | latest dependency updates (groovy 2.3.7, protocol buffers 2.6, woodstox 4.4.1) | 78 | false | false | 10 | false | false | false | spring-projects | spring-framework | 15,838 |
e8486e2afe6e49f5597313da8a4e4f37e2029bc2 | Juergen Hoeller | Juergen Hoeller | Tracking ASM 5.0.4 development: Fix for ASM issue 317539
Issue: SPR-12255 | fix for asm issue 317539 | 24 | false | false | 5 | false | false | false | spring-projects | spring-framework | 15,839 |
f46c706e443860e9ada7768a16cfa01526c10645 | Juergen Hoeller | Juergen Hoeller | Bean method metadata exposed through AnnotatedBeanDefinition
Issue: SPR-12232 | bean method metadata exposed through annotatedbeandefinition | 60 | false | false | 6 | false | false | false | spring-projects | spring-framework | 15,840 |
bf99d6a3b5458a41dbf2821ea5e480e1b9b9acee | Juergen Hoeller | Juergen Hoeller | WebAsyncManager avoids concurrentResult.toString() and builds correct DeferredResultProcessingInterceptor keys
Issue: SPR-12253 | webasyncmanager avoids concurrentresult.tostring() and builds correct deferredresultprocessinginterceptor keys | 110 | false | false | 8 | false | false | false | spring-projects | spring-framework | 15,841 |
92f7121478de86d195ec0c7e3b30e4e2fbe6b6f2 | Juergen Hoeller | Juergen Hoeller | LiveBeansView escapes double quotes in resource descriptions
Issue: SPR-12252 | livebeansview escapes double quotes in resource descriptions | 60 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,842 |
24d09a3b8d9750b55eb190258713d3e000e9c67f | Sam Brannen | Sam Brannen | Fix Javadoc link to DEFAULT_NONE in @RequestMapping | fix javadoc link to default_none in @requestmapping | 51 | false | false | 7 | true | true | false | spring-projects | spring-framework | 15,843 |
2a64834a447a84fc6a43ed731881fd2be68505d0 | Rossen Stoyanchev | Rossen Stoyanchev | Fix test dependency | fix test dependency | 19 | false | false | 3 | false | true | false | spring-projects | spring-framework | 15,844 |
371d93b3463c5157f3c4b2b809084ddb00ae2b9e | Rossen Stoyanchev | Rossen Stoyanchev | Detect unsent DISCONNECT messages
This change uses a ChannelInterceptor (inserted at index 0) to detect
when a DISCONNECT message is precluded from being sent on the
clientInboundChannel. This can happen if another interceptor allows
a runtime exception out from preSend or returns false.
It is crucial for such messag... | detect unsent disconnect messages | 33 | false | false | 4 | true | true | true | spring-projects | spring-framework | 15,845 |
1feeceb6dedbb2b810effb7c359c8ac775cbdc62 | Rossen Stoyanchev | Rossen Stoyanchev | Move MessageChannel fields up to AbstractMessageBroker | move messagechannel fields up to abstractmessagebroker | 54 | false | false | 6 | true | true | false | spring-projects | spring-framework | 15,846 |
9be0cf21e5d3537d2415fea5eaea152e7407d45b | Rossen Stoyanchev | Rossen Stoyanchev | Support writing multipart non-ASCII file names
Issue: SPR-12108 | support writing multipart non-ascii file names | 46 | false | false | 6 | false | true | false | spring-projects | spring-framework | 15,847 |
6cbe1433e2d21b9f96ef649a1b543adde215c5b8 | Rossen Stoyanchev | Rossen Stoyanchev | Polish FormHttpMessageConverter | polish formhttpmessageconverter | 31 | false | false | 2 | false | false | false | spring-projects | spring-framework | 15,848 |
22c0085ba0393d9cf2a1661e742405bea9764299 | Juergen Hoeller | Juergen Hoeller | ComponentScanAnnotationParser supports multiple base packages within a single placeholder as well
Issue: SPR-10425 | componentscanannotationparser supports multiple base packages within a single placeholder as well | 97 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,849 |
1f3e195dac4961c90555f1631bbddf5c1c051765 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 15,850 |
cfc821d1799ca7c64b1bbc53811b712fdaa4776c | Juergen Hoeller | Juergen Hoeller | DataBinder unwraps Optional objects and allows for proper handling of Optional.empty()
Issue: SPR-12241 | databinder unwraps optional objects and allows for proper handling of optional.empty() | 86 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,851 |
070642c1489a4e72d0575f5b76185b05dfb8915b | Juergen Hoeller | Juergen Hoeller | Introduced addScope convenience method on CustomScopeConfigurer (for use in WebSocket configuration) | introduced addscope convenience method on customscopeconfigurer (for use in websocket configuration) | 100 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,852 |
3836aa051f03bfc38f63a9d3c2d512b2bd90dd61 | Juergen Hoeller | Juergen Hoeller | Message broker thread pools should be set up in allowCoreThreadTimeOut mode
Issue: SPR-12249 | message broker thread pools should be set up in allowcorethreadtimeout mode | 75 | false | false | 11 | false | false | false | spring-projects | spring-framework | 15,853 |
e003d217261695270a5a5d486ed2e634c0969d93 | Juergen Hoeller | Juergen Hoeller | Defensively use setRemoveOnCancelPolicy for JDK 6 compatibility
Issue: SPR-12238 | defensively use setremoveoncancelpolicy for jdk 6 compatibility | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 15,854 |
e52f041a78a4da627b67e3087e88e48a6ef6487e | Juergen Hoeller | Juergen Hoeller | ComponentScanBeanDefinitionParser supports placeholders for entire base-package specification and for type filter expressions
Issue: SPR-10424
Issue: SPR-10425 | componentscanbeandefinitionparser supports placeholders for entire base-package specification and for type filter expressions | 125 | false | false | 12 | false | false | false | spring-projects | spring-framework | 15,855 |
5ecdd8ca31f3ebf919cc4f50973eef7b68bc19c5 | Juergen Hoeller | Juergen Hoeller | Consistent Environment access in XML bean definition parsing code
Issue: SPR-12248 | consistent environment access in xml bean definition parsing code | 65 | false | false | 9 | false | false | false | spring-projects | spring-framework | 15,856 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.