File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88- ` temporal-shaded ` : prepackaged version of the SDK with shaded dependencies.
99- ` temporal-spring-boot-autoconfigure ` : Spring Boot auto configuration.
1010- ` temporal-kotlin ` : Kotlin DSL for the SDK.
11- - ` extensions /temporal-opentracing` : OpenTracing interceptor integration.
12- - ` extensions /temporal-spring-ai` : Spring AI integration.
11+ - ` contrib /temporal-opentracing` : OpenTracing interceptor integration.
12+ - ` contrib /temporal-spring-ai` : Spring AI integration.
1313
1414## General Guidance
1515- Avoid changing public API signatures. Anything under an ` internal ` directory
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ include 'temporal-sdk'
55include ' temporal-testing'
66include ' temporal-test-server'
77include ' temporal-opentracing'
8- project(' :temporal-opentracing' ). projectDir = file(' extensions /temporal-opentracing' )
8+ project(' :temporal-opentracing' ). projectDir = file(' contrib /temporal-opentracing' )
99include ' temporal-kotlin'
1010include ' temporal-spring-ai'
11- project(' :temporal-spring-ai' ). projectDir = file(' extensions /temporal-spring-ai' )
11+ project(' :temporal-spring-ai' ). projectDir = file(' contrib /temporal-spring-ai' )
1212include ' temporal-spring-boot-autoconfigure'
1313include ' temporal-spring-boot-starter'
1414include ' temporal-remote-data-encoder'
You can’t perform that action at this time.
0 commit comments