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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4b291c665c202e73f701d6bd978186635122467a | Sam Brannen | Sam Brannen | Upgrade spring-test tests to Hibernate 4
This commit upgrades Hibernate-based integration tests in the
spring-test module to use Hibernate 4 instead of 3 and Hibernate
Validator 5 instead of 4. This streamlines and simplifies our
dependency management at the same time.
Issue: SPR-11834 | upgrade spring-test tests to hibernate 4 | 40 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,557 |
d46b29e71f783bc21553ed11921cbb0bca51b49c | Sam Brannen | Sam Brannen | Upgrade Eclipse project settings for Java 8
- Set the eclipse.jdt source and target compatibility to 1.8 in
ide.gradle.
- Updated the instructions in import-into-eclipse.sh to reflect minimum
requirements for building Spring Framework 4.1 against Java 8 with
Eclipse and STS
Issue: SPR-11831 | upgrade eclipse project settings for java 8 | 43 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,558 |
12a9df8a1c1a24afdaabd615de33ed265250fa4d | Stephane Nicoll | Stephane Nicoll | Throw a proper exception if no convert is found
Prior to this commit, no exception was raised if a message could not
be converted to the requested payload because no suitable converter
were found.
This commit adds an explicit check if the converted payload is null.
Issue: SPR-11817 | throw a proper exception if no convert is found | 47 | false | false | 9 | true | true | true | spring-projects | spring-framework | 16,559 |
8dec1db914c1b7465019e100b640523c6482d51f | Sam Brannen | Sam Brannen | Tweak JmsMessagingTemplateTests for Eclipse 4.4
Eclipse 4.4 early release versions have issues with generics.
This commit slightly tweaks the use of generics in
JmsMessagingTemplateTests so that the class compiles in the latest
builds of Eclipse 4.4 | tweak jmsmessagingtemplatetests for eclipse 4.4 | 47 | false | false | 5 | false | true | false | spring-projects | spring-framework | 16,560 |
3944f7ad97e59eab914f82d16fa918ead534a0d9 | Rossen Stoyanchev | Rossen Stoyanchev | Fix animalSniffer warning | fix animalsniffer warning | 25 | false | false | 3 | false | true | false | spring-projects | spring-framework | 16,561 |
6966e89578e6c5ce18224bbbb3a3ecf809757661 | Rossen Stoyanchev | Rossen Stoyanchev | Add ResourceTransformer and CSS link implementation
This change adds a ResourceTransformer that can be invoked in a chain
after resource resolution. The CssLinkResourceTransformer modifies a
CSS file being served in order to update its @import and url() links
(e.g. to images or other CSS files) to match the resource r... | add resourcetransformer and css link implementation | 51 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,562 |
e3e8a3eb402b406a2e38458846547511c9bde42c | Sam Brannen | Sam Brannen | Fix grammar in Javadoc for Propagation | fix grammar in javadoc for propagation | 38 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,563 |
8220832c4e8424b42a0e6d86529cffd3f42ea636 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,564 |
22a38d4547aa8b227b768ee4d8bb489ae1b1d9d6 | Juergen Hoeller | Juergen Hoeller | Revised GsonFactoryBean's configuration properties; made prettyPrinting test pass on Windows
Issue: SPR-9488 | revised gsonfactorybean's configuration properties; made prettyprinting test pass on windows | 92 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,565 |
d9f8ee886e74bba78a228688c6e1c3d3397eb70c | Juergen Hoeller | Juergen Hoeller | Introduced EmbeddedValueResolutionSupport base class for AnnotationFormatterFactory implementations | introduced embeddedvalueresolutionsupport base class for annotationformatterfactory implementations | 99 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,566 |
8f2ed66b4af93df15ef09681efd40a31b75d976d | Juergen Hoeller | Juergen Hoeller | ServletRequestAttributes considers standard Number subclasses (as defined in NumberUtils) as immutable
Issue: SPR-11738 | servletrequestattributes considers standard number subclasses (as defined in numberutils) as immutable | 102 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,567 |
bb6e07bd3a957d5c44fdb0574c7a51c6c8d9fa68 | Stephane Nicoll | Stephane Nicoll | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,568 |
05041ff39aa57df2897f503a3fa2d03275d03e91 | Stephane Nicoll | Stephane Nicoll | Update JMS documentation
This commit updates the JMS documentation regarding the side effects
of not using the cache with a non durable subscriber.
Issue: SPR-7883 | update jms documentation | 24 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,569 |
9fabcad3dd40296620e0c2832f9f045076600966 | Stephane Nicoll | Stephane Nicoll | Revisit JmsMessagingTemplate
This commit revisits JmsMessagingTemplate and adds support for
receiving operations as well. JmsMessageSendingOperations has been
renamed to JmsMessageOperations.
The messaging abstraction did not split receiving and request-reply
operations. AbstractMessageReceivingTemplate has been crea... | revisit jmsmessagingtemplate | 28 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,570 |
31c07dbfa435f1ac47c73315ec8999b65ec34d32 | Brian Clozel | Brian Clozel | Merge pull request #546 from gcuisinier/master
fix javadoc link for RestController and PropertySource | merge pull request #546 from gcuisinier/master | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,571 |
8d306bfbc03bdd01a6725276631d56a0d75f9461 | Gildas Cuisinier | Gildas Cuisinier | fix javadoc link for RestController and PropertySource | fix javadoc link for restcontroller and propertysource | 54 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,572 |
e3a6fce403901499c18b8a794be02e7b46af268b | Rossen Stoyanchev | Rossen Stoyanchev | Add Gson converter to MVC config
Issue: SPR-9488 | add gson converter to mvc config | 32 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,573 |
bc3ca2dea1719d34a16e1b2989e770801eacadcb | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,574 |
811330f5c86d45c9bae2834045f25963b986fe47 | Roy Clarkson | Rossen Stoyanchev | Add GsonHttpMessageConverter
This commit adds support to read and write JSON using the Google Gson
library. GsonHttpMessageConverter offers default Gson configuration, but
can be customized by using GsonFactoryBean. GsonFactoryBean includes
several convenience properties for configuring the internal GsonBuilder
and th... | add gsonhttpmessageconverter | 28 | false | false | 2 | true | true | false | spring-projects | spring-framework | 16,575 |
9952973e01790784b54fb804be07b849b1bc76f4 | Stephane Nicoll | Stephane Nicoll | Add missing cache-resolver attribute
Prior to this commit, CacheResolver could not be configured through
the XML namespace (i.e. cache:annotation-driven). This is now the
case.
Issue: SPR-11490 | add missing cache-resolver attribute | 36 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,576 |
1338d46a6ed6595dc73f3cac675d7e6c04f17da1 | Rossen Stoyanchev | Rossen Stoyanchev | Add JSONP support for MappingJackson2MessageConverter
Issue: SPR-9899 | add jsonp support for mappingjackson2messageconverter | 53 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,577 |
05e96ee44817d40c7a60734bd4b8ec577d6e5194 | Stephane Nicoll | Stephane Nicoll | Cache provider related exceptions handling
This commit adds the necessary infrastructure to handle exceptions
thrown by a cache provider in both Spring's and JCache's caching
abstractions.
Both interceptors can be configured with a CacheErrorHandler that
defines several callbacks on typical cache operations. In parti... | cache provider related exceptions handling | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,578 |
c7d1c49d6d3ab57333530a8f9abf66367ddfea4c | Juergen Hoeller | Juergen Hoeller | Servlet 3 multipart request implements getParameterMap defensively as well
Issue: SPR-11074 | servlet 3 multipart request implements getparametermap defensively as well | 74 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,579 |
6fef8b996c3ac60d9c3d6c2626a5debdecb3c67b | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,580 |
8e096aeef55287dc829484996c9330cf755891a1 | Rossen Stoyanchev | Rossen Stoyanchev | Disable URL resolution in DTD declarations
Issue: SPR-11768 | disable url resolution in dtd declarations | 42 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,581 |
61b47ba7d90ecaf37c61ecacc1fb19de57ed4b1b | Juergen Hoeller | Juergen Hoeller | Consistent MvcUriComponentsBuilder assertion handling | consistent mvcuricomponentsbuilder assertion handling | 53 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,582 |
a16eeabc4e7e4281a83f175e2d56a097f7d7ab07 | Juergen Hoeller | Juergen Hoeller | Further UriComponentsBuilder javadoc revision
(cherry picked from commit 54636b3) | further uricomponentsbuilder javadoc revision | 45 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,583 |
d9b39ad6910708a0ab6d2dc3fa7e2b3a5afc04fa | Juergen Hoeller | Juergen Hoeller | Consistent use of IllegalStateException instead of InternalError for UnsupportedEncodingException cause | consistent use of illegalstateexception instead of internalerror for unsupportedencodingexception cause | 103 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,584 |
73c9d0902415fe1b53ed8e18da3a836aa51524d6 | Juergen Hoeller | Juergen Hoeller | UriComponentsBuilder.toUriString instead of RequestContext.getMvcUrl (breaking cyclic dependency between web.servlet.support and web.servlet.mvc) | uricomponentsbuilder.touristring instead of requestcontext.getmvcurl (breaking cyclic dependency between web.servlet.support and web.servlet.mvc) | 145 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,585 |
03ce4a502483644b9f53d5be7df2c7b0b1112552 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,586 |
cfc720db25d3266c172cd180f6db401dd70caf33 | Juergen Hoeller | Juergen Hoeller | Latest patches from ASM trunk | latest patches from asm trunk | 29 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,587 |
295a6aeed6d0145bb3b09693cf3784cf506dff96 | Juergen Hoeller | Juergen Hoeller | StringUtils.parseLocaleString parses variant correctly when variant contains country code
This commit also includes a JUnit 4 style revision of StringUtilsTests and ObjectUtilsTests.
Issue: SPR-11806 | stringutils.parselocalestring parses variant correctly when variant contains country code | 89 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,588 |
1285467fe64807ce218ef7fc959b54923d7c5f9b | Juergen Hoeller | Juergen Hoeller | Consistently log Class.getName() instead of Class.toString(), avoiding double class term in log message
Issue: SPR-11804 | consistently log class.getname() instead of class.tostring(), avoiding double class term in log message | 103 | false | false | 13 | false | false | false | spring-projects | spring-framework | 16,589 |
ac8326d2dfdead8cce88f6a42dd05ad427ea7f61 | Phillip Webb | Phillip Webb | Polish mockito usage
Consistent use of BDDMockito rather than standard Mockito. | polish mockito usage | 20 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,590 |
4db258b9e337ecfb60bb87411ea5a506d832f271 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,591 |
d100eef8296f0c354c7b9916ee746fa1a2637035 | Stephane Nicoll | Stephane Nicoll | Cache documentation in multi-threaded environment
Issue: SPR-9588 | cache documentation in multi-threaded environment | 49 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,592 |
c0ea87010f223219dec9561ab1894fd7a05577ed | Stephane Nicoll | Stephane Nicoll | Improve destination-type documentation
Issue: SPR-12073 | improve destination-type documentation | 38 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,593 |
d6370965ebba6d78ce3a31cb57fa40a9f79ba1a2 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,594 |
e2aba3d31799ef108dd99f34a212f8e663764102 | Stephane Nicoll | Stephane Nicoll | Add sonar integration.
This commit configures the SonarRunner plugin so that SonarQube can
be used against the project. A few customizations were applied to
namely exclude the asm and cglib repackaged classes.
Issue: SPR-10766 | add sonar integration | 21 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,595 |
7c57424b48b348afb1dc49767f6fafcd05c97b32 | Juergen Hoeller | Juergen Hoeller | Tiles 3 TilesViewResolver allows for specifying custom TilesView subclasses as well
Issue: SPR-12075 | tiles 3 tilesviewresolver allows for specifying custom tilesview subclasses as well | 83 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,596 |
a05b748d4224988bfaa8d47b13a54438d78b2102 | Juergen Hoeller | Juergen Hoeller | InternalResourceViewResolver's exposure of context beans is now available at UrlBasedViewResolver level
Issue: SPR-8064 | internalresourceviewresolver's exposure of context beans is now available at urlbasedviewresolver level | 103 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,597 |
c06ac06bdd03729065937fb86954befcec14eb2e | Juergen Hoeller | Juergen Hoeller | JmsMessagingTemplate uses local convertJmsException template method instead of generic MessagingExceptionTranslator interface
This commit also turns MessagingException into a NestedRuntimeException subclass which delivers a root message that has the cause message appended to it. That's a common expectation with the us... | jmsmessagingtemplate uses local convertjmsexception template method instead of generic messagingexceptiontranslator interface | 125 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,598 |
6b6ca4889b01d96c66b703cea2dbd5064a67d3ef | Juergen Hoeller | Juergen Hoeller | HibernateTransactionManagerTests for Hibernate 3 covers currentSession() as well
Issue: SPR-9020 | hibernatetransactionmanagertests for hibernate 3 covers currentsession() as well | 80 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,599 |
5cbb1fc498be36bd804edd88af2f8d381d4d9222 | Juergen Hoeller | Juergen Hoeller | SpringSessionContext for Hibernate 4 supports lazily bound Session for propagation SUPPORTS
Issue: SPR-9020 | springsessioncontext for hibernate 4 supports lazily bound session for propagation supports | 91 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,600 |
562916b69cc90d5799f8829f688e874befe191ac | Juergen Hoeller | Juergen Hoeller | Consistent getJpaDialect() narrowing (along with HibernateJpaVendorAdapter)
Issue: SPR-8959
Issue: SPR-11942 | consistent getjpadialect() narrowing (along with hibernatejpavendoradapter) | 75 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,601 |
cbda72232924b1fddd47f30ccf719ea925424b63 | Juergen Hoeller | Juergen Hoeller | HibernateJpaDialect prepares JDBC Connection by default if on Hibernate EntityManager 4 (with its connection release mode ON_CLOSE)
Analogous to HibernateTransactionManager, there is a "prepareConnection" flag on HibernateJpaDialect which allows for overriding the actual mode of operation. This is easily accessible fr... | hibernatejpadialect prepares jdbc connection by default if on hibernate entitymanager 4 (with its connection release mode on_close) | 131 | false | false | 17 | false | false | false | spring-projects | spring-framework | 16,602 |
e08c56fcae5a927b5a32897ba78137ced14168ef | Juergen Hoeller | Juergen Hoeller | Linking to Java SE 8 javadocs, plus upgrade to Joda-Time 2.4 | linking to java se 8 javadocs, plus upgrade to joda-time 2.4 | 60 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,603 |
53192bb6f4519c30687f533e550cdf8895e6d202 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,604 |
5b35fc2d77fe403d3dd54127121f02a45c571775 | Stephane Nicoll | Stephane Nicoll | Add JmsTemplate accessor in JmsMessagingTemplate | add jmstemplate accessor in jmsmessagingtemplate | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,605 |
ad475ffadfc127c89cf9e2fde1574357c4bdc422 | Juergen Hoeller | Juergen Hoeller | Consistent vararg declarations for String array setters | consistent vararg declarations for string array setters | 55 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,606 |
47006eeff14c458bb5b6d1b496110d57a41a2f6a | Juergen Hoeller | Juergen Hoeller | Fixed side effect on other tests
Issue: SPR-10459 | fixed side effect on other tests | 32 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,607 |
c1d149591a71439181b15265cae0ff41173781a3 | Stephane Nicoll | Stephane Nicoll | Add base header mapper implementation | add base header mapper implementation | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,608 |
f2e4ad2364941bdae8fd58e79d44a0faa31ad631 | Juergen Hoeller | Juergen Hoeller | ComponentScan annotation allows for registering beans with lazy initialization
Issue: SPR-10459 | componentscan annotation allows for registering beans with lazy initialization | 78 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,609 |
ef51d4dbdbc9f0c9ad39cda9d9ea7440cad4f7c9 | Juergen Hoeller | Juergen Hoeller | AnnotatedElementUtils adapts post-processed values to AnnotationAttributes as well
Issue: SPR-12065 | annotatedelementutils adapts post-processed values to annotationattributes as well | 82 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,610 |
a635c3647086caf734c5f529e3112f1c03ce6d8e | Stephane Nicoll | Stephane Nicoll | Fix doc typo | fix doc typo | 12 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,611 |
4a1a622004180c84b4c982b0fb3d2783cfd59ee0 | Stephane Nicoll | Stephane Nicoll | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,612 |
3a419872c860e81f3232de0f8252b84730d5082c | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,613 |
5862ddc869f76fb0a7050f85d55f66ed3efe3b95 | Juergen Hoeller | Juergen Hoeller | ResponseEntity provides static "notFound()" convenience method as well
Issue: SPR-12070 | responseentity provides static "notfound()" convenience method as well | 70 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,614 |
3227569a38a677aeebee6cb13d945c3fea6c10cb | Juergen Hoeller | Juergen Hoeller | LocalSessionFactoryBean/Builder allows for specifying custom entity type filters
Issue: SPR-12049 | localsessionfactorybean/builder allows for specifying custom entity type filters | 80 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,615 |
0b2c0cfb4f8194c3dbb0b1fb1c0a6e08e18207a0 | Stephane Nicoll | Stephane Nicoll | Fix some warning | fix some warning | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,616 |
e0103095301c580643d602ab6cd25d37b51d22ca | Stephane Nicoll | Stephane Nicoll | Use @Payload on method declaration
Issue: SPR-12071 | use @payload on method declaration | 34 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,617 |
3922f6fc533a98f9c734d465382e91581c1dc7a2 | Sebastien Deleuze | Sebastien Deleuze | Update references to RFC 2616
Replace references to the old RFC 2616 (HTTP 1.1) with references
to the new RFCs 7230 to 7235.
This commit also deprecates:
- HttpStatus.USE_PROXY
- HttpStatus.REQUEST_ENTITY_TOO_LARGE in favor of HttpStatus.PAYLOAD_TOO_LARGE
- HttpStatus.REQUEST_URI_TOO_LONG in favor of HttpStatus.U... | update references to rfc 2616 | 29 | false | false | 5 | false | true | false | spring-projects | spring-framework | 16,618 |
095bd99951181bf7aeafcb115f59649b47834453 | Andy Clement | Andy Clement | Add support for inline maps in SpEL expressions
This commit introduces the ability to specify an inline map in
an expression. The syntax is similar to inline lists and of
the form: "{key:value,key2:value}". The keys can optionally
be quoted. The documentation is also updated with information
on the syntax.
Issue: SPR... | add support for inline maps in spel expressions | 47 | false | false | 8 | true | true | true | spring-projects | spring-framework | 16,619 |
c29937196f1847d4fee6e54a80634fe343416b0f | Stephane Nicoll | Stephane Nicoll | Merge pull request #607 from dharaburda/SPR-12050
* SPR-12050:
Change GenericConversionService to better handle enum | merge pull request #607 from dharaburda/spr-12050 | 49 | true | false | 6 | true | false | false | spring-projects | spring-framework | 16,620 |
d0e6f0f73fc3c6c31513a0a8c9805b41b102e1f6 | David Haraburda | Stephane Nicoll | Change GenericConversionService to better handle enum
Prior to this commit, given an enum which implements some interface,
GenericConversionService would select the String -> Enum converter even
if a converter for String -> SomeInterface was registered. This also
affected converters that were registered for String ->... | change genericconversionservice to better handle enum | 53 | false | false | 6 | true | true | false | spring-projects | spring-framework | 16,621 |
ebc5fea77b45efb3bbf9baa4802ec3f6f0211941 | Sebastien Deleuze | Sebastien Deleuze | Add more HttpHeaders constants for standard HTTP headers
Issue: SPR-12063 | add more httpheaders constants for standard http headers | 56 | false | false | 8 | true | true | false | spring-projects | spring-framework | 16,622 |
d6b1cdc55fd8fc7b434add564b40b43fbc93fbd2 | Stephane Nicoll | Stephane Nicoll | Custom cache annotations and AspectJ
This commit clarifies what should be done in order to use custom cache
annotations with AspectJ.
Issue: SPR-11503 | custom cache annotations and aspectj | 36 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,623 |
3c72849ee44d62bc5beb82ea81a0754fc4571c41 | Stephane Nicoll | Stephane Nicoll | Fix broken link | fix broken link | 15 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,624 |
59c5d7d1caaac23ceeb78f1c21388028c8134b9d | Stephane Nicoll | Stephane Nicoll | Add messaging module section
Issue: SPR-11847 | add messaging module section | 28 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,625 |
32975be2a2a5e260b020b3dc1b75d9d7576939da | Stephane Nicoll | Stephane Nicoll | Avoid duplicate entries
Prior to this commit, the schema distribution archive contains
duplicate entries for the more recent XSD as it is reference both with
its version and as the "default" XSD (i.e. without a version).
This commit configures the task to apply a duplicatesStrategy so that
only the first entry remain... | avoid duplicate entries | 23 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,626 |
3da68cfe218f4817aefe67ca67b13ccb78109cfc | Stephane Nicoll | Stephane Nicoll | Remove unused imports | remove unused imports | 21 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,627 |
6cfe76eeecb26a9224e89d637be65f03893d37de | Sam Brannen | Sam Brannen | Polish Javadoc for MutablePropertySources | polish javadoc for mutablepropertysources | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,628 |
154cf5dc7e1b76679f4a05f2ff0d29baa074d389 | Sam Brannen | Sam Brannen | Polish Javadoc for AnnotationCacheKey | polish javadoc for annotationcachekey | 37 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,629 |
b5e1198bd22b4d4d78cdd99dcc1b02793b98d9ed | Rossen Stoyanchev | Rossen Stoyanchev | Fix white spaces | fix white spaces | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,630 |
a11b62540aa58d994dcadcbf3f9023f15b5d32b0 | Jakub Narloch | Rossen Stoyanchev | Support HTTP HEAD method in MockMvcRequestBuilders
Surprisingly until now the MockMvcRequestBuilders did not have methods
for HTTP HEAD. This change adds such methods to the API making it
consistent with other HTTP method types.
Issue: SPR-12055 | support http head method in mockmvcrequestbuilders | 50 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,631 |
fe88b6e0543546803771d85628667d5d56297131 | Rossen Stoyanchev | Rossen Stoyanchev | Add to SockJsClient reference documentation
Issue: SPR-12006 | add to sockjsclient reference documentation | 43 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,632 |
28c70baf6110d40609ebcfa6cc8ba4e3ecb09432 | Sebastien Deleuze | Rossen Stoyanchev | Add documentation for Java SockJS client
Issue: SPR-12006 | add documentation for java sockjs client | 40 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,633 |
95e9b380d3bff13a67ce7e9ff666cfdb249afb43 | Brian Clozel | Brian Clozel | Update ResourceHandlerReg. API for Resource handling
This change adds new methods in the ResourceHandlerRegistration API
for registering ResourceResolvers and ResourceTransformers, allowing
to better handle server-side resources in web applications.i
Here is an example of configuration for an HTML5 web application
th... | update resourcehandlerreg. api for resource handling | 52 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,634 |
7d1e33d88dac2806fc01096491abbca37cf5c87a | Stephane Nicoll | Stephane Nicoll | Move JmsHandlerMethodFactory to spring-messaging
This commit moves JmsHandlerMethodFactory and its default
implementation to the messaging abstraction. Working on a similar
support for AMQP revealed that this factory has nothing that is JMS
specific and is exactly identical in the case of AMQP.
Issue: SPR-12053 | move jmshandlermethodfactory to spring-messaging | 48 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,635 |
25decee1a4873275de039d3cad6affd64edb41d6 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,636 |
87273d1b839e23b0b025d6fdc954b32bd768a711 | Sebastien Deleuze | Rossen Stoyanchev | Enrich documentation with details on how to filter messages
Issue: SPR-11952 | enrich documentation with details on how to filter messages | 59 | false | false | 9 | true | true | false | spring-projects | spring-framework | 16,637 |
70ccbbfab13e4546462fcbfcd7cb83db2fce746b | Rossen Stoyanchev | Rossen Stoyanchev | Fix documentation issue for user destinations
Issue: SPR-11992 | fix documentation issue for user destinations | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,638 |
5859649af7180d63f000b42c75a5b557063dca2e | Rossen Stoyanchev | Rossen Stoyanchev | Update UriTemplate Javadoc
Issue: SPR-10497 | update uritemplate javadoc | 26 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,639 |
c4d7976c371ea4ed9e596439a22486eed7941767 | Rossen Stoyanchev | Rossen Stoyanchev | Update RestTemplate Javadoc
Issue: SPR-10497 | update resttemplate javadoc | 27 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,640 |
e4182da4ebb1197b84f979fea9e89a76343f242e | Rossen Stoyanchev | Rossen Stoyanchev | Add section on path pattern comparison
Issue: SPR-10576 | add section on path pattern comparison | 38 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,641 |
8751936b1219755f3c0f712f7b3597ea03e2e394 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue with sub-protocol negotiation and SockJS
Before this change the SockJsWebSocketHandler precluded determination
of the sub-protocols by wrapping the actual target handler.
After this change SockJsWebSocketHandler implements SubProtocolCapable
and returns the list of sub-protocols from the wrapped handler. | fix issue with sub-protocol negotiation and sockjs | 50 | false | false | 7 | true | true | true | spring-projects | spring-framework | 16,642 |
813cc3b339fb073e578bc99b2d447bf9be9e45ce | Andy Clement | Andy Clement | Fix compilation of SpEL Indexer nodes involving map references
There is special handling for SpEL expressions involving a map
and an unquoted string literal key (e.g. mymap[key1]). SpEL does
not require key1 to be quoted. This special handling which is done
in Indexer getValueRef() was not being also done in the Index... | fix compilation of spel indexer nodes involving map references | 62 | false | false | 9 | false | true | false | spring-projects | spring-framework | 16,643 |
135a3ff3d856b44572eb63c58198ce40164f9107 | Rossen Stoyanchev | Rossen Stoyanchev | Use raw status code in RestTemplate logResponseStatus
Issue: SPR-12022 | use raw status code in resttemplate logresponsestatus | 53 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,644 |
41cdc92fc383934623f14fd144390d16b1ed4a8f | Rossen Stoyanchev | Rossen Stoyanchev | Remove AbstractWebSocketClient from SockJsClient
SockJsClient now implements WebSocketClient directly without extending
AbstractWebSocketClient.
Issue: SPR-12030 | remove abstractwebsocketclient from sockjsclient | 48 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,645 |
c68b4c01e1afb9c225241f81a8e13a0f1c5c210e | Rossen Stoyanchev | Rossen Stoyanchev | Polish SockJsClient | polish sockjsclient | 19 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,646 |
ba952ca331456b6ba163b374f46739c234df8f2e | Rossen Stoyanchev | Rossen Stoyanchev | Fix test condition | fix test condition | 18 | false | false | 3 | false | true | false | spring-projects | spring-framework | 16,647 |
057efa0676f5526d9a61f7ac817ba6f5e780410d | Stephane Nicoll | Stephane Nicoll | Align javadoc improvements | align javadoc improvements | 26 | false | false | 3 | false | true | false | spring-projects | spring-framework | 16,648 |
9fe7780865bd981dfa48d4f05dbd4119251948c0 | Stephane Nicoll | Stephane Nicoll | Revert accidental class name change | revert accidental class name change | 35 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,649 |
ce5ce7728364866ac16e791626c9c03e7537e411 | Stephane Nicoll | Stephane Nicoll | Merge pull request #605 from overmindx/master
* pull605:
Fix javadoc typo | merge pull request #605 from overmindx/master | 45 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,650 |
c7babab2ddfe843a100bd67b63f2353df15ac1a8 | Kang Baek-kyu | Stephane Nicoll | Fix javadoc typo | fix javadoc typo | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,651 |
515b9649fa80e4a7e29ec84bdeedc3fcf4d4e4e6 | Stephane Nicoll | Stephane Nicoll | Fix javadoc typo | fix javadoc typo | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,652 |
16273473cbb7cc8e74a625c7cda2b50ff9919d14 | Rossen Stoyanchev | Rossen Stoyanchev | Update Javadoc
Issue: SPR-12028 | update javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,653 |
f50cb06dc2a8aab0afbde412795d652a829d8c0a | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,654 |
20c9a8bad48f03e4e3f89953054fce8c585f6b2c | Sebastien Deleuze | Rossen Stoyanchev | Improve documentation for using "." as destination separator
Issue: SPR-12007 | improve documentation for using "." as destination separator | 60 | false | false | 8 | true | true | false | spring-projects | spring-framework | 16,655 |
8e38b7ede6756feda759db28f876f70d484e4320 | Rossen Stoyanchev | Rossen Stoyanchev | Add section on web security
Issue: SPR-6125 | add section on web security | 27 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,656 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.