Skip to content

Commit ae07187

Browse files
rename extensions -> contrib
1 parent f57275c commit ae07187

87 files changed

Lines changed: 2 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @temporalio/sdk
88

99

10-
# Below are owners for modules in the extensions/ directory
10+
# Below are owners for modules in the contrib/ directory
1111
# that are owned by teams other than the SDK team.
1212
# For each one, we add the owning team, as well as
1313
# @temporalio/sdk, so the SDK team can continue to
1414
# manage repo-wide concerns
15-
/extensions/temporal-spring-ai/ @temporalio/ai-sdk @temporalio/sdk
15+
/contrib/temporal-spring-ai/ @temporalio/ai-sdk @temporalio/sdk
File renamed without changes.

extensions/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingClientInterceptor.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingClientInterceptor.java

File renamed without changes.

extensions/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingOptions.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingOptions.java

File renamed without changes.

extensions/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingSpanContextCodec.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingSpanContextCodec.java

File renamed without changes.

extensions/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingWorkerInterceptor.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingWorkerInterceptor.java

File renamed without changes.

extensions/temporal-opentracing/src/main/java/io/temporal/opentracing/SpanBuilderProvider.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/SpanBuilderProvider.java

File renamed without changes.

extensions/temporal-opentracing/src/main/java/io/temporal/opentracing/SpanCreationContext.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/SpanCreationContext.java

File renamed without changes.

extensions/temporal-opentracing/src/main/java/io/temporal/opentracing/SpanOperationType.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/SpanOperationType.java

File renamed without changes.

0 commit comments

Comments
 (0)