Merge branch 'master' into feature/ext-cache/core-and-caffeine

Resolve conflicts in AGENTS.md, pom.xml and flash-extensions/pom.xml — both
sides added new module/scope/dependency entries in the same spot (ext-validation
from master, ext-cache-core/ext-cache-caffeine from this branch); union kept.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Zakaria El Orche
2026-09-09 14:28:12 +00:00
co-authored by Claude Sonnet 5
18 changed files with 1070 additions and 2 deletions
+6
View File
@@ -24,6 +24,7 @@
<module>flash-ext-limiter</module>
<module>flash-ext-web-bundler</module>
<module>flash-ext-mcp</module>
<module>flash-ext-validation</module>
<module>flash-ext-data-core</module>
<module>flash-ext-data-jdbc</module>
<module>flash-ext-data-hibernate</module>
@@ -33,6 +34,11 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>dev.relism</groupId>
<artifactId>flash-ext-validation</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.relism</groupId>
<artifactId>flash-ext-cache-core</artifactId>