-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@Cache
annotation and processors allowing generate typed cache impl…
…ementations (#153)
- Loading branch information
1 parent
162016f
commit 3ec053e
Showing
186 changed files
with
6,214 additions
and
5,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
dependencies { | ||
implementation project(":common") | ||
implementation project(":cache:cache-common") | ||
|
||
implementation project(":annotation-processor-common") | ||
implementation project(":aop:aop-annotation-processor") | ||
|
||
implementation libs.javapoet | ||
implementation libs.logback.classic | ||
|
||
testImplementation libs.prometheus.collector.caffeine | ||
testImplementation testFixtures(project(":annotation-processor-common")) | ||
testImplementation project(":internal:test-logging") | ||
testImplementation "com.google.testing.compile:compile-testing:0.19" | ||
testImplementation project(":cache:cache-caffeine") | ||
} | ||
|
||
apply from: '../../in-test-generated.gradle' |
289 changes: 289 additions & 0 deletions
289
...or/src/main/java/ru/tinkoff/kora/cache/annotation/processor/CacheAnnotationProcessor.java
Large diffs are not rendered by default.
Oops, something went wrong.
180 changes: 0 additions & 180 deletions
180
...src/main/java/ru/tinkoff/kora/cache/annotation/processor/CacheKeyAnnotationProcessor.java
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
...otation-processor/src/main/java/ru/tinkoff/kora/cache/annotation/processor/CacheMeta.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.