Skip to content

Commit b2cb092

Browse files
remove deprecated constructor
1 parent 4e05c26 commit b2cb092

1 file changed

Lines changed: 0 additions & 40 deletions

File tree

  • temporal-spring-boot-autoconfigure/src/main/java/io/temporal/spring/boot/autoconfigure/template

temporal-spring-boot-autoconfigure/src/main/java/io/temporal/spring/boot/autoconfigure/template/NamespaceTemplate.java

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -85,46 +85,6 @@ public NamespaceTemplate(
8585
this.workerPlugins = workerPlugins;
8686
}
8787

88-
/**
89-
* @deprecated Use constructor with plugins parameters
90-
*/
91-
@Deprecated
92-
public NamespaceTemplate(
93-
@Nonnull NamespaceProperties namespaceProperties,
94-
@Nonnull WorkflowServiceStubs workflowServiceStubs,
95-
@Nullable DataConverter dataConverter,
96-
@Nullable List<WorkflowClientInterceptor> workflowClientInterceptors,
97-
@Nullable List<ScheduleClientInterceptor> scheduleClientInterceptors,
98-
@Nullable List<WorkerInterceptor> workerInterceptors,
99-
@Nullable Tracer tracer,
100-
@Nullable TestWorkflowEnvironmentAdapter testWorkflowEnvironment,
101-
@Nullable
102-
List<TemporalOptionsCustomizer<WorkerFactoryOptions.Builder>> workerFactoryCustomizers,
103-
@Nullable List<TemporalOptionsCustomizer<WorkerOptions.Builder>> workerCustomizers,
104-
@Nullable List<TemporalOptionsCustomizer<WorkflowClientOptions.Builder>> clientCustomizers,
105-
@Nullable List<TemporalOptionsCustomizer<ScheduleClientOptions.Builder>> scheduleCustomizers,
106-
@Nullable
107-
List<TemporalOptionsCustomizer<WorkflowImplementationOptions.Builder>>
108-
workflowImplementationCustomizers) {
109-
this(
110-
namespaceProperties,
111-
workflowServiceStubs,
112-
dataConverter,
113-
workflowClientInterceptors,
114-
scheduleClientInterceptors,
115-
workerInterceptors,
116-
tracer,
117-
testWorkflowEnvironment,
118-
workerFactoryCustomizers,
119-
workerCustomizers,
120-
clientCustomizers,
121-
scheduleCustomizers,
122-
workflowImplementationCustomizers,
123-
null,
124-
null,
125-
null);
126-
}
127-
12888
public ClientTemplate getClientTemplate() {
12989
if (clientTemplate == null) {
13090
this.clientTemplate =

0 commit comments

Comments
 (0)