Files
spring-boot/spring-boot-project
Brian Clozel 56ab0da287 Support EncodedResourceResolver in resource chain
As of https://jira.spring.io/browse/SPR-16381, Spring Framework now
supports both gzip and Brotli as compression formats for static
resources resolved by the resource chain.

The `GzipResourceResolver` has been deprecated and replaced by the
`EncodedResourceResolver`. This commit uses this new resolver and adapts
the configuration key to reflect those changes.

Note that this resolver is now configured ahead of the
`VersionResourceResolver`.

Closes gh-13242
2018-06-05 17:25:25 +02:00
..
2018-06-04 17:28:54 -07:00
2018-05-17 15:29:50 +02:00
2018-06-01 09:22:20 +02:00
2018-06-04 19:38:53 +01:00
2018-06-04 17:53:50 +01:00