The guide says:
Finally, we need to specify the JCache provider in the application.properties file.
[...]
spring.cache.jcache.provider=com.hazelcast.cache.impl.HazelcastServerCachingProvider
The impl package inside a configuration makes me uneasy. Isnt there another way? If there isnt then please open a github issue against Hazelcast. Thank you!