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
29cb7808f23e115abb5b313e1df2155d3a59b5fd
Juergen Hoeller
Juergen Hoeller
Merge pull request #621 from royclarkson/Gson_2_3 Upgrade to Gson 2.3
merge pull request #621 from royclarkson/gson_2_3
49
true
false
6
false
false
false
spring-projects
spring-framework
15,957
d6fd40d6dce39705f208fbc9cca72f9412d9ad91
Roy Clarkson
Roy Clarkson
Upgrade to Gson 2.3 This release contains the following new features: - The new @JsonAdapter annotation to specify a Json TypeAdapter for a class field - JsonPath support: JsonParser.getPath() method returns the JsonPath expression - New public methods in JsonArray (similar to the java.util.List): contains(Json...
upgrade to gson 2.3
19
false
false
4
false
false
false
spring-projects
spring-framework
15,958
01cbf9b9eeb7c381b0af53b7c1512526ea572d54
Sebastien Deleuze
Sebastien Deleuze
Update references to SpringSource in the reference documentation
update references to springsource in the reference documentation
64
false
false
8
false
true
false
spring-projects
spring-framework
15,959
1884d18183429cb0510bc23a3695533f4fa2e37a
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,960
16325c2eaaa6bc6c87a7e4b720dc281aca52ce8b
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,961
65cc57dabbbba7a1c9c558ce3bfb9beb9d63f736
Juergen Hoeller
Juergen Hoeller
SystemEnvironmentPropertySource uses regular property names check instead of optimized Map lookup (for defensiveness in SecurityManager scenarios) Issue: SPR-12224
systemenvironmentpropertysource uses regular property names check instead of optimized map lookup (for defensiveness in securitymanager scenarios)
146
false
false
16
false
false
false
spring-projects
spring-framework
15,962
7f8d6115980c9325ff4b5227843f1972b4d15e44
Juergen Hoeller
Juergen Hoeller
Defensive reset/restore of JNDI environment (avoiding test side effects) Issue: SPR-12223
defensive reset/restore of jndi environment (avoiding test side effects)
72
false
false
9
false
false
false
spring-projects
spring-framework
15,963
237b50a9c87c3cf754781ea1ac5ec0c8027fe314
Rossen Stoyanchev
Rossen Stoyanchev
Allow configuring custom argument types The WebSocket messaging namespace now exposes configuration options for custom argument resolvers and return value handlers. Issue: SPR-12217
allow configuring custom argument types
39
false
false
5
false
false
false
spring-projects
spring-framework
15,964
a9b2a12491aa2259851b93824b7e560b3dbd1902
Rossen Stoyanchev
Rossen Stoyanchev
Allow ResponseBodyAdvice to modify null return values This change defers determination of whether to invoke a message converter in case of a null @ResponseBody value (or ResponseEntity with a null body) until after the invocation of the ResponseBodyAdvice chain. This allows a ResponseBodyAdvice to handle null values p...
allow responsebodyadvice to modify null return values
53
false
false
7
false
true
false
spring-projects
spring-framework
15,965
a99ef6d9b2ca77f60e2838ff20a7957254a80fc4
Rossen Stoyanchev
Rossen Stoyanchev
Extend websocket scope to event publication This change extends the "websocket" scope to ApplicationContext events published from StompSubProtocolHandler. This however will only work with ApplicationEventMulticaster that multicasts events in the same thread. Issue: SPR-12172
extend websocket scope to event publication
43
false
false
6
true
true
true
spring-projects
spring-framework
15,966
a2b983a4e400123563b3923c2cbcfd23b568d44d
Phillip Webb
Phillip Webb
Further refine property source ordering Refine property source ordering so that sources already contained in the environment remain before those added by @PropertySource annotations. Issue: SPR-12198
further refine property source ordering
39
false
false
5
false
false
false
spring-projects
spring-framework
15,967
e71fbb9f46cd3bd49b68ef30a156bc0715bd979e
Phillip Webb
Phillip Webb
Implement containsProperty on MapPropertySource Improve the performance of MapPropertySource by directly implementing the containsProperty property. Issue: SPR-12224
implement containsproperty on mappropertysource
47
false
false
4
true
true
true
spring-projects
spring-framework
15,968
2077388f383c9c57fcf9473b3def51dacea3cdf3
Phillip Webb
Phillip Webb
Improve JNDI detection logic Update JndiLocatorDelegate.isDefaultJndiEnvironmentAvailable() to call `getEnvironment()` on the `InitialContext` in order to actually trigger a NamingException if JNDI is not available. Issue: SPR-12223
improve jndi detection logic
28
false
false
4
true
true
true
spring-projects
spring-framework
15,969
f259ca1b1f67397db8ed64f57e0b1d3fbd2af4a6
Juergen Hoeller
Juergen Hoeller
Refined tests for property source ordering Issue: SPR-12198 (cherry picked from commit 205e681)
refined tests for property source ordering
42
false
false
6
false
false
false
spring-projects
spring-framework
15,970
354c3e03e96f768400e963df1d09efc3e69105fb
Juergen Hoeller
Juergen Hoeller
Refined exclusion of bridge methods in annotation post-processors (for Java 8 compatibility) Issue: SPR-12187 (cherry picked from commit 29abca5)
refined exclusion of bridge methods in annotation post-processors (for java 8 compatibility)
92
false
false
12
false
false
false
spring-projects
spring-framework
15,971
cc29db4c500931563b880a859f65f8d77393d9aa
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,972
90b93ffe3f74b651c2bf3a8bbd1426674eb8544e
Juergen Hoeller
Juergen Hoeller
Restored property source ordering (fixing regression from 4.0.x) Issue: SPR-12198
restored property source ordering (fixing regression from 4.0.x)
64
false
false
8
false
false
false
spring-projects
spring-framework
15,973
f4219ca06bbd1c324567ab9e74d0d18693359810
Juergen Hoeller
Juergen Hoeller
Consistent exclusion of bridge methods in annotation post-processors (for Java 8 compatibility) Issue: SPR-12187
consistent exclusion of bridge methods in annotation post-processors (for java 8 compatibility)
95
false
false
12
false
false
false
spring-projects
spring-framework
15,974
dc57cb2c9fa366ba5e6ac3f9723dc83af173c3f4
Rossen Stoyanchev
Rossen Stoyanchev
Update SessionDisconnectEvent SessionDisconnectEvent now extends AbstractSubProtocolEvent. Issue: SPR-12156
update sessiondisconnectevent
29
false
false
2
true
true
false
spring-projects
spring-framework
15,975
4af98515853ad7e20eb90cacfaef8aecb1a81862
Rossen Stoyanchev
Rossen Stoyanchev
Add user to DISCONNECT in StompSubProtocolHandler Issue: SPR-12215
add user to disconnect in stompsubprotocolhandler
49
false
false
6
true
true
true
spring-projects
spring-framework
15,976
b1e9577680114082cd8a7cc27153899522ff9236
Rossen Stoyanchev
Rossen Stoyanchev
Ensure single quotes appear in documentation sample Issue: SPR-12186
ensure single quotes appear in documentation sample
51
false
false
7
false
true
false
spring-projects
spring-framework
15,977
70b5f319a956d2d6a89ac316c51e566a93856468
Phillip Webb
Phillip Webb
Support @Ordering of Conditions Update ConditionEvaluator to collect then sort Conditions before evaluation. By annotating Conditions with @Ordered expensive operations can be pushed to the back of the queue. Issue: SPR-12219
support @ordering of conditions
31
false
false
4
true
true
true
spring-projects
spring-framework
15,978
a833889c2ae657a3575e8afc6e22d770d69ffbb7
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,979
58b22ceddc0758d98af272b07888485373f5afa7
Juergen Hoeller
Juergen Hoeller
Scheduled/JmsListenerAnnotationBeanPostProcessor avoids needless re-scanning of non-annotated classes Issue: SPR-12189
scheduled/jmslistenerannotationbeanpostprocessor avoids needless re-scanning of non-annotated classes
101
false
false
7
false
false
false
spring-projects
spring-framework
15,980
d3ea2420852dc06d9ff9c21711749126163d8b57
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,981
40cd277b7e26e135de71b80bec757b2022641815
Juergen Hoeller
Juergen Hoeller
ReloadableResourceBundleMessageSource prevents accidental exposure of incomplete holder Issue: SPR-12177
reloadableresourcebundlemessagesource prevents accidental exposure of incomplete holder
87
false
false
7
false
false
false
spring-projects
spring-framework
15,982
0cf472b111c268e9771e899f65232640a3e335bc
Juergen Hoeller
Juergen Hoeller
BeanDefinitionParserDelegate does not silently ignore 1.x 'singleton' attribute Issue: SPR-12167
beandefinitionparserdelegate does not silently ignore 1.x 'singleton' attribute
79
false
false
8
false
false
false
spring-projects
spring-framework
15,983
80cec011b7b7a486888ee41c9e839885f1b2c519
Juergen Hoeller
Juergen Hoeller
Log warning for single optional constructor when no default constructor to fall back to Issue: SPR-12161
log warning for single optional constructor when no default constructor to fall back to
87
false
false
14
false
true
false
spring-projects
spring-framework
15,984
15320db41424f3ebbc920bfad217d04c4370d6f1
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,985
d1c720c07bcd60ff1bf06d6abeb451cdfc4b4372
Juergen Hoeller
Juergen Hoeller
GenericTypeAwarePropertyDescriptor implements equals/hashCode for proper lookups on IBM JVM 6 Issue: SPR-12185
generictypeawarepropertydescriptor implements equals/hashcode for proper lookups on ibm jvm 6
93
false
false
10
false
false
false
spring-projects
spring-framework
15,986
03e51d6de9336aeb260725933219cc91e8a6d6b1
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Reactor 1.1.4, Undertow 1.0.16)
latest dependency updates (reactor 1.1.4, undertow 1.0.16)
58
false
false
7
false
false
false
spring-projects
spring-framework
15,987
c778868d66e6af14bc13e408f1cb218f4399c0d2
Juergen Hoeller
Juergen Hoeller
WebMvcConfigurationSupport uses static NoOpValidator instead of anonymous inner class
webmvcconfigurationsupport uses static noopvalidator instead of anonymous inner class
85
false
false
9
false
false
false
spring-projects
spring-framework
15,988
5cd59d044e9f17771e28363e298866b360a5fbd7
Juergen Hoeller
Juergen Hoeller
GenericTypeAwarePropertyDescriptor implements equals/hashCode for proper lookups on IBM JVM 6 Issue: SPR-12185
generictypeawarepropertydescriptor implements equals/hashcode for proper lookups on ibm jvm 6
93
false
false
10
false
false
false
spring-projects
spring-framework
15,989
824c90d2bf698ac2f8bee0e3f2792c5162000490
Juergen Hoeller
Juergen Hoeller
ConfigurationClassParser avoids double registration of nested classes which extend their containing class Issue: SPR-12195
configurationclassparser avoids double registration of nested classes which extend their containing class
105
false
false
12
false
false
false
spring-projects
spring-framework
15,990
f394c8aa2a87bed84ca5e0202c95b13a99c3fffb
Juergen Hoeller
Juergen Hoeller
Polishing Issue: SPR-12196
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,991
26a93b6a3391c1f37973dcb527e37815cdf3e8f1
Juergen Hoeller
Juergen Hoeller
Client request implementations enforce RFC 6265 (cookies in a single header) Issue: SPR-12196
client request implementations enforce rfc 6265 (cookies in a single header)
76
false
false
11
false
false
false
spring-projects
spring-framework
15,992
7387475debc8864c2ba2cf4b96b6a633e6dce31c
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,993
c52484ed682d57c6d49f7fa62ba2b41715d2e826
Juergen Hoeller
Juergen Hoeller
CachedIntrospectionResults uses ConcurrentReferenceHashMap for its type descriptor cache Issue: SPR-12185
cachedintrospectionresults uses concurrentreferencehashmap for its type descriptor cache
88
false
false
8
false
false
false
spring-projects
spring-framework
15,994
9b2da37f7928b356b881df5b02777008a5d0caba
Juergen Hoeller
Juergen Hoeller
GenericConversionService detects enum subclasses as well Issue: SPR-12181
genericconversionservice detects enum subclasses as well
56
false
false
6
false
false
false
spring-projects
spring-framework
15,995
553930a9f027299b3e51824175b80da0f4a32c3f
Juergen Hoeller
Juergen Hoeller
CompositePropertySource allows for access to its nested property sources Issue: SPR-12182
compositepropertysource allows for access to its nested property sources
72
false
false
9
false
false
false
spring-projects
spring-framework
15,996
70412a9d0a3fe69f0f8f05f6f668782868c72e3f
Juergen Hoeller
Juergen Hoeller
Accept empty Content-Type header Issue: SPR-12173
accept empty content-type header
32
false
false
4
false
false
false
spring-projects
spring-framework
15,997
8922da3af60ba17084383eace6b80bc9ac7eccd0
Juergen Hoeller
Juergen Hoeller
Generalized workaround for JDBC 4.1 getObject(index, requiredType) failures on MySQL and Derby Issue: SPR-12174 Issue: SPR-12157
generalized workaround for jdbc 4.1 getobject(index, requiredtype) failures on mysql and derby
94
false
false
12
false
false
false
spring-projects
spring-framework
15,998
1e7bfd91a7101ecbd5337f096cfc5939b451dba9
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
15,999
5790fc904af9df90774d6c7b848b82af8b75103a
Juergen Hoeller
Juergen Hoeller
Consistent support for java.util.Optional for all applicable handler method arguments Issue: SPR-12171
consistent support for java.util.optional for all applicable handler method arguments
85
false
false
10
false
false
false
spring-projects
spring-framework
16,000
559e81bec7c47401067702b48813bc35ad392332
Sam Brannen
Sam Brannen
Make SocketUtils a concrete class Per the Javadoc for the SocketUtils() constructor, SocketUtils can be instantiated as a Spring Bean in XML configuration files; however, SocketUtils is currently abstract which prevents such usage. This commit removes the 'abstract' declaration thereby allowing SocketUtils to be inst...
make socketutils a concrete class
33
false
false
5
false
false
false
spring-projects
spring-framework
16,001
c8bbd0bae47c07c375de7df42e5019a10a3bffcc
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,002
dedb04bd5c611d098053d94233b848db5e9f40b2
Juergen Hoeller
Juergen Hoeller
Workaround for Derby's limited support for JDBC 4.1 getObject(index, requiredType) Issue: SPR-12157
workaround for derby's limited support for jdbc 4.1 getobject(index, requiredtype)
82
false
false
10
false
false
false
spring-projects
spring-framework
16,003
6aef1a1d1736d8c3b936cda0409982a6f306f973
Brian Clozel
Brian Clozel
Fix ResourceUrlProvider path check in getForRequestUrl Prior to this change, getForRequestUrl implementation would only work for applications with a non-empty servlet path. So web applications mapped to "/" would trigger a IllegalStateException while checking the current request against the request path within the cur...
fix resourceurlprovider path check in getforrequesturl
54
false
false
6
true
true
false
spring-projects
spring-framework
16,004
1c2857d15e4308b6e15db85bca97207ca8616eeb
Sebastien Deleuze
Sebastien Deleuze
Add tests for Jackson @JSONView when using XML serialization This commit also fixes the AbstractMappingJacksonResponseBodyAdvice Javadoc. Issue: SPR-12149
add tests for jackson @jsonview when using xml serialization
60
false
false
9
true
true
false
spring-projects
spring-framework
16,005
7953c5fd88575c72074f4a27016077ca73c6cfbd
Juergen Hoeller
Juergen Hoeller
FrameworkServlet skips HttpServletResponse.getStatus() call on Servlet 2.5 Issue: SPR-12151
frameworkservlet skips httpservletresponse.getstatus() call on servlet 2.5
74
false
false
7
false
false
false
spring-projects
spring-framework
16,006
86c3c7eb96db7947cba1e3f332b62e75a6bb7885
Spring Buildmaster
Spring Buildmaster
Next Development Version
next development version
24
false
false
3
false
false
false
spring-projects
spring-framework
16,007
a29e41b9fa93162b7731ed2d45a2ac368384decd
Sebastien Deleuze
Sebastien Deleuze
Fix Jackson @JSONView when using XML serialization Issue: SPR-12149
fix jackson @jsonview when using xml serialization
50
false
false
7
false
true
false
spring-projects
spring-framework
16,008
a5a56d50521ca13851d23956c62862a8d1982247
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,009
81ba3b33f67316e1a887676d6602a167548ba23d
Juergen Hoeller
Juergen Hoeller
Dropped RequestEntity's template variable methods in order to remove dependencies on org.springframework.web Instead, as outlined in the revised javadoc, let's recommend manual UriTemplate usage for RequestEntity URI input. Issue: SPR-11752
dropped requestentity's template variable methods in order to remove dependencies on org.springframework.web
108
false
false
12
false
false
false
spring-projects
spring-framework
16,010
7b93cefe643e8356ff45222fe7867ef83cb621db
Brian Clozel
Brian Clozel
Fix resource-chain XML syntax for cache This change moves the resource-cache configuration to the <resource-chain/> tag, since enabling/disabling resource cache should be driven by a property or a SpEL expression. So now that configuration can be set with XML attributes: <mvc:resource-chain resource-cache="true" ...
fix resource-chain xml syntax for cache
39
false
false
6
false
false
false
spring-projects
spring-framework
16,011
c9c3857eae452de9b96ff06f56f765ec34570b63
Rossen Stoyanchev
Rossen Stoyanchev
Update section on resource handler config Issue: SPR-14036
update section on resource handler config
41
false
false
6
false
true
false
spring-projects
spring-framework
16,012
49b872e387cf698de653dffa1b268c0950c0c23f
Rossen Stoyanchev
Rossen Stoyanchev
Adjust logging following SockJS client disconnect Issue: SPR-11870
adjust logging following sockjs client disconnect
49
false
false
6
true
false
true
spring-projects
spring-framework
16,013
d85c1fbdd5edb6b2ba906f8a20009317ff7faa98
Rossen Stoyanchev
Rossen Stoyanchev
Fix initialization issue in ResourceUrlProvider Before this change ResourceUrlProvider used getUrlMap to detect ResourceHttpRequestHandler instances, however the map may contain bean names as is the case when using <mvc:resources>. Instead it now uses getHandlerMap.
fix initialization issue in resourceurlprovider
47
false
false
5
true
true
true
spring-projects
spring-framework
16,014
3e390d1f7f55d721f51c583502233e2c58d8dc6f
Rossen Stoyanchev
Rossen Stoyanchev
Declare ResourceUrlProvider in MVC namespace This change adds a ResourceUrlProvider bean to the ResourceBeanDefinitionParser to match the same in the Java config. For consistency the name of the bean in the Java config is renamed. Also a ResourceUrlProviderExposingInterceptor is declares as a global MappedInterceptor...
declare resourceurlprovider in mvc namespace
44
false
false
5
false
true
false
spring-projects
spring-framework
16,015
d75f128752a47c654d88433771b4bf9f274c9c64
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,016
86b7118da8732f7602b4d94762c27f09f633e44c
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,017
20c2ba35dc4fd336a24adde35de70e5b649d8010
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,018
c6d29f1a314c600c6b2d1cdfc3a21ba66523b037
Juergen Hoeller
Juergen Hoeller
Refactored support for @Order on @Bean methods as well as @Priority handling Issue: SPR-11310 Issue: SPR-10548
refactored support for @order on @bean methods as well as @priority handling
76
false
false
12
false
false
false
spring-projects
spring-framework
16,019
82f8b4330c99e104819fc37d1901a2c806630f79
Juergen Hoeller
Juergen Hoeller
CachingConnectionFactory proceeds to physicalClose in case of logicalClose exceptions Issue: SPR-12148
cachingconnectionfactory proceeds to physicalclose in case of logicalclose exceptions
85
false
false
9
false
false
false
spring-projects
spring-framework
16,020
f4f7f40f18739bfbda2052015e1ec3cc24494635
Juergen Hoeller
Juergen Hoeller
Test for actual HttpInvokerProxyFactoryBean usage with plain FactoryBean return type Issue: SPR-12141
test for actual httpinvokerproxyfactorybean usage with plain factorybean return type
84
false
false
10
false
false
false
spring-projects
spring-framework
16,021
50846e32887d199bb5f23a6c2be02dd7a2ccbe97
Rossen Stoyanchev
Rossen Stoyanchev
Update reference
update reference
16
false
false
2
false
false
false
spring-projects
spring-framework
16,022
801658d362cdb7546ad6898e49a1666cf7872a2a
Rossen Stoyanchev
Rossen Stoyanchev
Rename test class to match name of class being tested
rename test class to match name of class being tested
53
false
false
10
false
true
false
spring-projects
spring-framework
16,023
2f93759d1b1e7b83bb96e378a82e108a366911ce
Juergen Hoeller
Juergen Hoeller
Cache.get(key, type) explicitly defines an IllegalStateException in case of a type mismatch Issue: SPR-12145
cache.get(key, type) explicitly defines an illegalstateexception in case of a type mismatch
91
false
false
12
false
false
false
spring-projects
spring-framework
16,024
6563405be5308954394b67608f09af35e7d35b59
Juergen Hoeller
Juergen Hoeller
ImportRegistry as a package-visible top-level interface which can easily be shared within the package Issue: SPR-12128
importregistry as a package-visible top-level interface which can easily be shared within the package
101
false
false
14
false
false
false
spring-projects
spring-framework
16,025
125ae99035653496efbf6d03270bbbdde5828d3a
Brian Clozel
Brian Clozel
Transform absolute links in ResourceTransformers Prior to this change, ResourceTransformers that transformed resources by updating the links to other resources, worked only if links were relative to the resource being transformed. For example, when the CssLinkResourceTransformer rewrote links within a "main.css" resou...
transform absolute links in resourcetransformers
48
false
false
5
true
true
true
spring-projects
spring-framework
16,026
06f1f495c26bf2e6100c29fdf0c3cd6d19fa8240
Sebastien Deleuze
Sebastien Deleuze
Update reference documentation for JSONP support Issue: SPR-12113
update reference documentation for jsonp support
48
false
false
6
true
true
true
spring-projects
spring-framework
16,027
7885a5975ec72dbcf2d96ac0df5d373f681fcfe1
Rossen Stoyanchev
Rossen Stoyanchev
Add section on building controller links from views
add section on building controller links from views
51
false
false
8
true
true
false
spring-projects
spring-framework
16,028
51a550b27b643424c06af26fa66d6b4c40607499
Rossen Stoyanchev
Rossen Stoyanchev
Add mention of ResponseBodyAdvice
add mention of responsebodyadvice
33
false
false
4
true
true
true
spring-projects
spring-framework
16,029
935ffc5827554d593e6fa8c148b4f3630dc2d918
Juergen Hoeller
Juergen Hoeller
Fine-tuned concurrency and general polishing in SSE support classes Issue: SPR-12212
fine-tuned concurrency and general polishing in sse support classes
67
false
false
9
false
false
false
spring-projects
spring-framework
16,030
4e1af7d19518a783cf9a063e231b2991ca7ca1a6
Juergen Hoeller
Juergen Hoeller
Deprecated MatcherAssertionErrors in favor of the original org.hamcrest.MatcherAssert (v1.3) As of JUnit 4.9 / Hamcrest 1.3, there is no real need for a custom copy of that class anymore.
deprecated matcherassertionerrors in favor of the original org.hamcrest.matcherassert (v1.3)
92
false
false
9
false
false
false
spring-projects
spring-framework
16,031
e81862eed6438c1acf1ecaf6f6d554e31300fb56
Rossen Stoyanchev
Rossen Stoyanchev
Allow modifying HandshakeInterceptor list The getter in TransportHandlingSockJsService now returns a mutable List. The immutable wrapper doesn't make sense since it's possible anyway to modify the list by creating a new list and calling the setter again. It's also consistent with the same field on WebSocketHttpRequest...
allow modifying handshakeinterceptor list
41
false
false
4
true
false
true
spring-projects
spring-framework
16,032
b620f34ad8cbf7ac78c522a249e0a8fef76f83f1
Rossen Stoyanchev
Rossen Stoyanchev
Minor doc update
minor doc update
16
false
false
3
false
false
false
spring-projects
spring-framework
16,033
c8cc8b7cbd3d704f232e3e9b7d7c867b923f9dfb
Juergen Hoeller
Juergen Hoeller
Removed outdated references to Servlet 2.3/2.4 (cherry picked from commit 673dac5)
removed outdated references to servlet 2.3/2.4
46
false
false
6
false
false
false
spring-projects
spring-framework
16,034
209e8de18855087329bf3a5a61fd31572559e7a2
Rossen Stoyanchev
Rossen Stoyanchev
Document async request processing enhancements Generally update chapter and add documentation for 4.2 including the return value types ResponseBodyEmitter, SseEmitter, and StreamingResponseBody. Issue: SPR-12672
document async request processing enhancements
46
false
false
5
false
false
false
spring-projects
spring-framework
16,035
5b09723bb407769da91a038092a689621f99661e
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,036
26d4f91835efecd2c16d537205e1da9292a405dc
Juergen Hoeller
Juergen Hoeller
Compatibility with EhCache 3.0 M1 (as a JCache provider) Issue: SPR-12847
compatibility with ehcache 3.0 m1 (as a jcache provider)
56
false
false
9
false
false
false
spring-projects
spring-framework
16,037
09027f797233263283f1830f83ed4a7d2ee46d3b
Juergen Hoeller
Juergen Hoeller
ResolvableType.forRawClass as a straight wrapper for Class.isAssignableFrom Issue: SPR-12846
resolvabletype.forrawclass as a straight wrapper for class.isassignablefrom
75
false
false
7
false
false
false
spring-projects
spring-framework
16,038
b2308926bc2135476cdb319b5dbaee169b18ed02
Juergen Hoeller
Juergen Hoeller
Restored isTypeMatch null behavior and refined typeToMatch parameter name Issue: SPR-12147
restored istypematch null behavior and refined typetomatch parameter name
73
false
false
9
false
false
false
spring-projects
spring-framework
16,039
44e8f7b3339d196f015f5d57cda566f896a7ac16
Rossen Stoyanchev
Rossen Stoyanchev
Revert "Support {/var} syntax in UriComponentsBuilder" This reverts commit a57d42829ccd680b49faac18cb75bb3852554539 after the realization of a weaknesses with the proposed approach. For example if a path segment contains both a /-prefixed and a regular URI variable, there is no way to split that into a sequence of pa...
revert "support {/var} syntax in uricomponentsbuilder"
54
false
false
6
false
true
false
spring-projects
spring-framework
16,040
95f6e4cc9bda491e20da26ba05eb7ba3f3c15bbe
Rossen Stoyanchev
Rossen Stoyanchev
Support StreamingResponseBody return value type Issue: SPR-12831
support streamingresponsebody return value type
47
false
false
5
false
false
false
spring-projects
spring-framework
16,041
76cf5beb59e52395602ff2d71afe5ca6c10c53c4
Juergen Hoeller
Juergen Hoeller
Support for XSSFWorkbook and SXSSFWorkbook (xmlx format; POI 3.9+) Introduces an AbstractXlsView and dedicated subclasses for POI's xmlx support. Deprecates the traditional AbstractExcelView which is based on pre POI 3.5 API. Issue: SPR-6898
support for xssfworkbook and sxssfworkbook (xmlx format; poi 3.9+)
66
false
false
9
false
false
false
spring-projects
spring-framework
16,042
e2110e353e0f7119aad1450446ca1246deb7de4b
Juergen Hoeller
Juergen Hoeller
Support for JasperReports xlsx exporter Issue: SPR-12843
support for jasperreports xlsx exporter
39
false
false
5
false
false
false
spring-projects
spring-framework
16,043
1a8c6fa5ee9e70ed880cd2e9afefc4fe38283f1e
Juergen Hoeller
Juergen Hoeller
Deferred import processing reliably detects late registration attempts Issue: SPR-12838
deferred import processing reliably detects late registration attempts
70
false
false
8
false
false
false
spring-projects
spring-framework
16,044
7f845f7b5e6031aee2f1dc37f0965a5be4442a34
Brian Clozel
Brian Clozel
Fix failing HeaderAssertionTests Since SPR-11792, Last-Modified and ETag headers are also written in `HTTP 304 Not Modified` responses. This is expected as per https://tools.ietf.org/html/rfc7232#section-4.1 . Those tests expected "Last-Modified" to be missing in case of HTTP 304 responses, which is not the case anym...
fix failing headerassertiontests
32
false
false
3
true
true
true
spring-projects
spring-framework
16,045
90ed0cf04c5440c681bd0cc4568333360724ed0a
Brian Clozel
Brian Clozel
Document HTTP caching features in 4.2 Issue: SPR-11792
document http caching features in 4.2
37
false
false
6
false
false
false
spring-projects
spring-framework
16,046
7fa4ac1cf809f641af2903efd577f9298d5ce83e
Brian Clozel
Brian Clozel
Externalize javadoc-baseurl asciidoctor attribute The `javadoc-baseurl` asciidoctor attribute is now externalized (i.e. not included directly in the document anymore). This allows to properly render javadoc links in single pages, whereas those URLs were previoulsy only supported in the single page version.
externalize javadoc-baseurl asciidoctor attribute
49
false
false
4
false
false
false
spring-projects
spring-framework
16,047
f9ce11eef8b05e7e31b45a428d63ae35eed8ed42
Brian Clozel
Brian Clozel
Provide controller level Cache-Control support Prior to this commit, Cache-Control HTTP headers could be set using a WebContentInterceptor and configured cache mappings. This commit adds support for cache-related HTTP headers at the controller method level, by returning a ResponseEntity instance: ResponseEntity.stat...
provide controller level cache-control support
46
false
false
5
false
true
false
spring-projects
spring-framework
16,048
38f32e38169f7779b9fe20d46b69024039f190ce
Brian Clozel
Brian Clozel
Improve HTTP caching flexiblity This commit improves HTTP caching defaults and flexibility in Spring MVC. 1) Better default caching headers The `WebContentGenerator` abstract class has been updated with better HTTP defaults for HTTP caching, in line with current browsers and proxies implementation (wide support of H...
improve http caching flexiblity
31
false
false
4
false
true
false
spring-projects
spring-framework
16,049
953608ec49dea6dfdf1e0a2626839e84df909b69
Markus Malkusch
Brian Clozel
Improve ETag & Last-Modifed support in WebRequest This change improves the following use cases with `WebRequest.checkNotModified(String etag)` and `WebRequest.checkNotModified(long lastModifiedTimeStamp)`: 1) Allow weak comparisons for ETags Per rfc7232 section-2.3, ETags can be strong or weak; this change allows co...
improve etag & last-modifed support in webrequest
49
false
false
7
true
true
true
spring-projects
spring-framework
16,050
e086a637d581dc55c6499eb20b55a6521c152b64
Sam Brannen
Sam Brannen
Introduce BEFORE METHOD/CLASS modes in @DirtiesContext Prior to this commit, @DirtiesContext could only be used to close a test ApplicationContext after an entire test class or after a test method; however, there are some use cases for which it would be beneficial to close a test ApplicationContext before a given test...
introduce before method/class modes in @dirtiescontext
54
false
false
6
false
false
false
spring-projects
spring-framework
16,051
6028a64444216db3e55cb9c534c4dd615f60110c
Sam Brannen
Sam Brannen
Polish Javadoc for TestContext
polish javadoc for testcontext
30
false
false
4
false
false
false
spring-projects
spring-framework
16,052
9172a6d05e26a9103d0fbcc5ae1d047482319938
Stephane Nicoll
Stephane Nicoll
Restore proper use of CacheLoader Since Guava 11, CacheLoader is only invoked with a LoadingCache but the GuavaCache wrapper is always invoking getIfPresent(), available on the main Guava Cache interface. Update GuavaCache#get to check for the presence of a LoadingCache and call the appropriate method. Issue: SPR-12...
restore proper use of cacheloader
33
false
false
5
true
true
true
spring-projects
spring-framework
16,053
7513bd57574d7510f6f8a60c6dd9d5c741b36e4e
Juergen Hoeller
Juergen Hoeller
Latest dependency updates (Groovy 2.4.2, Hibernate Validator 5.2 beta 1)
latest dependency updates (groovy 2.4.2, hibernate validator 5.2 beta 1)
72
false
false
10
false
false
false
spring-projects
spring-framework
16,054
56273a8ff369b462590f1d3ee6d5b1ad7ed92207
Juergen Hoeller
Juergen Hoeller
Polishing
polishing
9
false
false
1
false
false
false
spring-projects
spring-framework
16,055
3d2bde7156d61e9eb3257bd9d13c3d0f6f06fa63
Sam Brannen
Sam Brannen
Add tests that use the new generate-name attribute This commit updates the Spr8849Tests test suite to include XML configuration that guarantees that a unique database name is always automatically generated (via the new 'generate-name' attribute that was introduced in SPR-8849) while reusing the same bean name (i.e., '...
add tests that use the new generate-name attribute
50
false
false
8
true
true
true
spring-projects
spring-framework
16,056