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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8fe055b0e0a2679280f62a35bb322c671f8c2f7a | Keith Donald | Keith Donald | mapping exclusions | mapping exclusions | 18 | false | false | 2 | false | false | false | spring-projects | spring-framework | 25,657 |
a73324bc24b0b7c960cae3d695a6d8c867031f11 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,658 |
a4476e5e0e3ce90652df7418c3362bd72754f9db | Keith Donald | Keith Donald | nested bean mapper test | nested bean mapper test | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,659 |
f692c765d24d674d50e4bef8bcb05a095775ae3d | Keith Donald | Keith Donald | addNestedMapper | addnestedmapper | 15 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,660 |
3450c5de0b9591c0fab834781156d61efa283c26 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,661 |
ec04357580ebc5bfc747e2836b74fcb47377b1ae | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,662 |
9cf508d80de28c91cf6911b2df5bdc7cabc34100 | Keith Donald | Keith Donald | javadoc | javadoc | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,663 |
ba5335f66ee640de03abdcdaf608284ddfc9d867 | Keith Donald | Keith Donald | polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,664 |
c33349408599c34f5a0786070ffd4f4cb4fd58f1 | Keith Donald | Keith Donald | javadoc | javadoc | 7 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,665 |
6d31db10170ff1ce0e947abb0a145dcabb35b1f1 | Keith Donald | Keith Donald | renamed to MappingContext since no spel dep | renamed to mappingcontext since no spel dep | 43 | false | false | 7 | false | false | false | spring-projects | spring-framework | 25,666 |
acf574c3e351814a44ff4a1fbc5ad61a37cb7309 | Keith Donald | Keith Donald | added conversion service performance optimizations; added mapping cyclical ref handling; removed ConverterInfo in favor of specifying S and T at registration time if necessary | added conversion service performance optimizations; added mapping cyclical ref handling; removed converterinfo in favor of specifying s and t at registration time if necessary | 175 | false | false | 24 | false | false | false | spring-projects | spring-framework | 25,667 |
c9f0e68c82c57ca1f16aba0287979e46005f4b3d | Andy Clement | Andy Clement | SPR-5307: Committing test but can't be uncommented until Spring depends on AspectJ 1.6.7 | committing test but can't be uncommented until spring depends on aspectj 1.6.7 | 78 | false | false | 12 | false | false | false | spring-projects | spring-framework | 25,668 |
04373056696f62405955d26a18cee8ba8f72f49a | Keith Donald | Keith Donald | nested revision | nested revision | 15 | false | false | 2 | false | false | false | spring-projects | spring-framework | 25,669 |
0f5074db2b5fd37f25976449d6e270ccd47fab93 | Keith Donald | Keith Donald | spel mapping, polish | spel mapping, polish | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,670 |
2c2d79a4bfc3ca1eee2ccf5fa99454e429eb3c0a | Sam Brannen | Sam Brannen | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,671 |
b7e36461cabd669f39303946b5deae32b5b9b499 | Sam Brannen | Sam Brannen | Now mentioning JSR-330 annotations in test chapter. | now mentioning jsr-330 annotations in test chapter | 50 | false | false | 7 | false | false | false | spring-projects | spring-framework | 25,672 |
c20071507608cd168b259d9a1e64e0e3f915adb0 | Sam Brannen | Sam Brannen | Now verifying support for @Named as well. | now verifying support for @named as well | 40 | false | false | 7 | false | false | false | spring-projects | spring-framework | 25,673 |
d020d73118b57a16d56d799f5364413e4ca64313 | Chris Beams | Chris Beams | SPR-6186: removed remaining duplicate check for @Configuration | removed remaining duplicate check for @configuration | 52 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,674 |
cbadf350e1a378eeb6a0a90e14afd5e3df7657e7 | Chris Beams | Chris Beams | Continued progress on SPR-5682: Provide dedicated ApplicationContext implementations for use with @Configuration classes
Resolved sub-task SPR-6186: Eliminate duplicate code between ConfigurationClassApplicationContext and ConfigurationClassWebApplicationContext | provide dedicated applicationcontext implementations for use with @configuration classes | 88 | false | false | 9 | true | true | false | spring-projects | spring-framework | 25,675 |
ab10d37fae338d1709febb90654fed8bffbd33f6 | Sam Brannen | Sam Brannen | Corrections regarding BindingResult(s); added a tip regarding programmatic use of LocalValidatorFactoryBean. | corrections regarding bindingresult(s); added a tip regarding programmatic use of localvalidatorfactorybean | 107 | false | false | 11 | false | false | false | spring-projects | spring-framework | 25,676 |
710ae3a9d2fbcb6767872656d82b2edaeb6e0656 | Sam Brannen | Sam Brannen | SpringJUnit4ClassRunnerAppCtxTests now verifies seamless support for using @Inject in addition to @Autowired, etc. | springjunit4classrunnerappctxtests now verifies seamless support for using @inject in addition to @autowired, etc | 113 | false | false | 13 | false | false | false | spring-projects | spring-framework | 25,677 |
0a843e60a67419284afe78350ab9dc2170170e0d | Keith Donald | Keith Donald | recursive mapping support | recursive mapping support | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,678 |
fd8935ba0babaace88b7987293c1f95891aee1f3 | Chris Beams | Chris Beams | SPR-5682:
* polishing for ConfigurationClassApplicationContext & tests
* added ConfigurationClassWebApplicationContext & tests
* next: refactoring out duplications between ConfigurationClassApplicationContext & ConfigurationClassWebApplicationContext | null | null | null | false | null | false | false | false | spring-projects | spring-framework | 25,679 |
772a74a636d17ca3a132edc038ea4b5a08acdd5d | Chris Beams | Chris Beams | SPR-5682: fixing test breakage on CI server due to strange non-determinism in the order of bean names being returned in the key set of the map of beans matching the required type. | fixing test breakage on ci server due to strange non-determinism in the order of bean names being returned in the key set of the map of beans matching the required type | 168 | false | false | 31 | false | false | false | spring-projects | spring-framework | 25,680 |
8c5f78c0d62b26dadba0a3ab3dc0587f0af20b43 | Chris Beams | Chris Beams | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,681 |
a48234cf5f3964f982115167a1bc6f22fe6ca117 | Chris Beams | Chris Beams | SPR-5682: Initial support for ConfigurationClassApplicationContext | initial support for configurationclassapplicationcontext | 56 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,682 |
e7c8f1ef8b87b7763b9c27caf3e028321d5c5b62 | Keith Donald | Keith Donald | SPR-6179, additional mapper test cases | spr-6179, additional mapper test cases | 38 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,683 |
6ea83afe1e95967dfab03d67fb1682309d94c7b5 | Sam Brannen | Sam Brannen | Corrected typos and cleaned up DocBook structure. | corrected typos and cleaned up docbook structure | 48 | false | false | 7 | false | false | false | spring-projects | spring-framework | 25,684 |
0860f3bb8ccd9132b4b5c8cd8d1704068485e971 | Sam Brannen | Sam Brannen | [SPR-6174] DataBinder now uses var-args to set allowed/disallowed/required fields. | [spr-6174] databinder now uses var-args to set allowed/disallowed/required fields | 81 | false | false | 9 | false | false | false | spring-projects | spring-framework | 25,685 |
f08d15c86f1168dfd115b51e97f3ad46a88a33b8 | Sam Brannen | Sam Brannen | Fixed minor grammatical errors. | fixed minor grammatical errors | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,686 |
06872dd465aeb665e42e24714220901a6f9dbaab | Sam Brannen | Sam Brannen | Fixed minor typo. | fixed minor typo | 16 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,687 |
341835a14224688a69a800cc02553e859b35d5a4 | Keith Donald | Keith Donald | mapper initial commit | mapper initial commit | 21 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,688 |
5c055ed6dd07193c8fbc7c6c3da78af13133754c | Sam Brannen | Sam Brannen | [SPR-6174] DataBinder now uses var-args to set allowed/disallowed/required fields. | [spr-6174] databinder now uses var-args to set allowed/disallowed/required fields | 81 | false | false | 9 | false | false | false | spring-projects | spring-framework | 25,689 |
31331e6ad31fb51e26ce926dfa8f1e06a15af608 | Phillip Webb | Phillip Webb | Avoid NPE in ObjectToObjectConverter
Bypass ObjectToObject conversion when source and object types are
identical and protect against a null source object.
Prior to this commit the TypeDescriptor was used to determine if
conversion was necessary. This caused issues when comparing a
descriptor with annotations to one ... | avoid npe in objecttoobjectconverter | 36 | false | false | 4 | true | true | true | spring-projects | spring-framework | 25,690 |
9055a7f810fd2e57b39cec50e73025afa6d85211 | Chris Beams | Chris Beams | Merge pull request #156 from philwebb/SPR-9257
# By Phillip Webb
* SPR-9257:
Resolve Collection element types during conversion | merge pull request #156 from philwebb/spr-9257 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 25,691 |
5a1f924ac328827c31ced745a65867d4a1feca17 | Phillip Webb | Chris Beams | Resolve Collection element types during conversion
TypeDescriptor.valueOf now uses GenericCollectionTypeResolver to resolve
Collection and Map element types whereas previously this information was
simply not supported, i.e. null.
Issue: SPR-9257 | resolve collection element types during conversion | 50 | false | false | 6 | true | true | true | spring-projects | spring-framework | 25,692 |
99b2f6a0812cce78a803258a3682809386fbf655 | Chris Beams | Chris Beams | Merge pull request #163 from philwebb/SPR-9862
# By Phillip Webb
* SPR-9862:
Allow SpEL reserved words in type package names | merge pull request #163 from philwebb/spr-9862 | 46 | true | false | 6 | true | false | false | spring-projects | spring-framework | 25,693 |
edce2e7bcab12cb6ffac60f9a952a76889f987aa | Phillip Webb | Chris Beams | Allow SpEL reserved words in type package names
Expand the kinds of tokens considered when parsing qualified type names.
This allows previously reserved words (for example 'mod') to be used as
part of a package name.
Issue: SPR-9862 | allow spel reserved words in type package names | 47 | false | false | 8 | true | false | true | spring-projects | spring-framework | 25,694 |
7c399d795e7521f8b178ca72a798da92b6b7e9c1 | Chris Beams | Chris Beams | Merge pull request #167 from philwebb/SPR-9707
# By Chris Beams (1) and Phillip Webb (1)
* SPR-9707:
Introduce MessageCodeFormatter abstraction
Provide alternative message code resolver styles | merge pull request #167 from philwebb/spr-9707 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 25,695 |
38bfb2bd893f062a9d90d3cfd14a2b0d619a4b5a | Chris Beams | Chris Beams | Introduce MessageCodeFormatter abstraction
This commit refactors changes introduced in 21760a8 as follows:
- Introduce top-level MessageCodeFormatter interface and
DefaultMessageCodesResolver#setMessageCodeFormatter property to allow
for user-defined message code formatting strategies
- Rename DefaultMessage... | introduce messagecodeformatter abstraction | 42 | false | false | 3 | true | true | true | spring-projects | spring-framework | 25,696 |
21760a8b6b030233d4a82d8026bc9910e0a93ea5 | Phillip Webb | Chris Beams | Provide alternative message code resolver styles
Introduce new 'style' property to DefaultMessageCodesResolver allowing
for alternative message styles. Current styles are PREFIX_ERROR_CODE
and POSTFIX_ERROR_CODE. The default style retains existing behavior.
Issue: SPR-9707 | provide alternative message code resolver styles | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,697 |
a57ff506f27f233ec80a12cf6b701ae4cbf69a39 | Chris Beams | Chris Beams | Merge pull request #132 from philwebb/SPR-9692
# By Phillip Webb (6) and Chris Beams (1)
* SPR-9692:
Review and polish pull request #132
Support conversion from Enum Interface
Test SpEL unconditional argument conversion
Bypass conversion when possible
Extend conditional conversion support
Refactor GenericC... | merge pull request #132 from philwebb/spr-9692 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 25,698 |
222eec58cde4ac87a6de2cbbf2deb63ef70baea3 | Chris Beams | Chris Beams | Review and polish pull request #132
Content:
- Rename Conditional{Conversion=>Converter}
- Add @since tags where appropriate
- Update Apache date headers to read 2002-2012 (not just 2012)
- Correct minor Javadoc typo
Style:
- Polish line breaks / whitespace
- Use wildcard static imports where appropriate
Iss... | review and polish pull request #132 | 35 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,699 |
f82c6ed7cc8639991bac0afde787ea00ad4331ae | Phillip Webb | Chris Beams | Support conversion from Enum Interface
EnumToStringConverter in now conditional and only matches Enums that
do not implement interfaces that can be converted.
Issue: SPR-9692 | support conversion from enum interface | 38 | false | false | 5 | false | true | false | spring-projects | spring-framework | 25,700 |
138957b1482e262ba3bd981c92ae89c07a4d2e9b | Phillip Webb | Chris Beams | Test SpEL unconditional argument conversion
Issue: SPR-9566 | test spel unconditional argument conversion | 43 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,701 |
a27d1a28ffb69aed618869d3815a3af7120effa2 | Phillip Webb | Chris Beams | Bypass conversion when possible
Prior to this commit conversion between like types would often result in
a copy of the object. This can be problematic in the case of large byte
arrays and objects that do not have a default constructor.
The ConversionService SPI now includes canBypassConvert methods that can
be used t... | bypass conversion when possible | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,702 |
f13e3ad72b813d35d3187394dc53f98a35003c9a | Phillip Webb | Chris Beams | Extend conditional conversion support
Introduce new ConditionalConversion interface that can be applied to
Converter, ConverterFactory or GenericConverter interfaces to make
them conditional. Prior to this commit the only
ConditionalGenericConverter could be conditional.
Issue: SPR-9928 | extend conditional conversion support | 37 | false | false | 4 | true | true | true | spring-projects | spring-framework | 25,703 |
4dc289592d0072c7472ab455522362f8db42b4a7 | Phillip Webb | Chris Beams | Refactor GenericConversionService
Refactor internal workings of GenericConversionService in order to
better support future enhancements. This commit should not affect
existing behavior.
Issue: SPR-9927 | refactor genericconversionservice | 33 | false | false | 2 | false | false | false | spring-projects | spring-framework | 25,704 |
9bfe675761b5e13dcc533b4f4a82fe240c7a2595 | Phillip Webb | Chris Beams | Additional GenericConversionService Tests | additional genericconversionservice tests | 41 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,705 |
d8469d118b41fd18b70a11f0c0dcd12b60a8f6c6 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue with extracting matrix variables
The servlet spec recommends removing path parameters from the
contextPath, servletPath, and pathInfo but not from the requestURI.
This poses a challenge for the UrlPathHelper, which determines the
lookup path by comparing the above.
This change introduces a method that match... | fix issue with extracting matrix variables | 42 | false | false | 6 | true | true | true | spring-projects | spring-framework | 25,706 |
826057bcdea8bfe5984c7c4df2b3faff35dcae52 | Rossen Stoyanchev | Rossen Stoyanchev | Expose convenience method in MVC Java config
The new method allows modifying or overriding the
ConfigurableWebBindingInitializer instance used for data binder
initialization.
Issue: SPR-8984 | expose convenience method in mvc java config | 44 | false | false | 7 | true | true | true | spring-projects | spring-framework | 25,707 |
3a1dd20de9c416eac858792d6f75acf43cf5b09f | Phillip Webb | Phillip Webb | Upgrade to Gradle 1.2
Issue: SPR-9790 | upgrade to gradle 1.2 | 21 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,708 |
7fd18298d1608eb042d073fbae7dda28e881849f | Phillip Webb | Phillip Webb | Update changelog | update changelog | 16 | false | false | 2 | true | true | false | spring-projects | spring-framework | 25,709 |
404ea7adcf8fa06d5ee7c69c7a6ac717e07674cd | Sam Brannen | Sam Brannen | Polish Javadoc in ContextLoaderUtils | polish javadoc in contextloaderutils | 36 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,710 |
5d04ef4c4acbd3ce35161ce3c500163ee8729abe | Rossen Stoyanchev | Rossen Stoyanchev | Support selective filtering of error dispatches
OncePerRequestFilter now allows sub-classes to choose whether they
should ever get involved in processing an error dispatch.
Issue: SPR-9895 | support selective filtering of error dispatches | 47 | false | false | 6 | true | true | true | spring-projects | spring-framework | 25,711 |
d952da23382c29a07c422a97ba254dd982b8b3ad | Rossen Stoyanchev | Rossen Stoyanchev | Polish (minor) async support in filters
Issue: SPR-9895 | polish (minor) async support in filters | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,712 |
f7ec7388572433b34dc48c9a4a7d1ee3519e773a | Rossen Stoyanchev | Rossen Stoyanchev | Sync up MockAsyncContext implementations in src/test | sync up mockasynccontext implementations in src/test | 52 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,713 |
d4e7d192375bbfcdab3f51a28d98db260804018d | Sam Brannen | Sam Brannen | Consistent class loading in ContextLoaderUtils | consistent class loading in contextloaderutils | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,714 |
c79c4c6e253d97399e118c3f08b2e032df94f3f4 | Sam Brannen | Sam Brannen | Fix typos and suppress warnings in JdbcTemplate | fix typos and suppress warnings in jdbctemplate | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 25,715 |
e4158f91a4885f22f627f9265156ca3d673e451c | Phillip Webb | Phillip Webb | Merge pull request #153 from gid79/SPR-9812
* SPR-9812:
Allow 'arg-type' matches against element body
Polish whitespace | merge pull request #153 from gid79/spr-9812 | 43 | true | false | 6 | false | false | false | spring-projects | spring-framework | 25,716 |
0709c033a01dd4a88720da41d4acb71abcd1e27b | Gareth Davis | Phillip Webb | Allow 'arg-type' matches against element body
Allow the body of 'arg-type' XML elements to be used as an alternative to
'match' attribute when defining a 'replace-method' in XML configuration.
This change has been introduced primarily to support the samples printed
in the Apress 'Pro Spring' book.
Issue: SPR-9812 | allow 'arg-type' matches against element body | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,717 |
376eeed8b1f7200e16932e15d37384b270198c31 | Phillip Webb | Phillip Webb | Polish whitespace | polish whitespace | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 25,718 |
461d99af29e8c358ff80ff9ff58a8ea63fe7b670 | Sam Brannen | Sam Brannen | Fix package cycles in spring-test
Code introduced in conjunction with SPR-5243 introduced package cycles
between the ~.test.context and ~.test.context.web packages. This was
caused by the fact that ContextLoaderUtils worked directly with the
@WebAppConfiguration and WebMergedContextConfiguration types.
To address thi... | fix package cycles in spring-test | 33 | false | false | 5 | true | true | true | spring-projects | spring-framework | 25,719 |
33d5b011d3e6e85767e910896f5dacf5930eb08a | Sam Brannen | Sam Brannen | Reduce code duplication in ContextLoaderUtils
Prior to this commit, the following two methods in ContextLoaderUtils
contained almost identical loops for traversing the test class
hierarchy:
- resolveContextLoaderClass(Class<?>, String)
- resolveContextConfigurationAttributes(Class<?>)
With this commit, resolveCont... | reduce code duplication in contextloaderutils | 45 | false | false | 5 | true | true | true | spring-projects | spring-framework | 25,720 |
397d20b55a623fb3eb3655047334c957e66504c2 | Sam Brannen | Sam Brannen | Update changelog
Issue: SPR-9593 | update changelog | 16 | false | false | 2 | true | true | false | spring-projects | spring-framework | 25,721 |
90c5f226b62503b492167bcd87361842f73d18b1 | Sam Brannen | Sam Brannen | Fix package cycles in spring-test
Code introduced in conjunction with SPR-5243 introduced package cycles
between the ~.test.context.web and ~.test.context.support packages. This
was caused by the fact that ServletTestExecutionListener extended
AbstractTestExecutionListener.
To address this, ServletTestExecutionListen... | fix package cycles in spring-test | 33 | false | false | 5 | true | true | true | spring-projects | spring-framework | 25,722 |
acc8364539035884512e9d232b6e18eac85056a8 | Sam Brannen | Sam Brannen | Update changelog
Issue: SPR-9724 | update changelog | 16 | false | false | 2 | true | true | false | spring-projects | spring-framework | 25,723 |
591aa017412470f20d6e663ec6416857003c5edf | Sam Brannen | Sam Brannen | Configurable locales in MockHttpServletRequest
Prior to this commit the MockHttpServletRequest constructor chain set
the preferred local to Locale.ENGLISH. Furthermore, it was possible to
add additional preferred locales "in front" of ENGLISH; however, it was
not possible to delete ENGLISH from the list of preferred l... | configurable locales in mockhttpservletrequest | 46 | false | false | 4 | false | false | false | spring-projects | spring-framework | 25,724 |
7d9c823a1550d0fe0050bd4184f3bb47dd4b7c51 | Sam Brannen | Sam Brannen | Delete unused imports | delete unused imports | 21 | false | false | 3 | true | true | true | spring-projects | spring-framework | 25,725 |
fe77c3d5fe3b498ecba7f3e1dce31f0aec43d8d6 | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test | fix failing test | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 25,726 |
e14ba9dec329b0f2f3ea414e8119957abd8a2a4c | Rossen Stoyanchev | Rossen Stoyanchev | Add config options for MVC async interceptors
The MVC namespace and the MVC Java config now allow configuring
CallableProcessingInterceptor and DeferredResultProcessingInterceptor
instances.
Issue: SPR-9914 | add config options for mvc async interceptors | 45 | false | false | 7 | true | true | true | spring-projects | spring-framework | 25,727 |
e4a13cd4ad9b28a59f0be3c7c9b46bd1f77c08ee | Rossen Stoyanchev | Rossen Stoyanchev | Polish (minor) RequestMappingHandlerAdapter
Revise order of fields reflecting configurable vs internal fields and
also grouping them accordingly. | polish (minor) requestmappinghandleradapter | 43 | false | false | 3 | false | false | false | spring-projects | spring-framework | 25,728 |
f036ed639f95b64842aa0abe742cad26f37cc50b | Rossen Stoyanchev | Rossen Stoyanchev | Polish (major) MVC async processing interceptors
New afterTimeout and afterCompletion callbacks
afterTimeout can provide a concurrent result to be used instead of the
one that could not be set or returned on time
Interceptor exceptions cause async processing to resume treating the
exception as the concurrent result
... | polish (major) mvc async processing interceptors | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,729 |
06e34f05a65f93a4bc235ea67ebb9535edc1ee1c | Chris Beams | Chris Beams | Allow PropertyResolvers to ignore unresolvable ${placeholders}
Prior to this commit, the PropertyResolver API (and therefore the
Environment API) allowed callers a choice between
#resolvePlaceholders and #resolveRequiredPlaceholders for low-level
${placeholder} resolution. However, when calling the higher level
#get... | allow propertyresolvers to ignore unresolvable ${placeholders} | 62 | false | false | 6 | false | true | false | spring-projects | spring-framework | 25,730 |
01272fb0e60b781a8f47ea849b25d144151ac4fb | Phillip Webb | Phillip Webb | Polish whitespace for conversion service packages | polish whitespace for conversion service packages | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 25,731 |
61186b0b566b81b85623adaf411fcb27e0068a18 | Chris Beams | Chris Beams | Rename ref doc PDF spring-{=>framework-}reference
- Upgrade to 0.1.6 snapshot of docbook plugin
- Fully qualify PDF artifact name as 'spring-framework-reference.pdf'
instead of former 'spring-reference.pdf'
Issue: SPR-9598 | rename ref doc pdf spring-{=>framework-}reference | 49 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,732 |
0bd4dab4e3326be511d5a9e9cecdfa8279935993 | Chris Beams | Chris Beams | Filter @Configuration classes out of LTW test
Moving @EnableMBeanExport and its MBeanExportConfiguration
@Configuration class into context.annotation caused a side effect with
ComponentScanningWithLTWTests, which component scans context.annotation
in order to test LTW behavior. Picking up MBeanExportConfiguration
with... | filter @configuration classes out of ltw test | 45 | false | false | 7 | false | false | false | spring-projects | spring-framework | 25,733 |
5d4d1eaca4fa8af29f07e23b89bee8fd028820bd | Chris Beams | Chris Beams | Fix package cycle in @EnableMBeanExport
Prior to this commit, @EnableMBeanExport was declared in the
jmx.export.annotation package. This makes logical sense, but
nevertheless creates a package cycle, because @EnableMBeanExport depends
on MBeanExportConfiguration which in turn depends on context.annotation
types like @... | fix package cycle in @enablembeanexport | 39 | false | false | 5 | true | true | true | spring-projects | spring-framework | 25,734 |
54db7387de861273a1faa4ed2f3c30052999ddea | Chris Beams | Chris Beams | Fix split package introduced by @EnableSpringConfigured
Commit 5327a7a37d25b67ee2ae7d1ead2a3db6847767c0 moved
@EnableSpringConfigured from beans.factory.aspectj =>
context.annotation within the spring-aspects module. This resolved a
package cycle but had the side-effect of causing a "split package" [1]
problem between... | fix split package introduced by @enablespringconfigured | 55 | false | false | 6 | true | true | false | spring-projects | spring-framework | 25,735 |
cb867121870b064df622274a0afc13d6198ba2c6 | Rossen Stoyanchev | Rossen Stoyanchev | Provide method to set async TimeoutHandler
Issue: SPR-9914 | provide method to set async timeouthandler | 42 | false | false | 6 | true | true | true | spring-projects | spring-framework | 25,736 |
b093b30315d860bd45ad19c441c302d0f72ac845 | Rossen Stoyanchev | Rossen Stoyanchev | Polish DeferredResult
After this change a DeferredResult can be set before a
DeferredResultHandler has been set. | polish deferredresult | 21 | false | false | 2 | true | false | false | spring-projects | spring-framework | 25,737 |
788f298a35fae9b63af55f2df475263d3bde0506 | Chris Beams | Chris Beams | Merge pull request #174 from mdeinum/SPR-9909
# By Marten Deinum
* SPR-9909:
Allow setting WSDL document as a Resource | merge pull request #174 from mdeinum/spr-9909 | 45 | true | false | 6 | false | false | false | spring-projects | spring-framework | 25,738 |
5a91d607882e59a6255eff0f144a6efecc749af2 | Marten Deinum | Chris Beams | Allow setting WSDL document as a Resource
Prior to this change, LocalJaxWsServiceFactory allowed specifying a WSDL
document URL. Now users may also specify a WSDL document represented as
a Spring Resource object for convenience.
Issue: SPR-9909 | allow setting wsdl document as a resource | 41 | false | false | 7 | false | true | false | spring-projects | spring-framework | 25,739 |
d52e86853026fa66cf9e7a8cfdc38791c80d93c4 | Chris Beams | Chris Beams | Merge pull request #171 from philwebb/SPR-8943
# By Phillip Webb
* SPR-8943:
Introduce @EnableMBeanExport
Polish whitespace | merge pull request #171 from philwebb/spr-8943 | 46 | true | false | 6 | true | false | false | spring-projects | spring-framework | 25,740 |
cae08db6a9808bf9708d8bfd69417f792d4b06b6 | Phillip Webb | Chris Beams | Introduce @EnableMBeanExport
Add support for @EnableMBeanExport annotation allowing @Configuration
classes to easily export all MBeans and @ManagedResources from the
Spring application context. The annotation is functionally equivalent
to the XML <context:mbean-export/> element.
Issue: SPR-8943 | introduce @enablembeanexport | 28 | false | false | 2 | true | true | false | spring-projects | spring-framework | 25,741 |
6179261d5864b4c1099eb04375032fd215c3b2b6 | Phillip Webb | Chris Beams | Polish whitespace | polish whitespace | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 25,742 |
8a38891e155e5754ad11a36b1bb22da6656d8ea9 | Chris Beams | Chris Beams | Update Apache license header date
Issue: SPR-9853 | update apache license header date | 33 | false | false | 5 | false | false | false | spring-projects | spring-framework | 25,743 |
91f6123167ff888feb8fd61d94ca5a3a453a4efd | Phillip Webb | Phillip Webb | Support SQL exception translation for ORA-06550
Oracle error ORA-06550 will now raise a BadSqlGrammarException.
Issue: SPR-9853 | support sql exception translation for ora-06550 | 47 | false | false | 6 | false | true | false | spring-projects | spring-framework | 25,744 |
ba5a148d8dd096a8e3c7f93d61f9f726cb48d138 | Phillip Webb | Phillip Webb | Polish whitespace | polish whitespace | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 25,745 |
59fb67e38dc8781db52a4ac1bc5e96b77e9ddc58 | Chris Beams | Chris Beams | Update SpEL test to reflect native float support
Issue: SPR-9486 | update spel test to reflect native float support | 48 | false | false | 8 | true | true | true | spring-projects | spring-framework | 25,746 |
37babc5c822e12c5e6b7cd15561ef0a105239be1 | Chris Beams | Chris Beams | Merge pull request #114 from satyapalreddy/master
# By Satyapal Reddy
* SPR-9486:
Add SpEL support for float literals | merge pull request #114 from satyapalreddy/master | 49 | true | false | 6 | false | false | false | spring-projects | spring-framework | 25,747 |
be8f23d75658a8b728912b644c138407d4914f8b | Satyapal Reddy | Chris Beams | Add SpEL support for float literals
This change ensures that SpEL expressions involving floats are
supported natively as opposed to the previous behavior which required
conversion to double, leading to potential downstream conversion
ambiguities.
Issue: SPR-9486 | add spel support for float literals | 35 | false | false | 6 | true | true | true | spring-projects | spring-framework | 25,748 |
2ab2c2e9ce90921978b78ceee8b04cff31878cb7 | Chris Beams | Chris Beams | Merge pull request #172 from aclement/SPR-9751
* SPR-9751:
Add SpEL support for increment/decrement operators | merge pull request #172 from aclement/spr-9751 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 25,749 |
f64325882da41bb128dec1b6d687b6eb6525623f | Andy Clement | Chris Beams | Add SpEL support for increment/decrement operators
With this commit the Spring Expression Language now supports
increment (++) and decrement (--) operators. These can be
used as either prefix or postfix operators. For example:
'somearray[index++]' and 'somearray[--index]' are valid.
In order to support this there are... | add spel support for increment/decrement operators | 50 | false | false | 6 | true | true | true | spring-projects | spring-framework | 25,750 |
33d37e86800ea4500957eb82d4be87e81c3b940f | Phillip Webb | Phillip Webb | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 25,751 |
3bb515bec72b1984ae422f7a9da12e412978f61c | Rossen Stoyanchev | Rossen Stoyanchev | Improve async support in Spring MVC Test
When obtaining an async result, tests will now await concurrent
processing to complete for the exact amount of time equal to the
actual async timeout value.
Issue: SPR-9875 | improve async support in spring mvc test | 40 | false | false | 7 | true | true | true | spring-projects | spring-framework | 25,752 |
8270d82bda85f227780f03e6cdcac9ae721118ad | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test
Issue: SPR-7905 | fix failing test | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 25,753 |
c7e7e80a3ae9f6b4ed7f2d99fe321c2e12550d7b | Rossen Stoyanchev | Rossen Stoyanchev | Update AbstractView with method to set content type
Before this change View implementations set the response content type
to the fixed value they were configured with.
This change makes it possible to configure a View implementation with
a more general media type, e.g. "application/*+xml", and then set the
response t... | update abstractview with method to set content type | 51 | false | false | 8 | false | true | false | spring-projects | spring-framework | 25,754 |
4f114a657f71fd71b34509c686c5e8adce763c2d | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #130 from tmeighen/SPR-7905
* tmeighen-SPR-7905:
Support wildcard style media types in JSON converters | merge pull request #130 from tmeighen/spr-7905 | 46 | true | false | 6 | true | false | false | spring-projects | spring-framework | 25,755 |
e16c40359a1809a647d0adfc2d7cfffcfaa9963a | Tim Meighen | Rossen Stoyanchev | Support wildcard style media types in JSON converters
Add "application/*+json" to supported media types for both Jackson
message converters.
Issue: SPR-7905 | support wildcard style media types in json converters | 53 | false | false | 8 | false | false | false | spring-projects | spring-framework | 25,756 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.