
technology-usage.embedded-cache-libraries.windup.xml Maven / Gradle / Ivy
The newest version!
This ruleset detects embedded cache libraries, which may be problematic when migrating an application to a cloud environment.
.*ehcache.*\.jar$
The application embeds an Ehcache library.
Ehcache
.*coherence.*\.jar$
The application embeds a Coherence library.
Coherence
.*commons-jcs.*\.jar$
The application embeds an Apache Commons JCS library.
Apache Commons JCS
.*dynacache.*\.jar$
The application embeds a Dynacache library.
Dynacache
.*cache-api.*\.jar$
The application embeds a library that provides caching.
Cache API
.*hazelcast.*\.jar$
The application embeds a Hazelcast library.
Hazelcast
.*ignite.*\.jar$
The application embeds an Apache Ignite library.
Apache Ignite
.*infinispan.*\.jar$
The application embeds an Infinispan library.
Infinispan
.*jbosscache.*\.jar$
The application embedds a JBoss Cache library.
JBoss Cache
.*jcache.*\.jar$
The application embeds a JCache library.
JCache
.*memcached.*\.jar$
The application embeds a Memcached client library.
Memcached client
.*oscache.*\.jar$
The application embeds an Oscache library.
Oscache
.*shiftone.*\.jar$
The application embeds a ShiftOne library (Java Object Cache or JOCache).
ShiftOne
.*swarmcache.*\.jar$
The application embeds a SwarmCache library.
SwarmCache
The application embeds the Spring Boot Cache library.
Spring Boot Cache
The application embeds the Redis client.
Redis
© 2015 - 2025 Weber Informatics LLC | Privacy Policy