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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
333f9f31a76222a19ed66904e0d34724ca1131c6 | Chris Beams | Chris Beams | Polish imports | polish imports | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 20,957 |
3416a26136cef75f35c9ccff5b9699aa5bbea753 | Costin Leau | Costin Leau | + add docs
+ rename cache:definitions to cache:caching (to be consistent with annotations) | + add docs | 10 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,958 |
549c663fbaee8fa610ef03ad26aab956fc350206 | Chris Beams | Chris Beams | Fix generics warnings in AbstractBeanFactory | fix generics warnings in abstractbeanfactory | 44 | false | false | 5 | true | true | true | spring-projects | spring-framework | 20,959 |
0113ea91a3ba17dadab7d6321feb0dcf2d31ba99 | Chris Beams | Chris Beams | Support by-type lookup/injection of primitive types
Allowing beans of primitive type to be looked up via getBean(Class), or
to be injected using @Autowired or @Injected or @Resource. Prior to
these changes, an attempt to lookup or inject a bean of, for example,
type boolean would fail because all spring beans are Obje... | support by-type lookup/injection of primitive types | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,960 |
ca3d774f5cc73b33a35894bfa7142ac8f3735aef | Rossen Stoyanchev | Rossen Stoyanchev | Add detectHandlerMethodsInAncestorContexts property to AbstractHandlerMethodMapping. | add detecthandlermethodsinancestorcontexts property to abstracthandlermethodmapping | 83 | false | false | 5 | true | true | false | spring-projects | spring-framework | 20,961 |
b5bcfa0ae3e7c95aa388086a62e51b433ff61db1 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8858 Fix in AntPathMatcher.combine(..)
Currently the combine method consolidates "/*" and "/hotel"
into "/hotel". However if the first pattern contains URI template
variables, the consolidation seems wrong. The fix is to prevent
the consolidation if the first pattern contains "{". | spr-8858 fix in antpathmatcher.combine(..) | 42 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,962 |
e695a2168887fe9d545725e7d2ec8b3e750742bb | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8862 Fix issue with matching negated header values. | spr-8862 fix issue with matching negated header values | 54 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,963 |
6eba6f2059a455a11a2a70983fdcab93c8e72847 | Rossen Stoyanchev | Rossen Stoyanchev | Document MVC Java config side-by-side with the MVC namespace. | document mvc java config side-by-side with the mvc namespace | 60 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,964 |
b2ae3dbb470ed2139cd0522927242a1e9e9c8e09 | Chris Beams | Chris Beams | Avoid 'type mismatch' errors in ExtendedBeanInfo
Certain edge cases around return type covariance can trigger an
IntrospectionException when trying to create a new PropertyDescriptor;
particularly around the addition of write methods with parameter types
that do not match read method return types.
These type mismatch... | avoid 'type mismatch' errors in extendedbeaninfo | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,965 |
947b5fefffed8e6a4412a29001c6717f4415e59b | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8851 Switch to logging debug messages in AbstractWebArgumentResolverAdapter | spr-8851 switch to logging debug messages in abstractwebargumentresolveradapter | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,966 |
60ee0bb8f41d8aa23804b9befafe5b6511318dd2 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8020 Support UriComponentsBuilder as a controller method argument.
The UriComponentsBuilder instance passed into the method is initialized
with current request information including host, scheme, port, context
path, and the servlet mapping's literal part.
Also added shortcut methods to buildAndExpand in UriCompon... | spr-8020 support uricomponentsbuilder as a controller method argument | 69 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,967 |
e4fada56ab2e254004001f3773b00bdf9db1840b | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8859 Fix issue with prototype controllers in RequestMappingHandlerAdapter. | spr-8859 fix issue with prototype controllers in requestmappinghandleradapter | 77 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,968 |
c03a950706fbfd6e2ccd05f16abd2eef729ff3ce | Chris Beams | Chris Beams | Polish tests and Javadoc for SPR-8824
Issue: SPR-8824 | polish tests and javadoc for spr-8824 | 37 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,969 |
224cf11fcbf4ca40776176bd80f0c64c7b534ee0 | Chris Beams | Chris Beams | Make @Configuration class enhancement idempotent
The registration of more than one ConfigurationClassPostProcessor
results in the double-enhancement of @Configuration classes, i.e. a
two-deep CGLIB subclass hierarchy is created.
As a side-effect of changes introduced in 3.1 M2 fixing SPR-8080, this
behavior now resul... | make @configuration class enhancement idempotent | 48 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,970 |
01cc76f8e3b3016677cad5d7be8a45ee1f6bab2c | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8697 Flag '*/subtype' as illegal. | spr-8697 flag '*/subtype' as illegal | 36 | false | false | 5 | true | false | true | spring-projects | spring-framework | 20,971 |
e7377e3c279823177bf172b3939cda1fb78318ab | Sam Brannen | Sam Brannen | consistency and formatting | consistency and formatting | 26 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,972 |
63e235f2155a06d1f31191a0b3dc7c07a816e97c | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8750 Refine 'Content-Type' update in MockHttpServletRequest/Response.
The initial solution kept these three in full sync at all times:
contentType field, characterEncoding field, 'Content-Type' header.
That is correct behavior, however it breaks existing tests that rely
on contentType and characterEncoding being e... | spr-8750 refine 'content-type' update in mockhttpservletrequest/response | 72 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,973 |
56608d6bd6ccae968eafa6840249a205b4f57e9d | Chris Beams | Chris Beams | Fix typo in ResourceHolder#isVoid Javadoc
Issue: SPR-8843 | fix typo in resourceholder#isvoid javadoc | 41 | false | false | 5 | true | true | true | spring-projects | spring-framework | 20,974 |
1d5ca80924df154fd51fe9492f66e04a17958382 | Chris Beams | Chris Beams | Fix typo in classpath scanning reference doc
Issue: SPR-8842 | fix typo in classpath scanning reference doc | 44 | false | false | 7 | true | true | true | spring-projects | spring-framework | 20,975 |
791881036625b06c64eb6f6976a993fb6ba76608 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8750 Update MockHttpServletRequest/Response handling of contentType.
The Content-Type header and the contentType field in HttpServletRequest/Response
are now always in sync. When a header is added the contentType field is updated
as well and vice versa.
Similarly when the Content-Type header or the contentType f... | spr-8750 update mockhttpservletrequest/response handling of contenttype | 71 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,976 |
3528637d62bbcc685522714a4a826dca88346ae4 | Chris Beams | Chris Beams | Fix JUnit version in spring-parent pom
Issue: SPR-8852 | fix junit version in spring-parent pom | 38 | false | false | 6 | true | true | true | spring-projects | spring-framework | 20,977 |
70c28a0bc5b35e9851a4ee3b757729df74fe3eb2 | Chris Beams | Chris Beams | Add Apache license header where missing in src/main | add apache license header where missing in src/main | 51 | false | false | 8 | true | true | false | spring-projects | spring-framework | 20,978 |
9c0c87f6a7fac486afee89addc32dd73b16bf211 | Chris Beams | Chris Beams | Polish AutoProxyRegistrar | polish autoproxyregistrar | 25 | false | false | 2 | false | false | false | spring-projects | spring-framework | 20,979 |
d1f6672a58a4d804e7f164a3c2311570dd9cb2a0 | Chris Beams | Chris Beams | Refactor ImportSelector support
Separate concerns of @Configuration class selection from the need to
register certain infrastructure beans such as auto proxy creators.
Prior to this change, ImportSelector implementations were responsible
for both of these concerns, leading to awkwardness and duplication.
Also introd... | refactor importselector support | 31 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,980 |
4f3cbb45f4846a0dc14d48c6ee5e6020e0e49b18 | Chris Beams | Chris Beams | Introduce @EnableCaching
See EnableCaching Javadoc for details.
Issue: SPR-8312 | introduce @enablecaching | 24 | false | false | 2 | true | true | false | spring-projects | spring-framework | 20,981 |
732bf58570cbba1f082d67956821cd0f8d459887 | Chris Beams | Chris Beams | Rename @CacheDefinitions => @Caching
Also eliminate all 'cache definition' language in favor of
'cache operation' in comments, method and parameter names (most
classes had already been refactored to this effect). | rename @cachedefinitions => @caching | 36 | false | false | 4 | false | true | false | spring-projects | spring-framework | 20,982 |
a252a285e27cb8cc470e958a3bc11d1b38fa1199 | Chris Beams | Chris Beams | Convert cache package line endings from CRLF => LF
Unfortunately creates a large diff due to whitespace changes as well as
false attribution of authorship from a git/svn 'blame' perspective.
Be sure to perform diffs using `git diff -w` or `svn diff -w` when
reviewing recent changes to these sources to ignore all whit... | convert cache package line endings from crlf => lf | 50 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,983 |
f9879b762b405f63c0b1fa3b8ec1f2f8ae6f9396 | Chris Beams | Chris Beams | Rename KeyGenerator#extract => #generate | rename keygenerator#extract => #generate | 40 | false | false | 4 | false | true | false | spring-projects | spring-framework | 20,984 |
06306f91499db610fdef12bbd4ecd7790f5b9370 | Chris Beams | Chris Beams | Extract various constants in DefaultKeyGenerator | extract various constants in defaultkeygenerator | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 20,985 |
83d099db98d04c2d15f19c644db985d11fbab2f6 | Chris Beams | Chris Beams | Prune CacheAspectSupport#setCacheOperationSource
In favor of existing #setCacheOperationSources(CacheOperationSource...)
Also polish Javadoc throughout, replacing stale references to
CacheDefinitionSource where appropriate as well as other minor changes | prune cacheaspectsupport#setcacheoperationsource | 48 | false | false | 2 | false | true | false | spring-projects | spring-framework | 20,986 |
42cbee883fb07fdb05da80e5dc9119b8cef8cb8f | Chris Beams | Chris Beams | Add generics to AbstractCacheManager#caches
Facilitates type-safe programmatic configuration from @Bean methods:
@Bean
public CacheManager cacheManager() {
SimpleCacheManager cm = new SimpleCacheManager();
cm.setCaches(Arrays.asList(
new ConcurrentMapCache("default"),
n... | add generics to abstractcachemanager#caches | 43 | false | false | 4 | true | true | true | spring-projects | spring-framework | 20,987 |
7a71af29899c61f48b39c5d42894e0dfd977ecdb | Chris Beams | Chris Beams | Remove stale duplicate copy of spring-cache XSD
This was removed once previously but accidentally re-introduced later.
The 'correct' version of spring-cache-3.1.xsd lives in spring-context
as opposed to here in spring-context-support.
Also placed .gitignore file within src/main/resources such that the
now-empty direc... | remove stale duplicate copy of spring-cache xsd | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 20,988 |
96200b690c13054e8903badf5c5471351f8afe09 | Chris Beams | Chris Beams | Refactor cache support test hierarchy
Refactored getConfig => getApplicationContext such that subclasses have
control over the type of ApplicationContext used by the base class
tests. Done in anticipation of @EnableCaching tests that will favor use
of AnnotationConfigApplicationContext
Also updated all use of ClassPa... | refactor cache support test hierarchy | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,989 |
b7f9bf2e1c5cfd2bb24b8c25ef7b0d96eee82ae3 | Chris Beams | Chris Beams | Polish cache Javadoc | polish cache javadoc | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,990 |
8abb3150420d03e7c8cd3f483bf8a411e6fbcc0e | Chris Beams | Chris Beams | Fix cache generics warnings; polish whitespace | fix cache generics warnings; polish whitespace | 46 | false | false | 6 | true | false | true | spring-projects | spring-framework | 20,991 |
1533822b0a59b0b14d4d7d5efce2cf376b2ae024 | Chris Beams | Chris Beams | Update proxyTargetClass-related Javadoc; add tests
There was some question about whether enabling subclass proxies via
proxyTargetClass / proxy-target-class settings would break annotation-
based demarcation of joinpoints due to inability to discover those
annotations in various scenarios. The provided tests prove tha... | update proxytargetclass-related javadoc; add tests | 50 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,992 |
124662189e1883d9cf2688eb82c1c9ef43a21017 | Chris Beams | Chris Beams | Polish @EnableAsync imports, etc | polish @enableasync imports, etc | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,993 |
43b3b4c261c9a0cda6454eb09f417e288f1e2f16 | Chris Beams | Chris Beams | Polish @Enable* Javadoc | polish @enable* javadoc | 23 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,994 |
40798bd48f63a8f0d9c6529ca6aaa7203b95cbc3 | Chris Beams | Chris Beams | Improve ImportStack#toString output | improve importstack#tostring output | 35 | false | false | 3 | true | true | true | spring-projects | spring-framework | 20,995 |
7b491370a3c4259108d201179c1349b30003b06f | Chris Beams | Chris Beams | Polish EmbeddedDatabaseBuilder
Minor improvements made during the triage of SPR-8817 | polish embeddeddatabasebuilder | 30 | false | false | 2 | false | false | false | spring-projects | spring-framework | 20,996 |
4ededaf11c933f760f741f3dd311dc3e1e418af4 | Chris Beams | Chris Beams | Fix typo in DateTimeFormat Javadoc
Issue: SPR-8838 | fix typo in datetimeformat javadoc | 34 | false | false | 5 | true | true | true | spring-projects | spring-framework | 20,997 |
b167b75453d89d6a13b3da85948c8a56c5a9d566 | Chris Beams | Chris Beams | Polish @Scheduled Javadoc
Add reference to @EnableScheduling and <task:annotation-driven> | polish @scheduled javadoc | 25 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,998 |
c0b3b7b81e998f31b8910009e9c7f443e640136a | Sam Brannen | Sam Brannen | Added cross linking in Javadoc for @Autowired, @Qualifier, and @Value. | added cross linking in javadoc for @autowired, @qualifier, and @value | 69 | false | false | 10 | false | false | false | spring-projects | spring-framework | 20,999 |
ccf3732cd8c8ecf3918d610c31e48ee71d45b9ff | Ezequiel Ballesi | Phillip Webb | Create import-into-eclipse.bat for Windows users
Port import-into-eclipse.sh to a Windows batch file. | create import-into-eclipse.bat for windows users | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 21,000 |
432c6ebdaec4629c19679b3d8fc1d377bc19181c | Phillip Webb | Phillip Webb | Refactor DateTimeFormatterFactory
Refactor DateTimeFormatterFactory into two distinct classes; a general
purpose factory and a specialized FactoryBean. These changes are
modeled after the existing VelocityEngineFactory and
VelocityEngineFactoryBean classes.
Issue: SPR-9959 | refactor datetimeformatterfactory | 33 | false | false | 2 | false | false | false | spring-projects | spring-framework | 21,001 |
38cf91922c0423fa8ffd541e9cc7f1d2cae87529 | Rossen Stoyanchev | Rossen Stoyanchev | Fix intermittent test failure in AsyncTests | fix intermittent test failure in asynctests | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 21,002 |
a64b04afa49d0610672aef39ee8a05fdb15d9294 | Chris Beams | Chris Beams | Prefix zip archives with 'spring-framework'
Prior to this change, zip archives were named
spring-${version}-${classifier}.zip
e.g.:
- spring-3.2.0.RC1-dist.zip
- spring-3.2.0.RC1-docs.zip
- spring-3.2.0.RC1-schema.zip
This commit updates the Gradle build script to ensure that the fully-
qualified 'spring-fram... | prefix zip archives with 'spring-framework' | 43 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,003 |
85411be31ff9133e30ec8b2651a20f0bd397b975 | Sam Brannen | Sam Brannen | Update readme.txt regarding changelog location | update readme.txt regarding changelog location | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,004 |
93c01e071098bb2e07e127c3b091d89ce73de983 | Sam Brannen | Sam Brannen | Fix timezone issue in DateTimeFormatterFactory
The DateTimeFormatterFactory introduced in SPR-7121 supports a timeZone
property; however, this property is currently not properly supported.
This commit addresses this issue by ensuring that the timeZone properly
is honored.
Issue: SPR-9953 | fix timezone issue in datetimeformatterfactory | 46 | false | false | 5 | true | true | true | spring-projects | spring-framework | 21,005 |
cef5f0222ea3035ddf379dbdeae99cc6bcab11f6 | Sam Brannen | Chris Beams | Polish Javadoc and imports in datetime package
Issue: SPR-7121 | polish javadoc and imports in datetime package | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,006 |
dc0a0df8d6d577ea43d34b068c2a679f864a42f8 | Sam Brannen | Chris Beams | Polish Javadoc for ConcurrentReferenceHashMap
Issue: SPR-9796 | polish javadoc for concurrentreferencehashmap | 45 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,007 |
d087e7fe0b395d6c3542a687c5e962b610cee40c | 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 | 21,008 |
b3e3a37441473dab2121694afd38d2fb7fe9b681 | Spring Buildmaster | Spring Buildmaster | Release version 3.2.0.RC1 | release version 3.2.0.rc1 | 25 | false | false | 3 | true | true | true | spring-projects | spring-framework | 21,009 |
08514e25db883aabcfc160cac345857982c9e837 | Chris Beams | Chris Beams | Update changelog | update changelog | 16 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,010 |
e02c309b770de84f65281d3f75bce9d366c811e9 | Phillip Webb | Phillip Webb | Update changelog | update changelog | 16 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,011 |
4e976435c730e9a53dee04554317ddb629f8139e | Phillip Webb | Phillip Webb | Merge pull request #161 from philwebb/SPR-7121
* SPR-7121:
Support for custom global Joda DateTimeFormatters
Move JRuby dependency below Joda
Support DateTimeFormat annotation without Joda
Corrected date pattern in JavaDocs
Polish whitespace and formatting | merge pull request #161 from philwebb/spr-7121 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 21,012 |
6660227d222a4a2c771f5601aa34bdcdd386f14e | Phillip Webb | Phillip Webb | Support for custom global Joda DateTimeFormatters
Added dateFormatter, timeFormatter and dateTimeFormatter properties
to JodaTimeFormatterRegistrar allowing for custom global formatting.
DateTimeFormatterFactory can be used when configuring with XML.
Issue: SPR-7121 | support for custom global joda datetimeformatters | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,013 |
856fb2ccacf6a1c98526671eb75cf697aa205e81 | Phillip Webb | Phillip Webb | Move JRuby dependency below Joda
JRuby includes a copy of joda classes with the same package names.
This commit changes the order of the loaded jars to load the original
joda classes first. | move jruby dependency below joda | 32 | false | false | 5 | true | true | true | spring-projects | spring-framework | 21,014 |
a26059f94a60257c2e0506ab70ef2a1364bd1d73 | Phillip Webb | Phillip Webb | Support DateTimeFormat annotation without Joda
Dependency on Joda Time when using the @DateTimeFormat annotation is
now optional. If Joda Time is not present the JDK SimpleDateFormat
will be used to parse and print date patterns. If Joda time is
present it will always be used in preference to SimpleDateFormat.
Issue:... | support datetimeformat annotation without joda | 46 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,015 |
ddddec87191e554d6e0f7b2d903af6f2ef9b03f8 | Phillip Webb | Phillip Webb | Corrected date pattern in JavaDocs
The 'hh' pattern should be 'HH' as ISO dates use 24hr notation. | corrected date pattern in javadocs | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,016 |
a75b6ee5b61fba7387fba8d7dfb696de7e271e00 | Phillip Webb | Phillip Webb | Polish whitespace and formatting | polish whitespace and formatting | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,017 |
409b533281aa568e1b097804871492acd2bb6bdd | Phillip Webb | Phillip Webb | Merge pull request #146 from philwebb/SPR-9796
* SPR-9796:
Update cache to support concurrent reads
Cache and late resolve annotations for performance
Polish Property class
Develop ConcurrentReferenceHashMap | merge pull request #146 from philwebb/spr-9796 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 21,018 |
3aa9ac15a1e0a36ff15b94e18bf75e4034a643f4 | Phillip Webb | Phillip Webb | Update cache to support concurrent reads
Change the cache implementation from a synchronized weak hash map to
a concurrent implementation.
Issue: SPR-8701 | update cache to support concurrent reads | 40 | false | false | 6 | true | true | true | spring-projects | spring-framework | 21,019 |
02ce826ce4720bc6a74eaf3439656753fe6fcc44 | Phillip Webb | Phillip Webb | Cache and late resolve annotations for performance
Annotations are no longer resolved in the constructor and are cached
for improved performance.
Issue: SPR-9166 | cache and late resolve annotations for performance | 50 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,020 |
6e0400db3252f4ccc558b746b020a459111743ef | Phillip Webb | Phillip Webb | Polish Property class | polish property class | 21 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,021 |
fac060f0afa44a0bfedd2c5ef35ec44f96029735 | Phillip Webb | Phillip Webb | Develop ConcurrentReferenceHashMap
Develop a new ConcurrentMap implementation that support both weak and
soft entry references. Intended primarily to be used internally to
support fast concurrent caching.
Issue: SPR-9796 | develop concurrentreferencehashmap | 34 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,022 |
5a0c4a98410d0cc37e0d0f4ffbf2fb8fb613dde6 | Phillip Webb | Phillip Webb | Merge pull request #177 from EzequielB/master
* branched_master:
Correct typo in GRADLE_OPTS for Windows | merge pull request #177 from ezequielb/master | 45 | true | false | 6 | false | false | false | spring-projects | spring-framework | 21,023 |
754af2118bcab33f7aae4170383b9702e8d53c6f | Ezequiel Ballesi | Phillip Webb | Correct typo in GRADLE_OPTS for Windows
The -XX:MaxHeapSize option should include the 'm' postfix to signify
that the value is megabytes rather than bytes. | correct typo in gradle_opts for windows | 39 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,024 |
f528c394567373166f36153035072e77d6df748c | Rossen Stoyanchev | Rossen Stoyanchev | Add UnknownHttpStatusCodeException
This is more specific exception raised instead of RestClientException
when the raw HTTP status code received from the server is not one of
the HttpStatus enum values.
Issue: SPR-9406 | add unknownhttpstatuscodeexception | 34 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,025 |
de38c033e4f2196a481f88329703e32730bf1ab7 | Rossen Stoyanchev | Rossen Stoyanchev | Make hamcrest dependency optional in spring-test
Users of Spring MVC Test will need to list a hamcrest dependency --
either hamcrest-library or hamcrest-all.
Issue: SPR-9940 | make hamcrest dependency optional in spring-test | 48 | false | false | 6 | true | true | true | spring-projects | spring-framework | 21,026 |
c94bc2e709ab00b154fdedc613b92b093dc0d029 | Chris Beams | Chris Beams | Respect spring.profiles.active in #addActiveProfile
Prior to this commit, calls to ConfigurableEnvironment#addActiveProfile
would cause any active profile values provided via the
"spring.profiles.active" property to be ignored.
Now these two mechanisms can be used in conjunction and work as
expected.
Issue: SPR-9944 | respect spring.profiles.active in #addactiveprofile | 51 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,027 |
74e86fe52fbb831d0512819c205817edcd5ffc77 | Chris Beams | Chris Beams | Support SQL exception translation for MSSQL 209
SQL Server error 209 [1] will now raise a BadSqlGrammarException.
[1]: http://www.sql-server-helper.com/error-messages/msg-1-500.aspx
Issue: SPR-9946 | support sql exception translation for mssql 209 | 47 | false | false | 7 | false | true | false | spring-projects | spring-framework | 21,028 |
1070e4d5c1daec820f12ea39a4d665106d1e9539 | Chris Beams | Chris Beams | Initialize FrameworkServlet property sources eagerly
Prior to this change,
FrameworkServlet#configureAndRefreshWebApplicationContext called
#postProcessWebApplicationContext(wac) and #applyInitializers(wac)
prior to #refresh, but because servlet-based property source stubs were
not replaced until #refresh, any post-p... | initialize frameworkservlet property sources eagerly | 52 | false | false | 5 | true | true | false | spring-projects | spring-framework | 21,029 |
242bf7c4e303ce6d51ba7c0a3943b0b815d685c8 | Rossen Stoyanchev | Rossen Stoyanchev | Refine hamcrest dependency in spring-test-mvc project
1) removed the hamcrest-all dependency requirement and replaced it with
the more focused hamcrest-library dependency
2) added MatcherAssertionErrors as a replacement of
org.hamcrest.MatcherAssert, which in hamcrest 1.1 is only available
through the hamcrest-all de... | refine hamcrest dependency in spring-test-mvc project | 53 | false | false | 6 | true | true | false | spring-projects | spring-framework | 21,030 |
468f9c7814c275e735d2d3703476216db549498a | Phillip Webb | Phillip Webb | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 21,031 |
15b64ba6015fcfbb4ef73975c1ed597de96a7981 | Phillip Webb | Phillip Webb | Restore -XX:MaxHeapSize=256m for gradlew.bat
Restore the MaxHeapSize setting for the Windows build only. | maxheapsize=256m for gradlew.bat | 32 | false | false | 3 | false | false | false | spring-projects | spring-framework | 21,032 |
bbe1301d6379453988ccc65773484ec9c3a009f3 | Chris Beams | Chris Beams | Remove -XX:MaxHeapSize=256m from default GRADLE_OPTS
This setting was causing failures in the CI build, and was not present
prior to the recent updates to gradle wrapper generation.
This commit also simplifies the gradle wrapper customizations by placing
the logic in a doLast block within the original 'wrapper' task,... | maxheapsize=256m from default gradle_opts | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,033 |
c0baea58c0a14ea34d53f3823704892154b7803e | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue with generic @RequestBody arguments
The original commit c9b7b1 ensured the ability to read parameterized
type @RequestBody arguments via GenericHttpMessageConverter (e.g.
application/json and List<String>). However, it also affected the
ability to read @RequestBody arguments that happen are parameterized
but... | fix issue with generic @requestbody arguments | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 21,034 |
0e3aa0eec4b604957d5206257396616a93d1c7c3 | Rossen Stoyanchev | Rossen Stoyanchev | Peek into the content for @RequestBody(required=false)
For @RequestBody(required=false), it is not sufficient to check if the
InputStream is null. This change reads the first byte of the request
InputStream to determine if the request body is empty or not.
If the InputStream implementation supports mark(int) and rese... | peek into the content for @requestbody(required=false) | 54 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,035 |
742d5f6f3830f8a021ef7f1da3e6bf6e92036633 | Phillip Webb | Phillip Webb | Restore GRADLE_OPTS from wrappers
Run the updated build script to generate gradlew and gradlew.bat files
that have correct GRADLE_OPTS. | restore gradle_opts from wrappers | 33 | false | false | 4 | true | true | true | spring-projects | spring-framework | 21,036 |
23b091b786f18ceb477e1113fefe503c89471737 | Phillip Webb | Phillip Webb | Remove need to manually set wrapper GRADLE_OPTS
Replace the wrapper task with a variant that automatically adds the
appropriate GRADLE_OPTS to the shell and bat files. | remove need to manually set wrapper gradle_opts | 47 | false | false | 7 | true | true | true | spring-projects | spring-framework | 21,037 |
00220ebab0593fc9a4e4f0cbbf5632947a77799a | Sam Brannen | Sam Brannen | Fix typo in changelog | fix typo in changelog | 21 | false | false | 4 | true | true | true | spring-projects | spring-framework | 21,038 |
6c63271f558f820d35eebd8c29c01c5feed79f70 | Phillip Webb | Phillip Webb | Update changelog | update changelog | 16 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,039 |
5b59a25a5962e90ccb3162a22fc533617c0a9b60 | Sam Brannen | Sam Brannen | Update changelog
Added missing JIRA issue IDs. | update changelog | 16 | false | false | 2 | true | true | false | spring-projects | spring-framework | 21,040 |
462605987d0b64f6816959b9f4098d3aa395e646 | Sam Brannen | Sam Brannen | Delete unused import | delete unused import | 20 | false | false | 3 | false | true | false | spring-projects | spring-framework | 21,041 |
0b45daf5e9b4587ce9817e7872ab274572dd9ce5 | Sam Brannen | Sam Brannen | Assess claims made in SPR-9799
This commit validates the claims made in SPR-9799.
- Spr9799XmlConfigTests demonstrates that a WAC is not always necessary
when integration testing with XML configuration that uses
<mvc:annotation-driven />.
- Spr9799AnnotationConfigTests demonstrates that a WAC is in fact
n... | assess claims made in spr-9799 | 30 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,042 |
4cdf46f83c775c5101bc664c819fd5c0bb0682f7 | Phillip Webb | Phillip Webb | Polish @Imports search code
Issue: SPR-9925 | polish @imports search code | 27 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,043 |
8bb19f05ea99a12ee63e03f28412d8929ed4f581 | Sam Brannen | Sam Brannen | Fix typos in Javadoc | fix typos in javadoc | 20 | false | false | 4 | true | true | true | spring-projects | spring-framework | 21,044 |
3416e058a01d80d22c52c8c6fb720454be4c4290 | Phillip Webb | Chris Beams | Ensure @Imports are processed in correct order
Issue: SPR-9925 | ensure @imports are processed in correct order | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 21,045 |
af56b3b7e3d0a2a9bd1ee00ad837d211d73c5135 | Juergen Hoeller | Juergen Hoeller | Extended support for meta-annotations etc | extended support for meta-annotations etc | 41 | false | false | 5 | false | false | false | spring-projects | spring-framework | 21,046 |
914a1b208869102da76832fb7f99e1bbfc2c5f6e | Juergen Hoeller | Juergen Hoeller | @Autowired, @Value and qualifiers may be used as meta-annotations for custom injection annotations | @autowired, @value and qualifiers may be used as meta-annotations for custom injection annotations | 98 | false | false | 13 | false | false | false | spring-projects | spring-framework | 21,047 |
985cb9df11ab56106d953d451ab07489d4d1bf09 | Chris Beams | Chris Beams | Merge pull request #176 from philwebb/SPR-9925
# By Phillip Webb
* SPR-9925:
Prevent duplicate @Import processing
Polish Javadoc for @Import
Improve #toString for AnnotationAttributes | merge pull request #176 from philwebb/spr-9925 | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 21,048 |
6d8b37d8bbce8c6e6cb4890291469c80742132f7 | Phillip Webb | Chris Beams | Prevent duplicate @Import processing
Refactor ConfigurationClassParser to recursively find values from
all @Import annotations, combining them into a single unique set.
This change prevents ImportBeanDefinitionRegistrars from being
invoked twice.
Issue: SPR-9925 | prevent duplicate @import processing | 36 | false | false | 4 | true | true | true | spring-projects | spring-framework | 21,049 |
e6c4840356a9e92661e84178db3de554600ca6c8 | Phillip Webb | Chris Beams | Polish Javadoc for @Import | polish javadoc for @import | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 21,050 |
4036ffc4d4f62626208dccc63ffdefc112d4ed1c | Phillip Webb | Chris Beams | Improve #toString for AnnotationAttributes
Improve the #toString method for AnnotationAttributes to print array
values as a comma-separated list. This change is primarily to provide
better variable inspection when debugging code within an IDE. | improve #tostring for annotationattributes | 42 | false | false | 4 | true | true | true | spring-projects | spring-framework | 21,051 |
208152169567a6f13d4a04d29e3e968e406ed26e | Juergen Hoeller | unknown | @Autowired and @Value may be used as meta-annotations for custom injection annotations | @autowired and @value may be used as meta-annotations for custom injection annotations | 86 | false | false | 12 | false | false | false | spring-projects | spring-framework | 21,052 |
7fdb637df0e00fe7b8a59c75d55889f1c50d3188 | Juergen Hoeller | unknown | Clarified ServletConfigAware behavior in case of no ServletConfig being available
Issue: SPR-9855 | clarified servletconfigaware behavior in case of no servletconfig being available | 81 | false | false | 10 | false | false | false | spring-projects | spring-framework | 21,053 |
54d083a6f836a80342143b8c4b8855bca0af7f21 | Juergen Hoeller | unknown | Added proper synchronization and not-null check to SimpleMessageListenerContainer's doShutdown
Issue: SPR-9930 | added proper synchronization and not-null check to simplemessagelistenercontainer's doshutdown | 94 | false | false | 9 | false | false | false | spring-projects | spring-framework | 21,054 |
1acd5cff8f1fd984388918f9f4b420f3f6360ceb | Rossen Stoyanchev | Rossen Stoyanchev | Polish methods to register async interceptors | polish methods to register async interceptors | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 21,055 |
d701464517d66b095485671413e4150d9b5f14e3 | Rossen Stoyanchev | Rossen Stoyanchev | Add onTimeout/onCompletion callbacks to DeferredResult
Issue: SPR-9914 | add ontimeout/oncompletion callbacks to deferredresult | 54 | false | false | 5 | false | true | false | spring-projects | spring-framework | 21,056 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.