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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6bfead259eff1025cd4872eb5cee5c8a6c364264 | Chris Beams | Chris Beams | Further compensation for STS version mismatch
Current STS version of Spring (3.0.5) does not contain
the BeanUtils.instantiateClass(Class<?>, Class<T>) signature
that was added in 3.1.0, therefore NoSuchMethodErrors are
being thrown when STS classloads and delegates to
3.1.0 NamespaceHandler and BeanDefinitionParser i... | further compensation for sts version mismatch | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,857 |
d7a8536bd7aab3b817b20ca8da502859e75c44b6 | Chris Beams | Chris Beams | Re-introduce and deprecate BDPD.initDefaults(Element)
For compatibility with Spring Integration's standalone usage of
BeanDefinitionParserDelegate. | re-introduce and deprecate bdpd.initdefaults(element) | 53 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,858 |
c9c436128fad56c83a45d8aec9e9e2416d780dff | Sam Brannen | Sam Brannen | [SPR-7953] BeanDefinitionVisitor now actually visits factory method names. | [spr-7953] beandefinitionvisitor now actually visits factory method names | 73 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,859 |
c84ef76fc3ae492932cde7a08796458da2ce14cc | Sam Brannen | Sam Brannen | [SPR-7953] BeanDefinitionVisitor now actually visits factory method names. | [spr-7953] beandefinitionvisitor now actually visits factory method names | 73 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,860 |
a6d35d4801942f1e6995057a862740759dc0929c | Juergen Hoeller | Juergen Hoeller | prepared 3.1 M1 changelog | prepared 3.1 m1 changelog | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,861 |
ce761d3fe8689cb7c8c592fcefdac8387daa3c3d | Juergen Hoeller | Juergen Hoeller | renamed AbstractPropertyPlaceholderConfigurer to PlaceholderConfigurerSupport | renamed abstractpropertyplaceholderconfigurer to placeholderconfigurersupport | 77 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,862 |
df6be9f694c68247a9a5eb2193103e7b48034024 | Juergen Hoeller | Juergen Hoeller | turned to package visibility | turned to package visibility | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,863 |
47c9278e329c55e742a419cf21266b8ac10ac516 | Juergen Hoeller | Juergen Hoeller | renamed AbstractPropertyPlaceholderConfigurer to PlaceholderConfigurerSupport | renamed abstractpropertyplaceholderconfigurer to placeholderconfigurersupport | 77 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,864 |
93304b5ff2370cfb6265fb2bd4d6773ca17d528e | Juergen Hoeller | Juergen Hoeller | removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) | removed conversionservice/typeconverter convenience methods in order to restore 3.0's spi (for backwards compatibility with implementers) | 137 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,865 |
cd584afe939636b0de27785fe7556a1e9cf58886 | Juergen Hoeller | Juergen Hoeller | removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) | removed conversionservice/typeconverter convenience methods in order to restore 3.0's spi (for backwards compatibility with implementers) | 137 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,866 |
b7d7fa7b7e882e1ba506462e92737a7e8742e0f1 | Chris Beams | Chris Beams | Further compensations for STS; binary compat fixes
Defensively catch NoSuchMethodError when calling BDPD.getEnvironment()
and supply a DefaultEnvironment if not available.
Replace the single-arg constructor for BDPD and deprecate, preserving
binary compat particularly for Spring Integration who instantiates
this clas... | further compensations for sts; binary compat fixes | 50 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,867 |
9cc125531b0d6d0ef1c0b116e164d23d006091fe | Chris Beams | Chris Beams | Fix STS compatibility issues; other improvements
Revert changes to ParserContext, ReaderContext, and XmlReaderContext
These changes cause cross-version incompatibilities at tooling time
-- for instance, an STS version that ships with Spring 3.0.5
classloads the ParserContext defined in that version, where... | fix sts compatibility issues; other improvements | 48 | false | false | 6 | false | true | false | spring-projects | spring-framework | 22,868 |
939da34869d6e7ba4716dadc92cc85580ede27cb | Thomas Risberg | Thomas Risberg | switched to create the PreparedStatementCreatorFactory using a list of SqlParameters to preserve type names (SPR-7699) | switched to create the preparedstatementcreatorfactory using a list of sqlparameters to preserve type names (spr-7699) | 118 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,869 |
91debc3a35e646e8302d71025f496bbe02eda779 | Arjen Poutsma | Arjen Poutsma | Fixing compilation error with javac. | fixing compilation error with javac | 35 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,870 |
c58b63a982ace4526f8a74b5326aa32a58d684c0 | Chris Beams | Chris Beams | Revert signature change in BDRU.registerWithGeneratedName
This change broke binary compatibility as evidenced by running
the greenhouse test suite and finding that Spring Integration's
AbstractConsumerEndpointParser.parseInternal fails with
NoSuchMethodError when trying to invoke. | revert signature change in bdru.registerwithgeneratedname | 57 | false | false | 5 | false | true | false | spring-projects | spring-framework | 22,871 |
b1756e2f17dddcf0e029e1a3a9135ebe363c0f70 | Chris Beams | Chris Beams | Sync pom.xml deps with ivy.xml changes since 3.0.5 | sync pom.xml deps with ivy.xml changes since 3.0.5 | 50 | false | false | 8 | false | true | false | spring-projects | spring-framework | 22,872 |
2f7c2230f00370a6f8d9eb248b30f325fbe39927 | Chris Beams | Chris Beams | Include license.txt and notice.txt in module JARs | include license.txt and notice.txt in module jars | 49 | false | false | 7 | true | true | true | spring-projects | spring-framework | 22,873 |
906b50ef51d237dda5e54b5610528aa769f232a5 | Chris Beams | Chris Beams | Add FeatureMethodErrorTests
Capture common mistakes with @Feature method declarations and ensure
that useful error messages are produced. | add featuremethoderrortests | 27 | false | false | 2 | true | true | false | spring-projects | spring-framework | 22,874 |
6926e0f5636066de1fe483ed4e860a5a3ed74fb4 | Sam Brannen | Sam Brannen | Suppressing warnings, polishing JavaDoc, etc. | suppressing warnings, polishing javadoc, etc | 44 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,875 |
e7c2713fd40ff8b8bdf7675b58c76cd915eabb6f | Sam Brannen | Sam Brannen | polishing JavaDoc | polishing javadoc | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,876 |
2d76dde611ec8edf3cd52704b6bb3f525b259ce6 | Chris Beams | Chris Beams | Rename ExecutorContext => SpecificationContext | rename executorcontext => specificationcontext | 46 | false | false | 4 | false | true | false | spring-projects | spring-framework | 22,877 |
c5063004ebbe86bad19b8d3b3ee715d54c5502c5 | Chris Beams | Chris Beams | Rename spring.{profile}.active => {profiles}
Same for spring.profiles.default | rename spring.{profile}.active => {profiles} | 44 | false | false | 4 | false | true | false | spring-projects | spring-framework | 22,878 |
a2bc381adebddd2737aa5375f841e9a56fa9d309 | Chris Beams | Chris Beams | Extract ProblemCollector interface | extract problemcollector interface | 34 | false | false | 3 | true | true | true | spring-projects | spring-framework | 22,879 |
60414c9052163011be20252af56c0d9abb75a3f0 | Juergen Hoeller | Juergen Hoeller | updated for the 3.1 M1 release | updated for the 3.1 m1 release | 30 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,880 |
9bef79f5a88dbe531a497717f99b54d074457863 | Juergen Hoeller | Juergen Hoeller | removed assertions | removed assertions | 18 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,881 |
b4fea47d5cff9f3c85e62c233c2fe86b1d616592 | Chris Beams | Chris Beams | Introduce FeatureSpecification support
Introduce FeatureSpecification interface and implementations
FeatureSpecification objects decouple the configuration of
spring container features from the concern of parsing XML
namespaces, allowing for reuse in code-based configuration
(see @Feature* annotations... | introduce featurespecification support | 38 | false | false | 3 | true | true | true | spring-projects | spring-framework | 22,882 |
b04987ccc37985eae59a2b5cc19a1c6ea5d6c844 | Chris Beams | Chris Beams | Make ObjectUtils.addObjectToArray() generic | make objectutils.addobjecttoarray() generic | 43 | false | false | 3 | true | true | true | spring-projects | spring-framework | 22,883 |
fb57316afaec08cf01cfc196b107ebb4b2f50891 | Costin Leau | Costin Leau | renamed EhcacheCacheManager to EhCacheCacheManager | renamed ehcachecachemanager to ehcachecachemanager | 50 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,884 |
ca2dbc1c59af4ef45e092d9d7ea4592cb0a03fe1 | Costin Leau | Costin Leau | renamed EhcacheCacheManager to EhCacheCacheManager | renamed ehcachecachemanager to ehcachecachemanager | 50 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,885 |
4da39b48f7372c0dfeb1428ae4a51f47a7b5113e | Costin Leau | Costin Leau | moved cache abstraction from context.support to context | moved cache abstraction from context.support to context | 55 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,886 |
fbb1fa33a14fd72cf30cc207539586ba02d60126 | Keith Donald | Keith Donald | added support for Instant and MutableDateTime binding to JodaTime formatting system; allow for use of @DateTimeFormat on any ReadableInstant field | added support for instant and mutabledatetime binding to jodatime formatting system; allow for use of @datetimeformat on any readableinstant field | 146 | false | false | 20 | false | false | false | spring-projects | spring-framework | 22,887 |
ff7f3aebeae97d6a35913eeb389a885af72c4e28 | Keith Donald | Keith Donald | reordered interface operations for clarity | reordered interface operations for clarity | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,888 |
7d1104e442e5d0003876106f901b9f420d2df1a7 | Keith Donald | Keith Donald | SPR-7875 | spr-7875 | 8 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,889 |
f82563fb6f70688ae1ec6ad7476c7fc7b7dab997 | Chris Beams | Chris Beams | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,890 |
4c05eaeb1622a66bac98a06faf971fcc3b871cb4 | Chris Beams | Chris Beams | Resolved SPR-6602, relating to FactoryBean behavior in @Configuration classes. See issue and code comments for full details. | resolved spr-6602, relating to factorybean behavior in @configuration classes. see issue and code comments for full details | 123 | false | false | 17 | false | false | false | spring-projects | spring-framework | 22,891 |
1cd0a9750da46d35a6ff8eadccb4d3be22afeb9e | Arjen Poutsma | Arjen Poutsma | SPR-6467 - Allow ContentNegotiatingViewResolver to be strict ant return a 406 if no view found | spr-6467 - allow contentnegotiatingviewresolver to be strict ant return a 406 if no view found | 94 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,892 |
0cb9271b9528cf863f43fc67977ec60f1cda2067 | Arjen Poutsma | Arjen Poutsma | Test for SPR-6690 | test for spr-6690 | 17 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,893 |
8d5fc2bf919d809a12d5572406235ac769bfe57e | Arjen Poutsma | Arjen Poutsma | SPR-6686 - @ResponseBody throws HttpMediaTypeNotAcceptableException if client accepts "*/*" | spr-6686 - @responsebody throws httpmediatypenotacceptableexception if client accepts "*/*" | 91 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,894 |
f7952fccc8257319bca85907d4cc54aabcfa4e39 | Juergen Hoeller | Juergen Hoeller | fixed sample code (SPR-6687) | fixed sample code (spr-6687) | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,895 |
23b0f82173790e266ae3e2c6eeb8e2b89ec3a49a | Juergen Hoeller | Juergen Hoeller | fixed link to blog entry (SPR-6691) | fixed link to blog entry (spr-6691) | 35 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,896 |
0cc0a9bc2b07e95ccf73adebc36caa65d8b3e90d | Juergen Hoeller | Juergen Hoeller | added "concurrency" property to Default/SimpleMessageListenerContainer and JmsActivationSpecConfig, supporting placeholders for the jms namespace "concurrency" attribute now (SPR-6232) | added "concurrency" property to default/simplemessagelistenercontainer and jmsactivationspecconfig, supporting placeholders for the jms namespace "concurrency" attribute now (spr-6232) | 184 | false | false | 17 | false | false | false | spring-projects | spring-framework | 22,897 |
998aa149810da4bd0fdf5ab7b9029970ca175684 | Juergen Hoeller | Juergen Hoeller | fixed resolveRootDirResource regression (SPR-6592) | fixed resolverootdirresource regression (spr-6592) | 50 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,898 |
b077d5ba975debea0f75b76441c562b0b54e4294 | David Syer | David Syer | SPR-6678: fix poms for 3.0.1 | fix poms for 3.0.1 | 18 | false | false | 4 | true | true | true | spring-projects | spring-framework | 22,899 |
e4d8651aa94cf8611b4096ae37bfa7b5953d0e84 | David Syer | David Syer | RESOLVED - issue SPR-6668: Small Connection leak in DataSourceInitializer
http://jira.springframework.org/browse/SPR-6668 | small connection leak in datasourceinitializer | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,900 |
e195c39d3c95c27aaeaff61c20f97648a0b363d1 | Juergen Hoeller | Juergen Hoeller | unresolvable placeholders will be ignored by default for Resource array properties as well (SPR-6654) | unresolvable placeholders will be ignored by default for resource array properties as well (spr-6654) | 101 | false | false | 14 | false | false | false | spring-projects | spring-framework | 22,901 |
7cbd9e1d93b712f5ac098f06b7407dfc90e0d1d8 | Juergen Hoeller | Juergen Hoeller | fixed type assignability check for wildcarded Map (SPR-6676) | fixed type assignability check for wildcarded map (spr-6676) | 60 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,902 |
1ff99f25694167d3a9d800d80acb04aba7a3709c | Juergen Hoeller | Juergen Hoeller | MBeanClientInterceptor understands CompositeData/TabularData arrays (SPR-6548) | mbeanclientinterceptor understands compositedata/tabulardata arrays (spr-6548) | 78 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,903 |
2e032889ef77e2aafce32e9236440cafa5717aec | Juergen Hoeller | Juergen Hoeller | added "alwaysTranslate" flag (SPR-6630) | added "alwaystranslate" flag (spr-6630) | 39 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,904 |
fd3a39dc9875e21ecee6d015cbd26855967f441d | Juergen Hoeller | Juergen Hoeller | MimeMessageHelper encodes from, to, cc, bcc String addresses with given encoding as well (SPR-6530) | mimemessagehelper encodes from, to, cc, bcc string addresses with given encoding as well (spr-6530) | 99 | false | false | 14 | false | false | false | spring-projects | spring-framework | 22,905 |
38cf127c8b1d37f1c7299cb59eccfdb3628230e9 | Juergen Hoeller | Juergen Hoeller | mark spring-aop as required for spring-context (SPR-6578) | mark spring-aop as required for spring-context (spr-6578) | 57 | false | false | 7 | false | true | false | spring-projects | spring-framework | 22,906 |
0ba83755467dabdc6c133d663ece66815407913d | Juergen Hoeller | Juergen Hoeller | full support for JPA 2.0 PersistenceUnitInfo SPI (for compatibility with Hibernate 3.5 beta 3; SPR-6408) | full support for jpa 2.0 persistenceunitinfo spi (for compatibility with hibernate 3.5 beta 3; spr-6408) | 104 | false | false | 15 | false | false | false | spring-projects | spring-framework | 22,907 |
5c41e2c6e1f06b4b0d55527a683054a93d334c6e | Juergen Hoeller | Juergen Hoeller | made comment prefix configurable (SPR-6667) | made comment prefix configurable (spr-6667) | 43 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,908 |
410dd0aa9fa5a0970aa60849cfcac94dc540ddb4 | Mark Fisher | Mark Fisher | SPR-6670 @Scheduled now supports property placeholders for cron expressions. | spr-6670 @scheduled now supports property placeholders for cron expressions | 75 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,909 |
1284086ffad7eccc43b883c865d72e58de83c905 | Mark Fisher | Mark Fisher | SPR-6669 @Scheduled may now be used as a meta-annotation | spr-6669 @scheduled may now be used as a meta-annotation | 56 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,910 |
543515e36cf2cdc1cae518c6de96d5e1d9a61d46 | David Syer | David Syer | RESOLVED - issue SPR-6666: CronTrigger/CronSequenceGenerator fails to handle daylight saving timezone changes | crontrigger/cronsequencegenerator fails to handle daylight saving timezone changes | 82 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,911 |
bb3c8e5c8774512ee72ab93e656c9b1b0d1c3c78 | Arjen Poutsma | Arjen Poutsma | SPR-6640 - PathVariable does not work properly after updated to 3.0 GA | spr-6640 - pathvariable does not work properly after updated to 3.0 ga | 70 | false | false | 12 | false | false | false | spring-projects | spring-framework | 22,912 |
a70f525d4e94674a28d36888aa8cb5ac400630eb | Juergen Hoeller | Juergen Hoeller | fixed toString handling (SPR-5582) | fixed tostring handling (spr-5582) | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,913 |
4ca54fb4158da6337060cac9faba6911f192aa1e | Juergen Hoeller | Juergen Hoeller | fixed @Scheduled processing to kick in once only even in an ApplicationContext hierarchy (SPR-6656) | fixed @scheduled processing to kick in once only even in an applicationcontext hierarchy (spr-6656) | 99 | false | false | 14 | false | false | false | spring-projects | spring-framework | 22,914 |
2ef40d24220b2e275b990c6523525508aaf2cfb2 | Juergen Hoeller | Juergen Hoeller | fixed typos | fixed typos | 11 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,915 |
b9a3d3f392e796ab81bc5be92d9960e7b49fd5a2 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,916 |
38f5c7a1d5002d0560665989fe777c2523cf4ca4 | Juergen Hoeller | Juergen Hoeller | added assertion | added assertion | 15 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,917 |
b56328aa9e0565bf2053a9cd6a8acdfd0e4255e4 | Juergen Hoeller | Juergen Hoeller | replaced references to "spring-agent.jar" with "org.springframework.instrument.jar" (SPR-6597) | replaced references to "spring-agent.jar" with "org.springframework.instrument.jar" (spr-6597) | 94 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,918 |
4a90266f8e62c1072011b8beb595d17f0d704aee | Juergen Hoeller | Juergen Hoeller | expose offending value through public "getValue()" method (SPR-6629) | expose offending value through public "getvalue()" method (spr-6629) | 68 | false | false | 8 | true | true | false | spring-projects | spring-framework | 22,919 |
8af7f279428e6b07d7251e67b5c68e92e4500481 | Juergen Hoeller | Juergen Hoeller | ApplicationListeners will only be executed once per event (even for scripted objects; SPR-6589) | applicationlisteners will only be executed once per event (even for scripted objects; spr-6589) | 95 | false | false | 13 | false | false | false | spring-projects | spring-framework | 22,920 |
8bda9cd2bf2ddd2e23230a4631412f5e03f6a2d2 | Juergen Hoeller | Juergen Hoeller | fixed StandardEvaluationContext code sample | fixed standardevaluationcontext code sample | 43 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,921 |
a939c4ea4e9da907a461980c49988ab5db6e04bb | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,922 |
c270d347cf5d5357aa227fe2828cc49ff3e556dd | Juergen Hoeller | Juergen Hoeller | DefaultLifecycleProcessor etc | defaultlifecycleprocessor etc | 29 | false | false | 2 | false | false | false | spring-projects | spring-framework | 22,923 |
2ba1dd47b099970be707f81e4e515a9d122304e7 | Juergen Hoeller | Juergen Hoeller | allow for identifying a specific JBossWorkManagerMBean (SPR-6648) | allow for identifying a specific jbossworkmanagermbean (spr-6648) | 65 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,924 |
431fd5bb222c321957ae8853ff8e47891fafe093 | Juergen Hoeller | Juergen Hoeller | allow for overriding specific DefaultLifecycleProcessor hooks (SPR-6617) | allow for overriding specific defaultlifecycleprocessor hooks (spr-6617) | 72 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,925 |
819f4be08eb58378554ff6a50ff26aa091e4b64a | Juergen Hoeller | Juergen Hoeller | added lock timeout error code for H2 (SPR-6612) | added lock timeout error code for h2 (spr-6612) | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,926 |
4ab4fa704245f33bae20157e24ead42e67b84d6a | Mark Fisher | Mark Fisher | SPR-6644 The 'id' value from an 'executor' element in the task namespace is now used as the thread name prefix for the resulting ThreadPoolTaskExecutor instance. | spr-6644 the 'id' value from an 'executor' element in the task namespace is now used as the thread name prefix for the resulting threadpooltaskexecutor instance | 160 | false | false | 25 | false | false | false | spring-projects | spring-framework | 22,927 |
265084cb6cf81bac948bae28ff0cd91fa6f537c9 | Juergen Hoeller | Juergen Hoeller | fixed retriever cache putting | fixed retriever cache putting | 29 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,928 |
a7a03356f4f9ecf594ebfdb890836128fdfab07d | Juergen Hoeller | Juergen Hoeller | revised JSP-based views to never fail when trying to setting forward attributes (SPR-6623) | revised jsp-based views to never fail when trying to setting forward attributes (spr-6623) | 90 | false | false | 13 | false | false | false | spring-projects | spring-framework | 22,929 |
4931e8b229f5357b360accf46198123e30568aa9 | Juergen Hoeller | Juergen Hoeller | fixed "inner vs. nested class" terminology (SPR-6608) | fixed "inner vs. nested class" terminology (spr-6608) | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,930 |
b5941924255265a2d500d583bfb5b091c7897983 | Juergen Hoeller | Juergen Hoeller | refactored to pass along original ServletContext (for WebLogic and Resin JSP compatibility; SPR-6606) | refactored to pass along original servletcontext (for weblogic and resin jsp compatibility; spr-6606) | 101 | false | false | 13 | false | false | false | spring-projects | spring-framework | 22,931 |
e5d4ffc166cf1bf2f1b9ce97d09761b02878d119 | Juergen Hoeller | Juergen Hoeller | reset retriever cache when adding/removing listeners (SPR-6624) | reset retriever cache when adding/removing listeners (spr-6624) | 63 | false | false | 7 | true | true | false | spring-projects | spring-framework | 22,932 |
f7b0a2c0a218a1278ae1c71d340a99e60d69128e | Juergen Hoeller | Juergen Hoeller | fixed JavaConfig sample code (SPR-6637, SPR-6638) | fixed javaconfig sample code (spr-6637, spr-6638) | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,933 |
9ca6003533558b27f47af3c1d06f95a3978c5bf4 | Juergen Hoeller | Juergen Hoeller | fixed scoped proxy unwrapping (SPR-6625) | fixed scoped proxy unwrapping (spr-6625) | 40 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,934 |
e328083d118670e9853d73ee04ffd139488543e8 | Juergen Hoeller | Juergen Hoeller | updated manifest for new JPA 2.0 criteria package (SPR-6636) | updated manifest for new jpa 2.0 criteria package (spr-6636) | 60 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,935 |
d1b3f57320d5567ff8f6420c9bcf07521ea5e2b9 | Chris Beams | Chris Beams | Resolved SPR-6618. Restrictions were too tight on overloaded bean methods and were preventing it altogether. Overloading is now allowed, as long as there is no ambiguity at runtime which bean method should be invoked. | resolved spr-6618. restrictions were too tight on overloaded bean methods and were preventing it altogether. overloading is now allowed, as long as there is no ambiguity at runtime which bean method should be invoked | 217 | false | false | 34 | false | false | false | spring-projects | spring-framework | 22,936 |
75d0f9b95cbaa7d4ea025f314ab55e3074611a2c | Juergen Hoeller | Juergen Hoeller | initial preparations for 3.0.1 release | initial preparations for 3.0.1 release | 38 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,937 |
0fb4af6b599c9bda39211d0732a71b81cf179da0 | Juergen Hoeller | Juergen Hoeller | generic ApplicationListener event type gets detected through proxy as well | generic applicationlistener event type gets detected through proxy as well | 74 | false | false | 10 | false | false | false | spring-projects | spring-framework | 22,938 |
d2f28ccf41814f5b529e5c82449a2525830ebf72 | Chris Beams | Chris Beams | SJC-273 resolved minor @Configuration documentation error | sjc-273 resolved minor @configuration documentation error | 57 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,939 |
bddb38d787452e7d0619237070a72168a5b2e201 | Juergen Hoeller | Juergen Hoeller | fixed getBeansWithAnnotation to ignore beans with non-determinable type (SPR-6579) | fixed getbeanswithannotation to ignore beans with non-determinable type (spr-6579) | 82 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,940 |
f3274624b3b018e900b47c45b86d2383a3a6da47 | Christian Dupuis | Christian Dupuis | STS-723: fixed ViewControllerBeanDefinitionParser to not rely on instance state for handler mapping and handler adapter bean names | fixed viewcontrollerbeandefinitionparser to not rely on instance state for handler mapping and handler adapter bean names | 121 | false | false | 16 | false | false | false | spring-projects | spring-framework | 22,941 |
4160fc85f26e820f72c6f6a0f205b5d8038c50f0 | Arjen Poutsma | Arjen Poutsma | Updated build for 3.0.1 | updated build for 3.0.1 | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,942 |
f6228b91e578ca9c995d0d5aec2a5ad452c012fe | Chris Beams | Chris Beams | Resolved SPR-6187: touch-ups based on mfisher's feedback. | touch-ups based on mfisher's feedback | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,943 |
f208988563b2f5592f16fc8b5285fe12c935e9e2 | Juergen Hoeller | Juergen Hoeller | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 22,944 |
fd1bfeefe4e912b6dd76444b54ae05563d56d117 | Juergen Hoeller | Juergen Hoeller | avoid hard-coded AOP dependency for ScopedObject check | avoid hard-coded aop dependency for scopedobject check | 54 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,945 |
198911e0d2072e260d67b81103889850d2ec5b9e | Juergen Hoeller | Juergen Hoeller | removed hard ScopedProxyUtils dependency in ConfigurationClassEnhancer | removed hard scopedproxyutils dependency in configurationclassenhancer | 70 | false | false | 6 | false | false | false | spring-projects | spring-framework | 22,946 |
776f0490f9804d79922cdca0e726dc8f1e3da245 | Juergen Hoeller | Juergen Hoeller | prepared for 3.0 GA release | prepared for 3.0 ga release | 27 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,947 |
2ec39f50005f1609757296ca455e04125e668142 | Juergen Hoeller | Juergen Hoeller | TypedValue.NULL_TYPED_VALUE -> TypedValue.NULL | typedvalue.null_typed_value -> typedvalue.null | 46 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,948 |
dc99df297274d8c1291cdaed5d9dd508910584d3 | Juergen Hoeller | Juergen Hoeller | use TypeDescriptor.forObject instead of constructor; enforce use of TypeDescriptor.valueOf through making the constructor private | use typedescriptor.forobject instead of constructor; enforce use of typedescriptor.valueof through making the constructor private | 129 | false | false | 14 | true | true | false | spring-projects | spring-framework | 22,949 |
7fb19d658b62b54bf2886325589b9b0703efc9d9 | Keith Donald | Keith Donald | primitive desc caching | primitive desc caching | 22 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,950 |
2fef141a00e825b7b62c6d248a43248f3acb3614 | Keith Donald | Keith Donald | TypeDescriptor.valueOf usage in favor of constants; TypedValue usage simplification | typedescriptor.valueof usage in favor of constants; typedvalue usage simplification | 83 | false | false | 9 | false | false | false | spring-projects | spring-framework | 22,951 |
f37d7082a2a0c8630fef757b321d144274b6cbe7 | Keith Donald | Keith Donald | moved public methods up | moved public methods up | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 22,952 |
39325958bcb2d4fa3172068e4916bd53e94e17c6 | Keith Donald | Keith Donald | moved static factory methods up | moved static factory methods up | 31 | false | false | 5 | false | false | false | spring-projects | spring-framework | 22,953 |
d6f4f4c7b4d06dc3653d74c492645242f8eb76dc | Juergen Hoeller | Juergen Hoeller | BeanValidationPostProcessor runs in before-initialization phase by default (SPR-6565) | beanvalidationpostprocessor runs in before-initialization phase by default (spr-6565) | 85 | false | false | 8 | false | false | false | spring-projects | spring-framework | 22,954 |
943c46b07ddb3fc67f7d61256cca6de16420743b | Keith Donald | Keith Donald | value of optmization | value of optmization | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 22,955 |
8ff801648de53fe8ca743c09132f07fd167248bb | Keith Donald | Keith Donald | object to String not supported test case | object to string not supported test case | 40 | false | false | 7 | false | false | false | spring-projects | spring-framework | 22,956 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.