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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6a18daea332b8695aa7939b6f9851af84afe5a52 | Rossen Stoyanchev | Rossen Stoyanchev | Return AbstractSubscribableChannel from @Bean methods
Declare SubscribableChannel @Beans in
WebSocketMessageBrokerConfigurationSupport as
AbstractSubscribableChannel to avoid the need for casting when
registering interceptors.
Issue: SPR-11065 | return abstractsubscribablechannel from @bean methods | 53 | false | false | 5 | true | true | false | spring-projects | spring-framework | 18,657 |
0340cc5f03c2d2ece2352d8f04bdc87344d27acc | Rossen Stoyanchev | Rossen Stoyanchev | Update user destinations handling
Before this change subscribing to a user-specific destination in STOMP
required manually appending a unique queue suffix provided in a header
with the CONNECTED frame.
This change removes the need to do that. Instead STOMP clients can
subscribe to "/user/queue/error" and can then beg... | update user destinations handling | 33 | false | false | 4 | true | false | true | spring-projects | spring-framework | 18,658 |
c09f85172b5fe8f6b5c4a19fdb0ea2ca795987b2 | Sam Brannen | Sam Brannen | Use AsciiDoctor special characters
- Replaced ellipsis with "..."
- Replaced em dash with "--"
- Fixed issue with italics migration in the Standard Annotation Support
section of the Testing chapter | use asciidoctor special characters | 34 | false | false | 4 | true | true | true | spring-projects | spring-framework | 18,659 |
467c770b4de997b00508f1d8423615a251464e74 | Michael Irwin | Rossen Stoyanchev | Handle UnsupportedOperationException from getInstalledExtensions in Glassfish 4.0 | handle unsupportedoperationexception from getinstalledextensions in glassfish 4.0 | 81 | false | false | 7 | true | true | false | spring-projects | spring-framework | 18,660 |
b5bd4d8a8a27b014950bb106e2cdfcff7887676f | Rossen Stoyanchev | Rossen Stoyanchev | Add div around extra hidden fields in FormTag
Issue: SPR-10926 | add div around extra hidden fields in formtag | 45 | false | false | 8 | true | false | true | spring-projects | spring-framework | 18,661 |
e9a24da2253ea23a90f65d52f8dcf2ed3b15afc3 | Juergen Hoeller | Juergen Hoeller | Added test for placeholder in alias definition
Issue: SPR-11018 | added test for placeholder in alias definition | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,662 |
0aedd81ccc3c278931b97faf731afbbdcdec7083 | Juergen Hoeller | Juergen Hoeller | JndiObjectFactoryBean converts a "defaultObject" value to the expected type if necessary
Issue: SPR-11039 | jndiobjectfactorybean converts a "defaultobject" value to the expected type if necessary | 88 | false | false | 11 | false | false | false | spring-projects | spring-framework | 18,663 |
dcc6ef262d153f3efdf5c6f27ee68dfcd791a228 | Rob Winch | Rob Winch | Poish asciidoctor
Issues: SPR-10960 | poish asciidoctor | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,664 |
18b69903ca49bca82b545272589253c5a261d9fc | Rossen Stoyanchev | Rossen Stoyanchev | Return 415 on bad request body content-type
Issue: SPR-10982 | return 415 on bad request body content-type | 43 | false | false | 7 | true | true | true | spring-projects | spring-framework | 18,665 |
7bf4324f0fbfd11b483ea7836b5081baf76712bf | Rob Winch | Rob Winch | Poish asciidoctor
Issues: SPR-10960 | poish asciidoctor | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,666 |
3476d11fb89588353106a8e9cafa5909093a0113 | Rob Winch | Rob Winch | Poish asciidoctor
Issues: SPR-10960
grate documentation to # deleted: src/reference/docbook/index.xml | poish asciidoctor | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 18,667 |
2e57cf8bfcdcd7915c9cfbaeed86b84d413cd8a8 | Rossen Stoyanchev | Rossen Stoyanchev | Fold spring-test-mvc sources into spring-test
With spring-test compiling against Servlet 3.0 it is no longer required
to compile Spring MVC Test sources separately (from spring-test). | fold spring-test-mvc sources into spring-test | 45 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,668 |
0eeb6717e09a81e58ba206fce3176b9b22f23f44 | Rossen Stoyanchev | Rossen Stoyanchev | Fix exception mock request builder
Issue: SPR-11043 | fix exception mock request builder | 34 | false | false | 5 | true | false | true | spring-projects | spring-framework | 18,669 |
c6c55550342e47454468c5c26ae9777cd687fee4 | Rossen Stoyanchev | Rossen Stoyanchev | Use final keyword in MessageHeaders | use final keyword in messageheaders | 35 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,670 |
2ae6a6a3415eebc57babcb9d3e5505887eda6d8a | Rossen Stoyanchev | Rossen Stoyanchev | Disable ext entities in SourceHttpMessageConverter
This change disables the processing of external entities in
SourceHttpMessageConverter by default and provides an option to enable
it if required. | disable ext entities in sourcehttpmessageconverter | 50 | false | false | 5 | false | true | false | spring-projects | spring-framework | 18,671 |
c5fcf19535968ed059c404ee7d23c36fd1acd8d7 | Juergen Hoeller | Juergen Hoeller | Perform setParent's Environment merging for ClassPathXmlApplicationContext etc constructors with parent argument as well
Issue: SPR-11068 | perform setparent's environment merging for classpathxmlapplicationcontext etc constructors with parent argument as well | 120 | false | false | 13 | false | false | false | spring-projects | spring-framework | 18,672 |
4ac680103bf42956763ac79a8b881ba6044aa3f9 | Juergen Hoeller | Juergen Hoeller | Only retrieve the FlashMapManager if a non-empty output FlashMap has been found
Issue: SPR-10937 | only retrieve the flashmapmanager if a non-empty output flashmap has been found | 79 | false | false | 12 | false | false | false | spring-projects | spring-framework | 18,673 |
8f81a12236343a26200d9ba235512c720b306191 | Juergen Hoeller | Juergen Hoeller | Added actual overriding test to BeanMethodPolymorphismTests
Issue: SPR-10992 | added actual overriding test to beanmethodpolymorphismtests | 59 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,674 |
eed1a323d10de122a08db26192dc602f9fb173f8 | Juergen Hoeller | Juergen Hoeller | Polishing (along with SPR-10992) | polishing (along with spr-10992) | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,675 |
935bd25b09143f4987b7d9fb78cefc1df0e61f4b | Juergen Hoeller | Juergen Hoeller | Revised @Bean processing rules
@Bean method metadata is always being picked from the most concrete subclass; @Bean method overloads are allowed within the same config class as well; and @Bean overrides and overloads work with 'allowBeanDefinitionOverriding'=false now.
Issue: SPR-10992
Issue: SPR-11025 | revised @bean processing rules | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,676 |
e146e53d9b0ef70e6b75b0a1a7818c2392a2d5d1 | Juergen Hoeller | Juergen Hoeller | Added support for the JCA 1.7 getActivationName() method
Issue: SPR-11067 | added support for the jca 1.7 getactivationname() method | 56 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,677 |
bedb8e965f4a42a7a1e1826ba408979c2412acce | Rossen Stoyanchev | Rossen Stoyanchev | Update CONTRIBUTING-DOCUMENTATION.adoc | update contributing-documentation.adoc | 38 | false | false | 2 | true | false | false | spring-projects | spring-framework | 18,678 |
6ef9cbe473f0a4b0a4ee057812eb8f314df10ace | Rossen Stoyanchev | Rossen Stoyanchev | Update CONTRIBUTING-DOCUMENTATION.adoc | update contributing-documentation.adoc | 38 | false | false | 2 | true | false | false | spring-projects | spring-framework | 18,679 |
fd0b6caf9e55dd6eb75986fbd9b2efbd492e9baa | Rob Winch | Rob Winch | Migrate documentation to asciidoctor
This commit migrates to asciidoctor to ease writing documentation.
Issues: SPR-10960 | migrate documentation to asciidoctor | 36 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,680 |
50d3f719232d5c75f5d645cfa5aeb6bf09bdf1a0 | Juergen Hoeller | Juergen Hoeller | Added get(key, type) method to Cache interface
This new get variant not only allows for generically specifying the required value type; it also skips the ValueWrapper that the standard get method returns. Note that it is not possible to differentiate between non-existing cache entries and cached null values that way; ... | added get(key, type) method to cache interface | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,681 |
b093b8495416cd3f05a32add1c671174341bd595 | Juergen Hoeller | Juergen Hoeller | Use non-lenient constructor resolution mode for @Bean methods
Since @Bean methods are never used with externally specified constructor argument values but rather just with autowiring, the non-lenient constructor resolution mode is appropriate in case of an overloaded @Bean method, not performing any type difference we... | use non-lenient constructor resolution mode for @bean methods | 61 | false | false | 8 | true | false | false | spring-projects | spring-framework | 18,682 |
49758a2a96261d827c9f448af7de157116e547fb | Juergen Hoeller | Juergen Hoeller | Added convenience classes for typical JSR-236 setup in a Java EE 7 environment
Introduced DefaultManagedTaskExecutor, DefaultManagedTaskScheduler and DefaultManagedAwareThreadFactory classes, revised related javadoc, and deprecated unsupported JBossWorkManagerTaskExecutor in favor of JSR-236 setup on WildFly 8.
Issue... | added convenience classes for typical jsr-236 setup in a java ee 7 environment | 78 | false | false | 13 | false | false | false | spring-projects | spring-framework | 18,683 |
00474ceecdd78fedfae3cafe32a5da2e4853074b | Juergen Hoeller | Juergen Hoeller | Introduced setCacheRegionFactory method on LocalSessionFactoryBuilder/Bean
Issue: SPR-11056 | introduced setcacheregionfactory method on localsessionfactorybuilder/bean | 74 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,684 |
13ed4233876b9493a5148d9d767787d324821361 | Juergen Hoeller | Juergen Hoeller | Polished exception messages
Issue: SPR-11042 | polished exception messages | 27 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,685 |
44dee37130db1068705ca4f73d283846e9314b1e | Juergen Hoeller | Juergen Hoeller | Added further author tags
Issue: SPR-1528 | added further author tags | 25 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,686 |
7ed108e974e0a097a617bff03a2b7aa0ed60d11b | Juergen Hoeller | Juergen Hoeller | Avoid potential NPE in toString()
Issue: SPR-1528 | avoid potential npe in tostring() | 33 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,687 |
7b2ac6d19438c67024f64b76361b11577ed61cdb | Juergen Hoeller | Juergen Hoeller | LocaleContextHolder allows for independent setting of Locale and TimeZone
Issue: SPR-1528 | localecontextholder allows for independent setting of locale and timezone | 73 | false | false | 9 | false | false | false | spring-projects | spring-framework | 18,688 |
1dc7ff86045e051eb4059b25934f6b796287cb9f | Juergen Hoeller | Juergen Hoeller | Avoid unnecessary char[] allocation in NamedParameterUtils
Issue: SPR-11042 | avoid unnecessary char[] allocation in namedparameterutils | 58 | false | false | 6 | true | true | false | spring-projects | spring-framework | 18,689 |
106a973a4d3e62884655db7eebc2b7cb03aa9ea2 | Juergen Hoeller | Juergen Hoeller | Prevent early FactoryBean creation for type checking purposes when coming from a factory method on yet another bean (e.g. from a configuration class)
Issue: SPR-11202 | prevent early factorybean creation for type checking purposes when coming from a factory method on yet another bean (e.g. from a configuration class) | 149 | false | false | 23 | true | true | false | spring-projects | spring-framework | 18,690 |
b124066d63b0cdc4385c848a2f8b2663f003c0a2 | Phillip Webb | Phillip Webb | Add What's new in 4.0 to reference documentation
Update the reference documentation with "What's new in Spring 4.0". | add what's new in 4.0 to reference documentation | 48 | false | false | 8 | false | true | false | spring-projects | spring-framework | 18,691 |
309fe9ceb100bd8f32e7dfaeea8e02df94ef10a6 | Brian Clozel | Phillip Webb | Document MVC concepts introduced in Spring 4.0
Update the MVC reference documentation with the new concepts and classes
introduced in Spring 4.0
This reverts commit 6f874d734a2a38431c74444894f54797ecf74933. | document mvc concepts introduced in spring 4.0 | 46 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,692 |
01a78bbbac05de06759f8f74b93f8fea59f4a114 | Rossen Stoyanchev | Phillip Webb | Add WebSocket reference documentation
Update reference documentation with a new section for Spring 4's
WebSocket support. | add websocket reference documentation | 37 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,693 |
0a52c86559e04aa25b5f19185c8042d81cb8bcb4 | Brian Clozel | Phillip Webb | Clean MVC reference documentation
Remove reference to removed deprecations and generally cleanup the MVC
documentation.
Cleanup Struts | clean mvc reference documentation | 33 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,694 |
d6b4d92eed13d5908114cec37c056481f89a7d0f | Phillip Webb | Phillip Webb | Clean reference docs and prepare for Spring 4
Polish and cleanup the asciidoc source and prepare the reference guide
for the upcoming Spring 4.0 release. | clean reference docs and prepare for spring 4 | 45 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,695 |
8b48ba2af3ae33ad1988d1ade98dbe3843772367 | Brian Clozel | Phillip Webb | Remove the What's new in Spring 3 from docs
Remove the entire What's new in Spring 3 section from the reference
documentation. | remove the what's new in spring 3 from docs | 43 | false | false | 9 | false | true | false | spring-projects | spring-framework | 18,696 |
7e1e99d272111862079970c5cb18b3b9e3906861 | Phillip Webb | Phillip Webb | Extract appendix from main index.adoc
Extract the appendix into a separate asciidoc file in order to make the
main index.adoc easier to work with. | extract appendix from main index.adoc | 37 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,697 |
bc5affa79a67b28c858730dd69156ebf6161164a | Juergen Hoeller | Juergen Hoeller | Made BeanUtils.copyProperties defensive about property type mismatches
Issue: SPR-11209 | made beanutils.copyproperties defensive about property type mismatches | 70 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,698 |
92dad1849fe42c7bf3ecce2ae4d89428bc3272eb | Rossen Stoyanchev | Rossen Stoyanchev | Rename @[Path/Destination]Variable in spring-messaging
Issue: SPR-11208 | rename @[path/destination]variable in spring-messaging | 54 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,699 |
a9605a11e98d2b1f225aca1b5989c41a6b231cf8 | Juergen Hoeller | Juergen Hoeller | "acceptExisting" flag allows for sharing per cacheManagerName on EhCache 2.5+
As a benefit over the "shared" flag, this allows for sharing a specific CacheManager in a system with potentially multiple CacheManagers involved, and it supports controlled shutdown by the EhCacheManagerFactoryBean that actually created the... | "acceptexisting" flag allows for sharing per cachemanagername on ehcache 2.5+ | 77 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,700 |
9c157ea073054ef613d72d2939dbd3802649636f | Juergen Hoeller | Juergen Hoeller | DispatcherPortlet never uses a resource forward on Liferay
Issue: SPR-10791 | dispatcherportlet never uses a resource forward on liferay | 58 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,701 |
8d6d6be39a9ae40c5d0b737bf820b102936c256a | Juergen Hoeller | Juergen Hoeller | MBean registration happens in a fully synchronized fashion for consistent results
Issue: SPR-11002 | mbean registration happens in a fully synchronized fashion for consistent results | 81 | false | false | 11 | false | false | false | spring-projects | spring-framework | 18,702 |
1b4e02b1781867d1a918211c7f1f7c3facaafe46 | Juergen Hoeller | Juergen Hoeller | RequiredAnnotationBeanPostProcessor skips factory-bean definitions
Also moving the associated unit tests to the correct package beans.factory.annotation
Issue: SPR-10458 | requiredannotationbeanpostprocessor skips factory-bean definitions | 66 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,703 |
161819f1417579c915751a6ef1fa7699963574fb | Juergen Hoeller | Juergen Hoeller | Component scanning ignores attributes and meta-annotations on non-public annotations
Issue: SPR-11091 | component scanning ignores attributes and meta-annotations on non-public annotations | 84 | false | false | 9 | false | false | false | spring-projects | spring-framework | 18,704 |
a223e247c2cbcd221a8d6b2dbb5aafd837ee07d7 | Sam Brannen | Sam Brannen | Document meta-annotation support in the TCF
- Completed Javadoc for MetaAnnotationUtils.
- Added Javadoc notes to multiple annotations in the TCF, pointing out
which annotations can be used as meta-annotations.
Issue: SPR-11109 | document meta-annotation support in the tcf | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,705 |
9fbb57c3ece4d5335bf7885f3b81996288c22f1e | Juergen Hoeller | Juergen Hoeller | Fixed CGLIB class validation to not raising warning for static final methods
Issue: SPR-11107 | fixed cglib class validation to not raising warning for static final methods | 76 | false | false | 12 | false | false | false | spring-projects | spring-framework | 18,706 |
3ff3805ed608cff870dd0699d996c45cb9c2a682 | Juergen Hoeller | Juergen Hoeller | Fixed extractOutputParameters to properly extract ResultSet in all cases
Issue: SPR-11076 | fixed extractoutputparameters to properly extract resultset in all cases | 72 | false | false | 9 | false | false | false | spring-projects | spring-framework | 18,707 |
ccafccbec86fcd9c2b6522fd4a5007aec59008bc | Juergen Hoeller | Juergen Hoeller | Actually accept String expressions for "prefetch" and "receive-timeout" in jms namespace
Issue: SPR-10986 | actually accept string expressions for "prefetch" and "receive-timeout" in jms namespace | 88 | false | false | 11 | false | false | false | spring-projects | spring-framework | 18,708 |
2d2226baf60f44ff730e09de5b25cd0da91074fc | Juergen Hoeller | Juergen Hoeller | Added 546 to Sybase data integrity violation codes
Issue: SPR-11097 | added 546 to sybase data integrity violation codes | 50 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,709 |
62ea627965eb10eb3f3c2b2388ff6d1ac7ddb3a6 | Juergen Hoeller | Juergen Hoeller | Revised exclusion of java.lang.Class properties
Issue: SPR-11098 | revised exclusion of java.lang.class properties | 47 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,710 |
a1529d498e004b3e3b1aa123b57a07435e6d644d | Phillip Webb | Phillip Webb | Fix possible GenericMsgTemplate race condition
Fix a potential race condition with GenericMessagingTemplate's inner
TemporaryReplyChannel class.
Prior to this commit the `hasReceived` member variable was read after
calling `replyLatch.countDown()`.
Issue: SPR-11206 | fix possible genericmsgtemplate race condition | 46 | false | false | 5 | false | true | false | spring-projects | spring-framework | 18,711 |
f57c4a09ee0e16680c3bf3327af5e226a689df8c | Phillip Webb | Phillip Webb | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,712 |
da7ae4a63b151d93eb4b5695451f44c4eda89c07 | Sam Brannen | Sam Brannen | Polish meta-annotation terminology in MetaAnnoUtils | polish meta-annotation terminology in metaannoutils | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,713 |
800018a817297314e58446d55c3a15aef6f756cb | Sam Brannen | Sam Brannen | Do not repopulate RequestContextHolder in ServTEL
This commit fixes a bug introduced in the last commit.
ServletTestExecutionListener (STEL) now tracks whether it has already
populated the RequestContextHolder.
Issue: SPR-11144 | do not repopulate requestcontextholder in servtel | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,714 |
099b10d23bbf79efdb07fb40e23c63acfb1bfcf1 | Sam Brannen | Sam Brannen | Honor presence of @WebAppConfiguration in ServTEL
The previous commit for issue SPR-11144 revealed a bug in
ServletTestExecutionListener (STEL). Specifically, STEL acted on the
fact that the ApplicationContext for a given TestContext was an
instance of WebApplicationContext. This behavior could potentially
break test ... | honor presence of @webappconfiguration in servtel | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 18,715 |
c5d797736ba5fc098472d5cfeb24321a75316cc7 | Juergen Hoeller | Juergen Hoeller | Added tests for custom qualifier annotations on scoped @Bean methods
Issue: SPR-11116 | added tests for custom qualifier annotations on scoped @bean methods | 68 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,716 |
cb624e25c56cfe48013a80a371bdb573072ea278 | Juergen Hoeller | Juergen Hoeller | Fixed ExtendedBeanInfo and its tests to accept JDK 8 b117+ introspection results
Specifically, read and write methods are allowed to express property types with superclass/subclass relationships in both directions now.
Issue: SPR-11139 | fixed extendedbeaninfo and its tests to accept jdk 8 b117+ introspection results | 80 | false | false | 12 | false | false | false | spring-projects | spring-framework | 18,717 |
92816492edd50b9791cbbc4129fc79eaf71fac98 | Juergen Hoeller | Juergen Hoeller | Established well-defined registration order for Hibernate package scanning
Issue: SPR-7742 | established well-defined registration order for hibernate package scanning | 74 | false | false | 8 | false | false | false | spring-projects | spring-framework | 18,718 |
eb1b3c5a685aaa7204dd9078754df617db1fd324 | Juergen Hoeller | Juergen Hoeller | Use bean-creating factory's AutowireCandidateResolver even for dependencies in parent factory
Specifically, if the current factory has Qualifier/ContextAnnotationAutowireCandidateResolver set up, it is important to pass it on to ancestor factories to get consistent qualifier matching results.
Issue: SPR-10966 | use bean-creating factory's autowirecandidateresolver even for dependencies in parent factory | 93 | false | false | 10 | false | false | false | spring-projects | spring-framework | 18,719 |
be63c07b2e49b6439a43610a64c3cf456d9c9458 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,720 |
d6e84631f588bfd0a6cb7723b6e4e3a20bccf52e | Juergen Hoeller | Juergen Hoeller | Fixed @since tag | fixed @since tag | 16 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,721 |
4fe52d19534195717c742fd1e04fb096ba2eeb96 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,722 |
6d7ce439b162a3784d5182947682ba479a83b9a5 | Juergen Hoeller | Juergen Hoeller | Introduced GuavaCacheManager as an alternative to ConcurrentMapCacheManager | introduced guavacachemanager as an alternative to concurrentmapcachemanager | 75 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,723 |
4c8a7899f25a6773a6e70cf8cffad85e6147308a | Juergen Hoeller | Juergen Hoeller | Optimized use of JDBC 3.0 ParameterMetaData.getParameterType, caching information about drivers which do not support that feature
Issue: SPR-11100 | optimized use of jdbc 3.0 parametermetadata.getparametertype, caching information about drivers which do not support that feature | 129 | false | false | 16 | false | false | false | spring-projects | spring-framework | 18,724 |
26d143868f912bcd8fe4b8cc66135928807526f8 | Juergen Hoeller | Juergen Hoeller | Compatibility with XStream 1.4.5
XStream 1.4.5 doesn't check a given ConverterLookup for a ConverterRegistry implementation anymore, so we have to manually perform that check and assignment.
Issue: SPR-11147 | compatibility with xstream 1.4.5 | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,725 |
242ecdc448ee705220d4e8befa00f274a1c7ff53 | Juergen Hoeller | Juergen Hoeller | Fixed inner bean name determination for multi-level nesting scenario, calculating a unique bean name as early as possible now (and for any kind of bean scope)
Our per-bean caching in AutowiredAnnotationBeanPostProcessor and co relies on unique bean names, so this change fixes potential cache mismatch problems occuring... | fixed inner bean name determination for multi-level nesting scenario, calculating a unique bean name as early as possible now (and for any kind of bean scope) | 158 | false | false | 26 | false | false | false | spring-projects | spring-framework | 18,726 |
5dcd28761c515d666855ca14ddf21dffef286e10 | Juergen Hoeller | Juergen Hoeller | Fixed type resolution for uninitialized factory-method declaration
Issue: SPR-11112 | fixed type resolution for uninitialized factory-method declaration | 66 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,727 |
a3b022aa48c9d62e261c53304feaeb7732c3a7f2 | Sam Brannen | Sam Brannen | Ensure ServTEL doesn't reset ReqAttrs by accident
Prior to this commit, the ServletTestExecutionListener did not
overwrite RequestAttributes in the RequestContextHolder if the
ApplicationContext associated with the given TestContext was not a
WebApplicationContext; however, the ServletTestExecutionListener would
clear... | ensure servtel doesn't reset reqattrs by accident | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,728 |
5f38996cd6df9496774adb2fc64a3051d970b226 | Rossen Stoyanchev | Rossen Stoyanchev | Add methods for static resolution of @ExceptionHandler | add methods for static resolution of @exceptionhandler | 54 | false | false | 7 | true | true | false | spring-projects | spring-framework | 18,729 |
6078c27e6080de5b3132f581ca6d0f1f730f3c8b | Juergen Hoeller | Juergen Hoeller | Fixed evaluation of "!" operator in case of multiple profile expressions
Issue: SPR-11093 | fixed evaluation of "!" operator in case of multiple profile expressions | 72 | false | false | 11 | false | false | false | spring-projects | spring-framework | 18,730 |
f70739430bd754fe8d068e76d415b2f035209345 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,731 |
8580d2d19edcd10d0e0f4f45e482cc366cef4517 | Juergen Hoeller | Juergen Hoeller | Fixed detection of generic types and qualifier annotations on scoped-proxy factory methods
Issue: SPR-11116 | fixed detection of generic types and qualifier annotations on scoped-proxy factory methods | 90 | false | false | 12 | false | false | false | spring-projects | spring-framework | 18,732 |
1f9b833c4df1c065f9e7d886caacbdb4a216953f | Juergen Hoeller | Juergen Hoeller | Introduced SockJsSession interface and moved SockJsSessionFactory and SockJsServiceConfig to sockjs.transport; added initialize(SockJsServiceConfig) method to TransportHandler interface; extracted TransportHandlingSockJsService from DefaultSockJsService; moved sockjs.support.frame to sockjs.frame and extracted (Default... | introduced sockjssession interface and moved sockjssessionfactory and sockjsserviceconfig to sockjs.transport; added initialize(sockjsserviceconfig) method to transporthandler interface; extracted transporthandlingsockjsservice from defaultsockjsservice; moved sockjs.support.frame to sockjs.frame and extracted (default... | 434 | false | false | 37 | false | false | false | spring-projects | spring-framework | 18,733 |
fcecd0328abd42a8ac717c0a2943e200bb7cd3b1 | Rossen Stoyanchev | Rossen Stoyanchev | Collapse messaging.simp.handler into messaging.simp | collapse messaging.simp.handler into messaging.simp | 51 | false | false | 4 | true | false | false | spring-projects | spring-framework | 18,734 |
307bf4bede299bdc95a99f68ae51fd076d5cdca9 | Rossen Stoyanchev | Rossen Stoyanchev | Add messaging.simp.user package | add messaging.simp.user package | 31 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,735 |
89455c00f62775ead9b7cd76398b5be2012e432c | Rossen Stoyanchev | Rossen Stoyanchev | Create messaging.simp.broker package | create messaging.simp.broker package | 36 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,736 |
ea8a2095ecc48068b64e25f0a7a1028db478c2fe | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,737 |
7a154e8e98c30abb3d0a08718aeea6e77df1544a | Juergen Hoeller | Juergen Hoeller | Renamed handler.support to handler.invocation | renamed handler.support to handler.invocation | 45 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,738 |
c4163c7475c2798786c94a6510a6ab197b5e30d3 | Juergen Hoeller | Juergen Hoeller | Moved messaging.support.converter to messaging.converter; moved messaging.support.tcp to messaging.tcp; moved messaging.support.channel to messaging.support itself; moved handler.condition to handler itself; reworked handler.method into handler.support | moved messaging.support.converter to messaging.converter; moved messaging.support.tcp to messaging.tcp; moved messaging.support.channel to messaging.support itself; moved handler.condition to handler itself; reworked handler.method into handler.support | 252 | false | false | 22 | false | false | false | spring-projects | spring-framework | 18,739 |
947f3d4b2b18b9175bfb80cffbfdbf39a07c212b | Rossen Stoyanchev | Rossen Stoyanchev | Update Javadoc, add tests and polish spring-messaging | update javadoc, add tests and polish spring-messaging | 53 | false | false | 7 | false | true | false | spring-projects | spring-framework | 18,740 |
3e0b0f100c473359814ebc0450fca0e5dfc3a69d | Sam Brannen | Sam Brannen | Delete unused import in MockAsyncContext | delete unused import in mockasynccontext | 40 | false | false | 5 | true | true | true | spring-projects | spring-framework | 18,741 |
4957131a7bacbc192bfe0e0721564733e3e7c11a | Sam Brannen | Sam Brannen | Delete sysout.println call from MBean*Tests | delete sysout.println call from mbean*tests | 43 | false | false | 5 | false | true | false | spring-projects | spring-framework | 18,742 |
edeb11c556d1b13f358695f69052fbf42e0dd4c0 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 18,743 |
efc5074395b9de24741b5e4bb3c983155d68540c | Brian Clozel | Brian Clozel | Document ControllerAdvice annotation
Issue: SPR-11149 | document controlleradvice annotation | 36 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,744 |
0912be105ab18ffd5e3104a20b4726ea53f4a9c0 | Spring Buildmaster | Phillip Webb | Increment version to 4.0.0.BUILD-SNAPSHOT | increment version to 4.0.0.build-snapshot | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,745 |
8a4b36479aab604aa38951588063f1dc7588cdb0 | Spring Buildmaster | Spring Buildmaster | Release version 4.0.0.RC2 | release version 4.0.0.rc2 | 25 | false | false | 3 | true | true | true | spring-projects | spring-framework | 18,746 |
85b0bfff585bc3390924bcfa1282616f3e476bf7 | Phillip Webb | Phillip Webb | Only consider "is" methods with boolean returns
Fix regression introduced in b25e91a5 where ReflectivePropertyAccessor
does not consider the return type for "is" getters.
Issue: SPR-11142 | only consider "is" methods with boolean returns | 47 | false | false | 7 | false | false | false | spring-projects | spring-framework | 18,747 |
8f569264daf9abe977e4325393b767bfab731f5e | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue in GlassfishRequestUpgradeStrategy
The observed behavior was that the client does not get a response from
the WebSocket HTTP handshake. On the server the handshake actually
succeeds, the response is set correctly to status 101, and the
WebSocketHandler gets notified of the successfully established
connection... | fix issue in glassfishrequestupgradestrategy | 44 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,748 |
3ac14e7cd85cbb7793f91d38058a904f1abd609e | Brian Clozel | Brian Clozel | Document websocket XML namespace
Issue: SPR-11063 | document websocket xml namespace | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 18,749 |
14468e80f36f25761a85c678789fefedf4c60f6f | Rossen Stoyanchev | Rossen Stoyanchev | Add principal in GlassfishRequestUpgradeStrategy | add principal in glassfishrequestupgradestrategy | 48 | false | false | 4 | true | true | true | spring-projects | spring-framework | 18,750 |
b1485420b689a74722ad93a78f93334b57d023f7 | Phillip Webb | Phillip Webb | Use port scanning for JMX tests
Attempt to fix performance build by scanning for a free JMX port. | use port scanning for jmx tests | 31 | false | false | 6 | true | true | true | spring-projects | spring-framework | 18,751 |
1dff45c38a03ace8ebe4466f17331d7de1c77969 | Juergen Hoeller | Juergen Hoeller | Consistent ".jetty" and ".standard" subpackages; consolidated GlassFishRequestUpgradeStrategy implementation; renamed Text/BinaryWebSocketHandler and moved them to web.socket.support | consistent ".jetty" and ".standard" subpackages; consolidated glassfishrequestupgradestrategy implementation; renamed text/binarywebsockethandler and moved them to web.socket.support | 182 | false | false | 15 | false | false | false | spring-projects | spring-framework | 18,752 |
7713a55f6ba981010da9c847cea383820af21bb2 | Rossen Stoyanchev | Rossen Stoyanchev | Add test case for multivalue x-forwarded host header
Issue: SPR-11140 | add test case for multivalue x-forwarded host header | 52 | false | false | 8 | true | true | false | spring-projects | spring-framework | 18,753 |
d4245610a2a5f0ad3af07c07510ab958adfaa2e2 | Phillip Webb | Phillip Webb | Fix performance test HSQLDB error
Fix QuartzSupportTests that has been failing since the HSQLDB upgrade. | fix performance test hsqldb error | 33 | false | false | 5 | false | false | false | spring-projects | spring-framework | 18,754 |
526555de8555f8980ffd567b29aa8c1450608e28 | Phillip Webb | Phillip Webb | Tweak times in TimedSpringRunnerTests | tweak times in timedspringrunnertests | 37 | false | false | 4 | false | true | false | spring-projects | spring-framework | 18,755 |
c2b56c07e59aeb123fbe63b282c0ef98d7380f56 | Phillip Webb | Phillip Webb | Cache property TypeDescriptors
Attempt to improve performance by caching TypeDescriptors against bean
PropertyDescriptors in CachedIntrospectionResults.
This change is an attempt to fix the failing performance test case
`testPrototypeCreationWithOverriddenResourcePropertiesIsFastEnough` in
`AnnotationProcessorPerform... | cache property typedescriptors | 30 | false | false | 3 | false | false | false | spring-projects | spring-framework | 18,756 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.