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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
38030ef237f25344082a63b0559e5decd5bedcbf | Juergen Hoeller | Juergen Hoeller | Test for ImportBeanDefinitionRegistrar double scan
Issue: SPR-12334 | test for importbeandefinitionregistrar double scan | 50 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,757 |
69f1b78e938f08aee002da831b3d478057457ecc | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (EhCache 2.9, Joda-Time 2.5, Jackson 2.4.3, Tiles 3.0.5, Tomcat 8.0.14, FreeMarker 2.3.21) | latest dependency updates (ehcache 2.9, joda-time 2.5, jackson 2.4.3, tiles 3.0.5, tomcat 8.0.14, freemarker 2.3.21) | 116 | false | false | 15 | false | false | false | spring-projects | spring-framework | 16,758 |
ad62b2afb145499d384cb76c5f254113db99796c | Juergen Hoeller | Juergen Hoeller | Consistent throwing of BeanInstantiationException for factory methods, including a hint about circular references
Issue: SPR-12317 | consistent throwing of beaninstantiationexception for factory methods, including a hint about circular references | 113 | false | false | 13 | false | false | false | spring-projects | spring-framework | 16,759 |
1ad7a0335784ef6084a3b88f5ac68570f585ac96 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,760 |
e4753c9f8b11682d149a2292c6cd4d13c8b3ef77 | Juergen Hoeller | Juergen Hoeller | EclipseLinkJpaDialect's getJdbcConnection uses a lazy ConnectionHandle (allowing for deferred internal transaction begin)
Issue: SPR-7753 | eclipselinkjpadialect's getjdbcconnection uses a lazy connectionhandle (allowing for deferred internal transaction begin) | 121 | false | false | 12 | false | false | false | spring-projects | spring-framework | 16,761 |
bc8e4d36802fabe6999c79db88ce1b105ce2e4e1 | Andy Clement | Andy Clement | Fix SpEL varargs handling and usage of other getValue() methods
Building on the initial work for SPR-12326, this commit
addresses three problems:
Firstly the ReflectiveMethodResolver is modified to consider
a direct parameter match more important than a varargs match.
Also in that same type when there are a number of... | fix spel varargs handling and usage of other getvalue() methods | 63 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,762 |
369cabf064e70d1e43604967cc9161f6abbf2f36 | Brian Clozel | Brian Clozel | Conditionally htmlEscape chars based on encoding
This commit adds new htmlEscape methods that take the character encoding
as a parameter. According to specs and recommendations, the list of
chars to be html escaped depends on the encoding used in the response.
If the current char encoding supports chars natively, we s... | conditionally htmlescape chars based on encoding | 48 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,763 |
4d3ade563ad47be0900f83927b624d3100c4cc06 | Stephane Nicoll | Stephane Nicoll | Merge pull request #667 from luckybomb/spr12356
* spr12356:
Better use of key iterator | merge pull request #667 from luckybomb/spr12356 | 47 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,764 |
2e5d752e15164b331ad48bcdcb61c174f880498c | Min Ho Pak | Stephane Nicoll | Better use of key iterator
This commit uses an EntrySet instead of looping over the keys and
retrieving the value in a separate call.
Issue: SPR-12356 | better use of key iterator | 26 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,765 |
66069333f1e44774590487fbfbb5de3198328dea | Sam Brannen | Sam Brannen | Fix JUnit imports in SourceHttpMessageConverterTests
When org.junit.Assert.* is statically imported, the class does not
compile in Eclipse/STS since XMLAssert extends junit.framework.Assert. | fix junit imports in sourcehttpmessageconvertertests | 52 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,766 |
6e5907ff39d279e2fbce1b51f75dbe36e95ee1db | Sam Brannen | Sam Brannen | Add missing text to CachingResourceTransformer Javadoc | add missing text to cachingresourcetransformer javadoc | 54 | false | false | 6 | true | true | false | spring-projects | spring-framework | 16,767 |
065104a4853d4e1f45253d1a94e190541ca5a573 | Juergen Hoeller | Juergen Hoeller | Restored compatibility with JsonPath 0.9.x
Issue: SPR-12299 | restored compatibility with jsonpath 0.9.x | 42 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,768 |
2b6f841b03558c0e9ce36f92b2346665a69ef98b | Juergen Hoeller | Juergen Hoeller | OrderUtils.getPriority uses AnnotationUtils.findAnnotation for consistent lookup rules and diagnostics
Issue: SPR-12357 | orderutils.getpriority uses annotationutils.findannotation for consistent lookup rules and diagnostics | 102 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,769 |
47dde91763ab09d4e9f82dcd22fe3e2127c0f08d | Juergen Hoeller | Juergen Hoeller | Consistent use of logIntrospectionFailure
Issue: SPR-12325 | consistent use of logintrospectionfailure | 41 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,770 |
8325b1008031b05a89d2d69819506d47ab1acfa0 | Juergen Hoeller | Juergen Hoeller | Consistent formatting of license headers, package javadocs, and import declarations | consistent formatting of license headers, package javadocs, and import declarations | 83 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,771 |
b6fdcffc94a17ec30e5a9d24d7e62e2a54b928ca | Juergen Hoeller | Juergen Hoeller | HttpSessionHandshakeInterceptor and related web.socket.server polishing
Issue: SPR-12352 | httpsessionhandshakeinterceptor and related web.socket.server polishing | 71 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,772 |
716916b281d25cc843b4b98530f4550f7f6c0ca8 | Juergen Hoeller | Juergen Hoeller | AnnotationUtils favors local composed annotations over interface annotations and consistently logs introspection failures via lazily initialized logger
Issue: SPR-12355
Issue: SPR-12325
Issue: SPR-12329 | annotationutils favors local composed annotations over interface annotations and consistently logs introspection failures via lazily initialized logger | 151 | false | false | 17 | false | false | false | spring-projects | spring-framework | 16,773 |
77a62ec8b8db6dde54d8e4d85e51048908caa54f | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,774 |
10328f1c2273204238820d751e5c7b0690163e9e | Juergen Hoeller | Juergen Hoeller | Reimplemented ServerEndpointExporter to avoid BeanPostProcessor role
Issue: SPR-12340 | reimplemented serverendpointexporter to avoid beanpostprocessor role | 68 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,775 |
92ad02ae8fd461cda2e61ecae8933e7a8d3cff2d | Juergen Hoeller | Juergen Hoeller | Consistent number handling in StandardTypeComparator (BigInteger support, doubleValue fallback)
Also includes a fix for the Comparable raw type invocation.
Issue: SPR-9913
Issue: SPR-12353 | consistent number handling in standardtypecomparator (biginteger support, doublevalue fallback) | 95 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,776 |
fb08644e46db1ed93a384326accdac8f4078343f | Juergen Hoeller | Juergen Hoeller | ExposeInvocationInterceptor declares itself as PriorityOrdered now
Issue: SPR-12351 | exposeinvocationinterceptor declares itself as priorityordered now | 66 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,777 |
57d63a1903c15a7d0d86204b952b7d860282ed9c | Juergen Hoeller | unknown | JdbcTemplate and JmsTemplate pass settings with 0 values on to the driver
Issue: SPR-12338 | jdbctemplate and jmstemplate pass settings with 0 values on to the driver | 73 | false | false | 12 | false | false | false | spring-projects | spring-framework | 16,778 |
aae221cb159b9b0de4d4bc7cc0174d12a015b510 | Andy Clement | Andy Clement | Fix SpEL compilation of constructor invocation
The argument processing for compiling constructor references
was very basic and this fix removes that and ensures the
comprehensive logic written for method argument processing
(under SPR-12328) is now used for both method and constructor
argument handling. This fixes the... | fix spel compilation of constructor invocation | 46 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,779 |
c5e360d886931f761c2be5ff4b31d5df2042d415 | Rossen Stoyanchev | Rossen Stoyanchev | Fix regression with raw ResponseEntity type
This fix addresses a 4.1.1 regression where a raw ResponseEntity return
value (used to return potentially a different kind of body) caused an
exception.
The regression came from the fact we now try to render a null body in
order to give ResponseBodyAdvice a chance to substi... | fix regression with raw responseentity type | 43 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,780 |
cc5f488952b1d4c05dfdf3ce703dcfc354f664a6 | Brian Clozel | Brian Clozel | Upgrade to reactor 1.1.5.RELEASE | upgrade to reactor 1.1.5.release | 32 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,781 |
3d96c883d1bb239f43dd649e5fdf5b2940ba71c6 | Rossen Stoyanchev | Rossen Stoyanchev | Cache lookup path in ResourceUrlEncodingFilter
Commit https://github.com/spring-projects/spring-framework/commit/2b97d6
introduced a change where the path within the DispatcherServlet is
determined with each call to ResourceUrlProvider.getForRequestUrl.
To avoid repeating that every time a URL is encoded through the
... | cache lookup path in resourceurlencodingfilter | 46 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,782 |
f353a28ff40a0ae58e1848385b2387ae9b50a449 | Rossen Stoyanchev | Rossen Stoyanchev | Polish ResourceUrlEncodingFilter | polish resourceurlencodingfilter | 32 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,783 |
97441d054dc135dfcc18a90d81c6771a4f38239e | Rossen Stoyanchev | Rossen Stoyanchev | Avoid HandlerMapping attribute in ResourceUrlProvider
The use of the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE
in ResourceUrlProvider (as a way of saving lookup path determination)
leads to incorrect results. For example when the request is forwarded
the current requestUri may no longer be compariable to th... | avoid handlermapping attribute in resourceurlprovider | 53 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,784 |
115f85e44ff2041e9cd1a28548c8440e8092834a | Andy Clement | Andy Clement | Enhance SpEL compilation to cover additional expression types
This change introduces support for compilation of expressions
involving inline lists, string concatenation and method
invocations where the method being invoked is declared
with a varargs parameter. It also fixes a problem with
compiling existing method inv... | enhance spel compilation to cover additional expression types | 61 | false | false | 8 | true | true | false | spring-projects | spring-framework | 16,785 |
43597bfed4281dc95e43ba989eccee9bfc3a4ea2 | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,786 |
fb92934a7b16024ad2b802f27bde155f388e7821 | Juergen Hoeller | Juergen Hoeller | Extracted AbstractIdentityColumnMaxValueIncrementer and introduced deleteSpecificValues mode
Issue: SPR-12327 | extracted abstractidentitycolumnmaxvalueincrementer and introduced deletespecificvalues mode | 92 | false | false | 6 | false | false | false | spring-projects | spring-framework | 16,787 |
bd5383e4f937549107c2dc9098298ca9e874a419 | Juergen Hoeller | Juergen Hoeller | OpenJpaDialect passes custom isolation level on to OpenJPA's JDBCFetchPlan configuration
Issue: SPR-12319 | openjpadialect passes custom isolation level on to openjpa's jdbcfetchplan configuration | 88 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,788 |
8cce40469631327e0afdd5d41393248313819270 | Rossen Stoyanchev | Rossen Stoyanchev | Add check for ResponseEntity<void> with null return value
Issue: SPR-12287 | add check for responseentity<void> with null return value | 57 | false | false | 8 | true | true | false | spring-projects | spring-framework | 16,789 |
a3dc5e049158cdde681ed23ddd950e541488095c | Rossen Stoyanchev | Rossen Stoyanchev | Polish | polish | 6 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,790 |
956b66bbd466bb7a68e8499a483139a516572b24 | Rossen Stoyanchev | Rossen Stoyanchev | Fix issue with async return value type determination
Before this change, the type of asynchronously produced return values
(e.g. Callable, DeferredResult, ListenableFuture) could not be
properly determined with an actual resulting value of null. Or even
with an actual value returned, the generic type could not be prop... | fix issue with async return value type determination | 52 | false | false | 8 | true | true | false | spring-projects | spring-framework | 16,791 |
6f987a9cf8c5fa8c20d6f6d15f32f6bcd159ca7b | Stephane Nicoll | Stephane Nicoll | Proper JCache metadata caching on non cache methods
Prior to this commit, the cache operation metadata cache was not
updated for a method not using the JCache annotations. This means
that every execution of said method was going through the process
of identifying if it was using the cache or not.
This commit adds a d... | proper jcache metadata caching on non cache methods | 51 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,792 |
24d77f3272179a50e5bbd8b834f845bc09973df8 | Rossen Stoyanchev | Rossen Stoyanchev | Prepend leading slash in ResourceUrlProvider
The getForRequestUrl method of ResourceUrlProvider uses the
HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE attribute to
determine the relevant portion of the resource URL path.
However there are cases when that attribute may not have a leading
(e.g. when the current ... | prepend leading slash in resourceurlprovider | 44 | false | false | 5 | false | true | false | spring-projects | spring-framework | 16,793 |
fa4ba2a82bc5bad00010dbd96b43dd4019243859 | Rossen Stoyanchev | Rossen Stoyanchev | Polish resource handling tests | polish resource handling tests | 30 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,794 |
859e1e800345d528b17f23e74dfaf8bf4185b070 | Stephane Nicoll | Stephane Nicoll | Check for duplicate keys in YAML map nodes
Snake YAML allows for duplicate keys in map nodes. See
https://code.google.com/p/snakeyaml/issues/detail?id=199
This commit uses a dedicated Constructor extension that explicitly
checks for such duplicate keys.
Issue: SPR-12318 | check for duplicate keys in yaml map nodes | 42 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,795 |
3056301015bc96c32d29d68b50d1fc09615512cd | Rossen Stoyanchev | Rossen Stoyanchev | Improve HttpSessionHandshakeInterceptor
Use explicit flag whether to copy all attributes. | improve httpsessionhandshakeinterceptor | 39 | false | false | 2 | true | true | false | spring-projects | spring-framework | 16,796 |
de11cd879192278db2c5f1a3ab2351775802f59d | Juergen Hoeller | Juergen Hoeller | EclipseLinkJpaDialect passes custom isolation level on to EclipseLink's DatabaseLogin configuration
Issue: SPR-12319 | eclipselinkjpadialect passes custom isolation level on to eclipselink's databaselogin configuration | 99 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,797 |
c7e7d11156b39d86178ea6a6aea3618e8808aa0a | Juergen Hoeller | Juergen Hoeller | Polishing | polishing | 9 | false | false | 1 | false | false | false | spring-projects | spring-framework | 16,798 |
d501137f4ee9325693d286045531d58bad1c709c | Juergen Hoeller | Juergen Hoeller | Consistently accept empty Content-Type header and empty character encoding
Issue: SPR-12173 | consistently accept empty content-type header and empty character encoding | 74 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,799 |
1e342e4dbff7d5edef23356daa304e05b40d4147 | Rossen Stoyanchev | Rossen Stoyanchev | Use SimpleAsyncTaskExecutor in WebSocketClient impls
JettyWebsocketClient and StandardWebSocketClient now use the
SimpleAsyncTaskExecutor by default to ensure non-blocking connect. | use simpleasynctaskexecutor in websocketclient impls | 52 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,800 |
5d2e6f6d4ca9c79ad145c6dad28171b521f50221 | Rossen Stoyanchev | Rossen Stoyanchev | Prevent unbounded retention of cancelled SockJS tasks
This change sets the removeOnCancelPolicy on the SockJS
ScheduledThreadPoolExecutor to true. This ensures that cancelled
tasks are removed immediately to avoid the "unbounded retention
of cancelled tasks" that is mentioned in the Javadoc of
ScheduledThreadPoolExecu... | prevent unbounded retention of cancelled sockjs tasks | 53 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,801 |
fcf6ae83285890f2e8e7de77dcc6e633129978e8 | Rossen Stoyanchev | Rossen Stoyanchev | Fix concurrency issues in SockJS session impls
This change ensures the server "WebSocketHandler" is notified of the
opening of a session before writing the open frame to the remote
handler. Any messages sent by the server "WebSocketHandler" while
getting notified of the opening get cached and flushed after the open
fr... | fix concurrency issues in sockjs session impls | 46 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,802 |
e82df99a22b7f511fc8e2c92a8a206e06d16bd62 | Rossen Stoyanchev | Rossen Stoyanchev | Add SockJS client
This change adds a new implementation of WebSocketClient that can
connect to a SockJS server using one of the SockJS transports
"websocket", "xhr_streaming", or "xhr". From a client perspective
there is no implementation difference between "xhr_streaming" and
"xhr". Just keep receiving and when the r... | add sockjs client | 17 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,803 |
dc1d85d0459b19137687d1b0449ac2c0006a079e | Rossen Stoyanchev | Rossen Stoyanchev | Support registering Filters in WebSocket test servers | support registering filters in websocket test servers | 53 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,804 |
c14ba1a0ff72ed11eaa5fc7d808f6f3a3fbe2916 | Rossen Stoyanchev | Rossen Stoyanchev | Add SockJsFrameType enum
SPR-10797 | add sockjsframetype enum | 24 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,805 |
c86f711de5dbd2a601a70390b24f926de7efb485 | Rossen Stoyanchev | Rossen Stoyanchev | Polish SockJsFrame | polish sockjsframe | 18 | false | false | 2 | false | false | false | spring-projects | spring-framework | 16,806 |
b6255128bf7a32384f03e985d79b8bb03c3dd8a0 | Juergen Hoeller | Juergen Hoeller | ConfigurationClassPostProcessor skips pre-processed bean definitions now (avoiding side effects in case of multiple CCPPs)
Issue: SPR-11858 | configurationclasspostprocessor skips pre-processed bean definitions now (avoiding side effects in case of multiple ccpps) | 122 | false | false | 14 | true | false | false | spring-projects | spring-framework | 16,807 |
d239016a8c831e98fa615a4ef7ea6f664121ffa2 | Juergen Hoeller | Juergen Hoeller | UriComponentBuilder allows for multiple independent build() calls on same builder instance
Issue: SPR-11885 | uricomponentbuilder allows for multiple independent build() calls on same builder instance | 90 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,808 |
f966bf683cc242496d4922c7093f966c474b4cad | Juergen Hoeller | Juergen Hoeller | Explicitly mention BeanPostProcessor declaration requirements with @Bean methods
Issue: SPR-11906 | explicitly mention beanpostprocessor declaration requirements with @bean methods | 80 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,809 |
779ca99f38de3da382852f89faf84f87bfa50d9e | Juergen Hoeller | Juergen Hoeller | SelectTag consistently checks specified 'multiple' attribute now, never falling back to forceMultiple in case of user-provided value
Issue: SPR-11903 | selecttag consistently checks specified 'multiple' attribute now, never falling back to forcemultiple in case of user-provided value | 132 | false | false | 17 | false | false | false | spring-projects | spring-framework | 16,810 |
b4e16eacc5663f72be073cd4fdc83e0bdc0b5630 | Sam Brannen | Sam Brannen | Require JUnit 4.9 or higher in the TCF
Prior to this commit, the Spring TestContext Framework (TCF) was
compatible with JUnit 4.5 or higher.
This commit effectively raises the minimum version of JUnit that is
officially supported by the TCF to JUnit 4.9, thereby aligning with
similar upgrades made in the Spring Frame... | require junit 4.9 or higher in the tcf | 38 | false | false | 8 | true | true | true | spring-projects | spring-framework | 16,811 |
2d892da641f7f923856195fa636f73d4ce43f72b | Juergen Hoeller | Juergen Hoeller | FrameworkPortlet exposes local PortletRequestAttributes in case of pre-bound ServletRequestAttributes as well
Issue: SPR-11295 | frameworkportlet exposes local portletrequestattributes in case of pre-bound servletrequestattributes as well | 109 | false | false | 11 | false | false | false | spring-projects | spring-framework | 16,812 |
938a2846c8e01f99b624f48b77627e0e132c2bd4 | Juergen Hoeller | Juergen Hoeller | Avoid pattern matching in isCglibRenamedMethod as far as possible (for performance reasons)
Issue: SPR-11894 | avoid pattern matching in iscglibrenamedmethod as far as possible (for performance reasons) | 91 | false | false | 12 | true | true | false | spring-projects | spring-framework | 16,813 |
d6635802c4fb9048aacece1e09734ac6626f475f | Juergen Hoeller | Juergen Hoeller | TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type
Issue: SPR-11898 | typedescriptor's nested type traversal leniently returns null in case of unresolvable nested type | 97 | false | false | 13 | false | false | false | spring-projects | spring-framework | 16,814 |
a6f3f101e49b056822661c84614a7e8578a781d3 | Juergen Hoeller | Juergen Hoeller | Preparations for eventual removal of ParameterizedRowMapper along with SimpleJdbcTemplate
Issue: SPR-11895 | preparations for eventual removal of parameterizedrowmapper along with simplejdbctemplate | 89 | false | false | 9 | false | false | false | spring-projects | spring-framework | 16,815 |
13c4a0396d0bb20846d3f5e09108a877c6052389 | Brian Clozel | Brian Clozel | Refactor VersionResourceResolver in strategies
Prior to this commit, one of the available strategies for resolving
resources was the PrefixResourceResolver. Reconsidering the core goal of
this resolver and the FingerprintResourceResolver, we found that the
true core feature is versioning static resources application-w... | refactor versionresourceresolver in strategies | 46 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,816 |
18131bf611e5eb89e5d9f8fb58dcab591444d80b | Juergen Hoeller | Juergen Hoeller | Consistent declaration of private static final logger variables
Issue: SPR-11905 | consistent declaration of private static final logger variables | 63 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,817 |
2c0c081bbb31bd63efbac3c90550ff6bfd3e166a | Juergen Hoeller | Juergen Hoeller | AnnotationUtils defensively catches and logs unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there)
Issue: SPR-11874 | annotationutils defensively catches and logs unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) | 136 | false | false | 16 | false | false | false | spring-projects | spring-framework | 16,818 |
fd809cd18ec1603bfb2b77eda9e4c2b86de5b396 | Juergen Hoeller | Juergen Hoeller | AnnotationUtils defensively catches unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there)
This is analogous to what the JVM does for cases where the annotation type itself isn't present on the classpath. We're effectively extending that policy to values referenced within an annota... | annotationutils defensively catches unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) | 127 | false | false | 14 | false | false | false | spring-projects | spring-framework | 16,819 |
f1517f03ff3959df2dd18bb3c40eef58e5f1b4ef | Sam Brannen | Sam Brannen | Delete remaining SimpleJdbcTemplate usage
This commit deletes all remaining usage of the deprecated
SimpleJdbcTemplate class within the framework itself.
Issue: SPR-11895 | delete remaining simplejdbctemplate usage | 41 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,820 |
0c1249fe42cb9bc057ee34584c04dd8987718092 | Sam Brannen | Sam Brannen | Introduce repeatable @Sql tests
This commit introduces explicit integration tests that verify Java 8's
@Repeatable support for the @Sql annotation.
Issue: SPR-7655 | introduce repeatable @sql tests | 31 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,821 |
abdb010fc81892fbe442d51c12924104a6b23667 | Sam Brannen | Sam Brannen | Rename SQL script annotations in the TCF
Prior to this commit, SQL script annotations and related classes in the
TestContext framework (TCF) were named DatabaseInitializer*. However,
these annotations are not used only for initialization and are
therefore misleading when used for cleaning up the database.
This commit... | rename sql script annotations in the tcf | 40 | false | false | 7 | false | true | false | spring-projects | spring-framework | 16,822 |
d801f9da892d26aef40b7cd699f860ae6ae9a466 | Juergen Hoeller | Juergen Hoeller | ResourceUtils isFileURL detects "vfsfile" as a file system protocol (again)
Issue: SPR-11887 | resourceutils isfileurl detects "vfsfile" as a file system protocol (again) | 75 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,823 |
dfc370c368cd45863c41ab65ca09a87f6b4a1250 | Juergen Hoeller | Juergen Hoeller | PathMatchingResourcePatternResolver's findPathMatchingResources needs to check for VFS before checking isJarResource
Issue: SPR-11887 | pathmatchingresourcepatternresolver's findpathmatchingresources needs to check for vfs before checking isjarresource | 116 | false | false | 10 | false | false | false | spring-projects | spring-framework | 16,824 |
03f3412434b769d6545fa3c3aa3e83ae21f06705 | Juergen Hoeller | Juergen Hoeller | WebSphereUowTransactionManager exposes SmartTransactionObject
Issue: SPR-11876 | websphereuowtransactionmanager exposes smarttransactionobject | 61 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,825 |
6f68b034ca269462bf8798b78d3647474be91e5a | Juergen Hoeller | Juergen Hoeller | MBeanExportConfiguration's SpecificPlatform properly calls afterPropertiesSet
Also makes the nested SpecificPlatform enum public for Spring Boot to reuse it.
Issue: SPR-11877 | mbeanexportconfiguration's specificplatform properly calls afterpropertiesset | 77 | false | false | 5 | false | false | false | spring-projects | spring-framework | 16,826 |
ab5aea5a1346cf489e8c727c3d4ee563352b3787 | Juergen Hoeller | Juergen Hoeller | Defensively check javaUtilOptionalEmpty
Issue: SPR-11888 | defensively check javautiloptionalempty | 39 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,827 |
bc1f19ce18e9ad35d8127048737d6e6e9c276eb3 | Juergen Hoeller | Juergen Hoeller | Defensively check javaUtilOptionalEmpty
Issue: SPR-11888 | defensively check javautiloptionalempty | 39 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,828 |
cff36d68b1b34035d5103c913fd01e962023b2ab | Brian Clozel | Brian Clozel | update documentation with latest forum infos
Forums will be shortly deactivated and questions should take place
in StackOverflow. | update documentation with latest forum infos | 44 | false | false | 6 | true | true | true | spring-projects | spring-framework | 16,829 |
ef25b9e7afd35046b5c69aa98786e489382f56c1 | Juergen Hoeller | Juergen Hoeller | ObjectToOptionalConverter needs to be marked as @UsesJava8 | objecttooptionalconverter needs to be marked as @usesjava8 | 58 | false | false | 7 | false | false | false | spring-projects | spring-framework | 16,830 |
88eabe874c2bbb5aa9fb6996e23bf3cc33ec13ee | Juergen Hoeller | Juergen Hoeller | Latest dependency updates (Jackson 2.4, Jetty 9.2.1, H2 1.4.178, Apache HttpClient 4.3.4) | latest dependency updates (jackson 2.4, jetty 9.2.1, h2 1.4.178, apache httpclient 4.3.4) | 89 | false | false | 12 | false | false | false | spring-projects | spring-framework | 16,831 |
bb4a9cca1bfa5d5e887b98ec13d4a9f553dace06 | Rossen Stoyanchev | Rossen Stoyanchev | Add suppress warning in SettableListenableFuture | add suppress warning in settablelistenablefuture | 48 | false | false | 5 | true | false | true | spring-projects | spring-framework | 16,832 |
cf9d519e979f98a7fcd92f38d994b2cbfc36ae94 | Rossen Stoyanchev | Rossen Stoyanchev | Merge pull request #504 from matsev/SPR-11614 | merge pull request #504 from matsev/spr-11614 | 45 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,833 |
0640a32863c9a86511e4a3e0c7fe75e98e0f3f1e | Rossen Stoyanchev | Rossen Stoyanchev | Revise SettableListenableFuture implementation
This change modifies the SettableListenableFuture implementation to use
internally a ListenableFutureTask created with a "settable" Callable.
Issue: SPR-11614 | revise settablelistenablefuture implementation | 46 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,834 |
38b525aa9e1fec1fbd611070c5abea24e378bf7d | Mattias Severson | Rossen Stoyanchev | Created SettableListenableFuture with tests
A SettableListenableFuture implementation of Spring's ListenableFuture
The class is inspired by Google Guava’s
com.google.common.util.concurrent.SettableFuture, but this
implementation uses ReentrantReadWriteLock and CountDownLatch
internally to handle thread synchronization... | created settablelistenablefuture with tests | 43 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,835 |
0dc6082b01606c3c996b728541467ba5104b747f | Rossen Stoyanchev | Rossen Stoyanchev | Support java.util.Optional for @MVC named value args
After this change, java.util.Optional is supported with @RequestParam,
@RequestHeader, and @MatrixVariable arguments in Java 8. When Optional
is used the required flag is effectively ignored.
Issue: SPR-11829 | support java.util.optional for @mvc named value args | 52 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,836 |
c2356e57c8d9160e22d99f39279a32c5944b5b53 | Stephane Nicoll | Stephane Nicoll | Merge pull request #562 from hengyunabc/master
* pull562:
Improve StringUtils#trimAllWhitespace | merge pull request #562 from hengyunabc/master | 46 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,837 |
4d328d6188f4103b2162bba118c964fe7f52caf9 | hengyunabc | Stephane Nicoll | Improve StringUtils#trimAllWhitespace
Prior to this commit, StringUtils#trimAllWhitespace(String str) was
unecessary slower. Using sb.deleteCharAt(index) leads to a complete
copy of the char[] | improve stringutils#trimallwhitespace | 37 | false | false | 2 | true | true | false | spring-projects | spring-framework | 16,838 |
98a224fed9f6c36e9e504d107945c9034e055851 | Sam Brannen | Sam Brannen | Update Eclipse import script regarding AJDT | update eclipse import script regarding ajdt | 43 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,839 |
72baa9bf2741b599ed1d848521e167e644ab7fb5 | Brian Clozel | Brian Clozel | Ignore external resources in CssLinkResourceTransormer
Prior to this commit, the CssLinkResourceTransformer would transform
"external resources", i.e. resources not served by the web application.
This commit only allows transformation for resources which path don't
contain scheme such as "file://" or "http://". Only ... | ignore external resources in csslinkresourcetransormer | 54 | false | false | 5 | true | true | false | spring-projects | spring-framework | 16,840 |
e18e44980d26987035ef8600fa423ec910681297 | Brian Clozel | Brian Clozel | Upgrade to Groovy 2.3.3
See release notes:
https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10242&version=20415 | upgrade to groovy 2.3.3 | 23 | false | false | 4 | false | false | false | spring-projects | spring-framework | 16,841 |
9f4d4d18297581ad770a6281097f733c4f6342d3 | Rossen Stoyanchev | Rossen Stoyanchev | Check X-Forwarded-Host in ServletUriComponentsBuilder
Issue: SPR-11855 | check x-forwarded-host in servleturicomponentsbuilder | 53 | false | false | 4 | false | true | false | spring-projects | spring-framework | 16,842 |
c809143cc4100568c642d73d70bd5f7190019895 | Rossen Stoyanchev | Rossen Stoyanchev | Upgrade to Undertow 1.0.15 and fix failing test
Issue: SPR-11777 | upgrade to undertow 1.0.15 and fix failing test | 47 | false | false | 8 | false | false | false | spring-projects | spring-framework | 16,843 |
d746e3fbfaee246055f1629d53513879e41540c0 | Brian Clozel | Brian Clozel | Rollback AntPathMatcher behavior for ".*" comparisons
Prior to this commit, AntPathMatcher had been refactored for SPR-6741.
During that process, a key feature has been removed:
When comparing two patterns, pattern elements (*, {}, etc) are counted
to score those patterns. When a pattern ends with ".*", the ending
wil... | rollback antpathmatcher behavior for ".*" comparisons | 53 | true | false | 6 | false | false | false | spring-projects | spring-framework | 16,844 |
ce0473f92672771a198bd9ccf64ce8fc900f19cc | Rossen Stoyanchev | Brian Clozel | Further encapsulate AntPatternComparator$PatternInfo
Issue: SPR-6741 | further encapsulate antpatterncomparator$patterninfo | 52 | false | false | 3 | false | false | false | spring-projects | spring-framework | 16,845 |
f829cd1b35c160708b205302cd99df58059492c4 | Brian Clozel | Brian Clozel | Fix "**" precedence in AntPathMatcher comparator
Prior to this commit, "**" and "*" pattern elements had
the same priority when comparing two patterns.
So when comparing several patterns, the computed order was:
1- /hotels/{hotel}/bookings/{booking}
2- /hotels/**
3- /hotels/{hotel}/bookings/{booking}/customer/{custome... | fix "**" precedence in antpathmatcher comparator | 48 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,846 |
80a16c6d10a5ede0c32a3fdfb842e316715e52f7 | Brian Clozel | Brian Clozel | PathMatching options:configure all HandlerMappings
Since SPR-11486 and SPR-10163, Path Matching options can be configured
to customize path matching options for RequestMappingHandlerMapping.
Prior to this commit, the defined pathMatcher and pathHelper instances
were only used in RequestMappingHandlerMapping.
This com... | configure all handlermappings | 29 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,847 |
014ea963fe6815c68888fa83437376fd14d6872b | Stephane Nicoll | Stephane Nicoll | Merge pull request #544 from kryger/patch-1
* patch-2:
Fix method comment for getRequiredProperty(String) | merge pull request #544 from kryger/patch-1 | 43 | true | false | 6 | true | false | false | spring-projects | spring-framework | 16,848 |
0dc52a83432ae3e52862bb8f257774bb8c345795 | Lukasz Kryger | Stephane Nicoll | Fix method comment for getRequiredProperty(String) | fix method comment for getrequiredproperty(string) | 50 | false | false | 5 | true | true | true | spring-projects | spring-framework | 16,849 |
9ba9f562f2a75cea06db81eb8e947e6d4153ca43 | Stephane Nicoll | Stephane Nicoll | Add @ComponentScan documentation
This commit provides a proper documentation for the @ComponentScan
annotation as a java config alternative to <context:component-scan/>
Issue: SPR-11846 | add @componentscan documentation | 32 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,850 |
b214db3fc8bfac8a179fe439e7e3b8485bf512c2 | Rossen Stoyanchev | Rossen Stoyanchev | Rename HttpStatus 308 to Permanent Redirect
Issue: SPR-11854 | rename httpstatus 308 to permanent redirect | 43 | false | false | 6 | false | true | false | spring-projects | spring-framework | 16,851 |
6b129c52e3bbcc4d301ad7604d43f39c64d346a1 | Rossen Stoyanchev | Rossen Stoyanchev | Add "mvcUrl" function to Spring tag library
This commit adds a new function to the Spring tag library for preparing
links to @Controller methods. For more details see the Javadoc of
MvcUriComponentsBuilder.fromMappingName.
Issue: SPR-5779 | add "mvcurl" function to spring tag library | 43 | false | false | 7 | true | true | true | spring-projects | spring-framework | 16,852 |
214064824680bb60eca256c99f09f48996a7c235 | Rossen Stoyanchev | Rossen Stoyanchev | Fix failing test | fix failing test | 16 | false | false | 3 | true | true | true | spring-projects | spring-framework | 16,853 |
5b02222a9f20c67780ea54c94c6da8d6ef4879a4 | Rossen Stoyanchev | Rossen Stoyanchev | Add resolveTemplate method to Groovy markup configurer | add resolvetemplate method to groovy markup configurer | 54 | false | false | 7 | true | true | false | spring-projects | spring-framework | 16,854 |
0ecfa8e40491c2d1d62d8fde9f170ba70680e94f | Brian Clozel | Rossen Stoyanchev | Add Spring View support for Groovy Markup Templates
This commit adds support for Groovy Markup templates.
Spring's support requires Groovy 2.3.1+.
To use it, simply create a GroovyMarkupConfigurer and a
GroovyMarkupViewResolver beans in the web application context.
Issue: SPR-11789 | add spring view support for groovy markup templates | 51 | false | false | 8 | false | true | false | spring-projects | spring-framework | 16,855 |
6b6b008c1fa4bc40e676803a966917d90ced78fc | Stephane Nicoll | Stephane Nicoll | Fix typo
Issue: SPR-11862 | fix typo | 8 | false | false | 2 | false | true | false | spring-projects | spring-framework | 16,856 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.