Skip to content

Conversation

@wxing1292
Copy link
Contributor

@wxing1292 wxing1292 commented Dec 31, 2019

  • Delete thrift dir

import com.uber.cadence.WorkflowExecutionFilter;
import com.uber.cadence.WorkflowExecutionInfo;
import com.uber.cadence.WorkflowIdReusePolicy;
import com.uber.cadence.*;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't collapse imports.

@meiliang86 meiliang86 merged commit 15e5b5b into cadence-workflow:master Jan 16, 2020
import com.uber.cadence.UpdateDomainResponse;
import com.uber.cadence.WorkflowExecution;
import com.uber.cadence.WorkflowExecutionAlreadyStartedError;
import com.uber.cadence.*;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider removing the start import and import all classes independently

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also the following classes:

  • src/main/java/com/uber/cadence/internal/sync/TestWorkflowEnvironmentInternal.java
  • src/main/java/com/uber/cadence/internal/testservice/TestWorkflowService.java

@RemcoBuddelmeijer
Copy link
Contributor

To add to this issue @meiliang86: wouldn't it be of more convenience to automatically update the submodule and if not initialized yet, initialize it during the building phase?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants