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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d30174897d13b869fd7908b17457164724173738 | Andy Clement | Andy Clement | Support compilation of the SpEL operator OpModulus
This commit enables the modulus operator to be compiled when
it is used as part of a SpEL expression.
Issue: SPR-12041 | support compilation of the spel operator opmodulus | 50 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,657 |
59080ff2b21e0e442238ae7a861351b9df76ba0f | Andy Clement | Andy Clement | Cope with generic methods during SpEL compilation
This commit allows the SpEL compiler to cope with generic methods
being used in expressions involving numeric operands. Due to the
use of unbound type variables the methods may look like they
return Object but in fact they are returning objects of a numeric
type that a... | cope with generic methods during spel compilation | 49 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,658 |
968492c28b93fca25ef99c589e94cee5a18eca59 | Rossen Stoyanchev | Rossen Stoyanchev | Update constructor for AbstractJsonpResponseBodyAdvice | update constructor for abstractjsonpresponsebodyadvice | 54 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,659 |
1fe742addf9550ae389ebf554c337da604779144 | Juergen Hoeller | Juergen Hoeller | MessagingExceptionTranslator lives in support subpackage now
Issue: SPR-12038 | messagingexceptiontranslator lives in support subpackage now | 60 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,660 |
9be04b3883ff81df90e0501e32aab88bfa0aeb9e | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Groovy 2.3.6, H2 1.4.180) | latest dependency updates (groovy 2.3.6, h2 1.4.180) | 52 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,661 |
3bcfc591e9b3f7f0b7ef23c7fdc14bca47494a8c | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,662 |
89d63eb79b61764672e9ef9b3926e3635bbb188a | Stephane Nicoll | Stephane Nicoll | JmsMessagingTemplate exception management
This commit introduces MessagingExceptionTranslator, a messaging
exception translation infrastructure similar to what
PersistenceExceptionTranslator provides.
JmsMessagingTemplate does not throw raw JmsException anymore but
translates those to an instance of Spring's Messagin... | jmsmessagingtemplate exception management | 41 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,663 |
8f484d382ecbd63f38f3d4be2f9241568221903e | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,664 |
7bc966032bf74aa2f134014bdd0551a0eadcddc2 | Juergen Hoeller | Juergen Hoeller | Rearranged statement whitespace in Velocity macros | rearranged statement whitespace in velocity macros | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,665 |
d917b8a92343f43feee27b21395e7398f25a012a | Rossen Stoyanchev | Brian Clozel | Extract base interface for VersionStrategy
This change splits out a base VersionPathStrategy interface that
focuses on where in the URL path the version is embedded. | extract base interface for versionstrategy | 42 | false | false | 5 | true | false | true | spring-projects | spring-framework | 16,666 |
9f3c1cf7626dc6a9b15f13476baa3278966a6e5f | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,667 |
f732a441c88ac861cd48d86e6acc0c379bf12f3e | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Groovy 2.3.5, Hibernate Validator 4.3.2 & 5.1.2, Jetty 9.2.2) | latest dependency updates (groovy 2.3.5, hibernate validator 4.3.2 & 5.1.2, jetty 9.2.2) | 88 | false | false | 12 | false | false | false | spring-projects | spring-framework | 16,668 |
8cc0fa5ae1e67792cd46b57ff5d259bd5c5c09a4 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,669 |
a3163ceb884fcd995bf72824bbb17e9c740bf27d | Juergen Hoeller | Juergen Hoeller | AbstractTypeHierarchyTraversingFilter leniently ignores non-loadable super classes and interfaces
Issue: SPR-12042 | abstracttypehierarchytraversingfilter leniently ignores non-loadable super classes and interfaces | 97 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,670 |
036896a6b8448117751bf3b76ec1c52b1a2f4ea4 | Juergen Hoeller | Juergen Hoeller | Split configuration constants into local XConfigUtils classes instead of piling them up in AnnotationConfigUtils | split configuration constants into local xconfigutils classes instead of piling them up in annotationconfigutils | 112 | false | false | 14 | false | true | false | spring-projects | spring-framework | 16,671 |
7971f6b63804b32aaf29c37ffef94722ddf49cab | Sam Brannen | Sam Brannen | Document that mock request doesn't support Accept-Language header
This commit updates the Javadoc for getLocale() and getLocales() in
MockHttpServletRequest to point out that the mock implementation does
not comply with the the Servlet specification with regard to the
Accept-Language header.
Issue: SPR-12043 | document that mock request doesn't support accept-language header | 65 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,672 |
9bf73f3ab846b2b76a239f789427bc7deb3fe8fa | Sam Brannen | Sam Brannen | Document default locale in MockHttpServletRequest
This commit updates the class-level Javadoc for MockHttpServletRequest
with information regarding the default locale for the mocked server.
Issue: SPR-11701 | document default locale in mockhttpservletrequest | 49 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,673 |
f862a009a73c8603d6745c5bf9577e3705afe926 | Sam Brannen | Sam Brannen | Groovy loader should delegate to XML loader in the TCF
If a resource location in the MergedContextConfiguration has a ".xml"
extension, the GenericGroovyXmlContextLoader now delegates to a
dedicated XmlBeanDefinitionReader for loading bean definitions from that
resource, thus preserving XML validation for all XML reso... | groovy loader should delegate to xml loader in the tcf | 54 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,674 |
9fa4dad13cd61d063656a657917d67ec1050f975 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,675 |
92c657e12d9a9e6da7ee22e7147e16ac7a11880b | Juergen Hoeller | Juergen Hoeller | JmsListener/ScheduledAnnotationBeanPostProcessor uses SmartInitializingSingleton instead of ContextRefreshedEvent
Also reducing the container dependencies to BeanFactory instead of ApplicationContext, wherever possible.
Issue: SPR-12039 | jmslistener/scheduledannotationbeanpostprocessor uses smartinitializingsingleton instead of contextrefreshedevent | 113 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,676 |
b6389a6c660e46fd09aa3768fa6ea3e761b555f8 | Stephane Nicoll | Stephane Nicoll | Jms request/reply operations
This commit updates JmsMessagingTemplate to support the
MessageRequestReplyOperation interface that provides synchronous
request/reply operations.
As JmsMessagingTemplate delegates everything under the scenes to
JmsTemplate, the latter has been updated as well to offer such lower
level op... | jms request/reply operations | 28 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,677 |
c89325b9ca1d3d30bbe8a32beed91dffa8d836bb | Rossen Stoyanchev | Rossen Stoyanchev | Add WebLogicRequestUpgradeStrategy
This change creates an AbstractTyrusRequestUpgradeStrategy shared
between the WebLogic and GlassFish sub-classes.
The version of Tyrus is lowered to 1.3.5 to match the version used
in WebLogic (12.1.3) and that in turn requires a little extra effort
in the base AbstractTyrusRequestU... | add weblogicrequestupgradestrategy | 34 | false | false | 2 | true | true | false | spring-projects | spring-framework | 16,678 |
0ad5de3f771f9caad833f16b70c19b9ac830301e | Sam Brannen | Sam Brannen | Document default TELs in AbstTxTestNGSpringContextTests | document default tels in absttxtestngspringcontexttests | 55 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,679 |
5a483f347a490f9343d98c461f3c341a714b8a24 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,680 |
d144e2918e6611b7981f6c4db821e3fb763518f6 | Sam Brannen | Sam Brannen | Document default TELs in AbstTxJUnit4SpringContextTests | document default tels in absttxjunit4springcontexttests | 55 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,681 |
0d4526e050f1a2653e9faf977710af77f32dc486 | Sam Brannen | Sam Brannen | Update Javadoc re: minimum JUnit 4.9 dependency | minimum junit 4.9 dependency | 28 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,682 |
170d6c9fb9918e10d18170a6066dfcf55c759c73 | Sam Brannen | Sam Brannen | Delete trailing whitespace in spring-test | delete trailing whitespace in spring-test | 41 | false | false | 5 | false | true | false | spring-projects | spring-framework | 16,683 |
0a46f385275f4a4b5a788f7a4e0c0d64e5b0eb46 | Stephane Nicoll | Stephane Nicoll | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,684 |
105a6023b3a0541333f92bcac2c1c66e000a9daf | Sam Brannen | Sam Brannen | Merge from sbrannen/SPR-11233
* SPR-11233:
Support Groovy scripts in the TCF | merge from sbrannen/spr-11233 | 29 | true | false | 3 | false | false | false | spring-projects | spring-framework | 16,685 |
35c372f200258f74721a82441a03313ee21fb315 | Sam Brannen | Sam Brannen | Support Groovy scripts in the TCF
Spring Framework 4.0 introduced first-class support for a Groovy-based
DSL for defining the beans for an ApplicationContext. However, prior to
this commit, the Spring TestContext Framework (TCF) did not provide any
out-of-the-box support for using Groovy scripts as path-based resource... | support groovy scripts in the tcf | 33 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,686 |
d4fe732f469ef47d07ef15c519620663694da305 | Juergen Hoeller | Juergen Hoeller | Typo fixes and cleanup of outdated Java 5 references
Issue: SPR-12020 | typo fixes and cleanup of outdated java 5 references | 52 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,687 |
88d8dff3acc9a46dabacb865dc475e33820596b6 | Rossen Stoyanchev | Rossen Stoyanchev | Upgrade to Tyrus 1.7
This change provides WebSocket support for the upcoming Glassfish 4.0.1
release while at the same dropping support for Glassfish 4.0 due to
incompatible changes.
Issue: SPR-11094 | upgrade to tyrus 1.7 | 20 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,688 |
afb56681ac887b65fe7f6d0c49e5aa77d3f36f65 | Rossen Stoyanchev | Rossen Stoyanchev | Fix minor issue in StandardToWebSocketExtensionAdapter
This change ensures proper initialization of a WebSocketExtension
from a JSR-356 Extension.
This is in preparation for SPR-11094 | fix minor issue in standardtowebsocketextensionadapter | 54 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,689 |
e74ac06733cccf5156b5f6f497f02851716f4fbc | Rossen Stoyanchev | Rossen Stoyanchev | Filter WebSocket extensions
Before this change the DefaultHandshakeHandler by default passed the
list of requested WebSocket extensions as-is relying on the WebSocket
engine to remove those not supported.
This change ensures that WebSocket extensions not supported by the
runtime are proactively removed instead.
This... | filter websocket extensions | 27 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,690 |
78484129f5e7ec4d384fbd34a55fc4f28ba497a8 | Juergen Hoeller | Juergen Hoeller | ConcurrentMapCacheManager recreates caches in case of setAllowNullValues change
Issue: SPR-12026 | concurrentmapcachemanager recreates caches in case of setallownullvalues change | 79 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,691 |
b75eb609438aa66e19bda783cb7a2df39d07b972 | Sam Brannen | Sam Brannen | Clean up Spring MVC Test Framework code
- Formatting
- Suppress warnings
- Remove unused imports | clean up spring mvc test framework code | 39 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,692 |
fe05e7e5b3769dd8749a4bc0378360a9c448e0ae | Juergen Hoeller | Juergen Hoeller | Self reference detection defensively handles null bean names
Issue: SPR-12018 | self reference detection defensively handles null bean names | 60 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,693 |
0ce90f1d163fa2bafa2b869488c531095b3a638c | Juergen Hoeller | Juergen Hoeller | TypeDescriptor's getResolvableType() and getSource() are @since 4.0 | typedescriptor's getresolvabletype() and getsource() are @since 4.0 | 67 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,694 |
496492b2d8edb1d700c8c26ba0a4194f1880cb32 | Juergen Hoeller | Juergen Hoeller | Autowiring rejects self references to a factory method on the same bean as well
Issue: SPR-12018 | autowiring rejects self references to a factory method on the same bean as well | 79 | false | false | 14 | false | false | false | spring-projects | spring-framework | 16,695 |
df3b1f25655032d5e987e11f7061c60cb56c0740 | Stephane Nicoll | Stephane Nicoll | Revert ea16ce0
The latest build preview of jdk 1.8.0_20 does not exhibit the problem
anymore.
Issue: SPR-11973 | revert ea16ce0 | 14 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,696 |
8d8d47fb4e36a667c02f79c1936c882b60c4584e | Stephane Nicoll | Stephane Nicoll | Fix compiler warning | fix compiler warning | 20 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,697 |
e849bc3e9029b6e572dc3b501c5779ea1da3b726 | Stephane Nicoll | Stephane Nicoll | Fix potential NPE
This commit fixes a potential NPE when determining the priority of a
bean instance in case multiple candidates exist and no bean was marked
as @Primary
Issue: SPR-12024 | fix potential npe | 17 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,698 |
7ce709309de9bbcc9d67c74c4d07996436fbb4ba | Stephane Nicoll | Stephane Nicoll | Switch to full gradle version | switch to full gradle version | 29 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,699 |
db5cebc681ecf4f12c0e70a73c9125f1317790c8 | Stephane Nicoll | Stephane Nicoll | Fix typo | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,700 |
d9e0b292ab1e6ffaa2ba1d926ed2d734b942a409 | Stephane Nicoll | Stephane Nicoll | polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,701 |
5be1ff281c71c888e5766fef4754a0af2a2b57ab | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,702 |
b56703eadc93d7be6b4330bf2d94b4da5362e007 | Brian Clozel | Rossen Stoyanchev | Add Google Protobuf support with a MessageConverter
This change adds a new HttpMessageConverter supporting
Google protocol buffers (aka Protobuf).
This message converter supports the following media types:
* application/json
* application/xml
* text/plain
* text/html (output only)
* and by default application/x-protob... | add google protobuf support with a messageconverter | 51 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,703 |
105ea196e40d269dfc08efb04bd79ac1903e079c | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,704 |
1b53882f554af87b362fc43310ae38119742b5dd | Rob Winch | Rossen Stoyanchev | Generate bracketless tag id in Velocity forms
Before this change if Velocity Spring form macro was bound to a path
which contains square brackets, those brackets would also appear in id
of generated tag, making the id invalid.
As of this fix all Velocity Spring form macros generate tag with id
that does not contain s... | generate bracketless tag id in velocity forms | 45 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,705 |
73267d75230dfb90097133017f203ca15ef813db | Rossen Stoyanchev | Rossen Stoyanchev | Ensure Undertow 1.1 compatibility
Issue: SPR-11914 | ensure undertow 1.1 compatibility | 33 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,706 |
71b63cd972c399733005535c508bb273ad0ad263 | Rossen Stoyanchev | Rossen Stoyanchev | Update MockMvcConfigurer support
This is a follow-up on the commit introducing MockMvcConfigurer:
https://github.com/spring-projects/spring-framework/commit/c2b0fac852dd9f865699fb374ad78543767fec05
This commit refines the MockMvcConfigurer contract to use (the new)
ConfigurableMockMvcBuilder hence not requiring downc... | update mockmvcconfigurer support | 32 | false | false | 3 | false | true | false | spring-projects | spring-framework | 16,707 |
988499f7dc373b6305650968a95800e2c2c6da2c | Rossen Stoyanchev | Rossen Stoyanchev | Remove awaitCloseStatus in SockJS integration tests
A CloseStatus may not be received if the connection is closed while
the client is between XHR polling requests. | remove awaitclosestatus in sockjs integration tests | 51 | false | false | 6 | true | true | false | spring-projects | spring-framework | 16,708 |
6c4aff4c9db88cf9e302a72f0db6b9a167488b73 | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,709 |
9092102a832173b2ab40f748ea361413c3250b42 | Sebastien Deleuze | Rossen Stoyanchev | Fix issue with @EnableWebMvc + existing ViewResolver
Issue: SPR-12013 | fix issue with @enablewebmvc + existing viewresolver | 52 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,710 |
e41b14449e443f0810267679267c5618d7c546d8 | Rossen Stoyanchev | Rossen Stoyanchev | Restore method signature in ViewControllerRegistration
Issue: SPR-12016 | restore method signature in viewcontrollerregistration | 54 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,711 |
f0bcb773f9117195ef39acc3b4077c9f41d8afa0 | Juergen Hoeller | Juergen Hoeller | ResourceHttpMessageConverter does not call contentLength() on InputStreamResource
Issue: SPR-12017 | resourcehttpmessageconverter does not call contentlength() on inputstreamresource | 81 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,712 |
c082220b34f31ca573ecda5b6f09af5821c45e7a | Juergen Hoeller | Juergen Hoeller | AbstractMessageListenerContainer calls "Session.recover()" in case of rollback attempt on non-transacted Session
Issue: SPR-12015 | abstractmessagelistenercontainer calls "session.recover()" in case of rollback attempt on non-transacted session | 112 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,713 |
5e2fbe735594957361cd3df50ec05147996a1659 | Juergen Hoeller | Juergen Hoeller | AbstractApplicationContext logs initialization exception before trying to cancel refresh attempt
Issue: SPR-12010 | abstractapplicationcontext logs initialization exception before trying to cancel refresh attempt | 96 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,714 |
4b09fcc67c52f85a6c75a561090a8d6a742393f8 | Juergen Hoeller | Juergen Hoeller | Revised exitTypeDescriptor handling to avoid NPEs
Issue: SPR-12014 | revised exittypedescriptor handling to avoid npes | 49 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,715 |
3013558e3d3166695907f7a9293b0726b68f6109 | Sam Brannen | Sam Brannen | Update Javadoc for SqlScriptsTestExecutionListener | update javadoc for sqlscriptstestexecutionlistener | 50 | false | false | 4 | true | true | true | spring-projects | spring-framework | 16,716 |
dd2bf28a4f2c20cc6510266f245c619755e851ba | Stephane Nicoll | Stephane Nicoll | Add missing XSDs
Commit b676c41805 should have added the 4.1 XSDs for the jdbc and oxm
modules.
Issue: SPR-12011 | add missing xsds | 16 | false | false | 3 | false | true | false | spring-projects | spring-framework | 16,717 |
a10537447ef4421b979b49757d3c595fabc62e3b | Sam Brannen | Sam Brannen | Polish Javadoc for TestTransaction | polish javadoc for testtransaction | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,718 |
7d2ef69c6de4950c2104d7feb842b74238b8402c | Sam Brannen | Sam Brannen | Polish Javadoc for TransactionalTestExecutionListener | polish javadoc for transactionaltestexecutionlistener | 53 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,719 |
97dad7e2eadee5af8716c5d7db2ee8bc861aab5a | Sam Brannen | Sam Brannen | Polish Javadoc for TestExecutionListener | polish javadoc for testexecutionlistener | 40 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,720 |
b16e6cc44e2fbc92ad7c648b052e4f11d2b3f674 | Sam Brannen | Sam Brannen | Improve documentation for tx support in the TCF
Overhauled class-level Javadoc for TransactionalTestExecutionListener:
- Reorganized content.
- Added headings to paragraphs.
- Documented TestTransaction support.
Issue: SPR-11941 | improve documentation for tx support in the tcf | 47 | false | false | 8 | true | true | true | spring-projects | spring-framework | 16,721 |
526b4b647f7ea07fa5cd79f3b55dd0029147ea9d | Sam Brannen | Sam Brannen | Improve Javadoc for TransactionalTestExecutionListener | improve javadoc for transactionaltestexecutionlistener | 54 | false | false | 4 | true | true | false | spring-projects | spring-framework | 16,722 |
da324e3984e961ab8da84b8ab67df5a819f8fd3b | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Groovy 2.3.4, Hibernate 4.3.6) | latest dependency updates (groovy 2.3.4, hibernate 4.3.6) | 57 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,723 |
9d6c38bd54fe8931ee73fbb7a076625deb934e28 | Juergen Hoeller | Juergen Hoeller | Consistent bracket alignment | consistent bracket alignment | 28 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,724 |
188e58c46a86775272e5b5dfd7be0afa1830a2b0 | Juergen Hoeller | Juergen Hoeller | Fixed javadoc links | fixed javadoc links | 19 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,725 |
3be190df6a965597fa6eab0df377c7e85ccc45bc | Juergen Hoeller | Juergen Hoeller | Consistent removal of JMS 1.0.2 references | consistent removal of jms 1.0.2 references | 42 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,726 |
a9100c427cd2a775541642c32a09e19f056324f5 | Juergen Hoeller | Juergen Hoeller | Revision of JMS annotated endpoint support, plus support for JMS 2.0's shared subscriptions
Issue: SPR-9882
Issue: SPR-11969 | revision of jms annotated endpoint support, plus support for jms 2.0's shared subscriptions | 91 | false | false | 13 | false | false | false | spring-projects | spring-framework | 16,727 |
3e5946db379200cf320179a4829d1d95748606a5 | Sam Brannen | Sam Brannen | Polish log statements for TransactionContext | polish log statements for transactioncontext | 44 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,728 |
7808996d71603236e3d5c054ff62d3500eb13ec2 | Sam Brannen | Sam Brannen | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,729 |
743356fa217dc093d6ade8a1867e0bb6ccb22a80 | Sebastien Deleuze | Sebastien Deleuze | Add an option to set an Origin whitelist for Websocket and SockJS
This commit introduces a new OriginHandshakeInterceptor. It filters
Origin header value against a list of allowed origins.
AbstractSockJsService as been modified to:
- Reject CORS requests with forbidden origins
- Disable transport types that does no... | add an option to set an origin whitelist for websocket and sockjs | 65 | false | false | 12 | true | true | false | spring-projects | spring-framework | 16,730 |
28a3cd50aaa67d22d1d6f7e6630419ab600883d4 | Andy Clement | Andy Clement | Resolved package tangle in spring-expression | resolved package tangle in spring-expression | 44 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,731 |
a40e42479c36859009b4561f98fdfab0eafdd679 | Andy Clement | Andy Clement | Fix SpEL handling of function reference
These changes provide more robust handling of function
reference compilation in SpEL expressions. Prior to
this change the isCompilable check was not performing
enough visibility checks on the proposed target
function, causing bytecode to be generated that
would lead to an Illeg... | fix spel handling of function reference | 39 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,732 |
01aa64c534177f65d45c2cfc8170e83c3f3f87a6 | Rossen Stoyanchev | Rossen Stoyanchev | Simple broker sends notice after disconnect
Before this change the simple broker simply removed subscriptions
upon receiving a DISCONNECT message assuming it was a result of
a client STOMP WebSocket session ending.
However, if the server-side application sends a DISCONNECT to
the broker in order to terminate a sessio... | simple broker sends notice after disconnect | 43 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,733 |
6463878f2d03d894470a5da794f75135d0ef8181 | Sam Brannen | Sam Brannen | Polish Javadoc for @RequestMapping | polish javadoc for @requestmapping | 34 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,734 |
a0c210457bda606eba58f367678bdefc69d5cd15 | Brian Clozel | Brian Clozel | Use response encoding when escaping HTML
With SPR-9293, it is now possible to HTML escape text while taking into
account the current response encoding. When using UTF-* encodings, only
XML markup significant characters are escaped, since UTF-* natively
support those characters.
This commit adds a new servlet context ... | use response encoding when escaping html | 40 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,735 |
73e398a1654f570edc7d5e146d5d9fd4adc1592e | Stephane Nicoll | Stephane Nicoll | Merge pull request #672 from RyuSangGi/SPR-12363
* SPR-12363:
Performance improvement | merge pull request #672 from ryusanggi/spr-12363 | 48 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,736 |
d62522982f39f2610f0d9d26d9908ccb1ea24222 | Sang Gi Ryu | Stephane Nicoll | Performance improvement
Use entrySet instead of keySet followed by a lookup per key as the
former is more efficient.
Issue: SPR-12363 | performance improvement | 23 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,737 |
d9df50c6cd4c5b126b621dd932f1a0611baf4b7b | Stephane Nicoll | Stephane Nicoll | @Entity no longer required with spring-aspect
This commits complements 222d2b1 for another required dependency.
javax.persistence.Entity was previously required, regardless of which
aspects were actually used by the project. It is now optional and will
not break the build if it is not present. Note that the side effe... | @entity no longer required with spring-aspect | 45 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,738 |
222d2b163999b7d16055185bdf77e7ea98d4ef97 | Stephane Nicoll | Stephane Nicoll | Fix unnecessary required spring-context-support dep
Prior to this commit, a project using compile time weaving upgrading to
4.1 was forced to add spring-context-support and the jcache API in order
to build. This problem is not new really: spring-aspects holds all
aspects provided by the framework and they all are eval... | fix unnecessary required spring-context-support dep | 51 | false | false | 5 | true | false | false | spring-projects | spring-framework | 16,739 |
d5eb6694163dbe3202114a0a86f63435ccedf176 | Rossen Stoyanchev | Rossen Stoyanchev | Add mention of java.util.Optional in @MVC
Issue: SPR-12370 | add mention of java.util.optional in @mvc | 41 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,740 |
687955a70412530a465f180f4b36c3a4e9b274bb | Rossen Stoyanchev | Rossen Stoyanchev | Add ImmutableMessageChannelInterceptor
This change adds a ChannelInterceptor that flips the immutable flag on
messages being sent. This allows components sending messages to leave
the message mutable for interceptors to further apply modifications
before the message is sent (and exposed to concurrency).
The intercept... | add immutablemessagechannelinterceptor | 38 | false | false | 2 | true | true | false | spring-projects | spring-framework | 16,741 |
d5bf6713edc9225023141d06692633a6f8b196d6 | Craig Andrews | Phillip Webb | Add author attribution for htmlEscape methods
Issue: SPR-9293 | add author attribution for htmlescape methods | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,742 |
2035b17925ee2e4f1e9f236b67da4c5e08d02800 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,743 |
cb860364dd94c43dd05af4137e609f6e95d5ada2 | Juergen Hoeller | Juergen Hoeller | TilesConfigurer defensively expects null from getResources in case of no resources found
Also includes order preservation for resource results with Tiles 2 as well as retrieval failure logging with Tiles 3.
Issue: SPR-12362 | tilesconfigurer defensively expects null from getresources in case of no resources found | 88 | false | false | 12 | false | false | false | spring-projects | spring-framework | 16,744 |
1c217aae404d44d2edac5d00773d58093d119f3e | Sebastien Deleuze | Sebastien Deleuze | Support text/xml and application/*+xml in Jackson XML message converter
Issue: SPR-12366 | support text/xml and application/*+xml in jackson xml message converter | 71 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,745 |
49f3a6beffc744f6457426df1383f90f620eed74 | Juergen Hoeller | Juergen Hoeller | HibernateTransactionManager supports result access after completion
Issue: SPR-12349 | hibernatetransactionmanager supports result access after completion | 67 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,746 |
b16048b061ee18d5928f208dd6a9a64624fdf587 | Juergen Hoeller | Juergen Hoeller | ClassReader relies on autoboxing for reuse of cached primitive values
Issue: SPR-12365 | classreader relies on autoboxing for reuse of cached primitive values | 69 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,747 |
051c5fb66ae5ce55d4a5efe1aa39afd771df5df6 | Rossen Stoyanchev | Rossen Stoyanchev | Update javadoc | update javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,748 |
df090235bb3b5693065b9e36e18150ee26c9d199 | Rossen Stoyanchev | Rossen Stoyanchev | Update documentation for Map arguments
Issue: SPR-12347 | update documentation for map arguments | 38 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,749 |
4412bc68aaf20556cdc71a21f1052f23b9f008b3 | Sam Brannen | Sam Brannen | Polish Javadoc | polish javadoc | 14 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,750 |
a011b360d1f4735de45c9cbd4a063e1c4196c244 | Brian Clozel | Brian Clozel | Polish SPR-12286
Issue: SPR-12286 | polish spr-12286 | 16 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,751 |
2956049c304c78b675568b61b0c6e638228b8db0 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,752 |
73ce3b514b5f8dd2f0985d45c0651e48131326b8 | Juergen Hoeller | Juergen Hoeller | QualifierAnnotationAutowireCandidateResolver calls BeanFactory.getType defensively
Issue: SPR-12191 | qualifierannotationautowirecandidateresolver calls beanfactory.gettype defensively | 82 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,753 |
86d97baf65ef1547986ddb31eec0a7d684a7b6f3 | Brian Clozel | Brian Clozel | Allow defining default content negotiation strategy
During the HTTP Content Negotiation phase, the ContentNegotiationManager
uses configured ContentNegotiationStrategy(ies) to define the list of
content types accepted by the client.
When HTTP clients don't send Accept headers, nor use a configured
file extension in t... | allow defining default content negotiation strategy | 51 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,754 |
a2731f1a4ffe28b9e255bb418474b7a488866ba4 | Juergen Hoeller | Juergen Hoeller | Revised test for ImportBeanDefinitionRegistrar double scan
Issue: SPR-12334
(cherry picked from commit 6e5711a) | revised test for importbeandefinitionregistrar double scan | 58 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,755 |
3106905877b4382928b9416954f9d74a7e3f34f3 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,756 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.