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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8597ec25ec4da57b93aaf956b1219db4d214e961 | Chris Beams | Chris Beams | Fix various Javadoc warnings
Issue: SPR-10128 | fix various javadoc warnings | 28 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,557 |
84e2be4412701fd7b6dfa6a97aa787ba383086fb | Chris Beams | Chris Beams | Merge branch 'SPR-10127' into cleanup-3.2.x
* SPR-10127:
Replace space indentation with tabs
Remove trailing whitespace in source files | merge branch 'spr-10127' into cleanup-3.2.x | 43 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,558 |
2cf45bad860f560d3a5806eb23ffe1669e907673 | Phillip Webb | Chris Beams | Replace space indentation with tabs
Issue: SPR-10127 | replace space indentation with tabs | 35 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,559 |
1762157ad1a89ff8778387a2c72a8e36ff341a40 | Phillip Webb | Chris Beams | Remove trailing whitespace in source files
find . -type f -name "*.java" -or -name "*.aj" | \
xargs perl -p -i -e "s/[ \t]*$//g" {} \;
Issue: SPR-10127 | remove trailing whitespace in source files | 42 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,560 |
44a474a014788e7850cee3a5318ac3916e55e756 | Chris Beams | Chris Beams | Various updates to support IDEA
Remove the 'final' modifier from SingletonBeanFactoryLocatorTests
to work around the "cannot extend final class" error issued when
running all tests. The error was due to confusion with IDEA between
the two variants of SingletonBeanFactoryLocatorTests across
spring-context and spring-be... | various updates to support idea | 31 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,561 |
e78a1dcdd1f7a73a9872c641fe20f937c00bd3cc | Chris Beams | Chris Beams | Merge branch 'SPR-10124' into cleanup-3.2.x
* SPR-10124:
Support snapshot versions qualified by branch name | merge branch 'spr-10124' into cleanup-3.2.x | 43 | true | false | 5 | true | true | false | spring-projects | spring-framework | 19,562 |
426b099965dc7e6701c2d0368a248e7239b3066a | Chris Beams | Chris Beams | Support snapshot versions qualified by branch name | support snapshot versions qualified by branch name | 50 | false | false | 7 | false | true | false | spring-projects | spring-framework | 19,563 |
0758e7246578c766bbd76e56aa39ecd1144c13e1 | Chris Beams | Chris Beams | Update contributor guidelines regarding 3.2.x branch | update contributor guidelines regarding 3.2.x branch | 52 | false | false | 6 | false | true | false | spring-projects | spring-framework | 19,564 |
3724b90a8fb83f44995d9a527b10016d86781a74 | Chris Beams | Chris Beams | Add spring-oxm-1.5.xsd
Issue: SPR-10121 | add spring-oxm-1.5.xsd | 22 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,565 |
1abb7f66a73b47933e75888a770041c42ba1933c | Phillip Webb | Phillip Webb | Fix GenericConversionService search algorithm
Previously the algorithm used by GenericConversionService to find
converters incorrectly searched for interfaces working up from the
base class. This caused particular problems with custom List
converters as as the Collection interface would be considered before
the List i... | fix genericconversionservice search algorithm | 45 | false | false | 4 | false | true | false | spring-projects | spring-framework | 19,566 |
aa914497dc312568cc541e53302038729364ce68 | Phillip Webb | Phillip Webb | Fix GenericConversionService search algorithm
Previously the algorithm used by GenericConversionService to find
converters incorrectly searched for interfaces working up from the
base class. This caused particular problems with custom List
converters as as the Collection interface would be considered before
the List i... | fix genericconversionservice search algorithm | 45 | false | false | 4 | false | true | false | spring-projects | spring-framework | 19,567 |
a30ee0164a6b7307bcb416857699ea8e48463727 | Juergen Hoeller | Juergen Hoeller | Initial preparations for 3.2.1 | initial preparations for 3.2.1 | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,568 |
c242abada1ba450b18629dda8bb5d17d0b67a0be | Juergen Hoeller | Juergen Hoeller | Fixed QualifierAnnotationAutowireCandidateResolver's detection of custom qualifier annotations
Issue: SPR-10107 | fixed qualifierannotationautowirecandidateresolver's detection of custom qualifier annotations | 94 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,569 |
047db8cdf8c7ee0b937c19a6ba09528d209af786 | Juergen Hoeller | Juergen Hoeller | Fixed AbstractAutoProxyCreator to accept null bean names again
Issue: SPR-10108 | fixed abstractautoproxycreator to accept null bean names again | 62 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,570 |
1c306dffcd0b450b4f3d07d07934dd83b89193b3 | Chris Beams | Chris Beams | Handle non-void write methods deterministically
This change resolves a specific issue with processing
java.math.BigDecimal via ExtendedBeanInfo. BigDecimal has a particular
constellation of #setScale methods that, prior to this change, had the
potential to cause ExtendedBeanInfo to throw an IntrospectionException
depe... | handle non-void write methods deterministically | 47 | false | false | 5 | true | false | true | spring-projects | spring-framework | 19,571 |
d3da2edf18f4025bc68cce5b23de8fbd7c2f6474 | Juergen Hoeller | Juergen Hoeller | JmsTemplate uses configured receiveTimeout if shorter than remaining transaction timeout
Issue: SPR-10109 | jmstemplate uses configured receivetimeout if shorter than remaining transaction timeout | 88 | false | false | 10 | false | false | false | spring-projects | spring-framework | 19,572 |
b73a7a84104576d2ea471aead19d5adcd7049faf | Juergen Hoeller | Juergen Hoeller | Added MappingJackson2MessageConverter for JMS
Issue: SPR-10099 | added mappingjackson2messageconverter for jms | 45 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,573 |
c954d10be44ed1d6fc8d5171c2e6a39ed27c00ce | Juergen Hoeller | Juergen Hoeller | Allow for SpEL expressions in initial-delay attribute
Issue: SPR-10102 | allow for spel expressions in initial-delay attribute | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,574 |
155aecf5573c5298360741f811c7d49651b243d8 | Sam Brannen | Sam Brannen | Fix typo in 3.2 migration guide
- @WebApplicationContext --> @WebAppConfiguration
Backport-Commit: 62e9d6b105feffcd3b9d8b25e8661f993d703c26 | fix typo in 3.2 migration guide | 31 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,575 |
ccb1153440e87c57f229f559f7754e7096a70b11 | Craig Walls | Rossen Stoyanchev | Fix JavaDoc in MockRestServiceServer | fix javadoc in mockrestserviceserver | 36 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,576 |
bf8a33902f170ef7bcef73dbef0db7c66eb33153 | Craig Walls | Rossen Stoyanchev | Fix JavaDoc in MockRestServiceServer | fix javadoc in mockrestserviceserver | 36 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,577 |
62e9d6b105feffcd3b9d8b25e8661f993d703c26 | Sam Brannen | Sam Brannen | Fix typo in 3.2 migration guide
- @WebApplicationContext --> @WebAppConfiguration | fix typo in 3.2 migration guide | 31 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,578 |
6be04450722861801178fe0a39af2ce21164762e | Chris Beams | Chris Beams | Increment version to 3.2.1.BUILD-SNAPSHOT | increment version to 3.2.1.build-snapshot | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,579 |
3d3469c0152ae3d4ec859233b773a0ba9ff85b26 | Chris Beams | Chris Beams | Increment version to 3.3.0.BUILD-SNAPSHOT | increment version to 3.3.0.build-snapshot | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,580 |
abdcefb460fcbc1348ef04505a78381a2c69a643 | Spring Buildmaster | Chris Beams | Release version 3.2.0.RELEASE | release version 3.2.0.release | 29 | false | false | 3 | true | true | true | spring-projects | spring-framework | 19,581 |
b472fe361da229b0aef0eac2d91dbcb5ea4dfa22 | Chris Beams | Chris Beams | Restore 3.2.0.RELEASE url paths in migration guide | restore 3.2.0.release url paths in migration guide | 50 | false | false | 7 | true | false | true | spring-projects | spring-framework | 19,582 |
f1550b67fad013aabfdcd49148170770bba9e632 | Chris Beams | Chris Beams | Update "what's new" in 3.1 and 3.2 sections
- Remove unnecessary "overview of new features" section in 3.1
- Mention new Gradle build and GitHub-based source control in 3.2 | update "what's new" in 3.1 and 3.2 sections | 43 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,583 |
57468aded9ce8edb721e0df0235e61d6c6036abd | Chris Beams | Chris Beams | Upgrade reference plugin to version 0.2.4
Pick up fix for regression in version 0.2.3 that caused project-specific
images, e.g. diagrams not to be copied into the images/ folder, thereby
causing broken image links online and in the PDF. | upgrade reference plugin to version 0.2.4 | 41 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,584 |
c5c464c8850d3022afd18507989561a5980ddef5 | Chris Beams | Chris Beams | Remove previousVersion from 'jdiff' Gradle task | remove previousversion from 'jdiff' gradle task | 47 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,585 |
22e9e0bf03b2ec2f142c342ceb5669acca843860 | Juergen Hoeller | Juergen Hoeller | Minor rewording | minor rewording | 15 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,586 |
0019d68c75ed48bd109232858f1b37b823adc921 | Juergen Hoeller | Juergen Hoeller | Final preparations for 3.2 GA | final preparations for 3.2 ga | 29 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,587 |
6b3284f6b00b170c747a900033dbad6748cfd503 | Juergen Hoeller | Juergen Hoeller | DefaultMessageListenerContainer clears resources of paused tasks when shutting down after stop
Issue: SPR-10092 | defaultmessagelistenercontainer clears resources of paused tasks when shutting down after stop | 94 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,588 |
431c7ff31f10577bb6ed831906ba40f74da82db2 | Juergen Hoeller | Juergen Hoeller | SpEL correctly handles "is" accessors with Boolean return type
Issue: SPR-10091 | spel correctly handles "is" accessors with boolean return type | 62 | false | false | 9 | false | false | false | spring-projects | spring-framework | 19,589 |
bda07059d00a0b9c8b12c95ae8ee3330a3e1f440 | Juergen Hoeller | Juergen Hoeller | What's new and migration doc updates | what's new and migration doc updates | 36 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,590 |
59a8da3eff57f51a6903ef934cf96c3ed4cf7d44 | Sam Brannen | Sam Brannen | Polish the migration guide
- Added missing <para> tags to the JDiff reports section.
- Converted tabs to spaces. | polish the migration guide | 26 | false | false | 4 | true | true | true | spring-projects | spring-framework | 19,591 |
2775862c5083da345ea06ecaeed2875abc8e4c97 | Sam Brannen | Sam Brannen | Update migration guide regarding spring-test
This commit adds information to the 3.2 migration guide regarding
deprecations and Maven dependencies in the spring-test module. | update migration guide regarding spring-test | 44 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,592 |
b3b1fe1566e2e15a3d1751d19c9a6a7163dac6dd | Phillip Webb | Phillip Webb | Update API links in reference documentation
Replace all API links with the correct springsource.org URL | update api links in reference documentation | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 19,593 |
8aed32228400ac5386cf7b98bf865ef3577d18ab | Juergen Hoeller | Juergen Hoeller | Final preparations for 3.2 GA | final preparations for 3.2 ga | 29 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,594 |
e080af8d859be43321ddccc16ad3dbb22952ed7e | Juergen Hoeller | Juergen Hoeller | SpEL indexer uses direct access to specific List elements instead of iterating over the Collection
Issue: SPR-10035 | spel indexer uses direct access to specific list elements instead of iterating over the collection | 98 | false | false | 15 | false | false | false | spring-projects | spring-framework | 19,595 |
531318a4b220cc1a384c157e18e450b90ac8cbfd | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 19,596 |
a35b9c94316a345476bf10ac5cc6916b70a01ffd | Juergen Hoeller | Juergen Hoeller | Revert "Cache MethodParameter annotation lookup results"
This reverts commit c10d63dc011c95b3e24d4ed8d7140c73053736c6. | revert "cache methodparameter annotation lookup results" | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,597 |
33471a1744d2f4af5ddf6f6b63279c7d55c18caf | Juergen Hoeller | Juergen Hoeller | Removed "target" entry from gitignore, allowing to commit changes to the "org.springframework.aop.target" package | removed "target" entry from gitignore, allowing to commit changes to the "org.springframework.aop.target" package | 113 | false | false | 13 | false | false | false | spring-projects | spring-framework | 19,598 |
b9df7d68d9bad103077f5bf84a016b403c6171fb | Juergen Hoeller | Juergen Hoeller | Consistent fine-tuning of synchronized and concurrent data structures
In particular, avoiding synchronized Sets and Maps wherever possible (preferring a ConcurrentHashMap even instead of a synchronized Set) and specifying appropriate ConcurrentHashMap initial capacities (even if we end up choosing 16). | consistent fine-tuning of synchronized and concurrent data structures | 69 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,599 |
2638dd5a05644988be193f9cbbb18b8be3b55506 | Rob Winch | Rob Winch | merge-dist.gradle disables artifactoryPublish
Previously the project that was getting merged from would try to
execute the artifactoryPublish on the build box. This caused issues
since the mavenDescriptor did not exist.
The merge-dist.gradle now disables the artifactoryPublish task if it
exists (it will only exist on... | merge-dist.gradle disables artifactorypublish | 45 | true | false | 3 | false | false | false | spring-projects | spring-framework | 19,600 |
22bcb54ab66c952d1c122526729b64d77a77280b | Rob Winch | Rossen Stoyanchev | Add Spring MVC Test framework
This commit adds the spring-test-mvc project [1] to the Spring
Framework as part of the spring-test module.
The sources are added as a root-level project called "spring-test-mvc"
instead of under "spring-test" because the new sources need to be
compiled with Servlet 3 while the current "... | add spring mvc test framework | 29 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,601 |
4812c181d4af1c3091f68135f93faa459314e551 | Sam Brannen | Sam Brannen | Polish LiveBeansView Javadoc and suppress warnings | polish livebeansview javadoc and suppress warnings | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,602 |
7513e2124a9ca3ba889e4ddf87fbfea67ddcf663 | Rossen Stoyanchev | Rossen Stoyanchev | Sync up MockHttpServletResponse copies in test sources | sync up mockhttpservletresponse copies in test sources | 54 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,603 |
5c13739afafcd45471e1954c5e05c3cfa2e723da | Rossen Stoyanchev | Rossen Stoyanchev | Add mock implementations of Http[Input|Output]Message | add mock implementations of http[input|output]message | 53 | false | false | 5 | true | true | false | spring-projects | spring-framework | 19,604 |
4566db82f585c6d2571e68792c1fbf05689d5729 | Rossen Stoyanchev | Rossen Stoyanchev | Polish MockFilterChain
A reset method now allows it to be invoked more than once each time
storing the request and response with which it was invoked. | polish mockfilterchain | 22 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,605 |
49294c9d008ab63d3b33d708fc48b3f4321785db | Juergen Hoeller | Juergen Hoeller | ClassUtils.getMostSpecificMethod uses Class.getMethod code path in case of a public method
This should be significantly faster than our standard algorithm, for a very common case. Motivated by SPR-9802, even if the fix there uses a different approach, with transaction name determination not calling getMostSpecificMeth... | classutils.getmostspecificmethod uses class.getmethod code path in case of a public method | 90 | false | false | 11 | false | false | false | spring-projects | spring-framework | 19,606 |
89b365120ad577bd5ad8007044991a2b6742304b | Juergen Hoeller | Juergen Hoeller | TransactionInterceptor avoids reflective method search for method identification
As of Spring 3.0.4, we were trying to expose the target method signature as transaction name. Unfortunately, the algorithm called the ClassUtils.getMostSpecificMethod helper method which performs a quite expensive reflective search. As of... | transactioninterceptor avoids reflective method search for method identification | 80 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,607 |
abf341c33a4241af73c00991307af92a3220a71b | Juergen Hoeller | unknown | ResourceBundleMessageSource supports "defaultEncoding", "fallbackToSystemLocale", "cacheSeconds"
These features require Java 6 or higher due to their dependency on the ResourceBundle.Control class. To some degree, ResourceBundleMessageSource catches up with ReloadableResourceBundleMessageSource now. However, as noted ... | resourcebundlemessagesource supports "defaultencoding", "fallbacktosystemlocale", "cacheseconds" | 96 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,608 |
3c557bfbc36564af11805970c07a6d35b6d229f6 | Juergen Hoeller | unknown | LiveBeansView produces a well-defined (and valid) JSON document now
Issue: SPR-9662 | livebeansview produces a well-defined (and valid) json document now | 67 | false | false | 9 | false | false | false | spring-projects | spring-framework | 19,609 |
7b30ffd5222e41f703b9b48b30f562cca7a8f5cd | Rossen Stoyanchev | Rossen Stoyanchev | Work around Servlet dependency in content negotiation
Before this change the PathExtensionContentNegotiationStrategy accessed
the ServletContext via request.getServletContext, which is Servlet 3
specific. To work around it, there is now a Servlet-specific sub-class
that accepts a ServletContext as a constructor argume... | work around servlet dependency in content negotiation | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,610 |
2bb0104556c271f552947c3e492979d2d6f5a90a | Rossen Stoyanchev | Rossen Stoyanchev | Polish ObjectToStringHttpMessageConverter
Issue: SPR-9738 | polish objecttostringhttpmessageconverter | 41 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,611 |
8a082e6e3b2fc7494d6ab4f6e6cd921d797d3267 | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #148 from poutsma/SPR-9798
* poutsma-SPR-9798:
Support opaque URIs in UriComponentsBuilder | merge pull request #148 from poutsma/spr-9798 | 45 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,612 |
6e45a79ecbfc632467298a1a6e73085c1478f35d | Arjen Poutsma | Rossen Stoyanchev | Support opaque URIs in UriComponentsBuilder
Before this commit, UriComponentsBuilder did not handle opaque URIs at
all. After this commit it does.
Support is introduced by making UriComponents an abstract base class,
and having two concrete subclasses: HierarchicalUriComponents and
OpaqueUriComponents. The former is ... | support opaque uris in uricomponentsbuilder | 43 | false | false | 5 | false | true | false | spring-projects | spring-framework | 19,613 |
b2037c8316fb7d2f49ce4efc213347464137ff23 | Dmitry Katsubo | Rossen Stoyanchev | Add ObjectToStringHttpMessageConverter
This new converter uses StringHttpMessageConverter internally combined
with a ConversionService for converting String content to and from the
target object type.
Issue: SPR-9738 | add objecttostringhttpmessageconverter | 38 | false | false | 2 | true | true | false | spring-projects | spring-framework | 19,614 |
0d88c73523ad8f40bd9af5154e40cb914fb15c1f | Juergen Hoeller | Juergen Hoeller | Calling cancel on a Future returned by a TaskScheduler works reliably now
Issue: SPR-9821 | calling cancel on a future returned by a taskscheduler works reliably now | 73 | false | false | 12 | false | false | false | spring-projects | spring-framework | 19,615 |
7fc16298e68c58ab918cb331462658e99216ad2b | Juergen Hoeller | Juergen Hoeller | Fixed potential race condition in concurrent calling of autowired methods on a prototype bean
Autowired methods might have been skipped on subsequent creation of further bean instances due to the 'skip' flag set to false outside of the synchronized block, with another thread entering the block and setting the flag to ... | fixed potential race condition in concurrent calling of autowired methods on a prototype bean | 93 | false | false | 14 | false | false | false | spring-projects | spring-framework | 19,616 |
e0bec678da174ec9a0c67df779c00ab1c323840a | Juergen Hoeller | Juergen Hoeller | Calling cancel on a Future returned by a TaskScheduler works reliably now
Issue: SPR-9821 | calling cancel on a future returned by a taskscheduler works reliably now | 73 | false | false | 12 | false | false | false | spring-projects | spring-framework | 19,617 |
ef9d35c473f046c66b6a7780ea3d38430bc0c58c | Rossen Stoyanchev | Rossen Stoyanchev | Add PATCH to "Allow" header for OPTIONS requests | add patch to "allow" header for options requests | 48 | false | false | 8 | true | true | true | spring-projects | spring-framework | 19,618 |
ce0ae84d95c4a1469176cdf55c8351dc197928a7 | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #82 from rcrathore/master
* pull82-rcrathore-master:
Add URI and method name on ResourceAccess | merge pull request #82 from rcrathore/master | 44 | true | false | 6 | true | false | false | spring-projects | spring-framework | 19,619 |
0baa1a56c2f200d0cbd21a1318346670a4fa14d6 | Ritesh Rathore | Rossen Stoyanchev | Add URI and method name on ResourceAccess
Issue: SPR-9325 | add uri and method name on resourceaccess | 41 | false | false | 7 | true | true | true | spring-projects | spring-framework | 19,620 |
e54fb60180f628c61f6d8ab5b5022ebb9c7e3380 | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #129 from dmak/SPR-9739
* pull129-dmak-SPR-9739-jackson2-mapper:
Add Jackson2ObjectMapperBeanFactory | merge pull request #129 from dmak/spr-9739 | 42 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,621 |
950786a8cc1a83dde6e590f59958f9ada8699288 | Dmitry Katsubo | Rossen Stoyanchev | Add Jackson2ObjectMapperBeanFactory
Issue: SPR-9739 | add jackson2objectmapperbeanfactory | 35 | false | false | 2 | false | true | false | spring-projects | spring-framework | 19,622 |
76e28cb08bfe20926064db08262124581d675b0e | Juergen Hoeller | Juergen Hoeller | Initial changelog for 3.2 RC1 | initial changelog for 3.2 rc1 | 29 | false | false | 5 | false | false | false | spring-projects | spring-framework | 19,623 |
e5f3669804248a22f860a9580058d41d80a86932 | Juergen Hoeller | Juergen Hoeller | Introduced beta version of LiveBeansView for STS 3.1
LiveBeansView includes MBean exposure as well as Servlet exposure, with JSON as the initial output format. In order to identify an MBean per application, a new "getApplicationName()" method got introduced on the ApplicationContext interface, returning the Servlet co... | introduced beta version of livebeansview for sts 3.1 | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 19,624 |
53ae345a88b193d10ecd918d5a8b9f5fb0fa61fd | Juergen Hoeller | Juergen Hoeller | Moved JacksonObjectMapperFactoryBean from web.context.support to http.converter.json
Issue: SPR-9125 | moved jacksonobjectmapperfactorybean from web.context.support to http.converter.json | 84 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,625 |
dc4e0683aeccdabfa212d20a5335e81af13cd6d4 | Juergen Hoeller | Juergen Hoeller | ImportAwareBeanPostProcessor registered with ROLE_INFRASTRUCTURE | importawarebeanpostprocessor registered with role_infrastructure | 64 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,626 |
aa4d9c48ab656d8a31c375d449892f9955f7e57b | Juergen Hoeller | unknown | CookieGenerator supports "cookieHttpOnly" flag for Servlet 3.0
Issue: SPR-9794 | cookiegenerator supports "cookiehttponly" flag for servlet 3.0 | 62 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,627 |
e26da7c2ab961a446c4141840767d4d655896ef4 | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #150 from philwebb/SPR-9815
* philwebb-SPR-9815:
Protect RequestCondition against unkown HTTP methods
Polish trailing whitespace | merge pull request #150 from philwebb/spr-9815 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,628 |
c0729756d76c355829ec63921a2ba0f6aebfebfc | Phillip Webb | Rossen Stoyanchev | Protect RequestCondition against unkown HTTP methods
The RequestMethodsRequestCondition is now protected against HTTP
request method values not present in the RequestMethod enumeration
(e.g. PROPFIND).
Issue: SPR-9815 | protect requestcondition against unkown http methods | 52 | false | false | 6 | true | true | false | spring-projects | spring-framework | 19,629 |
b0153ada19f165b0d402641b503e2fc7f0c45a19 | Phillip Webb | Rossen Stoyanchev | Polish trailing whitespace | polish trailing whitespace | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,630 |
d1d9e118b7dd52c376c326a40965c47844443a83 | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #151 from philwebb/SPR-9814
Delete CopyOfRequestMappingHandlerMapping class | merge pull request #151 from philwebb/spr-9814 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,631 |
4767f44671e60a83fbae2c8a7aea78765f277d21 | Phillip Webb | Phillip Webb | Delete CopyOfRequestMappingHandlerMapping class
Previously committed in error.
Issue: SPR-9814 | delete copyofrequestmappinghandlermapping class | 47 | false | false | 3 | false | true | false | spring-projects | spring-framework | 19,632 |
57c36dd39500654caeea124519257696d98f9f14 | Rossen Stoyanchev | Rossen Stoyanchev | Add interceptors for async processing
This change introduces two new interceptors with callback methods
for concurrent request handling. These interfaces are
CallableProcessingInterceptor and DeferredResultProcessingInterceptor.
Unlike a HandlerInterceptor, and its AsyncHandlerInterceptor sub-type,
which intercepts t... | add interceptors for async processing | 37 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,633 |
30bce7fa169df320bbff8e56efe9610449a9d60b | Chris Beams | Chris Beams | Add CONTRIBUTING.md
Copied from the Contributor Guidelines wiki document [1] in order to
take advantage of GitHub's new integrated support for displaying a link
to contributor guidelines when issuing a pull request [2].
The wiki document has been updated to link to this document.
[1]: https://github.com/SpringSource... | add contributing.md | 19 | false | false | 2 | true | false | false | spring-projects | spring-framework | 19,634 |
97f97c4e9fbe8e1fc4bb935155bc4cc153e6a36e | Rossen Stoyanchev | Rossen Stoyanchev | Polish async support
Added handler argument to the signature of
AsyncHandlerInterceptor.afterConcurrentHandlingStarted(..).
Renamed AsyncWebUtils to WebAsyncUtils. | polish async support | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,635 |
ccd7b102374b78a37af281f84bfb82d6a254e1ce | Chris Beams | Chris Beams | Merge pull request #147 from poutsma/SPR-9768
# By Arjen Poutsma
* SPR-9768:
Preserve comments when using JibxMarshaller | merge pull request #147 from poutsma/spr-9768 | 45 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,636 |
f191a55b8f570130f751c843d034451c6a277be3 | Arjen Poutsma | Chris Beams | Preserve comments when using JibxMarshaller
Prior to this commit, JibxMarshaller used a SAX ContentHandler to
marshal to StAX XMLEventWriters, which inadvertently resulted in the
deletion of XML comments.
After this commit, JibxMarshaller adapts the XMLEventWriter into an
XMLStreamWriter and comments are preserved.
... | preserve comments when using jibxmarshaller | 43 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,637 |
17c6515c0a3c4e8d182e354d61279aa0ca7ed7bd | Chris Beams | Chris Beams | Increment version to 3.2.0.BUILD-SNAPSHOT | increment version to 3.2.0.build-snapshot | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,638 |
323ac6ad01328d1ac400d001c65ea89c7be98191 | Spring Buildmaster | Spring Buildmaster | Release version 3.2.0.M2 | release version 3.2.0.m2 | 24 | false | false | 3 | true | true | true | spring-projects | spring-framework | 19,639 |
c4aa14f34330a3bcb09e3d25fb5960be18263995 | Chris Beams | Chris Beams | Ignore SpringRunnerContextCacheTests
Avoid order-dependent test method failures on JDK7
Issue: SPR-9789 | ignore springrunnercontextcachetests | 36 | false | false | 2 | true | true | false | spring-projects | spring-framework | 19,640 |
6c8f7951226e6ad9a13a56341aac77913ec16ebd | Chris Beams | Chris Beams | Add Created-By attribute to jar manifests
This commit ensures that the 'Created-By:' attribute [1] is added to
each jar's META-INF/MANIFEST.MF in order to identify clearly the vendor
and version of Java used during the build process.
[1]: http://docs.oracle.com/javase/7/docs/technotes/guides/jar/jar.html | add created-by attribute to jar manifests | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,641 |
0af04910f958835bba3ed5b087451bd64ad11b66 | Chris Beams | Chris Beams | Update STS version used to test Eclipse setup script | update sts version used to test eclipse setup script | 52 | false | false | 9 | false | true | false | spring-projects | spring-framework | 19,642 |
3bebb23f648fc178b6c7d22a368350f572947761 | Chris Beams | Chris Beams | Update changelog | update changelog | 16 | false | false | 2 | true | true | false | spring-projects | spring-framework | 19,643 |
73832f8c6e51eb305b88dfc11815801d18b4d567 | Phillip Webb | Chris Beams | Support inferred base package for @ComponentScan
Prior to this change, @ComponentScan required the declaration of
exactly one of the #value, #basePackage or #basePackageClasses
attributes in order to determine which package(s) to scan.
This commit introduces support for base package inference, relaxing the
above requ... | support inferred base package for @componentscan | 48 | false | false | 6 | false | true | false | spring-projects | spring-framework | 19,644 |
512ffbb2730f2e58da6ca6cb069a6801ff3bc9e0 | Chris Beams | Chris Beams | Update PortletRequestUtilsTests float test timeout
Float parameter handling appears to be marginally more expensive under
JDK7, with the testGetFloatParameterWithDefaultValueHandlingIsFastEnough
test clocking in anywhere from 250 to 315 ms. This violates the current
test threshold of 250 ms, so this commit ups the tim... | update portletrequestutilstests float test timeout | 50 | false | false | 5 | false | true | false | spring-projects | spring-framework | 19,645 |
ec2df7d2299acee46ff93f510ffe455df266d9c3 | Chris Beams | Chris Beams | Merge pull request #143 from olivergierke/SPR-9781
# By Oliver Gierke
* SPR-9781:
Work around JDK7 String#substring performance regression | merge pull request #143 from olivergierke/spr-9781 | 50 | true | false | 6 | false | false | false | spring-projects | spring-framework | 19,646 |
3fb3b7d67a2a0b6990ad17978877a552d03f7b81 | Oliver Gierke | Chris Beams | Work around JDK7 String#substring performance regression
String#substring has become significantly slower as of JDK 1.7.0_06 [1],
such that there are performance degradations by a factor of 100-1000 in
ResourceDatabasePopulator, especially for large SQL files.
This commit works around this problem by minimizing the s... | work around jdk7 string#substring performance regression | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 19,647 |
dfe05305e2de1c68add84ef66b615958744b520a | Chris Beams | Chris Beams | Upgrade to JUnit 4.11 snapshot in support of JDK7
Class#getDeclaredMembers returns arbitrary results under JDK7. This
results in non-deterministic execution of JUnit test methods, often
revealing unintended dependencies between methods that rely on a
specific order to succeed.
JUnit 4.11 contains support for predicta... | upgrade to junit 4.11 snapshot in support of jdk7 | 49 | false | false | 9 | false | false | false | spring-projects | spring-framework | 19,648 |
a9a90cabadfe8059bbae595645108c739362bc80 | Phillip Webb | Chris Beams | Protect against non-deterministic method order in JDK7
- Allow reset of GlobalAdvisorAdapterRegistry
Provide a reset() method allowing the GlobalAdvisorAdapterRegistry
instance to be replaced with a fresh instance. This method has
primarily been added to allow unit tests to leave the registry
in a known ... | protect against non-deterministic method order in jdk7 | 54 | false | false | 7 | false | false | false | spring-projects | spring-framework | 19,649 |
8e7622bb8a6a078d92531b657f105cec953c4166 | Phillip Webb | Chris Beams | Fix Windows-related build issues
- Increase max heap size in gradle wrapper.
- Use MockProperties implementation to protect against security
exceptions.
- Replace windows CRLF with LF in various tests.
- Increase Thread.sleep times to account for lack of precision on
Windows.
Issue: SPR-9717 | fix windows-related build issues | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 19,650 |
94bb03626973c69211cbed83972fe3632c753ef5 | Chris Beams | Chris Beams | Polish PortletRequestUtilsTests
Update PortletRequestUtilsTests to use Assert#assertThat and Hamcrest's
Matchers#lessThan in order to output more useful messages when tests
fail. | polish portletrequestutilstests | 31 | false | false | 2 | false | false | false | spring-projects | spring-framework | 19,651 |
2ff3d53962c1249dccfb493eb46f12e30612de05 | Rossen Stoyanchev | Rossen Stoyanchev | Ignore parse errors in HttpPutFormContentFilter
Errors when parsing the request content-type, in order to find out if
the request has form content, are translated to false.
Issue: SPR-9769 | ignore parse errors in httpputformcontentfilter | 47 | false | false | 5 | true | true | true | spring-projects | spring-framework | 19,652 |
48b963aaa5e122d8e21967c363233df245755d7e | Rossen Stoyanchev | Rossen Stoyanchev | Add error request attribute for 500 reponses
DefaultHandlerExceptionResolver and ResponseEntityExceptionHandler now
both set the "javax.servlet.error.exception" request attribute to the
raised exception, allowing custom error pages configured via web.xml.
Issue: SPR-9653 | add error request attribute for 500 reponses | 44 | false | false | 7 | false | true | false | spring-projects | spring-framework | 19,653 |
787d8f5916652dc8c746a50c89f0be3caac1d158 | Juergen Hoeller | unknown | SpringFactoriesLoader as the simplest possible mechanism for BeanInfoFactory loading | springfactoriesloader as the simplest possible mechanism for beaninfofactory loading | 84 | false | false | 9 | false | false | false | spring-projects | spring-framework | 19,654 |
0a42c80c1151380f7f492ec75de5648cfe62d250 | Juergen Hoeller | unknown | @Import'ed configuration classes get properly registered in case of same class name (second try)
Issue: SPR-9243 | @import'ed configuration classes get properly registered in case of same class name (second try) | 96 | false | false | 14 | false | false | false | spring-projects | spring-framework | 19,655 |
34c3e821ddb25e90f1e8ad90aac55f68a6f2f195 | Rossen Stoyanchev | Rossen Stoyanchev | Cache AntPathStringMatcher instances
AntPathMatcher now caches AntPathStringMatcher instances by pattern
thus avoiding java.util.regex.Pattern recompilation.
Issue: SPR-9749 | cache antpathstringmatcher instances | 36 | false | false | 3 | false | false | false | spring-projects | spring-framework | 19,656 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.