Commit df3ec0e
Clean up Spring AI samples PR for merge
- Remove committed build/ directories and add them to .gitignore.
- Gate includeBuild('../sdk-java') on sibling checkout existence so the
build works out-of-the-box when the springai samples are not being
touched (and will resolve cleanly once temporal-spring-ai publishes).
- core: pin io.grpc:grpc-util version explicitly and switch the SSL sample
to AdvancedTlsX509KeyManager.updateIdentityCredentials (non-deprecated
API) to fix compilation under -Werror with the composite-build grpc.
- springai-multimodel: fix doc mismatch on model names, route unprefixed
input to the "default" model, drop hard-coded model-version hints from
system prompts.
- springai-rag: correct Javadoc to match actual code (no EmbeddingModelActivity),
accept bare "ask" as a usage-prompt trigger, normalize text block indentation.
- springai-mcp: fix advisor name comment, normalize text block indentation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ddc7720 commit df3ec0e
48 files changed
Lines changed: 55 additions & 276 deletions
File tree
- core
- src/main/java/io/temporal/samples/ssl
- springai-mcp
- build
- classes/java/main/io/temporal/samples/springai/mcp
- resources/main
- tmp/compileJava
- compileTransaction/stash-dir
- src/main/java/io/temporal/samples/springai/mcp
- springai-multimodel
- build
- classes/java/main/io/temporal/samples/springai/multimodel
- resources/main
- tmp/compileJava
- compileTransaction/stash-dir
- src/main/java/io/temporal/samples/springai/multimodel
- springai-rag
- build
- classes/java/main/io/temporal/samples/springai/rag
- resources/main
- tmp/compileJava
- compileTransaction/stash-dir
- src/main/java/io/temporal/samples/springai/rag
- springai/build
- classes/java/main/io/temporal/samples/springai/chat
- resources/main
- spotless/spotlessJava/src/main/java/io/temporal/samples/springai/chat
- tmp/compileJava
- compileTransaction/stash-dir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Binary file not shown.
0 commit comments