madorb
6c282096c6
Add RFC-5681 support to CacheControl
...
This commit adds the "stale-while-revalidate" and "stale-if-error"
Cache-Control directives in the `CacheControl` support class.
Issue: SPR-13841
9 years ago
Brian Clozel
d681f77d62
Polish
...
Issue: SPR-13817
9 years ago
Brian Clozel
473cf9c40e
Preserve ETag HTTP header for versioned resources
...
Prior to this change, a resource handler chain configured with a
`VersionResourceResolver` would add the resource version to the request
attributes when serving that resource. This approach would not work when
a `CachingResourceResolver` is configured and the resource is already
cached. Indeed, that code path is not executed when the resource is
resolved from the cache.
This commit adds a new `VersionedResource` interface that's used by the
`VersionResourceResolver`, adding a `getVersion()` method that returns
the version string for that resource. This way, the version information
is cached with the resource itself and the request attributes are no
longer used for this.
Issue: SPR-13817
9 years ago
Stephane Nicoll
6e7e4c0359
Merge pull request #948 from kamilszymanski/jcache-docs
...
* pr/948:
Fix list of supported JCache annotations
9 years ago
Kamil Szymanski
fca7c52236
Fix list of supported JCache annotations
...
Closes gh-948
9 years ago
Juergen Hoeller
04f31816bd
Avoid getTypeForFactoryBean warn logging for lazy-init beans
...
Issue: SPR-13833
9 years ago
Juergen Hoeller
9bffb9e53f
Refined RequestMappingHandlerMapping bean definition
...
Issue: SPR-13832
9 years ago
holub
9152f20bc1
Update SockJS client code snippet
9 years ago
Juergen Hoeller
8968f09c59
Polishing
9 years ago
Juergen Hoeller
27c2e8c80d
Polishing
9 years ago
Juergen Hoeller
388bd87ef0
ComponentScan annotation is repeatable now
...
Issue: SPR-13151
9 years ago
Juergen Hoeller
aecb8b6c6b
Avoid sensitive Proxy.getInvocationHandler call in synthesizeAnnotation
...
Issue: SPR-13829
9 years ago
Brian Clozel
74d3bceb19
Add missing StatusResultMatcher for HTTP Status 451
...
Issue: SPR-13632
9 years ago
Brian Clozel
9e4cf85af7
Add HTTP Status 451 UNavailable for legal reasons
...
Issue: SPR-13632
9 years ago
Juergen Hoeller
4f955932a7
@Value can be used as aliased meta-annotation
...
Issue: SPR-13603
9 years ago
Juergen Hoeller
3242ad8fc4
@AliasFor attribute name defaults to declaring attribute
...
Issue: SPR-13828
9 years ago
Juergen Hoeller
e48ec4fcd3
StatementCreatorUtils always tries getParameterType on Oracle 12c driver
...
Issue: SPR-13825
9 years ago
Juergen Hoeller
1d8a3e1f07
BeanFactoryAnnotationUtils searches on bean implementation classes and meta-annotations as well
...
Issue: SPR-13819
Issue: SPR-13452
9 years ago
Stephane Nicoll
7d0ebddebe
Flag Caffeine as Java8+ only
...
See also SPR-13824
9 years ago
Juergen Hoeller
826a00a56a
Expect IllegalStateException instead of specific message for @Scheduled proxy mismatch
...
Issue: SPR-13816
9 years ago
Juergen Hoeller
d1551bdcec
Polishing
9 years ago
Juergen Hoeller
470ea977e1
Consistent validation of annotated methods behind AOP proxies
...
Issue: SPR-13816
9 years ago
Rossen Stoyanchev
63958ac0ff
Fix concurrent test failure
...
Since ListenableFuture callbacks are invoked after the future is set,
we cannot rely on callbacks having taken place right after a call
to future.get(). This change adds a CountdownLatch to detect when
the callbacks were invoked.
Issue: SPR-12538
9 years ago
Juergen Hoeller
873b173dcc
Upgrade to Undertow 1.3.11
9 years ago
Juergen Hoeller
1cfeb07fa5
Consistent use of varargs plus related polishing
...
(cherry picked from commit deae872
)
9 years ago
Rossen Stoyanchev
bc671f05d6
Fix test warnings
9 years ago
Rossen Stoyanchev
258cc7b27f
Update AsyncRestTemplate interception
...
AsyncRequestExecution now properly supports decoration of the
request (URI, HTTP method, and headers).
Removed a no-op IdentityListenableFutureAdapter.
Use Spring Framework coding style.
Issue: SPR-12538
9 years ago
Jakub Narloch
12969f6268
SPR-12538 AsyncRestTemplate interceptors
9 years ago
Rossen Stoyanchev
74b77e0d74
Fix warnings
9 years ago
Rossen Stoyanchev
12b73caa84
Add @RestControllerAdvice
...
Issue: SPR-13673
9 years ago
Rossen Stoyanchev
8656186f60
Support for public WebSocket upgrade API in Undertow
...
Issue: SPR-13593
9 years ago
Juergen Hoeller
4adb7e2500
AOP proxies with annotation-based aspects are serializable now
...
Issue: SPR-6910
9 years ago
Juergen Hoeller
bb0bc3d415
Polishing
9 years ago
Juergen Hoeller
95d62658ff
SystemEnvironmentPropertySource replaces hyphens in property names as well
...
Issue: SPR-13594
9 years ago
Stephane Nicoll
07fd7b905e
Update What's new section
9 years ago
Stephane Nicoll
0194988425
Store by value support for ConcurrentMapCacheManager
...
ConcurrentMapCacheManager and ConcurrentMapCache now support the
serialization of cache entries via a new `storeByValue` attribute. If it is
explicitly enabled, the cache value is first serialized and that content
is stored in the cache.
The net result is that any further change made on the object returned
from the annotated method is not applied on the copy held in the cache.
Issue: SPR-13758
9 years ago
Juergen Hoeller
cf20308134
SerializationDelegate as convenient Serializer/Deserializer combo
...
Issue: SPR-13758
9 years ago
Juergen Hoeller
41ee25b1e7
Convenience constructors for common view prefix/suffix scenarios
...
Issue: SPR-13813
9 years ago
Stephane Nicoll
66dd880335
Update What's new section
9 years ago
Stephane Nicoll
d444ef4871
Support for bean refs in event SpEL condition
...
Issue: SPR-13814
9 years ago
Stephane Nicoll
9b5e47026c
Support for bean refs in caching SpEL expressions
...
Issue: SPR-13182
9 years ago
Juergen Hoeller
1ce9788a66
Upgrade to Gradle 2.10
...
Issue: SPR-13484
9 years ago
Juergen Hoeller
bb3ff25cad
Polishing
9 years ago
Juergen Hoeller
57b3ee324f
Tiles 2 support back for Spring 4.3 (to be eventually removed for 5.0 now)
...
Issue: SPR-13229
9 years ago
Juergen Hoeller
dd930b3b66
Allow for customizing the Hibernate MetadataSources instance
...
Issue: SPR-13710
9 years ago
Juergen Hoeller
f8860e2938
SimpleNamespaceContext implements all subtleties of the NamespaceContext contract
...
Issue: SPR-13713
9 years ago
Juergen Hoeller
4668aa775d
Language tag methods declared as @UsesJava7
...
Issue: SPR-13274
9 years ago
Juergen Hoeller
b28310d0b9
Polishing
9 years ago
Juergen Hoeller
0dd320f92e
Support for BCP 47 language tags
...
Issue: SPR-13032
9 years ago
Juergen Hoeller
cad2ce0ac2
ConstructorResolver always uses arguments when completely provided
...
Issue: SPR-13808
9 years ago