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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c892b8185270daec50f84fcf4cefd88e74b8e195 | Phillip Webb | Phillip Webb | Exclude spring-build-src from maven publish | exclude spring-build-src from maven publish | 43 | false | false | 5 | true | false | true | spring-projects | spring-framework | 19,157 |
65fb26f847a2249792fa8024c04980fc7a49cd5c | Phillip Webb | Phillip Webb | Move spring-build-junit into spring-core
Move code from spring-build-junit into spring-core/src/test along with
several other test utility classes. This commit removes the temporary
spring-build-junit project introduced in commit
b083bbdec720d3f5b1c7f065dfe8ccb7a7f3b201. | move spring-build-junit into spring-core | 40 | false | false | 4 | true | false | true | spring-projects | spring-framework | 19,158 |
db2b00a2a5c05d398b3d08071163e8fbeea25baf | Phillip Webb | Phillip Webb | Relocate MergePlugin package
Relocate the MergePlugin from org.springframework.build.gradle.merge
to org.springframework.build.gradle. | relocate mergeplugin package | 28 | false | false | 3 | true | true | true | spring-projects | spring-framework | 19,159 |
290aa5d64730e485fc9930e9a2509d14b05fad67 | Phillip Webb | Phillip Webb | Develop a gradle plugin to add test dependencies
Develop a gradle plugin to automatically update testCompile dependencies
to include the test source sets of project dependencies.
Allows the gradle build to more closely mirror the way that tests run
inside eclipse. | develop a gradle plugin to add test dependencies | 48 | false | false | 8 | true | true | true | spring-projects | spring-framework | 19,160 |
57d68b070e2bd060befefe0ecc1a6aad9c581acd | Phillip Webb | Phillip Webb | Expose Gradle buildSrc for IDE support
Create 'spring-build-src' Gradle module that exposes the buildSrc
folder as an IDE project. | expose gradle buildsrc for ide support | 38 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,161 |
6626a38730050c83a0dd6cdc1bfc510024e9ca95 | Phillip Webb | Phillip Webb | Fix [deprecation] compiler warnings
Fix deprecation compiler warnings by refactoring code or applying
@SuppressWarnings("deprecation") annotations. JUnit tests of
internally deprecated classes are now themselves marked as
@Deprecated.
Numerous EasyMock deprecation warnings will remain until the
migration to mockito c... | fix [deprecation] compiler warnings | 35 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,162 |
9364043a6436dc8ea170ed4c4cac62088660ef13 | Phillip Webb | Phillip Webb | Upgrade to xmlunit version 1.3 | upgrade to xmlunit version 1.3 | 30 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,163 |
938c24bb9e36375f8289082d2f4de047a5da1cda | Phillip Webb | Phillip Webb | Improve 'build' folder ignores
Update .gitignore to only ignore 'build' folders in the project roots
rather than throughout the source tree. | improve 'build' folder ignores | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,164 |
38f84fa03ed9ca35750bb76303f94dd2dd8abfc2 | Chris Beams | Chris Beams | Merge branch 'SPR-10115' into 3.2.x
* SPR-10115:
Fix regression in static setter method support | merge branch 'spr-10115' into 3.2.x | 35 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,165 |
7a19fd575045333b970e645f6db8a15302484038 | Chris Beams | Chris Beams | Fix regression in static setter method support
The intention of ExtendedBeanInfo, introduced with SPR-8079 in
v3.1.0.M2, was to support dependency injection against non-void
returning write methods. However, it also inadvertently introduced
support for injection against static setter methods.
When use of ExtendedBean... | fix regression in static setter method support | 46 | false | false | 7 | true | true | true | spring-projects | spring-framework | 19,166 |
0ed9cb23022537c79aed1b9928e97fb26e67efdc | Chris Beams | Chris Beams | Merge pull request #206 from daveboden/SPR-10122
* SPR-10122:
Fix SpEL JavaBean compliance for setters | merge pull request #206 from daveboden/spr-10122 | 48 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,167 |
d91a419fdc4f520ba8e443e689998f4e7b5a2b2c | Chris Beams | Chris Beams | Fix SpEL JavaBean compliance for setters
Prior to this change, SpEL was capable of handling getter methods for
property names having a lowercase first letter and uppercase second
letter such as:
public String getiD() { ... }
However, setters with the same naming arrangement were not supported,
e.g.:
public ... | fix spel javabean compliance for setters | 40 | false | false | 6 | false | true | false | spring-projects | spring-framework | 19,168 |
d5c6d797e565fe89afa0d829dd570cc079428c31 | Chris Beams | Chris Beams | Merge branch '3.2.x' into master
* 3.2.x:
Add aop target source test to TestGroup.PERFORMANCE | merge branch '3.2.x' into master | 32 | true | false | 5 | false | true | false | spring-projects | spring-framework | 19,169 |
55a05744f75cd1c8fe712c871d82e034a8ad3863 | Chris Beams | Chris Beams | Merge branch 'SPR-9984' into 3.2.x
* SPR-9984:
Add aop target source test to TestGroup.PERFORMANCE | merge branch 'spr-9984' into 3.2.x | 34 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,170 |
90d1886cbda778977ae810fe016fc5c76ab12062 | Chris Beams | Chris Beams | Add aop target source test to TestGroup.PERFORMANCE
Issue: SPR-9984 | add aop target source test to testgroup.performance | 51 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,171 |
f87b1936b1937c773414847324955e1e5dab75ab | Chris Beams | Chris Beams | Merge branch '3.2.x' into master
* 3.2.x:
Add quartz scheduling test to TestGroup.PERFORMANCE | merge branch '3.2.x' into master | 32 | true | false | 5 | false | true | false | spring-projects | spring-framework | 19,172 |
1220611f4a27636242d24b7a66e9fe4a1e3bf6eb | Chris Beams | Chris Beams | Merge branch 'SPR-9984' into 3.2.x
* SPR-9984:
Add quartz scheduling test to TestGroup.PERFORMANCE | merge branch 'spr-9984' into 3.2.x | 34 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,173 |
c005757775732db07a889ed734be2bd878de6b1c | Chris Beams | Chris Beams | Add quartz scheduling test to TestGroup.PERFORMANCE
Issue: SPR-9984 | add quartz scheduling test to testgroup.performance | 51 | false | false | 6 | true | true | false | spring-projects | spring-framework | 19,174 |
30112369fdd6f9026f4f851f91fc6dda4891f95f | Chris Beams | Chris Beams | Merge branch '3.2.x' into master
* 3.2.x:
Remove extra URL prefix in the MVC chapter
Polish contributor guidelines | merge branch '3.2.x' into master | 32 | true | false | 5 | false | true | false | spring-projects | spring-framework | 19,175 |
08c2d2b156345e596c2a38b55db9eef1cacab33e | Chris Beams | Chris Beams | Merge branch 'cleanup-master' into master
* cleanup-master: (36 commits)
Update Apache license headers for affected sources
Add @Override annotations to main sources
Update main source and target JDK compatibility
Update Apache license headers for affected sources
Ignore performance-sensitive tests by defaul... | merge branch 'cleanup-master' into master | 41 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,176 |
b2a048b6f31342a0953e32d8f8c5fa2109ff1442 | Chris Beams | Chris Beams | Update Apache license headers for affected sources | update apache license headers for affected sources | 50 | false | false | 7 | false | true | false | spring-projects | spring-framework | 19,177 |
45fa50821a14d5b3f40a7c318137406ba6a2ca2e | Chris Beams | Chris Beams | Merge branch 'SPR-10130' into cleanup-master
* SPR-10130:
Add @Override annotations to main sources
Update main source and target JDK compatibility | merge branch 'spr-10130' into cleanup-master | 44 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,178 |
3b40ce76bf751d788f57064bb692ceb8804a58af | Chris Beams | Chris Beams | Add @Override annotations to main sources
Issue: SPR-10130 | add @override annotations to main sources | 41 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,179 |
3fa6723748e10cc3322735cce2da239d5e1a5a28 | Juergen Hoeller | Juergen Hoeller | Added useful query variants without parameters to NamedParameterJdbcTemplate, for convenience in DAOs
Also deprecated NamedParameterJdbcTemplate's queryForInt/Long operations in favor of queryForObject.
Issue: SPR-10256
Issue: SPR-10257 | added useful query variants without parameters to namedparameterjdbctemplate, for convenience in daos | 101 | false | false | 12 | false | false | false | spring-projects | spring-framework | 19,180 |
9881517f618d468095d83f8b3cb38619fc846ca2 | Juergen Hoeller | Juergen Hoeller | Further enhancements for 3.2.2 | further enhancements for 3.2.2 | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,181 |
f57bc1aaaafa0ccb94cfef57e34cf8aa099ade6f | Juergen Hoeller | Juergen Hoeller | MappingJackson(2)JsonView allows subclasses to access the ObjectMapper and to override content writing
Issue: SPR-7619 | mappingjackson(2)jsonview allows subclasses to access the objectmapper and to override content writing | 102 | false | false | 12 | false | false | false | spring-projects | spring-framework | 19,182 |
af8e6255e2ff2dfcda1822b807a18bd5f92c39a8 | Juergen Hoeller | Juergen Hoeller | Refined CronSequenceGenerator's rounding up of seconds to address second-specific cron expressions
Issue: SPR-9459 | refined cronsequencegenerator's rounding up of seconds to address second-specific cron expressions | 98 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,183 |
89c3d03083cff186ad34979d61e88c74ae33635a | Juergen Hoeller | Juergen Hoeller | @Async's qualifier works for target class annotations behind a JDK proxy as well
Also optimized AsyncExecutionAspectSupport's Executor-per-Method caching to use a ConcurrentHashMap.
Issue: SPR-10274 | @async's qualifier works for target class annotations behind a jdk proxy as well | 80 | false | false | 13 | false | false | false | spring-projects | spring-framework | 19,184 |
c4f79bb997bae6a3db2e2a58919d5c28e483da9b | Phillip Webb | Phillip Webb | Merge branch '3.2.x' into cleanup-3.2.x
* 3.2.x:
Promote use of @PostConstruct and @PreDestroy
@Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support
Further preparations for 3.2.2
@Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeho... | merge branch '3.2.x' into cleanup-3.2.x | 39 | true | false | 5 | false | true | false | spring-projects | spring-framework | 19,185 |
584e79c677e69853a983667521a20b66331d52a6 | Phillip Webb | Phillip Webb | Promote use of @PostConstruct and @PreDestroy
Update reference documentation to promote the use of the JSR-250
@PostConstruct and @PreDestroy annotations.
Issue: SPR-8493 | promote use of @postconstruct and @predestroy | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,186 |
0058503cf0d0bd552d9938c467dd83a287831997 | Juergen Hoeller | Juergen Hoeller | @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support
Issue: SPR-8067 | @scheduled provides string variants of fixeddelay, fixedrate, initialdelay for placeholder support | 98 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,187 |
f9bac48d84bf1c632410aae10e4e2a70a0fbeb7c | Juergen Hoeller | Juergen Hoeller | Further preparations for 3.2.2 | further preparations for 3.2.2 | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,188 |
9255d3038ff4bfbc7530eec74e551613ebd03725 | Juergen Hoeller | Juergen Hoeller | @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support
Issue: SPR-8067 | @scheduled provides string variants of fixeddelay, fixedrate, initialdelay for placeholder support | 98 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,189 |
b3c9a11bd1141f644859eb0023f4d6f4ae0c9910 | Juergen Hoeller | unknown | Folded a FactoryBean-specific check into predictBeanType now
This change means that we effectively revert SPR-8954's code change in favor of the isFactoryBean implementation simply relying on predictBeanType to sort it out, filtering a post-processed predictedType for FactoryBean applicability.
Issue: SPR-9177
Issue:... | folded a factorybean-specific check into predictbeantype now | 60 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,190 |
7bbb4ec7aff9ca171f2d34f747d7e0d96a6ce1b0 | Phillip Webb | Phillip Webb | Fix Assert.instanceOf exception message
Update the exception message used when Assert.instanceOf fails such
that it expects the provided message to end with '.'. This reverts
commit 5874383ef081bb52a872dd49d63e5b542fbf20ca which caused the
implementation to be at odds with the JavaDoc and the previous
release.
The up... | fix assert.instanceof exception message | 39 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,191 |
2aaa66f86b10e8146bae9518e4139dd33913b1f7 | Juergen Hoeller | Juergen Hoeller | Allow for ordering of mixed AspectJ before/after advices
Issue: SPR-9438 | allow for ordering of mixed aspectj before/after advices | 56 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,192 |
e3c83bb7699f50641bdf9b673c9dc64b176ae399 | Juergen Hoeller | Juergen Hoeller | Minor javadoc and source layout polishing | minor javadoc and source layout polishing | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,193 |
9ffbee332c242cb52310dad6b8653910e415bb16 | Juergen Hoeller | Juergen Hoeller | Fixed documentation for "depends-on" attribute | fixed documentation for "depends-on" attribute | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,194 |
0d66df26da0ec220b67c0ac90f57b58b28fd77b8 | Juergen Hoeller | Juergen Hoeller | "depends-on" attribute on lang namespace element actually respected at runtime now
Issue: SPR-8625 | "depends-on" attribute on lang namespace element actually respected at runtime now | 82 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,195 |
d3969de101e018515b715f32e1e189a8fabda97c | Juergen Hoeller | Juergen Hoeller | Allow for ordering of mixed AspectJ before/after advices
Issue: SPR-9438 | allow for ordering of mixed aspectj before/after advices | 56 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,196 |
fd831bc19e493e64fc5c2f823428ea07fd5f50b6 | Phillip Webb | Phillip Webb | Add testMany test to TestGroup.PERFORMANCE | add testmany test to testgroup.performance | 42 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,197 |
b21063ec056d8b681f540b78cd5311c642687c84 | Phillip Webb | Phillip Webb | Polish @Test annotation position | polish @test annotation position | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,198 |
5edd2ffa1035dcf68ae0afa44f6e2b1e029e02b3 | Phillip Webb | Phillip Webb | Merge branch '3.2.x' into cleanup-3.2.x
* 3.2.x:
Preparations for 3.2.2
Marked spring-web module as 'distributable' in order for session replication to work on Tomcat
SQLErrorCodeSQLExceptionTranslator tries to find SQLException with actual error code, looping through the causes.
Fixed setFavorPathExtension de... | merge branch '3.2.x' into cleanup-3.2.x | 39 | true | false | 5 | false | true | false | spring-projects | spring-framework | 19,199 |
1ed26d63895442b48e3c5cd33a07ab6f639acb75 | Juergen Hoeller | Juergen Hoeller | Preparations for 3.2.2 | preparations for 3.2.2 | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,200 |
c6cf91193175d540ad632960cb32d01178c2cbd5 | Juergen Hoeller | Juergen Hoeller | Marked spring-web module as 'distributable' in order for session replication to work on Tomcat
Issue: SPR-10219 | marked spring-web module as 'distributable' in order for session replication to work on tomcat | 94 | false | false | 14 | false | false | false | spring-projects | spring-framework | 19,201 |
8a4ce142c42375486542054b00c82331fecac311 | Juergen Hoeller | Juergen Hoeller | SQLErrorCodeSQLExceptionTranslator tries to find SQLException with actual error code, looping through the causes.
Issue: SPR-10260 | sqlerrorcodesqlexceptiontranslator tries to find sqlexception with actual error code, looping through the causes | 112 | false | false | 13 | false | false | false | spring-projects | spring-framework | 19,202 |
188a11bdb925e3a4c1f38f8ff52f0039eb343eaf | Juergen Hoeller | unknown | Fixed setFavorPathExtension delegation code | fixed setfavorpathextension delegation code | 43 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,203 |
ab3aa6c8c263057b61037471af98d15623506fec | Juergen Hoeller | unknown | Added ContentNegotiationManager(Collection<ContentNegotiationStrategy>) constructor | added contentnegotiationmanager(collection<contentnegotiationstrategy>) constructor | 83 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,204 |
6b82d293d5ed2ec6f4e02432594a73e354d17928 | Juergen Hoeller | unknown | ConfigurationClassPostProcessor allows for overriding of scoped-proxy bean definitions
Issue: SPR-10265 | configurationclasspostprocessor allows for overriding of scoped-proxy bean definitions | 86 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,205 |
1cc58e0a99f15cb0c071542aed4990898f0e28e1 | Phillip Webb | Phillip Webb | Limit auto grow collection size when using SpEL
Provide an additional constructor on SpelParserConfiguration that can
be used to limit the maximum size that a collection will auto grow when
being accessed via a SpEL expression.
This constraint is particularly useful when SpEL is used with data
binding as it prevents ... | limit auto grow collection size when using spel | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,206 |
1c724069c3a76d1619d2fee78ded5aaf6ab1b69b | Phillip Webb | Phillip Webb | Improve presentation of code blocks in Javadoc
Include custom javadoc css that formats <pre class="code"> blocks.
Issue: SPR-10155 | improve presentation of code blocks in javadoc | 46 | false | false | 7 | true | true | true | spring-projects | spring-framework | 19,207 |
501ce650556c4ccd23f470ce884148346c8094bd | Phillip Webb | Phillip Webb | Polish @Configuration javadoc | polish @configuration javadoc | 29 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,208 |
a6b70722facc7caa52e1d73e273e639d6cce696c | Phillip Webb | Phillip Webb | Update Quartz documentation to use FactoryBeans
Update examples for Quartz scheduling to use SimpleTriggerFactoryBean
and CronTriggerFactoryBean instead of SimpleTriggerBean and
CronTriggerBean.
Issue: SPR-10209 | update quartz documentation to use factorybeans | 47 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,209 |
8c2ace33cbfe35f9f132c7ec8ca7d3c3beb59f7a | Phillip Webb | Phillip Webb | Support 'unless' expression for cache veto
Allow @Cachable, @CachePut and equivalent XML configuration to provide
a SpEL expression that can be used to veto putting an item into the
cache. Unlike 'condition' the 'unless' parameter is evaluated after
the method has been called and can therefore reference the #result.
... | support 'unless' expression for cache veto | 42 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,210 |
3252cb5a0fe1874b548857f0150d9cbbfd343108 | Phillip Webb | Phillip Webb | Merge branch 'cleanup-3.2.x' into 3.2.x
* cleanup-3.2.x:
Polish formatting | merge branch 'cleanup-3.2.x' into 3.2.x | 39 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,211 |
f464a45ba481ff3e960ad3dd8b5edd4464a46289 | Phillip Webb | Phillip Webb | Polish formatting
Minor formatting polish across that codebase. Primarily fixing
whitespace issues. | polish formatting | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,212 |
0a6da1e42dfcb0bc6211aaa7397fb1c0c8c7385c | Phillip Webb | Phillip Webb | Merge branch '3.2.x' into cleanup-3.2.x
* 3.2.x:
Polish documentation in Hibernate support classes
Improve 3.2 migration guide re: JUnit & Hamcrest | merge branch '3.2.x' into cleanup-3.2.x | 39 | true | false | 5 | false | true | false | spring-projects | spring-framework | 19,213 |
220d2311c7ab50d441f5aaa1dbb480d762ebcff4 | Sam Brannen | Sam Brannen | Polish documentation in Hibernate support classes
This commit fixes some minor typos in Hibernate support classes. | polish documentation in hibernate support classes | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,214 |
ae0c34baaf341bd65a1077d472e3b161cce2e704 | Sam Brannen | Sam Brannen | Improve 3.2 migration guide re: JUnit & Hamcrest
This commit improves the "Spring Test Dependencies" section of the 3.2
migration guide by correctly explaining that Hamcrest Core is now a
required transitive dependency of JUnit.
Issue: SPR-10251 | junit & hamcrest | 16 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,215 |
4849205c6ab3ee0492c6e2def2eccc4ed75a2f59 | Phillip Webb | Phillip Webb | Merge branch '3.2.x' into cleanup-3.2.x | merge branch '3.2.x' into cleanup-3.2.x | 39 | true | false | 5 | false | true | false | spring-projects | spring-framework | 19,216 |
aac6b913d66cf502563c09293e7fd00bcbafc1de | Phillip Webb | Phillip Webb | Merge branch 'cleanup-3.2.x' into 3.2.x
* cleanup-3.2.x:
Fix unnecessary @SupressWarnings annotations
Fix Javadoc warnings
Fix unused local variable warnings
Fix unused type compiler warnings
Fix 'is already an instance of type' warnings | merge branch 'cleanup-3.2.x' into 3.2.x | 39 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,217 |
a694db2933b9f86455e2cb53c9933d3fd79b1904 | Juergen Hoeller | Juergen Hoeller | Removed logging from GenericTypeResolver's resolveReturnTypeForGenericMethod
GenericTypeResolver is very low-level and quite a hotspot, so let's not do any logging there and rather use the debugger instead. | removed logging from generictyperesolver's resolvereturntypeforgenericmethod | 76 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,218 |
7d798acd35984b4cedf0e1035305698a618407d8 | Juergen Hoeller | Juergen Hoeller | Added getOriginalValue() accessor to (Real)Literal
Issue: SPR-10248 | added getoriginalvalue() accessor to (real)literal | 50 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,219 |
bd72fcd4690c6e49e07f84dba264ca943a8a393d | Juergen Hoeller | Juergen Hoeller | Initial preparations for 3.2.2 | initial preparations for 3.2.2 | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,220 |
b3af29b8f655176244f42cdf086f69ea25cd6038 | Juergen Hoeller | Juergen Hoeller | DefaultMessageListenerContainer invokes specified ExceptionListener for recovery exceptions as well
Also, DefaultMessageListenerContainer logs recovery failures at error level and exposes an "isRecovering()" method now.
Issue: SPR-10230 | defaultmessagelistenercontainer invokes specified exceptionlistener for recovery exceptions as well | 99 | false | false | 9 | false | false | false | spring-projects | spring-framework | 19,221 |
6d77f1cf3b3f060ead70d49079bc87d75e0b105c | Juergen Hoeller | Juergen Hoeller | ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK annotations via ASM
Issue: SPR-10249 | configurationclasspostprocessor consistently uses classloader, not loading core jdk annotations via asm | 103 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,222 |
58f59d6851e40d872225952791741b2b50b43b06 | Juergen Hoeller | Juergen Hoeller | MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException
Issue: SPR-10226 | mediatype throws dedicated invalidmediatypeexception instead of generic illegalargumentexception | 96 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,223 |
6a98b40e1c76a285dd2c364fc189a960f6598615 | Juergen Hoeller | Juergen Hoeller | Consistent use of LinkedHashMaps and independent getAttributeNames Enumeration in Servlet/Portlet mocks
Issue: SPR-10224 | consistent use of linkedhashmaps and independent getattributenames enumeration in servlet/portlet mocks | 103 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,224 |
94a88069ac57a4a8cc69ca2d72c1a0de69efa9e6 | Phillip Webb | Phillip Webb | Update example years to 2013 in CONTRIBUTING.md | update example years to 2013 in contributing.md | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 19,225 |
d89e30b864c3303b2ba881451c38329bd3c16a09 | Phillip Webb | Phillip Webb | Fix unnecessary @SupressWarnings annotations | fix unnecessary @supresswarnings annotations | 44 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,226 |
321004143b0941a10be10edd665c843ec1ab7967 | Sam Brannen | Sam Brannen | Improve Javadoc for ContextLoaderUtils
- class-level Javadoc now mentions application context initializers.
- avoided and suppressed warnings in method-level Javadoc.
Issue: SPR-10232 | improve javadoc for contextloaderutils | 38 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,227 |
ac881066767bd7c1e840198f51ab0e3e7aedbe99 | Rob Winch | Rob Winch | Sort maven dependencies in generated pom files
Previously the maven dependencies were specified in an arbitrary order
which made comparing the poms against other versions difficult.
This commit sorts the dependencies by scope, group id, and then
artifact id. | sort maven dependencies in generated pom files | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,228 |
8d927dffb3c78a59c5565d2db4bd20928c4ed1fb | Sam Brannen | Sam Brannen | Merge pull request #221 from kdombeck/fix-typo
# By Ken Dombeck
* fix-typo:
Fix typo in new-in-3.2.xml document | merge pull request #221 from kdombeck/fix-typo | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,229 |
b8e7314c433123be0e7b9eadcdc64be841116c82 | Ken Dombeck | Sam Brannen | Fix typo in new-in-3.2.xml document
This commit fixes a typo in the "New Features and Enhancements in Spring
Framework 3.2" chapter of the reference manual. Specifically,
ContentNegotiationStrategy is now spelled correctly. | fix typo in new-in-3.2.xml document | 35 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,230 |
2b0d8609231deaf1a3790334f6ffd7dae326aa0e | Phillip Webb | Phillip Webb | Fix Javadoc warnings | fix javadoc warnings | 20 | false | false | 3 | true | true | true | spring-projects | spring-framework | 19,231 |
bc80d25b490a540c36ce4265d1ebaad11b679138 | Phillip Webb | Phillip Webb | Restore compile dependencies in generated POMs
Ensure that merge projects do not downgrade the compile time
dependencies of the projects that they are merged into.
This commit restores the scope of the following dependencies which
were inadvertently changed between Spring 3.2.0 and 3.2.1:
spring-orm
-> sprin... | restore compile dependencies in generated poms | 46 | false | false | 6 | false | true | false | spring-projects | spring-framework | 19,232 |
065b1c0e463e0d2b63931d487a6e29ef7c99b189 | Phillip Webb | Phillip Webb | Fix unused local variable warnings | fix unused local variable warnings | 34 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,233 |
6a1e8419529ce908edc298639fa1691b4fbb2f11 | Phillip Webb | Phillip Webb | Fix unused type compiler warnings | fix unused type compiler warnings | 33 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,234 |
88f5dd6ce1a176eb17fc2f65890e2f3f2b603a03 | Phillip Webb | Phillip Webb | Fix 'is already an instance of type' warnings | fix 'is already an instance of type' warnings | 45 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,235 |
36b5ba187179cc0d871518f9b5f8a2289a41136d | Phillip Webb | Phillip Webb | Merge remote-tracking branch 'springsource/3.2.x' into cleanup-3.2.x
* springsource/3.2.x: (143 commits)
Remove eclipse project specific Javadoc settings
Increment version to 3.2.2.BUILD-SNAPSHOT
Release version 3.2.1.RELEASE
Tweak gradle generated eclipse meta-data
Completed changelog entries for 3.2.1
Av... | merge remote-tracking branch 'springsource/3.2.x' into cleanup-3.2.x | 68 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,236 |
1065d82f089eeeace3795992a50e79e387841de6 | Phillip Webb | Phillip Webb | Remove eclipse project specific Javadoc settings
Remove Javadoc settings from generated eclipse meta-data. Unfortunately
eclipse provides too many false warnings due to the fact that @Link and
@See tags in Spring often refer modules to which they cannot directly
depend. | remove eclipse project specific javadoc settings | 48 | false | false | 6 | false | true | false | spring-projects | spring-framework | 19,237 |
08ba5a0d4a579f29a67bcaeba0f23be610583500 | Spring Buildmaster | Chris Beams | Increment version to 3.2.2.BUILD-SNAPSHOT | increment version to 3.2.2.build-snapshot | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,238 |
234cb84e832da30b6f53ccca4ef28043aacfcecc | Spring Buildmaster | Spring Buildmaster | Release version 3.2.1.RELEASE | release version 3.2.1.release | 29 | false | false | 3 | true | true | true | spring-projects | spring-framework | 19,239 |
a99a4ed9b5597ef437bfbaff809f4d7e4ae48a20 | Phillip Webb | Phillip Webb | Tweak gradle generated eclipse meta-data
- Change output folders to /bin/main and /bin/test. This prevents
'gradle clean' from breaking eclipse.
- Update copyright header for new files to '2002-2013' | tweak gradle generated eclipse meta-data | 40 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,240 |
8625504711223c8cce42dc8706c53b064a52b0d3 | Juergen Hoeller | Juergen Hoeller | Completed changelog entries for 3.2.1 | completed changelog entries for 3.2.1 | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,241 |
0a6727cb1645ab27b85360ff5ea217d98a638300 | Chris Beams | Chris Beams | Merge branch 'SPR-9970' into 3.2.x
* SPR-9970:
Avoid UnsupportedOperationEx. with active SecurityManager | merge branch 'spr-9970' into 3.2.x | 34 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,242 |
39c00c489e47c2737cea45df3157e719900699c1 | Chris Beams | Chris Beams | Avoid UnsupportedOperationEx. with active SecurityManager
Issue: SPR-9970 | avoid unsupportedoperationex. with active securitymanager | 57 | false | false | 5 | false | true | false | spring-projects | spring-framework | 19,243 |
078a1c5db84467a52e9de4078d139ee6fded08c7 | Juergen Hoeller | Juergen Hoeller | Made EncodedResource based variant public; consistently detect XML properties across all variants
Issue: SPR-9078 | made encodedresource based variant public; consistently detect xml properties across all variants | 97 | false | false | 12 | false | false | false | spring-projects | spring-framework | 19,244 |
d46a82bbb0156fa6037b2bdd2543a655f474817c | Juergen Hoeller | Juergen Hoeller | Added note on thread safety to TypeConverter and SimpleTypeConverter javadoc
Issue: SPR-8659 | added note on thread safety to typeconverter and simpletypeconverter javadoc | 76 | false | false | 10 | false | false | false | spring-projects | spring-framework | 19,245 |
7f928e83ffb3abdd62f9a1dc4ed1062bfc3b06f6 | Phillip Webb | Phillip Webb | Change merge.into project dependencies to provided
Change 'compile' dependencies to 'provided' for projects that are
merged into other projects. This seems to prevent '-sources' and
'-javadoc' jars from appearing on the classpath which can break
javadoc generation. | change merge.into project dependencies to provided | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,246 |
919aeb5df9a7b170c30afa6a417507e3bbd75eba | Juergen Hoeller | Juergen Hoeller | Final preparations for 3.2.1 | final preparations for 3.2.1 | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,247 |
575926932ddac03afb3e275dbb4a0e6d270803eb | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 19,248 |
e5d937848296dc30cdad3403c1b04fe09c83b887 | Juergen Hoeller | Juergen Hoeller | Removed pre-JDK-1.5 checks | removed pre-jdk-1.5 checks | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,249 |
4242b3262461e3f9b4a24a9cda0750f88ee6c45c | David Syer | David Syer | Update spring-context dependencies in pom | update spring-context dependencies in pom | 41 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,250 |
7ec9292e549e8e3177e40d08f0743c0175f70ec7 | David Syer | David Syer | SPR-7404: Added JsonMessageConverter, borrowing from Spring AMQP | added jsonmessageconverter, borrowing from spring amqp | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,251 |
3beef9a92e78ca6da4f41dbb0c3c858ac85b10cb | Arjen Poutsma | Arjen Poutsma | SPR-8883 - RestTemplate.headForHeaders throws "IllegalArgumentException: No InputStream specified" on server resource which status code are 4xx | no inputstream specified" on server resource which status code are 4xx | 70 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,252 |
b94040f329891ed2d7bc4c39bdb6836d59676bfe | Chris Beams | Chris Beams | Remove unnecessary mentions of aspectjrt/aspectjweaver
aspectjrt is a subset of aspectjweaver. Eliminate mentions of aspectjrt
where aspectjweaver is already necessary (e.g. LTW), and do not mention
aspectjweaver where only aspectrt is required (e.g. @Aspect proxying)
Also bump required version of aspect* libs from 1... | remove unnecessary mentions of aspectjrt/aspectjweaver | 54 | false | false | 5 | true | true | false | spring-projects | spring-framework | 19,253 |
690d33e14f0e46a181e92999f102e0f75ca2534c | Chris Beams | Chris Beams | Update @PropertySource Javadoc re: ${...} placeholders
Issue: SPR-8539 | ${...} placeholders | 19 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,254 |
312b1aa3d688d65069431dd1210c148c134e95ee | Costin Leau | Costin Leau | + add cache aspectj aspect | + add cache aspectj aspect | 26 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,255 |
c472a163f114ba946974980be299deb0a7cb7f34 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8572 Support Void.class as response type in RestTemplate. | spr-8572 support void.class as response type in resttemplate | 60 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,256 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.