Merge branch 'feature/ext-cache/core-and-caffeine' into feature/extensions/validation-scheduler-cache

# Conflicts:
#	AGENTS.md
#	flash-extensions/pom.xml
#	pom.xml
This commit is contained in:
Zakaria El Orche
2026-09-09 12:37:52 +00:00
17 changed files with 753 additions and 1 deletions
+17
View File
@@ -29,6 +29,8 @@
<module>flash-ext-data-core</module>
<module>flash-ext-data-jdbc</module>
<module>flash-ext-data-hibernate</module>
<module>flash-ext-cache-core</module>
<module>flash-ext-cache-caffeine</module>
</modules>
<dependencyManagement>
@@ -43,6 +45,21 @@
<artifactId>flash-ext-scheduler</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.relism</groupId>
<artifactId>flash-ext-cache-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.relism</groupId>
<artifactId>flash-ext-cache-caffeine</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>${caffeine.version}</version>
</dependency>
<dependency>
<groupId>dev.relism</groupId>
<artifactId>flash-testing</artifactId>