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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c0cacfcd68179fa947163ca59b90e50c8a7fcd6b | Rossen Stoyanchev | Rossen Stoyanchev | Add servletRelativeAction form tag attribute
A recent change in FormTag to prepend the context and servlet paths if
not present, causes issues when used in portlet applications.
This change introduces a servletRelativeAction form tag attribute that
must be used for the context and servlet paths to be prepended.
Issue... | add servletrelativeaction form tag attribute | 44 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,857 |
aaded7e30b06cc70a354856a2288acd04045b673 | Rossen Stoyanchev | Rossen Stoyanchev | Improve default content type selection
Previously ContentNegotiationManager continued with the next
ContentNegotiationStrategy only if the current one returned an empty
list. Now it also does that if the current ContentNegotiationStrategy
returns "*/*". Since the absence of an Accept header and "*/*" have
the same mea... | improve default content type selection | 38 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,858 |
78fcd28389aefc6a767121fd637d9df97562fbed | Rossen Stoyanchev | Rossen Stoyanchev | Invoke global, then local @InitBinder/@ModelAttribute
@InitBinder and @ModelAttribute methods in @ControllerAdvice classes
are now invoked first, allowing any such methods in the @Controller
class to override them.
Issue: SPR-10419 | invoke global, then local @initbinder/@modelattribute | 53 | false | false | 5 | false | true | false | spring-projects | spring-framework | 20,859 |
3032b214c6790e440d2123390ae7ca56aad27037 | Juergen Hoeller | Juergen Hoeller | avoid hard JPA 2.0 dependency | avoid hard jpa 2.0 dependency | 29 | false | false | 5 | false | true | false | spring-projects | spring-framework | 20,860 |
6aaf7fefdecf4c64b625596b397d64ffb676a0ab | Juergen Hoeller | Juergen Hoeller | removed Hibernate EntityManager 4.0 dependency since it is not needed for compilation and not for standard runs of the test suite either | removed hibernate entitymanager 4.0 dependency since it is not needed for compilation and not for standard runs of the test suite either | 136 | false | false | 22 | false | false | false | spring-projects | spring-framework | 20,861 |
0256f3d43e633a2cd64cb90bbc865810765a7331 | Juergen Hoeller | Juergen Hoeller | consistently use Unix line separator | consistently use unix line separator | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,862 |
e58a45bff71e103c5115d15dcbacc2512b21f27e | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,863 |
1f892433612ff4edfc94afcb482848d1a16d7781 | Juergen Hoeller | Juergen Hoeller | use internal Set for TransactionSynchronization objects in order to allow for equals/hashCode based replacement | use internal set for transactionsynchronization objects in order to allow for equals/hashcode based replacement | 111 | false | false | 14 | true | true | false | spring-projects | spring-framework | 20,864 |
4c49cc73b28e89599ae95c0dbd5b099b164bba01 | Juergen Hoeller | Juergen Hoeller | avoid NPE in case of no "hibernateProperties" specified | avoid npe in case of no "hibernateproperties" specified | 55 | false | false | 8 | true | true | false | spring-projects | spring-framework | 20,865 |
e1a6bb2d2e298134d57ccfb207edbef906d86a3e | Juergen Hoeller | Juergen Hoeller | committed initial Hibernate 4.0 support | committed initial hibernate 4.0 support | 39 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,866 |
d02ac641cc5cb13598162afb033d51580b8e69e7 | Juergen Hoeller | Juergen Hoeller | further additions to manual changelog for 3.1 RC1 | further additions to manual changelog for 3.1 rc1 | 49 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,867 |
339c57e41a5d4cc6a0e18bb4b5d2002c81a8957e | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,868 |
37c601c8dda274230a1b5130972f2b0756097a78 | Juergen Hoeller | Juergen Hoeller | HibernateJpaDialect exposes underlying Session for underlying SessionFactory | hibernatejpadialect exposes underlying session for underlying sessionfactory | 76 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,869 |
0ff83606dff11b61401145a2f569537854e51fb1 | Juergen Hoeller | Juergen Hoeller | committed initial Hibernate 4.0 support | committed initial hibernate 4.0 support | 39 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,870 |
55f91e54c4d4996a8ddc47d7b753a9ad175ff765 | Sam Brannen | Sam Brannen | Corrected Javadoc: handleListenerException() and invokeErrorHandler() log at WARN level, not at ERROR level. | handlelistenerexception() and invokeerrorhandler() log at warn level, not at error level | 88 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,871 |
8bd1fc817a5ce16f0b41dba1d30ab249027c5084 | Juergen Hoeller | Juergen Hoeller | introduced extended WritableResource interface | introduced extended writableresource interface | 46 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,872 |
f35dfd4107ba093de5e0cc9eebe62a7b76a19183 | Chris Beams | Chris Beams | Update stale external javadoc links
Certain external javadoc links were broken or out of date, namely
Hibernate, Java SE and EE 6, Quartz, and Apache Pluto. All resolve
properly now.
Issue: SPR-8720 | update stale external javadoc links | 35 | false | false | 5 | true | true | true | spring-projects | spring-framework | 20,873 |
980c15d578b76d24a27b49844a964886fe2d8bb0 | Chris Beams | Chris Beams | Distinguish between different bridge method types
Add BridgeMethodResolver#isJava6VisibilityBridgeMethodPair to
distinguish between (a) bridge methods introduced in Java 6 to
compensate for inheriting public methods from non-public superclasses
and (b) bridge methods that have existed since Java 5 to accommodate
retur... | distinguish between different bridge method types | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,874 |
6248135a4f691043ac8b97ac7208d5b5f4942e0e | Sam Brannen | Sam Brannen | [SPR-8240] Updating the "new in 3.1" chapter regarding new testing support; polishing the TestContext Framework section of the reference manual. | [spr-8240] updating the "new in 3.1" chapter regarding new testing support; polishing the testcontext framework section of the reference manual | 143 | false | false | 20 | false | false | false | spring-projects | spring-framework | 20,875 |
71396ac07b09643c953c15476089ce8523b97d5c | Sam Brannen | Sam Brannen | Polishing JavaDoc | polishing javadoc | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 20,876 |
6837111bda5e4df9bdfa617c78c1ea32ced7ab5c | Chris Beams | Chris Beams | Refactor AnnotationUtils#findAllAnnotationAttributes
Remove all convenience variants of #findAllAnnotationAttributes and
refactor the remaining method to accept a MetadataReaderFactory
instead of creating its own SimpleMetadataReaderFactory internally.
This allows clients to use non-default class loaders as well as
cu... | refactor annotationutils#findallannotationattributes | 52 | false | false | 2 | false | false | false | spring-projects | spring-framework | 20,877 |
3bb01ee68b7f421f0d3ee5735a6c383a84483968 | Chris Beams | Chris Beams | Revert "Introduce (Annotation)SessionFactoryBuilder types"
This commit and the several before it back out the
SessionFactoryBuilder and AnnotationSessionFactoryBuilder types
recently introduced in 3.1 M2. This is in light of the impending
release of Hibernate 4.0 GA and our own support for it the new
org.springframewo... | revert "introduce (annotation)sessionfactorybuilder types" | 58 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,878 |
25796448f6fb36652e2fa0633b0244e5b7d00168 | Chris Beams | Chris Beams | Revert "removed double javadoc"
This reverts commit 2d26c4992e6c7689f67a8e8410ca7d65909b8d01. | revert "removed double javadoc" | 31 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,879 |
0d43023571ccd4304a6e2db9ac9621aa34a98363 | Chris Beams | Chris Beams | Revert "All SFBuilder setters return 'this' & use varargs"
This reverts commit 0e2ce565c9ef64d97299836a3b979b2cf85de759. | revert "all sfbuilder setters return 'this' & use varargs" | 58 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,880 |
1a8531b4013c945f72b7666b4de305529b68d481 | Chris Beams | Chris Beams | Revert "Automatically close SessionFactory objects"
This reverts commit bb4f48dcb3123cfde7b2203aa07517077c3c4261.
Issue: SPR-8114 | revert "automatically close sessionfactory objects" | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,881 |
b82d5ae8da7a62a5b2187b6595ffe2111d2bd212 | Chris Beams | Chris Beams | Revert "Implement SessionFactoryImplementor in SF proxies"
This reverts commit 08ccd19c76a71be3edf98f1a7f62cdd73ae98c9b.
Issue: SPR-8469 | revert "implement sessionfactoryimplementor in sf proxies" | 58 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,882 |
363e08df228c86151cfda45377d7ad912731f435 | Chris Beams | Chris Beams | Revert "Auto-unwrap SessionFactoryBuilder-created proxies"
This reverts commit 7903d6489f9c98532826324b0ba79cafbc618d78.
Issue: SPR-8492 | revert "auto-unwrap sessionfactorybuilder-created proxies" | 58 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,883 |
d122ecb42ed27c24ac7961d79c78f90def889481 | Chris Beams | Chris Beams | Move AdviceMode from .config to .annotation package | move advicemode from .config to .annotation package | 51 | false | false | 7 | true | true | false | spring-projects | spring-framework | 20,884 |
1819bee35fcf7c00a48ba37010ebfb7c240b5403 | Chris Beams | Chris Beams | Revert deprecation of AbstractSingletonPFB and co
Removed formal deprecation warnings for AbstractSingletonFactoryBean and
its TransactionProxyFactoryBean and CacheProxyFactoryBean subclasses.
This is principally because TPFB is still used by Grails and could
conceivably be used to good effect by any third-party fram... | revert deprecation of abstractsingletonpfb and co | 49 | false | false | 6 | false | true | false | spring-projects | spring-framework | 20,885 |
9ba1d1437d290858d61b3bb32a517e775847553c | Chris Beams | Chris Beams | Give ExtendedBeanInfo package-private visibility
Issue: SPR-8079 | give extendedbeaninfo package-private visibility | 48 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,886 |
870d9034174ed9373619c13fcc71f0cf3bc57d30 | Chris Beams | Chris Beams | Add INFER_METHOD constant and update @Bean Javadoc
In anticipation of 'destroy method inference' feature, introduce
ConfigurationClassUtils#INFER_METHOD and update @Bean#destroyMethod to
reflect its use.
Issue: SPR-8751 | add infer_method constant and update @bean javadoc | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 20,887 |
6b4ef0237c147a3fe02b446bdc831a228c5a8da7 | Chris Beams | Chris Beams | Add code examples to and polish @Bean Javadoc | add code examples to and polish @bean javadoc | 45 | false | false | 8 | true | true | true | spring-projects | spring-framework | 20,888 |
dee9e280b0ff79eee4c952d407247ba4b42a3125 | Thomas Risberg | Thomas Risberg | SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1} | {p1} | 4 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,889 |
e493887f45af1d58ee014fe73b4ab26d4f43a865 | Costin Leau | Costin Leau | + update cache docs whitespace for better rendering | + update cache docs whitespace for better rendering | 51 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,890 |
933e22320d8480072106cd6388418f13a8bdf855 | Thomas Risberg | Thomas Risberg | SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1} | {p1} | 4 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,891 |
4f5248bb5c6c1d48faf289c5c2c96f2b81f10aea | Thomas Risberg | Thomas Risberg | SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1} | {p1} | 4 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,892 |
40d88fd9918b1dcc8dd7e3e69350ad5a29f18490 | Costin Leau | Costin Leau | SPR-8730
+ more tests | spr-8730 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,893 |
a12ebbfded96ffe89a163a2e49c076526db8d2a0 | Costin Leau | Costin Leau | SPR-8730
+ expose key-generator in the XML namespace | spr-8730 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,894 |
e6d9b6308e26f27df99cca60684fd8b1ae363403 | Costin Leau | Costin Leau | some cache doc updates | some cache doc updates | 22 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,895 |
aec82fbd4a05ff79d060346fa18e91e85846c4bb | Thomas Risberg | Thomas Risberg | SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1} | {p1} | 4 | false | false | 1 | false | false | false | spring-projects | spring-framework | 20,896 |
92d6e5a14c2af7c31949c8d7769cc8ebd22d5829 | Thomas Risberg | Thomas Risberg | SPR-8270 Adding improved support for detecting current schema name for Oracle | spr-8270 adding improved support for detecting current schema name for oracle | 77 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,897 |
1317b821b965161b63f32fa90a978485942f75dd | Sam Brannen | Sam Brannen | [SPR-7724] Example email addresses in the reference manual now use example.org as the domain name. | [spr-7724] example email addresses in the reference manual now use example.org as the domain name | 97 | false | false | 15 | false | false | false | spring-projects | spring-framework | 20,898 |
118ee3fce89f305ea2fc938d539435218fa4e9cc | Thomas Risberg | Thomas Risberg | SPR-8652 Fixing queryForLong and queryForInt implementation to use correct expected type | spr-8652 fixing queryforlong and queryforint implementation to use correct expected type | 88 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,899 |
0920f2d7d52848320246aa6287c3f328c744aa42 | Thomas Risberg | Thomas Risberg | SPR-8235 SPR-7480 Updating H2 error codes | spr-8235 spr-7480 updating h2 error codes | 41 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,900 |
facb40e5a673f236fe0a2824c6e478a63a8ce617 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-7943 Add test case for inserting extra hidden fields | spr-7943 add test case for inserting extra hidden fields | 56 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,901 |
4199d772cc2b1b0ccca936a3a2d85bd6da648b28 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8718 Minor polish | spr-8718 minor polish | 21 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,902 |
369f6f032b25e7f59359416dcc212f35fb1a6e89 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-7943 Minor fix | spr-7943 minor fix | 18 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,903 |
cb5954ed02e748f31d3ad342f696fb4a702ebc66 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8714 Do not create copy in map-to-map and collection-to-collection conversion if not necessary | spr-8714 do not create copy in map-to-map and collection-to-collection conversion if not necessary | 98 | false | false | 13 | false | false | false | spring-projects | spring-framework | 20,904 |
00a726b09890726d12b13e7b300825b4aa8064ea | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8718 Prevent Converter<?,?> from converting target sub-type. | spr-8718 prevent converter<?,?> from converting target sub-type | 63 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,905 |
dfda4c32d53104b0f11aa1986a696b52aff6cdaf | Chris Beams | Chris Beams | Fix error in AbstractResource#contentLength Javadoc
Issue: SPR-8734 | fix error in abstractresource#contentlength javadoc | 51 | false | false | 5 | true | true | false | spring-projects | spring-framework | 20,906 |
ae1205a56c4998f9078f20206247e645f38309fa | Sam Brannen | Sam Brannen | [SPR-8240] polishing | [spr-8240] polishing | 20 | false | false | 2 | false | false | false | spring-projects | spring-framework | 20,907 |
5e1d6b9a1bb8ff578f517b81ee8da0ebae6952a3 | Sam Brannen | Sam Brannen | [SPR-8240] polishing | [spr-8240] polishing | 20 | false | false | 2 | false | false | false | spring-projects | spring-framework | 20,908 |
3f5135d80994068726b6bb436b03717c8099c4af | Sam Brannen | Sam Brannen | consistent title-case for 1st and 2nd level sections | consistent title-case for 1st and 2nd level sections | 52 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,909 |
0b2592a70a040aae65bfc5277c894133c1f0684e | Sam Brannen | Sam Brannen | [SPR-8240] polishing | [spr-8240] polishing | 20 | false | false | 2 | false | false | false | spring-projects | spring-framework | 20,910 |
5db7cca9a7236fb3c6e349c2eb8f7695bc951083 | Sam Brannen | Sam Brannen | [SPR-8240] polishing the "Context management and caching" section of the reference manual and related Javadoc. | [spr-8240] polishing the "context management and caching" section of the reference manual and related javadoc | 109 | false | false | 15 | false | false | false | spring-projects | spring-framework | 20,911 |
1bb5b2188166d6bba954135a385a4fcc2b582cd5 | Sam Brannen | Sam Brannen | [SPR-8240] Introduced new "Context management with @Configuration classes" section; fleshing out sections on context configuration inheritance and context caching. | [spr-8240] introduced new "context management with @configuration classes" section; fleshing out sections on context configuration inheritance and context caching | 162 | false | false | 19 | false | false | false | spring-projects | spring-framework | 20,912 |
713017aedc736354c8a9b31d09580deb33be0fa9 | Sam Brannen | Sam Brannen | polishing and formatting | polishing and formatting | 24 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,913 |
2608744479b330b96b4b3dbf025254322dbb18c0 | Sam Brannen | Sam Brannen | fixed numerous typos and formatting | fixed numerous typos and formatting | 35 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,914 |
b38d022b848362c858b3cb85f9bbd409de2edde6 | Sam Brannen | Sam Brannen | Fixed broken link to non-existent mvc-multipart-resolver ID. | fixed broken link to non-existent mvc-multipart-resolver id | 59 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,915 |
a4953e7c225ab47a6f2b88ad9c079a0029baa9a6 | Sam Brannen | Sam Brannen | [SPR-8240] Restructuring the "Context management and caching" section. | [spr-8240] restructuring the "context management and caching" section | 69 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,916 |
bc6927e60190f33003a0bf4c18686aaad3ecc311 | Sam Brannen | Sam Brannen | [SPR-8240] Documented ContextLoaders in the testing chapter. | [spr-8240] documented contextloaders in the testing chapter | 59 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,917 |
e7ce297cf3ba4e2b25e2f0c1371db063e24fb3cc | Sam Brannen | Sam Brannen | [SPR-8240] Restructuring annotation content. | [spr-8240] restructuring annotation content | 43 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,918 |
ac4cd8c37b100441481e6bcb95030fc7a67d0fdd | Sam Brannen | Sam Brannen | [SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual; and polishing the testing content in general. | [spr-8240] documenting testcontext support for @configuration classes in the reference manual; and polishing the testing content in general | 139 | false | false | 18 | false | false | false | spring-projects | spring-framework | 20,919 |
15f217c27475738c77523f200aa3c895d13d0ead | Sam Brannen | Sam Brannen | [SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual. | [spr-8240] documenting testcontext support for @configuration classes in the reference manual | 93 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,920 |
b08c7f6e00706c9a625eccc99bef6e221f61e0aa | Rossen Stoyanchev | Rossen Stoyanchev | SPR-6801 @ModelAttribute instantiation refinement.
Instantiate the model attribute from a URI var or a request param only
if the name matches and there is a registered Converter<String, ?>. | spr-6801 @modelattribute instantiation refinement | 49 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,921 |
34956d30b3f628f6a48451eb43911d5665548127 | Chris Beams | Chris Beams | Fix doc typo in AbstractAutowireCapableBeanFactory | fix doc typo in abstractautowirecapablebeanfactory | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 20,922 |
a33d2775098eea55f2aadcd513d8a3de74e55e33 | Rossen Stoyanchev | Rossen Stoyanchev | Add ExceptionHandlerExceptionResolver tests for custom arg resolvers | add exceptionhandlerexceptionresolver tests for custom arg resolvers | 68 | false | false | 7 | true | true | false | spring-projects | spring-framework | 20,923 |
7fec9d7fa82e31702f8696608134c390d1e5f78e | Rossen Stoyanchev | Rossen Stoyanchev | SPR-7943 Add one missing call to RequestDataValueProcessor in FormTag. | spr-7943 add one missing call to requestdatavalueprocessor in formtag | 69 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,924 |
57fffb147c1ae38a582ade31ed79dfa06ee32141 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-7608 ALLOW EXCEPTION WHEN MODEL ATTR IS CREATED FROM URI VARIABLE
When a @ModelAttribute is instantiated from a URI variable with type
conversion, if conversion fails allow the exception to propagate.
This is consistent with what happens on type conversion failure with
@PathVariable and other args that rely on ty... | spr-7608 allow exception when model attr is created from uri variable | 69 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,925 |
5afe13928528cc37cdf6337a7e8a9c8d061ba6a5 | Arjen Poutsma | Arjen Poutsma | SPR-8706 - UriUrils.decode() not properly rejecting invalid escaped URLs | spr-8706 - uriurils.decode() not properly rejecting invalid escaped urls | 72 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,926 |
67fda70cb86b1cd83412e488dd32d74a0ccb20a0 | Arjen Poutsma | Arjen Poutsma | SPR-8713 - DefaultResponseErrorHandler IOException Bug | spr-8713 - defaultresponseerrorhandler ioexception bug | 54 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,927 |
aa7a100807448ea949d69c2e7b8460ce72fea45b | Sam Brannen | Sam Brannen | [SPR-8178] re-enabled testPrintNull(). | [spr-8178] re-enabled testprintnull() | 37 | false | false | 3 | false | false | false | spring-projects | spring-framework | 20,928 |
3d50d416eb89e20c099a24eefebcdd7235e7ae40 | Rossen Stoyanchev | Rossen Stoyanchev | SPR-8718 Revert fix from earlier for now (need a different approach). | spr-8718 revert fix from earlier for now (need a different approach) | 68 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,929 |
b55040cf026c968078c9f56a3f9df3f0bc012536 | Juergen Hoeller | Juergen Hoeller | Servlet/PortletContextResource's getFile prefers "file:" URL resolution over calling getRealPath (SPR-8461) | " url resolution over calling getrealpath (spr-8461) | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,930 |
bba70a7f1283215872b17aa31adb0a7cce16d3e6 | Juergen Hoeller | Juergen Hoeller | renamed ValueWrapperImpl to SimpleValueWrapper (for use in Cache implementations) | renamed valuewrapperimpl to simplevaluewrapper (for use in cache implementations) | 81 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,931 |
372d461befbcdc585dc56215c67b9e399badd442 | Juergen Hoeller | Juergen Hoeller | upgraded compile-time dependency to EHCache 2.0.0 | upgraded compile-time dependency to ehcache 2.0.0 | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,932 |
a09a0316b79f3c25949f83447530d1b3d62b9fb6 | Juergen Hoeller | Juergen Hoeller | exposed EHCache 1.7's "statisticsEnabled"/"sampledStatisticsEnabled" on EhCacheFactoryBean () | exposed ehcache 1.7's "statisticsenabled"/"sampledstatisticsenabled" on ehcachefactorybean () | 93 | false | false | 7 | false | false | false | spring-projects | spring-framework | 20,933 |
61a5ab9d34d635caf4c6b041113e15dbe7b47a01 | Juergen Hoeller | Juergen Hoeller | fixed "formMultiSelect"/"formCheckboxes" FreeMarker macros to compare against actual field value (SPR-7721) | fixed "formmultiselect"/"formcheckboxes" freemarker macros to compare against actual field value (spr-7721) | 107 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,934 |
3f7dccddd244ad8a81714a15c520a0a980813da8 | Juergen Hoeller | Juergen Hoeller | added getObjectMapper() accessor to MappingJacksonHttpMessageConverter (SPR-8605) | added getobjectmapper() accessor to mappingjacksonhttpmessageconverter (spr-8605) | 81 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,935 |
ac524330047a9bc88bb3950d01bf41719212b251 | Costin Leau | Costin Leau | + update cache docs | + update cache docs | 19 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,936 |
263dd559b7d1c768dbf0e1543b6340b67db36782 | Juergen Hoeller | Juergen Hoeller | SimpleJdbcTestUtils executeSqlScript properly closes its LineNumberReader after use (SPR-8872) | simplejdbctestutils executesqlscript properly closes its linenumberreader after use (spr-8872) | 94 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,937 |
d10f2258e837a01b14699800132a2685e6b34d6f | Costin Leau | Costin Leau | + update aspectj cache aspects
+ update integration tests | + update aspectj cache aspects | 30 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,938 |
1e2f49104d2c8b02db422e97aada923e73b6178e | Juergen Hoeller | Juergen Hoeller | SpringValidatorAdapter accepts non-indexed set paths (for Hibernate Validator compatibility; SPR-8634) | springvalidatoradapter accepts non-indexed set paths (for hibernate validator compatibility; spr-8634) | 102 | false | false | 10 | false | false | false | spring-projects | spring-framework | 20,939 |
f91f778fb5a8756586c0c294cb9fb05301fdf978 | Costin Leau | Costin Leau | + align @CacheEvict behaviour with @Cacheable and @CachePut
+ add flag for post method execution
+ add integration tests | + align @cacheevict behaviour with @cacheable and @cacheput | 59 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,940 |
b2bc7534c201f1cd88cec77b2d1fccb3fdc2135b | Costin Leau | Costin Leau | + minor doc fix | + minor doc fix | 15 | false | false | 4 | false | false | false | spring-projects | spring-framework | 20,941 |
d35620511e8304421929e89ed4d13d82d5f40219 | Chris Beams | Chris Beams | Introduce @EnableSpringConfigured
Equivalent to <context:spring-configured/>.
Also update @EnableLoadTimeWeaving Javadoc and spring-configured XSD
documentation to reflect.
Issue: SPR-7888 | introduce @enablespringconfigured | 33 | false | false | 2 | true | true | false | spring-projects | spring-framework | 20,942 |
4318ccd9d519525a674a61ddf80b11f8bec29426 | Chris Beams | Chris Beams | Refactor BeanConfigurerTests
In preparation for the introduction of @EnableSpringConfigured
Issue: SPR-7888 | refactor beanconfigurertests | 28 | false | false | 2 | false | false | false | spring-projects | spring-framework | 20,943 |
22e37aac444812eab6982a9f658d70656dd6a729 | Chris Beams | Chris Beams | Polish .aop copy of SpringConfiguredBDP
Add 'infrastructure' bean role to follow suit with original .context SCPDP
Encountered while working on SPR-7888 (@EnableSpringConfigured) | polish .aop copy of springconfiguredbdp | 39 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,944 |
e90c7eadc240282ae6759d9a5f14f5da47f117fc | Sam Brannen | Sam Brannen | [SPR-7996] Improved documentation of the context caching mechanism in the TestContext framework:
- now discussing cache key generation and uniqueness
- now discussing cache scope, test suites, and forking | null | null | null | false | null | false | false | false | spring-projects | spring-framework | 20,945 |
93db3df35b44a9a6c7a202ea242f7e371882080c | Juergen Hoeller | Juergen Hoeller | added "namingStrategy" property to Hibernate 4 LocalSessionFactoryBean variant (SPR-8864) | added "namingstrategy" property to hibernate 4 localsessionfactorybean variant (spr-8864) | 89 | false | false | 9 | false | false | false | spring-projects | spring-framework | 20,946 |
f50f3d2405a0b7c24a3a8bbd7e89c0482af78e7b | Juergen Hoeller | Juergen Hoeller | HibernateJpaDialect does NOT expose underlying Session for underlying SessionFactory anymore (SPR-8771) | hibernatejpadialect does not expose underlying session for underlying sessionfactory anymore (spr-8771) | 103 | false | false | 11 | false | false | false | spring-projects | spring-framework | 20,947 |
16933a511d81d6b24bd19022efdde06eeb5c3fb6 | Juergen Hoeller | Juergen Hoeller | introduced JobDetail/CronTrigger/SimpleTriggerFactoryBean variants for Quartz 2.0/2.1 support (SPR-8275?) | introduced jobdetail/crontrigger/simpletriggerfactorybean variants for quartz 2.0/2.1 support (spr-8275?) | 105 | false | false | 8 | false | false | false | spring-projects | spring-framework | 20,948 |
68f61f3b3c2efaa263190519be6ebf4a02e021ad | Chris Beams | Chris Beams | Fix nested @Component annotation instantiation bug
3.1 M2 introduced a regression that causes false positives during
@Configuration class candidate checks. Now performing a call to
AnnotationMetadata#isInterface in addition to checks for @Component and
@Bean annotations when determining whether a candidate is a 'lite'... | fix nested @component annotation instantiation bug | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 20,949 |
faba5941f74ab6967cc712b7c4ce25c026c7fb88 | Chris Beams | Chris Beams | Provide ConfigurationClass#toString implementation
For ease during debugging; prompted while fixing SPR-8761. | provide configurationclass#tostring implementation | 50 | false | false | 3 | true | true | true | spring-projects | spring-framework | 20,950 |
c6a0f1ef254f286af02423ea4852996b61ed7c2a | Chris Beams | Chris Beams | Polish logging for core.env package | polish logging for core.env package | 35 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,951 |
91f05c8b9d4e108e744484d808564a95b618e731 | Chris Beams | Chris Beams | Avoid creation of unnecessary Environment objects
Prior to this change, any instantiation of an
AnnotationConfigApplicationContext would trigger the creation of three
StandardEnvironment objects: one for the ApplicationContext, one for the
AnnotatedBeanDefinitionReader, and one for the
ClassPathBeanDefinitionScanner.
... | avoid creation of unnecessary environment objects | 49 | false | false | 6 | true | true | true | spring-projects | spring-framework | 20,952 |
143db0d8de9d7b46e5de93323afa7a97152ac37c | Chris Beams | Chris Beams | Introduce SystemEnvironmentPropertySource
Properties such as 'spring.profiles.active' cannot be specified at the
command line under Bash and other shells due to variable naming
constraints. This change allows for exchanging underscores for periods
as well as capitalizing property names for more idiomatic naming when
d... | introduce systemenvironmentpropertysource | 41 | false | false | 2 | true | true | false | spring-projects | spring-framework | 20,953 |
2c26a23c4658e6acfda91f1a83ba5ce90353f1e5 | Chris Beams | Chris Beams | Rename EnvironmentTests => StandardEnvironmentTests | rename environmenttests => standardenvironmenttests | 51 | false | false | 4 | false | true | false | spring-projects | spring-framework | 20,954 |
a53d592f62a8a18add16e7f6b8bd94496b2ffb7c | Chris Beams | Chris Beams | Use 'name' vs 'key' consistently in PropertySource | use 'name' vs 'key' consistently in propertysource | 50 | false | false | 7 | false | true | false | spring-projects | spring-framework | 20,955 |
03f6d23536d71e9df94f15282f9aa45499a48341 | Chris Beams | Chris Beams | Reference @EnableCaching from spring-cache XSD | reference @enablecaching from spring-cache xsd | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 20,956 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.