spring-projects / spring-aot-smoke-tests

Smoke tests for Spring's AOT and native support
https://spring-team-aot-smoke-tests-dashboard.azuremicroservices.io/
48 stars 34 forks source link

Add smoke test for spring-boot-starter-cache #40

Open mhalbritter opened 2 years ago

mhalbritter commented 2 years ago
mhalbritter commented 1 year ago

Getting couchbase to just start up in docker is little bit more complicated: https://stackoverflow.com/questions/69842680/couchbase-with-docker-compose-unable-to-insert-durabilityimpossibleerror

The official guide always the user to click through some UI to get a working cluster.

sdeleuze commented 1 year ago

As discussed with @odrotbohm and @snicoll, JCache support is current broken at AOT generated code level:

[ERROR]   location: variable instance of type org.springframework.cache.jcache.config.ProxyJCacheConfiguration /Users/odrotbohm/Documents/workspace/spring-petclinic/target/spring-aot/main/sources/org/springframework/cache/jcache/config/ProxyJCacheConfiguration__Autowiring.java 16:136
snicoll commented 2 months ago

It should be mentioned that the smoke test for Hazelcast has been removed. Same for cache2k.