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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
624170f178a9d8d1404889b396e32b42b5be3074 | Sam Brannen | Sam Brannen | Introduce verify & reset methods in ADSEMockCtrl
This commit introduces static verify() and reset() methods in
AnnotationDrivenStaticEntityMockingControl for programmatic control
on the mock.
Issue: SPR-11395 | introduce verify & reset methods in adsemockctrl | 48 | false | false | 7 | false | true | false | spring-projects | spring-framework | 17,757 |
edb0b0e84bd1cc25214f54326e0d895d498c539c | Sam Brannen | Sam Brannen | Merge pull request #455 from sdeleuze/SPR-11392
Fix EvalTagTests with locales other than english | merge pull request #455 from sdeleuze/spr-11392 | 47 | true | false | 6 | false | false | false | spring-projects | spring-framework | 17,758 |
81c259fe42bfed02fa2c50fba28ed7c27c933e64 | Sam Brannen | Sam Brannen | Explain mock scope in static method mocking aspect | explain mock scope in static method mocking aspect | 50 | false | false | 8 | true | true | true | spring-projects | spring-framework | 17,759 |
67142dcb0a0ea68ea4e0cea459fa7e11e38348f5 | Sam Brannen | Sam Brannen | Polish Javadoc in @*ExceptionHandler | polish javadoc in @*exceptionhandler | 36 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,760 |
261a863e8f61504a335dcfdbe1ed9f01d7e1fcbc | Sebastien Deleuze | Sebastien Deleuze | Fix EvalTagTests with locales other than english
Fix testPrintFormattedScopedAttributeResult test in org.springframework.web.servlet.tags.EvalTagTests class by making an assertion which is not locale dependent.
Issue: SPR-11392 | fix evaltagtests with locales other than english | 48 | false | false | 7 | true | true | true | spring-projects | spring-framework | 17,761 |
9fe9e27189840b2c1b0aff9f5be2b04e2be20c96 | Sam Brannen | Sam Brannen | Explain after advice behavior in static method mock aspect
This commit makes it clear that mock verification will not occur if an
advised test method throws an exception. | explain after advice behavior in static method mock aspect | 58 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,762 |
76f3d6e501722bd822cfde7ab17f051293fa2f2e | Sam Brannen | Sam Brannen | Improve test coverage for AbstractMethodMockingControl
This commit improves the test coverage for AbstractMethodMockingControl
by introducing tests that verify expected behavior for:
- reentrant method invocations via public methods
- reentrant method invocations via private methods
- test methods that do not set ... | improve test coverage for abstractmethodmockingcontrol | 54 | false | false | 5 | true | true | false | spring-projects | spring-framework | 17,763 |
3a89bc4b266c9ab351a33727eaa8d0236b6f737b | Sam Brannen | Sam Brannen | Fix merge error in previous commit
Issue: SPR-11385 | fix merge error in previous commit | 34 | false | false | 6 | true | false | true | spring-projects | spring-framework | 17,764 |
69a89b1bb0c37c2bf0871c0e40d442e7db4197c2 | Sam Brannen | Sam Brannen | Fix off-by-one regression in AbstractMethodMockingControl
This commit fixes the off-by-one regression accidentally introduced in
commit 55961544a722e827f2e0dfe8012d7b576d652f93.
Specifically, this fix ensures that the correct recorded call is
indexed in the 'calls' list in the implementation of
AbstractMethodMockingC... | fix off-by-one regression in abstractmethodmockingcontrol | 57 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,765 |
1cd5071e6ac328cf7920b42b6f7eec6afa2c8035 | Juergen Hoeller | Juergen Hoeller | Use AtomicInteger instead of local synchronization around int field
Issue: SPR-11103 | use atomicinteger instead of local synchronization around int field | 67 | false | false | 9 | true | true | false | spring-projects | spring-framework | 17,766 |
8a6b09520492d33dab1004090a3c25a3e1a57185 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11386 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,767 |
6634c19e6a89648ed8e5c304902a0483910e0eab | Juergen Hoeller | Juergen Hoeller | Related polishing
Issue: SPR-11386 | related polishing | 17 | false | false | 2 | false | false | false | spring-projects | spring-framework | 17,768 |
60c1905cdd2a197814f0cdb74dc8c70ef2db79cd | Juergen Hoeller | Juergen Hoeller | Introduced "spring.jdbc.getParameterType.ignore" property
Issue: SPR-11386 | introduced "spring.jdbc.getparametertype.ignore" property | 57 | false | false | 3 | false | false | false | spring-projects | spring-framework | 17,769 |
1a8629d40825c073b6863ae2ab748b647b28506a | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test | fix failing test | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 17,770 |
d90a36170ac7ca87a76098e76da7f965b006235b | Sam Brannen | Sam Brannen | Polish Javadoc for @MockStaticEntityMethods & its aspect | polish javadoc for @mockstaticentitymethods & its aspect | 56 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,771 |
b8ed2f49670dd80b83e6c7daa53843afce247459 | Sam Brannen | Sam Brannen | Ensure all tests are executed in the Gradle build
Prior to this commit several test classes named "*Test" were not
recognized as tests by the Gradle build. This is due to the configured
inclusion of '**/*Tests.*' which follows Spring's naming convention for
test classes.
This commit addresses this issue by:
- Renam... | ensure all tests are executed in the gradle build | 49 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,772 |
1c5cab2a4069ec3239c531d741aeb07a434f521b | Rossen Stoyanchev | Rossen Stoyanchev | Add external entity test
Issue: SPR-11376 | add external entity test | 24 | false | false | 4 | false | true | false | spring-projects | spring-framework | 17,773 |
f053f60630b3251500bb7ad321853d8679947e29 | Juergen Hoeller | Juergen Hoeller | Revised javadoc and related polishing
Issue: SPR-11383 | revised javadoc and related polishing | 37 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,774 |
d55c22ec8555dc029ca2093781e79d933e457ed9 | Juergen Hoeller | Juergen Hoeller | Upgraded to Apache HttpComponents HttpClient 4.3.2
Issue: SPR-11383 | upgraded to apache httpcomponents httpclient 4.3.2 | 50 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,775 |
f27304d785b47f5390230e7ccde028a37989d5ee | Juergen Hoeller | Juergen Hoeller | Avoid repeated assignability check for raw class on fallback match, since AutowireCandidateResolver is only being called for basic type matches to begin with
Issue: SPR-9965 | avoid repeated assignability check for raw class on fallback match, since autowirecandidateresolver is only being called for basic type matches to begin with | 157 | false | false | 23 | true | true | false | spring-projects | spring-framework | 17,776 |
874a2a9ca2e2e658f2dcc968c0369c3b3018d61d | Juergen Hoeller | Juergen Hoeller | Backwards-compatible handling of generic and raw collection converters
Issue: SPR-11369 | backwards-compatible handling of generic and raw collection converters | 70 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,777 |
e6f479677916adf7dce6c3f4e5a6faa6c9a1a0bd | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test | fix failing test | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 17,778 |
46b24dbd3335d80931aff7ff0164aea31fdd6453 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-11369 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,779 |
87c2d6fd12415ec191275e13d135a4f9567b92ee | Juergen Hoeller | Juergen Hoeller | Updated build instructions to refer to OpenJDK 8 build 100 | updated build instructions to refer to openjdk 8 build 100 | 58 | false | false | 10 | false | false | false | spring-projects | spring-framework | 17,780 |
5d3d3c111b6e7094c37a5fe5529e945ece8997fb | Juergen Hoeller | Juergen Hoeller | Revised JSR-303 references to include JSR-349 (Bean Validation 1.1) as well
Issue: SPR-10813 | revised jsr-303 references to include jsr-349 (bean validation 1.1) as well | 75 | false | false | 11 | false | false | false | spring-projects | spring-framework | 17,781 |
ea6525f15fa140c5f62afc7cd595a8bcb81c11d2 | Juergen Hoeller | Juergen Hoeller | GenericTypeResolver properly handles bound parameterized type
Issue: SPR-10819 | generictyperesolver properly handles bound parameterized type | 61 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,782 |
da0128f12099680d5f5abefd2e8f5fa792a9cde4 | Juergen Hoeller | Juergen Hoeller | Javadoc cleanup for Hibernate 3.6+ | javadoc cleanup for hibernate 3.6+ | 34 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,783 |
a65bc3851b46149b5eaadde899a838944fefe174 | Juergen Hoeller | Juergen Hoeller | Introduced local support for Hibernate 3.6 and 4.x exception translation to HibernateJpaDialect
Since Hibernate 3.6 and 4.x differ in exception handling now, this change makes HibernateJpaDialect independent from orm.hibernate3 now and avoids introducing a conditional dependency on orm.hibernate4.
Issue: SPR-10815 | introduced local support for hibernate 3.6 and 4.x exception translation to hibernatejpadialect | 95 | false | false | 12 | false | false | false | spring-projects | spring-framework | 17,784 |
c762b83a76819bee3b7be368f253021dbbf4c26a | Juergen Hoeller | Juergen Hoeller | Explicit support for Hibernate 4.0's QueryTimeoutException, PessimisticLockException, PessimisticEntityLockException and OptimisticEntityLockException
Issue: SPR-10815 | explicit support for hibernate 4.0's querytimeoutexception, pessimisticlockexception, pessimisticentitylockexception and optimisticentitylockexception | 150 | false | false | 10 | false | false | false | spring-projects | spring-framework | 17,785 |
3b211335c7e6c0277207dcdca9098599dbc40569 | Juergen Hoeller | Juergen Hoeller | Explicit support for Hibernate 3.6's QueryTimeoutException, PessimisticLockException and OptimisticLockException
Issue: SPR-10815 | explicit support for hibernate 3.6's querytimeoutexception, pessimisticlockexception and optimisticlockexception | 112 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,786 |
f3b223034d535213c67ac846866a4cd75ef7a4aa | Juergen Hoeller | Juergen Hoeller | Explicit support for JPA 2.0's QueryTimeoutException, LockTimeoutException and PessimisticLockException
Issue: SPR-10815 | explicit support for jpa 2.0's querytimeoutexception, locktimeoutexception and pessimisticlockexception | 103 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,787 |
68c0df8305aec20b6feb6459b3c46bbc9ed576e0 | Rossen Stoyanchev | Rossen Stoyanchev | Polish StompBrokerRelayMessageHandler | polish stompbrokerrelaymessagehandler | 37 | false | false | 2 | false | false | false | spring-projects | spring-framework | 17,788 |
94fefec0f943ab199ed3cd50986c4ea6868b3ece | Rossen Stoyanchev | Rossen Stoyanchev | Add ActiveMQ-based STOMP relay integration tests | add activemq-based stomp relay integration tests | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,789 |
3fb5ff2654085b83bb8294ff0cb4e0035ec33e63 | Andy Wilkinson | Rossen Stoyanchev | Improve broker availability events
Use a single class for the broker availability event with a boolean
that indicates whether or not the broker is available, rather than one
event for an available broker and one event for an unavailable broker.
Publish broker availability events in SimpleBrokerMessageHandler so that
... | improve broker availability events | 34 | false | false | 4 | false | true | false | spring-projects | spring-framework | 17,790 |
131b5de6f948e9dd32bdeab4bb900712854bb8f3 | Andy Wilkinson | Rossen Stoyanchev | Add reconnect logic to the relay's system session
Upgrade to Reactor snapshot builds to take advantage of TcpClient's
reconnect support that was added post-M1. Now, the system relay session
will try every 5 seconds to establish a connection with the broker, both
when first connecting and in the event of subsequently b... | add reconnect logic to the relay's system session | 49 | false | false | 8 | false | true | false | spring-projects | spring-framework | 17,791 |
8b48d8f445449b06cbc1204d6734944f29b540d3 | Andy Wilkinson | Rossen Stoyanchev | Publish events about broker's availability
Components that are using a StompBrokerRelayMessageHandler may want
to know whether or not the broker's unavailable. If they're sending
messages to the relay via an asynchronous channel there's currently
no way for them to find this out.
This commit enhances StompBrokerRelay... | publish events about broker's availability | 42 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,792 |
be6dbe54a358744ee896d8d295a5fc0992d9e2e4 | Andy Wilkinson | Rossen Stoyanchev | Integration tests for the broker relay | integration tests for the broker relay | 38 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,793 |
71dbd7bc1f4ac49dcdc1222174906d6db1ee378c | Rossen Stoyanchev | Rossen Stoyanchev | Remove qetQueryParams from ServerHttpRequest | remove qetqueryparams from serverhttprequest | 44 | false | false | 4 | true | true | true | spring-projects | spring-framework | 17,794 |
4c0490a070f1b70755384472a13a6bca9e210ca1 | Rossen Stoyanchev | Rossen Stoyanchev | Remove Cookie support from ServerHttpRequest
Although ServletHttpRequest provides access to Cookies, other
implementations may not. At the moment this was only needed
for SockJS to check the value of the JSESSIONID cookie. This
is now down by parsing the raw cookie values locally.
If comprehensive cookie support is t... | remove cookie support from serverhttprequest | 44 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,795 |
b232dc9d2bc12e66c49587b22cb16f9c109bea3b | Dmitry Katsubo | Rossen Stoyanchev | Add canRead/Write to MarshallingHttpMessageConverter
Issue: SPR-10463 | add canread/write to marshallinghttpmessageconverter | 52 | false | false | 4 | true | true | false | spring-projects | spring-framework | 17,796 |
37861c3f90863d688aad4b3a0fcf7778e9f593a0 | Arjen Poutsma | Rossen Stoyanchev | Support 'empty' StreamSource in Jaxb2Marshaller
Added support for StreamSources that do not have a InputStream or
Reader, but do have a System ID.
Issue: 10828 | support 'empty' streamsource in jaxb2marshaller | 47 | false | false | 5 | false | true | false | spring-projects | spring-framework | 17,797 |
319f18dddf885ee10bd8a167a88e8d574e546e15 | Rossen Stoyanchev | Rossen Stoyanchev | Add HandshakeInterceptor
A HandshakeInterceptor can be used to intercept WebSocket handshakes
(or SockJS requests where a new session is created) in order to
inspect the request and response before and after the handshake
including the ability to pass attributes to the WebSocketHandler,
which the hander can access thr... | add handshakeinterceptor | 24 | false | false | 2 | true | true | false | spring-projects | spring-framework | 17,798 |
9925d8385ff9e80bb3ec3bfbe2d4224538fed6a9 | Rossen Stoyanchev | Rossen Stoyanchev | Fix configuration issues in DefaultSockJsService | fix configuration issues in defaultsockjsservice | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,799 |
01feae0ad58bff78e30bd374ca93edef45e765a9 | Rossen Stoyanchev | Rossen Stoyanchev | Polish WebSocketSession
Update methods available on WebSocketSession interface.
Introduce DelegatingWebSocketSession interface. | polish websocketsession | 23 | false | false | 2 | false | false | false | spring-projects | spring-framework | 17,800 |
14ac023e01226778b8481a54a657d3f7f6e5e36b | Sam Brannen | Sam Brannen | Avoid use of repeated @Scheduled in tests
Commented out severalFixedRatesWithRepeatedScheduledAnnotation() until
we have full Java 8 support in the IDEs (e.g., Eclipse).
Issue: SPR-10532 | avoid use of repeated @scheduled in tests | 41 | false | false | 7 | true | true | true | spring-projects | spring-framework | 17,801 |
171b35815eedac27aefdbbe014663643ea15197d | Phillip Webb | Phillip Webb | Merge pull request #328 from lonre/typo-fix
# By Lonre Wang
* typo-fix:
Fix typo in reference docs | merge pull request #328 from lonre/typo-fix | 43 | true | false | 6 | true | false | false | spring-projects | spring-framework | 17,802 |
5549bd909ee9c6e80368e0b32cc822e1bacde326 | Lonre Wang | Phillip Webb | Fix typo in reference docs | fix typo in reference docs | 26 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,803 |
d9bfac393bc8f2df93a29cf685e7d81c222a59e7 | Arjen Poutsma | Arjen Poutsma | Added reference to CatchAllConverter
Added reference to CatchAllConverter in both javadoc and reference docs.
Issue: SPR-10821 | added reference to catchallconverter | 36 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,804 |
c3dd9ff342b461c1194d50f8575e9582994fb07b | Sam Brannen | Sam Brannen | Add test with @Schedules container annotation
Issue: SPR-10532 | add test with @schedules container annotation | 45 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,805 |
5311e84c64cb453e3779a4f235c5030b7c569edd | Arjen Poutsma | Rossen Stoyanchev | Added XStream CatchAllConverter
Added XStream CatchAllConverter that supports all classes, but throws
exceptions for (un)marshalling.
Main purpose of this class is to register this converter as a catchall
last converter with a normal or higher priority in addition to
converters that explicitly support the domain cla... | added xstream catchallconverter | 31 | false | false | 3 | false | false | false | spring-projects | spring-framework | 17,806 |
b27e240fdbf9ad91690ae596c21f511808377582 | Juergen Hoeller | Juergen Hoeller | Consistent use of varargs, consistent template method order | consistent use of varargs, consistent template method order | 59 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,807 |
92e3c52a4819a9e1254b4f13f3a608d9d3143962 | Juergen Hoeller | Juergen Hoeller | XStreamMarshaller exposes public marshal methods with DataHolder parameter
Also splitted buildXStream into constructXStream and configureXStream now.
Issue: SPR-10421 | xstreammarshaller exposes public marshal methods with dataholder parameter | 74 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,808 |
1420b970a7f033147ef9f27edab5fee4ee19996b | Juergen Hoeller | unknown | Introduced DefaultParameterNameDiscoverer which checks JDK 8's standard reflection first and then falls back to ASM-based debug symbol analysis
Also, StandardReflectionParameterNameDiscoverer calls "Parameter.isNamePresent()" now to return null (and pass on to the next discoverer) if no JDK 8 parameters are available... | introduced defaultparameternamediscoverer which checks jdk 8's standard reflection first and then falls back to asm-based debug symbol analysis | 144 | false | false | 18 | false | false | false | spring-projects | spring-framework | 17,809 |
f9325a83765ba959df72555e2a7418b1b2b0d89a | Juergen Hoeller | unknown | Added Java 8 compliant @Schedules container annotation for @Scheduled
Issue: SPR-10532 | added java 8 compliant @schedules container annotation for @scheduled | 69 | false | false | 9 | false | false | false | spring-projects | spring-framework | 17,810 |
ead0124b393fab17e71f6d879af54a7eefb28d56 | Rossen Stoyanchev | Rossen Stoyanchev | Fix bug that ignored custom json prefix
Issue: SPR-10817 | fix bug that ignored custom json prefix | 39 | false | false | 7 | true | true | true | spring-projects | spring-framework | 17,811 |
82a26024ae17b7d3c8ba5f805c853a6df0a072e1 | Rossen Stoyanchev | Rossen Stoyanchev | Allow @ResponseBody on the type level
This change enables having @ResponseBody on the type-level in which
case it inherited and does not need to be added on the method level.
For added convenience, there is also a new @RestController annotation,
a meta-annotation in turn annotated with @Controller and @ResponseBody.
... | allow @responsebody on the type level | 37 | false | false | 6 | true | true | true | spring-projects | spring-framework | 17,812 |
172a0b9f5d2b6caf5ed5e3d8cfe529c75ff145d5 | Rossen Stoyanchev | Rossen Stoyanchev | Add header support to WebSocketConnectionManager
Issue: SPR-10796 | add header support to websocketconnectionmanager | 48 | false | false | 5 | true | true | true | spring-projects | spring-framework | 17,813 |
eb4579b4d48c0d71baf4c309740366aa04347197 | Rossen Stoyanchev | Rossen Stoyanchev | Extract MimeType as a base class of MediaType
MimeType is available in core-spring and does not include support
for quality parameters and media used in HTTP content negotiation.
The MediaType sub-class in org.springframework.http adds q-parameters. | extract mimetype as a base class of mediatype | 45 | false | false | 8 | false | true | false | spring-projects | spring-framework | 17,814 |
7576274874deeccb6da6b09a8d5bd62e8b5538b7 | Arjen Poutsma | Phillip Webb | Fix potential security risk when using Spring OXM
Disable by default external entity resolution when using Spring OXM
with jaxb. This prevents a XML entity from being able to resolve a
local file on the host system.
See:
https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing
Issue: SPR-10806 | fix potential security risk when using spring oxm | 49 | false | false | 8 | true | true | true | spring-projects | spring-framework | 17,815 |
28be8e9063ce0365a6a5efb3e69863a4e60c34fd | Phillip Webb | Phillip Webb | Merge pull request #325 from Xaerxess/patch-1
# By Grzegorz Rożniecki
* patch-1:
Fix SimpleJdbcCall and SimpleJdbcInsert Javadoc | merge pull request #325 from xaerxess/patch-1 | 45 | true | false | 6 | false | false | false | spring-projects | spring-framework | 17,816 |
2344412e040bf734595141f6af7d695da061c2ef | Grzegorz Rożniecki | Phillip Webb | Fix SimpleJdbcCall and SimpleJdbcInsert Javadoc
Change "fluid" interface to "fluent" and "string" to "chain", plus fix
few typos in Javadoc.
Issue: SPR-10792 | fix simplejdbccall and simplejdbcinsert javadoc | 47 | false | false | 5 | true | false | true | spring-projects | spring-framework | 17,817 |
ce06d1391f639ba52d8c9a1e444f08ba3feb7059 | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-10807 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,818 |
9645799264f1355e2384eb24cb127eed4c3deee1 | Juergen Hoeller | Juergen Hoeller | Fixed accidental use of JDK 8 getOrDefault method on MultiValueMap
Issue: SPR-10807 | fixed accidental use of jdk 8 getordefault method on multivaluemap | 66 | false | false | 10 | false | false | false | spring-projects | spring-framework | 17,819 |
2626a35f2cfb251ad9559ba779c2c7a9a71fdc4f | Juergen Hoeller | Juergen Hoeller | Added javadoc note on the use of CachingConnectionFactory
Issue: SPR-10581 | added javadoc note on the use of cachingconnectionfactory | 57 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,820 |
c3032349b154b4a00c975c9765960da3caec0a4c | Juergen Hoeller | Juergen Hoeller | Introduced "mapperWrappers" bean property
Issue: SPR-10421 | introduced "mapperwrappers" bean property | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,821 |
3cd2eb83c5937de7d6636f9b410947ee9c8cde99 | Juergen Hoeller | Juergen Hoeller | Exposed all of XStream 1.4's configurable strategies as XStreamMarshaller bean properties
Issue: SPR-10421 | exposed all of xstream 1.4's configurable strategies as xstreammarshaller bean properties | 89 | false | false | 11 | false | false | false | spring-projects | spring-framework | 17,822 |
cc2e7bb3d75f989859316cff8f0f53ab502d8929 | Sam Brannen | Sam Brannen | Polish AbstractContextLoaderInitializer and subclasses
This commit polishes the Javadoc and assertion failure messages for
AbstractContextLoaderInitializer and its subclasses. | polish abstractcontextloaderinitializer and subclasses | 54 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,823 |
cb774409361f1f18a61a2f73687f84308cb22040 | Rossen Stoyanchev | Rossen Stoyanchev | Make date methods in HttpHeaders public
Issue: SPR-10713 | make date methods in httpheaders public | 39 | false | false | 6 | false | true | false | spring-projects | spring-framework | 17,824 |
9245fffcaf42d5ec8a2485c14440b72d71cdd2ec | Rossen Stoyanchev | Rossen Stoyanchev | Return -1 after parse error for Expires header
Issue: SPR-10648 | return -1 after parse error for expires header | 46 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,825 |
58bfd1ae9ad9c5988ae650f175c3ee83b3b68009 | Juergen Hoeller | Juergen Hoeller | Upgraded to XStream 1.4+; reworked XStream construction
Also introducing a "mapper" bean property and applying the stream driver and the class loader to the native XStream delegate now.
Issue: SPR-10421 | upgraded to xstream 1.4+; reworked xstream construction | 55 | false | false | 7 | false | false | false | spring-projects | spring-framework | 17,826 |
123c01908ac8d730ee00a0ef01494a0ea57b3c41 | Rossen Stoyanchev | Rossen Stoyanchev | Remove unintended dependency on Servlet API in SockJS
Add a factory method in ServerHttpRequest for creating a
ServerHttpAsyncRequestControl. | remove unintended dependency on servlet api in sockjs | 53 | false | false | 8 | true | true | false | spring-projects | spring-framework | 17,827 |
15a2f034597e6b19972adf4d29591f64a21b7b1f | Rossen Stoyanchev | Rossen Stoyanchev | Polish SockJS exception handling and javadoc
See javadoc in SockJsService for details.
Also remove ReadOnlyMultiValueMap, CollectionUtils has a method for
that already. | polish sockjs exception handling and javadoc | 44 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,828 |
a03517fa353a37ac28e13be9d1869bdaa87cb652 | Rossen Stoyanchev | Rossen Stoyanchev | Polish ServletServerHttpRequest query param handling
The method returning query parameters now returns only query string
parameters as opposed to any Servlet request parameter.
This commit also adds a ReadOnlyMultiValueMap. | polish servletserverhttprequest query param handling | 52 | false | false | 5 | true | false | false | spring-projects | spring-framework | 17,829 |
9700f09fad1e900a6968a9fc1bcdefdf32bca365 | Rossen Stoyanchev | Rossen Stoyanchev | Polish async feature for ServerHttpRequest/Response
ServerHttpAsyncResponseControl wraps a ServetHttpRequest and -Response
pair and allows putting the processing of the request in async mode
so that the response remains open until explicitly closed, either from
the current or from another thread.
ServletServerHttpAsy... | polish async feature for serverhttprequest/response | 51 | false | false | 5 | false | false | false | spring-projects | spring-framework | 17,830 |
0d5901ffb652a4daf2dd6ce17a9eb1f5ff54c369 | Rossen Stoyanchev | Rossen Stoyanchev | Polish Cookie abstraction in http packge of spring-web
A getCookies method is now available on ServerHttpRequest with one
ServletServerCookie implementation that wraps a Servlet cookie.
The SockJS service makes use of this to check for an existing session
cookie in the request. | polish cookie abstraction in http packge of spring-web | 54 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,831 |
c26272cef62b1e6f3bb982d7f71b2f47c685b014 | Juergen Hoeller | Juergen Hoeller | DelegatingFilterProxy avoids synchronization for pre-resolved delegate
Issue: SPR-10413 | delegatingfilterproxy avoids synchronization for pre-resolved delegate | 70 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,832 |
fdaf7eb78a04fc361001d6e6a0cf03882268d65b | Juergen Hoeller | Juergen Hoeller | Updated for Tomcat 6.0+
Issue: SPR-10788 | updated for tomcat 6.0+ | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,833 |
219eeb2369a49af607197d4e464a6a4d772a7bce | Juergen Hoeller | Juergen Hoeller | Added JPA 2.0 compliant "sharedCacheMode" and "validationMode" properties to DefaultPersistenceUnitManager and LocalContainerEntityManagerFactoryBean
Issue: SPR-10764 | added jpa 2.0 compliant "sharedcachemode" and "validationmode" properties to defaultpersistenceunitmanager and localcontainerentitymanagerfactorybean | 149 | false | false | 12 | false | false | false | spring-projects | spring-framework | 17,834 |
a841923f122c4cdc21be122140dc456d736c6142 | Juergen Hoeller | Juergen Hoeller | Scan for JPA 2.1 Converter annotation as well
Issue: SPR-10799 | scan for jpa 2.1 converter annotation as well | 45 | false | false | 8 | false | false | false | spring-projects | spring-framework | 17,835 |
f329140dd45ef56faf57706534d0bd45021cf0d3 | Juergen Hoeller | Juergen Hoeller | Fixed ClassFilterAwareUnionMethodMatcher equals implementation
Issue: SPR-10604 | fixed classfilterawareunionmethodmatcher equals implementation | 62 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,836 |
9e20a25607aeb54dc0d636727fb67b92e00dab1e | Andy Wilkinson | Rossen Stoyanchev | Introduce SubProtocolHandler abstraction
Add SubProtocolHandler to encapsulate the logic for using a
sub-protocol.
A SubProtocolWebSocketHandler is also provided to
delegate to the appropriate SubProtocolHandler based on the
negotiated sub-protocol value at handshake.
StompSubProtocolHandler provides handling for ST... | introduce subprotocolhandler abstraction | 40 | false | false | 3 | true | true | true | spring-projects | spring-framework | 17,837 |
e4d83bbefea248cdf24a6ead6017139a6676a066 | Juergen Hoeller | Juergen Hoeller | Refined javadoc for WebLogic/WebSphere transaction setup
Issue: SPR-10777
(cherry picked from commit 9035a97) | refined javadoc for weblogic/websphere transaction setup | 56 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,838 |
f88f5ed0116888dc1d786f16f27eea06df54bfe5 | Juergen Hoeller | Juergen Hoeller | Optimized TomcatInstrumentableClassLoader implementation
Issue: SPR-10788
(cherry picked from commit d32a77a) | optimized tomcatinstrumentableclassloader implementation | 56 | false | false | 3 | false | false | false | spring-projects | spring-framework | 17,839 |
dcf7813de84267fb82aed351a8175e89ae7fedd8 | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test
Issue: SPR-10800 | fix failing test | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 17,840 |
ad40ecff4bc75238ad65928e8c067478755d2b2c | Rossen Stoyanchev | Rossen Stoyanchev | Refactor and polish SockJS package structure
After this change the top-level sockjs package contains the main types
for use in applications. | refactor and polish sockjs package structure | 44 | false | false | 6 | false | false | false | spring-projects | spring-framework | 17,841 |
dad7115c236b5da8e25beb61fbeb41ea025b082e | Rossen Stoyanchev | Rossen Stoyanchev | Add SockJsMessageCodec
A SockJS message frame is an array of JSON-encoded messages and before
this change the use of the Jackson 2 library was hard-coded.
A Jackson 2 and Jackson 1.x implementations are provided and
automatically used if those libraries are present on the classpath.
Issue: SPR-10800 | add sockjsmessagecodec | 22 | false | false | 2 | true | true | false | spring-projects | spring-framework | 17,842 |
2af891683eabd98d25d98a91a8cb2242a9203c8a | Juergen Hoeller | Juergen Hoeller | Polishing
Issue: SPR-10752
Issue: SPR-10627
(cherry picked from commit ae0f23e) | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,843 |
85c9ed005d93bb50f8cbedbf54dcd02193983582 | Juergen Hoeller | Juergen Hoeller | Fixed misunderstanding with respect to excludeUnlistedClasses default in JPA 2.0
Issue: SPR-10767
(cherry picked from commit d0948f1) | fixed misunderstanding with respect to excludeunlistedclasses default in jpa 2.0 | 80 | false | false | 10 | false | false | false | spring-projects | spring-framework | 17,844 |
5b4dcbfcb97b9003cb61ea136a20c3b973337fe3 | Juergen Hoeller | Juergen Hoeller | Updated to Hibernate 4.2.2 | updated to hibernate 4.2.2 | 26 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,845 |
127b91fd4f148538562fc255ed1e22b5b74817dd | Juergen Hoeller | Juergen Hoeller | PropertySourcesPlaceholderConfigurer's "ignoreUnresolvablePlaceholders" setting reliably applies to nested placeholders as well
Issue: SPR-10549 | propertysourcesplaceholderconfigurer's "ignoreunresolvableplaceholders" setting reliably applies to nested placeholders as well | 127 | false | false | 10 | false | false | false | spring-projects | spring-framework | 17,846 |
803779d160e37dfde18d3073257fe1a078df476e | Rossen Stoyanchev | Rossen Stoyanchev | Support List<Part> method arguments
Issue: SPR-10591 | support list<part> method arguments | 35 | false | false | 4 | false | false | false | spring-projects | spring-framework | 17,847 |
481aeeec984433f11781a1999328f9c85848d1b3 | Juergen Hoeller | unknown | Polishing
Issue: SPR-10609 | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 17,848 |
3482c170e04546bc44f525f6301a8a1c11b9b014 | Rossen Stoyanchev | Rossen Stoyanchev | Fix documentation typo | fix documentation typo | 22 | false | false | 3 | true | true | true | spring-projects | spring-framework | 17,849 |
a32b94f85da6fd7240dc4e8f49e77eac84f10957 | 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 | 17,850 |
e5c254b081ae10021da6e2ab43ec25e195be7f53 | Spring Buildmaster | Spring Buildmaster | Release version 4.0.0.RC1 | release version 4.0.0.rc1 | 25 | false | false | 3 | true | true | true | spring-projects | spring-framework | 17,851 |
bfa6c2d5a27e4f8095f1047853ff3db5d07656af | Rossen Stoyanchev | Rossen Stoyanchev | Tweak method signatures in HttpComponentsClientHttpRF
This change replaces CloseableHttpClient with HttpClient in the
methods signatures of HttpComponentsClientHttpRequestFactory.
This allows 3rd party libraries such as Spring OAth, which configure
an instance of HttpComponentsClientHttpRequestFactory on the
RestTempl... | tweak method signatures in httpcomponentsclienthttprf | 53 | false | false | 5 | false | true | false | spring-projects | spring-framework | 17,852 |
9f3b8a2430a94c3c4672c06f910e334bec58c935 | Juergen Hoeller | Juergen Hoeller | GenericTypeResolver's resolveTypeArguments needs to return null for raw types (for backwards compatibility with 3.2)
Issue: SPR-11052 | generictyperesolver's resolvetypearguments needs to return null for raw types (for backwards compatibility with 3.2) | 116 | false | false | 14 | false | false | false | spring-projects | spring-framework | 17,853 |
84bc4740167c295eb51337fba8b89edfdc0fe989 | Juergen Hoeller | unknown | Upgraded to Apache HttpComponents HttpClient 4.3.1 and HttpAsyncClient 4.0 GA, as well as Jackson 2.2.2 | upgraded to apache httpcomponents httpclient 4.3.1 and httpasyncclient 4.0 ga, as well as jackson 2.2.2 | 103 | false | false | 15 | false | false | false | spring-projects | spring-framework | 17,854 |
6e418fe43d91d8f8dec426fe9b2370ff6e4ca130 | Juergen Hoeller | unknown | QualifierAnnotationAutowireCandidateResolver matches regular bean name for FactoryBean dependency type as well | qualifierannotationautowirecandidateresolver matches regular bean name for factorybean dependency type as well | 110 | false | false | 11 | false | false | false | spring-projects | spring-framework | 17,855 |
ec2429909261c7889bd4f447493d8076fe96766a | Sam Brannen | Sam Brannen | Delete unused imports | delete unused imports | 21 | false | false | 3 | true | true | true | spring-projects | spring-framework | 17,856 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.