Commit 66ab62c
committed
refactor(spring-boot-starter): rename directory to match contrib convention
contrib/adk-spring-boot-starter/ -> contrib/spring-boot-starter/
The previous directory name carried an extra 'adk-' prefix that none of
the other contrib modules use. Every other contrib follows
'contrib/<short-name>/' with the Maven artifactId 'google-adk-<short-name>':
contrib/spring-ai/ -> google-adk-spring-ai
contrib/langchain4j/ -> google-adk-langchain4j
contrib/firestore-session-service/ -> google-adk-firestore-session-service
contrib/planners/ -> google-adk-planners
Aligning the starter to the same shape:
contrib/spring-boot-starter/ -> google-adk-spring-boot-starter
Updated:
- Root pom.xml <modules> entry to point at the new path.
- Sample README link to the starter README.
- Linter-driven reformatting on the two sample source files
(AgentConfig, AgentService) carried in from the build.1 parent 48f880b commit 66ab62c
20 files changed
Lines changed: 16 additions & 14 deletions
File tree
- contrib
- samples/spring-boot-adk-template
- src/main/java/com/example/springbootadktemplate
- config
- spring-boot-starter
- src/main
- java/com/google/adk/autoconfigure
- properties
- resources/META-INF/spring
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 12 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments