Commit 47ceb0f
chore: remove external Mustache dependency, defer interpolation to AIC-2695 (AIC-2662)
Per the SDK team's supply-chain guidance we will not link the external
com.samskivert:jmustache artifact. Drop the dependency and the Interpolator
(plus its tests) from this PR; the Mustache engine will be vendored (source
copied into an internal, relocated package) together with the Interpolator in
AIC-2695, which gates the v1.0 release.
This PR now ships only the data model and the defensive LDValue parsing layer,
neither of which depends on a templating engine.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 11043ab commit 47ceb0f
3 files changed
Lines changed: 6 additions & 207 deletions
File tree
- lib/sdk/server-ai
- src
- main/java/com/launchdarkly/sdk/server/ai/internal
- test/java/com/launchdarkly/sdk/server/ai/internal
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
| |||
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 61 | | |
69 | 62 | | |
70 | 63 | | |
| |||
Lines changed: 0 additions & 97 deletions
This file was deleted.
Lines changed: 0 additions & 97 deletions
This file was deleted.
0 commit comments