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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0a877afa061aacc67b238be6015bf82a3eecf0eb | Rossen Stoyanchev | Rossen Stoyanchev | Optimize use of HandlerMethod and sub-classes
While HandlerMethod instances are cached for lookup purposes, a new
ServletInvocableHandlerMethod instance has to be created prior to each
invocation since handlers may have non-singleton scope semantics.
This change reduces the overhead of creating per request instances
... | optimize use of handlermethod and sub-classes | 45 | false | false | 6 | false | true | false | spring-projects | spring-framework | 19,657 |
228a77552db58fdacd662f64455a96d7edbf1f09 | Juergen Hoeller | Juergen Hoeller | @Import'ed configuration classes get properly registered in case of same class name
Issue: SPR-9243 | @import'ed configuration classes get properly registered in case of same class name | 83 | false | false | 12 | false | false | false | spring-projects | spring-framework | 19,658 |
430db261e79a534dde40ed6e864e18cb301f5e67 | Juergen Hoeller | Juergen Hoeller | BeanFactoryAnnotationUtils throws NoSuchBeanDefinitionExceptions instead of IllegalStateExceptions
Issue: SPR-9652 | beanfactoryannotationutils throws nosuchbeandefinitionexceptions instead of illegalstateexceptions | 98 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,659 |
7d8843d0691435cf809fa095cca1846348384149 | Juergen Hoeller | unknown | Expression detection properly handles cached String literals
Issue: SPR-9670 | expression detection properly handles cached string literals | 60 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,660 |
f29b791c85b4920e096285e8e265f84b32fb4f1e | Juergen Hoeller | unknown | MutablePropertySources log statements guarded by isDebugEnabled
Issue: SPR-9670 | mutablepropertysources log statements guarded by isdebugenabled | 63 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,661 |
a90f25668be5a25775284931c18ae1f50083a84c | Juergen Hoeller | unknown | Spring-backed DataSources consistently implement JDBC 4.0's Wrapper interface
Issue: SPR-9770 | spring-backed datasources consistently implement jdbc 4.0's wrapper interface | 77 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,662 |
f32e4077fae1ce986ca565c73b1703f74dd6ba31 | Juergen Hoeller | unknown | same-named unit from persistence.xml overrides in case of conflict with default unit
Issue: SPR-9741 | same-named unit from persistence.xml overrides in case of conflict with default unit | 84 | false | false | 12 | false | false | false | spring-projects | spring-framework | 19,663 |
10a4e88e0a10ba5f2e6a9ba86d39b65417781797 | Juergen Hoeller | unknown | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 19,664 |
282d961b2e2d385ba8f5394de6de288432a322cc | Juergen Hoeller | unknown | @Import'ed configuration classes get properly registered in case of same class name
Issue: SPR-9243 | @import'ed configuration classes get properly registered in case of same class name | 83 | false | false | 12 | false | false | false | spring-projects | spring-framework | 19,665 |
8f12d98a991bd8e33d694febc5c0c4f03f38f346 | Juergen Hoeller | unknown | LinkedCaseInsensitiveMap checks for uniqueness of case-insensitive keys now
Issue: SPR-9754 | linkedcaseinsensitivemap checks for uniqueness of case-insensitive keys now | 75 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,666 |
82739dd4ac40b9a4e8daf9ca85c335747a6adb25 | Arjen Poutsma | Arjen Poutsma | Refactor BeanInfoFactory
This commit refactors the BeanInfoFactory so that:
- supports() and getBeanInfo() are folded into one, so that getBeanInfo()
returns null if a given class is not supported.
- CachedIntrospectionResults now uses SpringFactoriesLoader | refactor beaninfofactory | 24 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,667 |
aeff91c1da0c3c1f655ce5ef132d07ea07d1cf11 | Arjen Poutsma | Arjen Poutsma | Moved SpringFactoriesLoader to io.support in order to resolve tangle. | moved springfactoriesloader to io.support in order to resolve tangle | 68 | false | false | 9 | false | false | false | spring-projects | spring-framework | 19,668 |
fc859ffd6e0d5ca8e69b736bc93baf8081b89932 | Sam Brannen | Sam Brannen | Update Javadoc in ExtendedBeanInfo
- updated the link to the "indexed properties" section of the JavaBeans
tutorial | update javadoc in extendedbeaninfo | 34 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,669 |
0721146b14e3df3bde3e6e8f2a871bb0b995ef4f | Rossen Stoyanchev | Rossen Stoyanchev | Improve regex for parsing query params
Previously UriComponentsBuilder used a regular expression for parsing
query name-value pairs where both name and value were expected to not
contain neither '&', not '='. The idea is that the presence of reserved
characters makes it impossible to guess correctly how to parse the
q... | improve regex for parsing query params | 38 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,670 |
2f504dda3a8fe682f2ca789955818c9a5609f19e | Rossen Stoyanchev | Rossen Stoyanchev | Update remoting chapter (minor)
Issue: SPR-9822 | update remoting chapter (minor) | 31 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,671 |
4aaf014cc6bed8bdeea375556b1022066359e79d | Sam Brannen | Sam Brannen | Support comments in SQL scripts in JdbcTestUtils
Prior to this commit, utility methods in JdbcTestUtils interpreted SQL
comments as separate statements, resulting in an exception when such a
script is executed.
This commit addresses this issue by introducing a
readScript(lineNumberReader, String) method that accepts ... | support comments in sql scripts in jdbctestutils | 48 | false | false | 7 | false | true | false | spring-projects | spring-framework | 19,672 |
7c538bd588967f6ba9261f1df5c33686b8b81db1 | Sam Brannen | Sam Brannen | Rename WebTEL to ServletTEL
Renamed WebTestExecutionListener to ServletTestExecutionListener. | rename webtel to servlettel | 27 | false | false | 4 | false | true | false | spring-projects | spring-framework | 19,673 |
ff8a6e8fdb147e1b988c1ca5b4c8b3008b67534d | Sam Brannen | Sam Brannen | Remove code duplication in ModelAndViewAssert
ModelAndViewAssert now uses assertion methods in the newly
introduced AssertionErrors class. | remove code duplication in modelandviewassert | 45 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,674 |
0a10f95e18d2225117673a05108a459523cb320f | Rossen Stoyanchev | Rossen Stoyanchev | Shorten package name for Spring MVC Test framework | shorten package name for spring mvc test framework | 50 | false | false | 8 | true | true | true | spring-projects | spring-framework | 19,675 |
caf2af077a3a6454cef39678564391c4abaf8eeb | Rossen Stoyanchev | Rossen Stoyanchev | Polish MockHttpServletRequestBuilder | polish mockhttpservletrequestbuilder | 36 | false | false | 2 | true | false | false | spring-projects | spring-framework | 19,676 |
c579cd1ce9bbe0d8af13f6fbf63b7b261a90da52 | Sam Brannen | Sam Brannen | Update changelog regarding major new testing features | update changelog regarding major new testing features | 53 | false | false | 7 | true | true | false | spring-projects | spring-framework | 19,677 |
dbcbdace9e83a020e35ed95f203fbbdb632f2a85 | Rossen Stoyanchev | Rossen Stoyanchev | Parameterize AsyncTask type | parameterize asynctask type | 27 | false | false | 3 | true | true | true | spring-projects | spring-framework | 19,678 |
e98dc50f994708beb3bab2065336a6ec23fa1332 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue in PatternsRequestCondition | fix issue in patternsrequestcondition | 37 | false | false | 4 | false | true | false | spring-projects | spring-framework | 19,679 |
300ab4537bd6fdd4188057a699564759edd5da78 | Rossen Stoyanchev | Rossen Stoyanchev | Add Spring 32 methods to StandaloneMockMvcBuilder | add spring 32 methods to standalonemockmvcbuilder | 49 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,680 |
9582085950bfa970e9a10a843f75241ddd57dbd0 | Phillip Webb | Phillip Webb | Add DefaultMessageCodesResolverTests
Add unit test for DefaultMessageCodesResolver | add defaultmessagecodesresolvertests | 36 | false | false | 2 | true | true | false | spring-projects | spring-framework | 19,681 |
300d41840b09dba9a0e1bba32d9060916f80bcf9 | Sam Brannen | Sam Brannen | Fix JDK7 method order-dependent issues in SRCCT
SpringRunnerContextCacheTests suffers from JDK7-related non-determinism
in values returned from Class#getDeclaredMethods(), which in turn
affects JUnit and its execution of @Test methods.
This commit addresses this issue by introducing an
OrderedMethodsSpringJUnit4Class... | fix jdk7 method order-dependent issues in srcct | 47 | false | false | 7 | false | true | false | spring-projects | spring-framework | 19,682 |
21ebbb9c028c5ac05f9d541d87b53b08bb021818 | Sam Brannen | Sam Brannen | Support session & request scoped beans in the TCF
This commit introduces RequestAndSessionScopedBeansWacTests which
verifies support for request and session scoped beans in the Spring
TestContext Framework (TCF).
This support was actually introduced as an intentional side effect of
the work performed for SPR-5243 thr... | support session & request scoped beans in the tcf | 49 | false | false | 9 | false | true | false | spring-projects | spring-framework | 19,683 |
0bb24f2922c57e6ba8869a2a443044c3670e1fba | Sam Brannen | Sam Brannen | Update documentation TODOs
Issue: SPR-9864 | update documentation todos | 26 | false | false | 3 | true | false | true | spring-projects | spring-framework | 19,684 |
6adb49b7a928b9f611693ddcde601215583381cf | Phillip Webb | Phillip Webb | Add StringToUUIDConverter
Conversion to and from UUID objects is now supported by the
DefaultConversionService.
Issue: SPR-9765 | add stringtouuidconverter | 25 | false | false | 2 | true | true | false | spring-projects | spring-framework | 19,685 |
c8c0e827b4638ad8f2076ae17ae9f29a277e5762 | Phillip Webb | Phillip Webb | Polish trailing whitespace | polish trailing whitespace | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,686 |
29d60448cd19bce99bfa2c73ca760d05dea47263 | Juergen Hoeller | unknown | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 19,687 |
a6ce821ad8a0f1f5c766d21508b464842bce4f8e | Juergen Hoeller | unknown | Made AutoProxyCreatorTests less dependent on container's own interrogation of FactoryBeans
Issue: SPR-9857 | made autoproxycreatortests less dependent on container's own interrogation of factorybeans | 90 | false | false | 10 | false | false | false | spring-projects | spring-framework | 19,688 |
3cf5572ee83034aa31241f0011cd60163ea97b4e | Juergen Hoeller | unknown | LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably
Reverted change for @Bean methods that declare FactoryBean as their return type: The effects of trying to create the FactoryBean to find out about its implementation type are too far-reaching. It's better to recommend decla... | loadtimeweaveraware beans are consistently being created early for jpa weaving to work reliably | 95 | false | false | 13 | false | false | false | spring-projects | spring-framework | 19,689 |
0af9244571041d5bc4d77040fddf86661d32c47a | Juergen Hoeller | unknown | LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably
Includes a change for factory methods that declare their return type as FactoryBean: When asked for a specific type match (e.g. LoadTimeWeaverAware), we do check early singleton instances as well (reusing the instances that... | loadtimeweaveraware beans are consistently being created early for jpa weaving to work reliably | 95 | false | false | 13 | false | false | false | spring-projects | spring-framework | 19,690 |
0f119200074a9aef18c97bdbba653cb5413a03ad | Juergen Hoeller | unknown | Only cache by-type lookups if configuration has been marked as frozen
Issue: SPR-9448 | only cache by-type lookups if configuration has been marked as frozen | 69 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,691 |
d7e2de019f049ff9bc747f36954a2110d5bcf9c6 | Juergen Hoeller | unknown | Mention matching bean names in exception message in case of non-unique EntityManagerFactory lookup | mention matching bean names in exception message in case of non-unique entitymanagerfactory lookup | 98 | false | false | 13 | false | false | false | spring-projects | spring-framework | 19,692 |
538ce4747db8f4c27befa5393e9f4706eda99e67 | Juergen Hoeller | unknown | Only cache by-type lookups if configuration has been marked as frozen
Issue: SPR-9448 | only cache by-type lookups if configuration has been marked as frozen | 69 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,693 |
3c59725b94faef83bbc3ca5d48f955aabe6ff9d0 | Juergen Hoeller | unknown | LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably
Includes a change for factory methods that declare their return type as FactoryBean: When asked for a specific type match (e.g. LoadTimeWeaverAware), we do check early singleton instances as well (reusing the instances that... | loadtimeweaveraware beans are consistently being created early for jpa weaving to work reliably | 95 | false | false | 13 | false | false | false | spring-projects | spring-framework | 19,694 |
cfdcb54711ba073a4a0396d4a9ba397b39671940 | Juergen Hoeller | unknown | Jaxb2Marshaller has non-synchronized access to the JAXBContext once initialized
Issue: SPR-9867 | jaxb2marshaller has non-synchronized access to the jaxbcontext once initialized | 79 | false | false | 9 | false | false | false | spring-projects | spring-framework | 19,695 |
138fa8af0ef3df3df5dbb2a6db4643cff36043d1 | Juergen Hoeller | unknown | OpDivide does not return a TypedValue for its operate result (consistent with OpMultiply)
Issue: SPR-9869 | opdivide does not return a typedvalue for its operate result (consistent with opmultiply) | 89 | false | false | 13 | false | false | false | spring-projects | spring-framework | 19,696 |
ff7dcec5f7d2b54324476bd617af74de9cbd56ec | Juergen Hoeller | unknown | BeanWrapper does not fall back to String constructor if ConversionService attempt failed before
Issue: SPR-9865 | beanwrapper does not fall back to string constructor if conversionservice attempt failed before | 95 | false | false | 13 | false | false | false | spring-projects | spring-framework | 19,697 |
65743936ffd87d0e621722c414692c3fe9652717 | Juergen Hoeller | unknown | Provider injection into prototype beans works for method parameters as well
Issue: SPR-9630 | provider injection into prototype beans works for method parameters as well | 75 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,698 |
3f1fb4eeead221ec51c5ef80fac297cb38891580 | Phillip Webb | Phillip Webb | Merge pull request #155 from philwebb/SPR-9284
* SPR-9284:
Allow MapToMap conversion to work when the target map does not have a default constructor (as long as a new map copy is not required).
Polish trailing whitespace | merge pull request #155 from philwebb/spr-9284 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,699 |
38c43935922e3673f34b8dcd695e5191ae54c562 | Phillip Webb | Phillip Webb | Allow MapToMap conversion to work when the target map does not have a
default constructor (as long as a new map copy is not required).
Issue: SPR-9284 | allow maptomap conversion to work when the target map does not have a | 69 | false | false | 13 | false | true | false | spring-projects | spring-framework | 19,700 |
60afa5ead4082cd7fa54c2388890af800bbad671 | Phillip Webb | Phillip Webb | Polish trailing whitespace | polish trailing whitespace | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,701 |
ea8b1327b49ece4ff47af8fb715fa17b588eb1a4 | Phillip Webb | Phillip Webb | Merge pull request #136 from philwebb/SPR-9017
* SPR-9017:
SpEL support for methods and properties on class …
Remove trailing whitespace | merge pull request #136 from philwebb/spr-9017 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,702 |
d28592a6c66f62059c0cf056cc7db04cebb947c3 | Phillip Webb | Phillip Webb | SpEL support for methods and properties on class …
Update the ReflectiveMethodResolver and ReflectivePropertyAccessor
to allow methods and properties of java.lang.Class to be resolved
when the target object is a class.
Issue: SPR-9017 | spel support for methods and properties on class … | 50 | false | false | 9 | false | true | false | spring-projects | spring-framework | 19,703 |
98808347ca4e1c0fffa3430321e701bc4c297257 | Phillip Webb | Phillip Webb | Remove trailing whitespace | remove trailing whitespace | 26 | false | false | 3 | true | true | true | spring-projects | spring-framework | 19,704 |
27c83710b013e4ffb8758b8c1f9ae4d204558391 | Chris Beams | Chris Beams | Merge pull request #166 from philwebb/SPR-9851
# By Phillip Webb
* SPR-9851:
Prevent memory leaks with @Configuration beans | merge pull request #166 from philwebb/spr-9851 | 46 | true | false | 6 | true | false | false | spring-projects | spring-framework | 19,705 |
c8061393fbe3aa20bb51606c60d01a772d3df536 | Phillip Webb | Chris Beams | Prevent memory leaks with @Configuration beans
Refactor ConfigurationClassEnhancer to allow cglib caching of
generated classes. Prior to this commit each enhanced @Configuration
class would consume permgen space when created.
The CallbackFilter and Callback Types are now defined as static final
members so that they ... | prevent memory leaks with @configuration beans | 46 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,706 |
365a42da648eefe18b0384a106656d435f2f7600 | Rossen Stoyanchev | Rossen Stoyanchev | Add file upload test to Spring MVC Test | add file upload test to spring mvc test | 39 | false | false | 8 | false | true | false | spring-projects | spring-framework | 19,707 |
dc01f088f7cb9a6257503ebce0f0e581eb52eec6 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue in message conversion
This change ensures that when the Accept and the Producible media types
are equally specific, we use the one from the Accept header, which may
for example carry a different charset. | fix issue in message conversion | 31 | false | false | 5 | false | true | false | spring-projects | spring-framework | 19,708 |
f7943786deb06605274a7b9e68f2b0e3a2ad9e17 | Rossen Stoyanchev | Rossen Stoyanchev | Polish Spring MVC Test code
Remove use of UriTemplate in MockMvcRequestBuilders.
Rely on UriComponentsBuilder instead.
Decode query params before setting them on MockHttpServletRequest.
Add more options to model result matching for the count of errors.
Ignore white spaces and comments when comparing XML. | polish spring mvc test code | 27 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,709 |
1858ef10ff99d2098b033c434ee77f9d1ab11acd | Phillip Webb | Phillip Webb | Tests for DelegatingDataSource Wrappers | tests for delegatingdatasource wrappers | 39 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,710 |
1a6940dd055c31846919b1f5ce434be475184f8a | Juergen Hoeller | unknown | Fixed test failure on CI server (classpath search failing for some reason)
Issue: SPR-9797 | fixed test failure on ci server (classpath search failing for some reason) | 74 | false | false | 12 | false | false | false | spring-projects | spring-framework | 19,711 |
15bf31a09e3ac65ed623702fe5784afd9615a4ad | Juergen Hoeller | unknown | ResourceDatabasePopulator etc | resourcedatabasepopulator etc | 29 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,712 |
84b3f7106d85ea0e7517e37b5923a66c1c6cf1c4 | Juergen Hoeller | unknown | Polishing along with 3.1.3 backport
Issue: SPR-9761
Issue: SPR-9762 | polishing along with 3.1.3 backport | 35 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,713 |
69b380583ae748bdaae12cf0bd372e76f6f2ab5e | Phillip Webb | Phillip Webb | Merge pull request #134 from philwebb/SPR-9744
* SPR-9744:
Improve annotation methods in TypeDescriptor
Polish code and JavaDoc formatting | merge pull request #134 from philwebb/spr-9744 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,714 |
e543ffdfd7070a4b559d724ba4ffa37c58b66bb4 | Phillip Webb | Phillip Webb | Improve annotation methods in TypeDescriptor
- Use generic typing for getAnnotation()
- Add hasAnnoation() method
- Update existing code and tests to make use of changes
Issue: SPR-9744 | improve annotation methods in typedescriptor | 44 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,715 |
23f089ff1e470dfe624200d1bc2598d95ee4ef36 | Phillip Webb | Phillip Webb | Polish code and JavaDoc formatting
- Remove trailing whitespace
- Apply consistent JavaDoc formatting | polish code and javadoc formatting | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,716 |
efd872e35a9dccaadede4d4058efaa584da73b3f | Juergen Hoeller | unknown | JPA persistence.xml files may use jar-file entries relative to the unit root (as per the JPA spec)
Issue: SPR-9797 | jpa persistence.xml files may use jar-file entries relative to the unit root (as per the jpa spec) | 98 | false | false | 17 | false | false | false | spring-projects | spring-framework | 19,717 |
92a92b79371dbe85cfea9c6b4a923997893ade6d | Juergen Hoeller | unknown | Minor changes along with 3.1.3 backport
Issue: SPR-9781
Issue: SPR-9784 | minor changes along with 3.1.3 backport | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,718 |
014f7f02428615b500acbe24f2044f2af3a62f73 | Juergen Hoeller | unknown | Changes along with 3.1.3 backport
Aside from minor polishing, this change sets the "systemProperties" and "systemEnvironment" beans at each factory level as well.
Issue: SPR-9756
Issue: SPR-9764 | changes along with 3.1.3 backport | 33 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,719 |
9eeb6f15e5e187469d266b733e037b53f405704b | Juergen Hoeller | unknown | Minor changes along with 3.1.3 backport
Issue: SPR-9798
Issue: SPR-9804 | minor changes along with 3.1.3 backport | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,720 |
e5cfe8a2c5c3a48200b56c0e97062f40e8ed9339 | Phillip Webb | Phillip Webb | Merge pull request #154 from philwebb/SPR-9285
* SPR-9285:
Chain exception cause on create failure | merge pull request #154 from philwebb/spr-9285 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,721 |
2e48656906ebeb18843fe2963fb6478d2edc1018 | Phillip Webb | Phillip Webb | Chain exception cause on create failure
Propogate root cause of exceptions thrown from createCollection
and createMap.
Issue: SPR-9285 | chain exception cause on create failure | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,722 |
2748f2b8eba22264408f2a05725810b58e80649d | Rossen Stoyanchev | Rossen Stoyanchev | Remove deprecated methods in spring-test-mvc | remove deprecated methods in spring-test-mvc | 44 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,723 |
e7a7f751b6161cbbb4579d79de7348d9e080b4c2 | Rossen Stoyanchev | Rossen Stoyanchev | Prefix REST client test support classes w/ "MockRest"
Add "MockRest-" prefix to RequestMatchers and ResponseCreators to
make it easy to find classes with static imports with
Ctrl+Shift+T "MockRest" - similar to the "MockMvc"
prefix on the server-side. | prefix rest client test support classes w/ "mockrest" | 53 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,724 |
d4fa5c0331e5a8008dae2f6f0ba157bdddaf122d | Rossen Stoyanchev | Rossen Stoyanchev | Fix NPE in AbstractMessageConverterMethodProcessor
Issue: SPR-9868 | fix npe in abstractmessageconvertermethodprocessor | 50 | false | false | 4 | false | true | false | spring-projects | spring-framework | 19,725 |
c020096bbd637d4f6dc00a9ce619522f96576668 | Juergen Hoeller | unknown | Further changes for 3.2 RC1 | further changes for 3.2 rc1 | 27 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,726 |
d15ca6277a6390c09e256ae34cf1e6cff16d6262 | Juergen Hoeller | unknown | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 19,727 |
fe16334dd49d9ed9402142d2287ac3b72265d07e | Juergen Hoeller | unknown | Hibernate 4 LocalSessionFactoryBuilder sets thread context ClassLoader (for JBoss 7 compatibility)
Issue: SPR-9846 | hibernate 4 localsessionfactorybuilder sets thread context classloader (for jboss 7 compatibility) | 98 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,728 |
6445f09c36f3e5effe29ac676608bd0e4155cafe | Juergen Hoeller | unknown | Consistently upgraded Apache HttpComponents usage to 4.2
Issue: SPR-9475 | consistently upgraded apache httpcomponents usage to 4.2 | 56 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,729 |
8bdc6be0749c97f347010ad9f5a5560cf8bac75c | Juergen Hoeller | unknown | Consistent "this." reference to local variable | consistent "this." reference to local variable | 46 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,730 |
9ff640a95db22d2bba2c25595a94cc18cc330fcf | Juergen Hoeller | unknown | AbstractRoutingDataSource consistently implements JDBC 4.0's Wrapper interface as well
Issue: SPR-9856 | abstractroutingdatasource consistently implements jdbc 4.0's wrapper interface as well | 86 | false | false | 9 | false | false | false | spring-projects | spring-framework | 19,731 |
93aa411886dd8f9d1b48b782b4a8e90e31b85419 | Juergen Hoeller | unknown | HttpComponentsHttpInvokerRequestExecutor uses HttpComponents 4.2 to explicitly release connections
Issue: SPR-9833 | httpcomponentshttpinvokerrequestexecutor uses httpcomponents 4.2 to explicitly release connections | 98 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,732 |
0c0a563a241466813ccc8233195e35bfee369920 | Chris Beams | Chris Beams | Avoid further 'type mismatch' errors in ExtendedBeanInfo
This change fixes further cases under JDK 6 in which setting a bridged
(e.g. String-returning) read method can conflict with an existing
corresponding bridge write method that accepts an Object parameter.
This appears to be a implementation difference between J... | avoid further 'type mismatch' errors in extendedbeaninfo | 56 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,733 |
7b4bc08b14ed7e98c275b939549444e892c49ed3 | Rossen Stoyanchev | Rossen Stoyanchev | Update context-based tests in spring-test-mvc
Added WebAppResourceTests
Removed unused config file TestContextTests-context.xml
Moved servlet-context.xml in package that matches the test classes | update context-based tests in spring-test-mvc | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,734 |
9937f840d5dbd2be819f45f5101dd6486aa382f6 | Sam Brannen | Sam Brannen | Merge pull request #160 from sbrannen/SPR-5243
Support loading WebApplicationContexts in the TCF | merge pull request #160 from sbrannen/spr-5243 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,735 |
a73280ccc8a18e0048351a3f08a51c2b13ec3b45 | Sam Brannen | Sam Brannen | Support loading WebApplicationContexts in the TCF
Prior to this commit, the Spring TestContext Framework only supported
loading an ApplicationContext in integration tests from either XML or
Java Properties files (since Spring 2.5), and Spring 3.1 introduced
support for loading an ApplicationContext in integration test... | support loading webapplicationcontexts in the tcf | 49 | false | false | 6 | false | true | false | spring-projects | spring-framework | 19,736 |
3552173b81f8e67640300156ed1659b2d2810e37 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue in AnnotationMethodHandlerExceptionResolver
Caching of resovled exceptions introduced in SPR-7703 also introduced a
side effect whereby if exactly one exception was previously cached, any
other exception would appear as a match to the previously matched
@ExceptionHandler method.
This change ensures use of a... | fix issue in annotationmethodhandlerexceptionresolver | 53 | false | false | 4 | false | true | false | spring-projects | spring-framework | 19,737 |
3eda02d1b4ec96e54ad8417a94132287fbe5ed41 | Rossen Stoyanchev | Rossen Stoyanchev | Update MediaType's includes method
An additional update (after the last commit) of the "includes" and
"isCompatibleWith" methods of MediaType to accomodate wildcards
in media types with a suffix.
Issue: SPR-9841 | update mediatype's includes method | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,738 |
7718936158434e0f658233f74c33ab72bea5d440 | Rossen Stoyanchev | Rossen Stoyanchev | Recognize wildcards in media types with a suffix
The "includes" and "isCompatibleWith" methods of MediaType take into
account media types with suffices (e.g. application/soap+xml) including
wildcards with suffices (e.g. application/*+xml). However before this
change, the isWildcardSubtype() method returned true only f... | recognize wildcards in media types with a suffix | 48 | false | false | 8 | true | true | true | spring-projects | spring-framework | 19,739 |
53726612ee25e193d663121ac3ec1a5dae4ca47b | Sam Brannen | Sam Brannen | spring-orm should not build against cglib-repack
The previous commit by Juergen Hoeller upgraded spring-orm's Hibernate 3
dependency to 3.3.2.GA, and this commit removes the now unnecessary
dependency on org.hibernate:hibernate-cglib-repack:2.1_3.
Issue: SPR-10066 | spring-orm should not build against cglib-repack | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,740 |
4e442471e17a2e1ea63160f65cf2739474decfec | Juergen Hoeller | Juergen Hoeller | Hibernate 3 support builds against standard Hibernate 3.3.2.GA artifact from Maven | hibernate 3 support builds against standard hibernate 3.3.2.ga artifact from maven | 82 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,741 |
0c51cd7fd36321205b9af242540708f4dc051fc5 | Juergen Hoeller | unknown | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 19,742 |
738c643592ffdad7a3d7f52a454b88728dc77259 | Juergen Hoeller | unknown | Deprecated JSF 1.1 VariableResolver implementations in favor of Spring-provided ELResolvers | deprecated jsf 1.1 variableresolver implementations in favor of spring-provided elresolvers | 91 | false | false | 10 | false | false | false | spring-projects | spring-framework | 19,743 |
184361a096f6712115b2c68dd96bbf235a21375f | Juergen Hoeller | unknown | Transaction timeouts for JPA translate to "javax.persistence.query.timeout" only (for EclipseLink compatibility)
Issue: SPR-10068 | transaction timeouts for jpa translate to "javax.persistence.query.timeout" only (for eclipselink compatibility) | 112 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,744 |
ffd040b8d240cd8415fab28f1b5908672b9580b8 | Sam Brannen | Sam Brannen | Javadoc in MockMvcClientHttpRequestFactoryTests
The Javadoc in MockMvcClientHttpRequestFactoryTests had been copied and
pasted from WebAppResourceTests. This commit updates the documentation
in MockMvcClientHttpRequestFactoryTests to reflect what the tests do. | javadoc in mockmvcclienthttprequestfactorytests | 47 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,745 |
e16f3b95cb012cdbcf2a1310a86fe881ad8c0fb1 | Sam Brannen | Sam Brannen | Fix typo in Javadoc | fix typo in javadoc | 19 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,746 |
57e6e0881deee32ac9ebe2a01ae85d9a8233c7f3 | Sam Brannen | Sam Brannen | Introduce isExecuted() in MockClientHttpRequest
This commit introduces the missing isExecuted() method in
MockClientHttpRequest and improves the documentation for execute()
and executeInternal(). | introduce isexecuted() in mockclienthttprequest | 47 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,747 |
a3e4f6cad4d1b625a6364fcf3564bb89c41f340e | Sam Brannen | Sam Brannen | Use EasyMock 2.5.2 consistently across the build
This commit ensures that EasyMock version 2.5.2 is used consistently
across the test suite. This applies to both the easymock and
easymockclassextension artifacts. Using the same version for both of
these artifacts helps to better align us for a future upgrade to
EasyMo... | use easymock 2.5.2 consistently across the build | 48 | false | false | 7 | true | true | true | spring-projects | spring-framework | 19,748 |
d0503ab733bb9d4987e51cb76a8b2ec58c5f8468 | Sam Brannen | Sam Brannen | Relocate web artifacts in the TCF to web package
This commit relocates recently introduced web artifacts in the
TestContext framework to the ~.test.context.web package and renames some
classes for consistency with the existing code base.
- introduced package-info.java in the web package.
- ServletTestExecutionList... | relocate web artifacts in the tcf to web package | 48 | false | false | 9 | true | true | true | spring-projects | spring-framework | 19,749 |
e0e3143dd56b6a3693434eba8c036715d253bc8c | Sam Brannen | Sam Brannen | Fix Javadoc errors in TransactionalTEL
This commit fixes recently introduced formatting errors in the Javadoc
of TransactionalTestExecutionListener. | fix javadoc errors in transactionaltel | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,750 |
7ff964afa88da9a8b6eb8cf93b5f042f4aea9195 | Rossen Stoyanchev | Rossen Stoyanchev | Add JSON converters to FormHttpMessageConverter
The FormHttpMessageConverter now adds Jackson JSON converters
(version 1.x or 2.x) if available on the classpath.
Issue: SPR-10055 | add json converters to formhttpmessageconverter | 47 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,751 |
42a928596fc3dcd2e1a5270d534da66bb9d1978f | Rossen Stoyanchev | Rossen Stoyanchev | Remove tiles-request-servlet-wildcard dependency
The tiles-request-servlet-wildcard contained only one class that is an
implementation of the tiles-request ServletApplicationContext using a
Spring ApplicationContext to look up resources. It makes sense for this
class to be part of the Spring Tiles 3 integration.
Issu... | remove tiles-request-servlet-wildcard dependency | 48 | false | false | 3 | true | true | true | spring-projects | spring-framework | 19,752 |
d3c977b54b13c27bdf22747bbee8615d643c9559 | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing tests failing when debug logging is on
Issue: SPR-10048 | fix failing tests failing when debug logging is on | 50 | false | false | 9 | true | true | true | spring-projects | spring-framework | 19,753 |
9643ff3f1d3eb07d984996ea3a1417301081aa52 | Rossen Stoyanchev | Rossen Stoyanchev | Polish StandaloneMockMvcBuilder
Issue: SPR-10053 | polish standalonemockmvcbuilder | 31 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,754 |
ab886b82ea0d2ec2d7a8523e9c95244fa611770e | Sam Brannen | Sam Brannen | Polish Gradle build script
- fixed typo
- spring-test-mvc now builds against Hibernate Validator 4.3 | polish gradle build script | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,755 |
149e6f64256917ed5f7af78293cc56d140874714 | Rob Winch | Rossen Stoyanchev | polish web.Mock* classpath
Previously when running the tests for spring-web, spring-webmvc,
spring-test-mvc, and spring-orm there were possible collissions in the
classpath due to the fact that each had its own copy of the web.Mock*
classes in it. This causes uncertainty for which class the code was
running against. F... | polish web.mock* classpath | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,756 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.