Skip to content

Commit

Permalink
chore: [operaton#90] Revert accidently changed email addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
javahippie authored Nov 1, 2024
2 parents 92b786e + 5cca932 commit d659b0a
Show file tree
Hide file tree
Showing 136 changed files with 137 additions and 137 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import javax.inject.Named;

/**
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
@Named
@Dependent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.junit.runner.RunWith;

/**
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
@RunWith(Arquillian.class)
public class InjectCustomProcessEngineTest extends CdiProcessEngineTestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.junit.runner.RunWith;

/**
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
@RunWith(Arquillian.class)
public class InjectDefaultProcessEngineTest extends CdiProcessEngineTestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* Represents a test case where the sortControlSupport property is enabled.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class LdapEnableSortControlSupportTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Contains some test utilities to test the Ldap plugin.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public final class LdapTestUtilities {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class ExternalTaskBpmnError extends TaskBpmnErrorDto {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class MessageCorrelationResultDto {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class MetricsIntervalResultDto {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.Map;

/**
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class DeploymentWithDefinitionsDto extends DeploymentDto {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* Represents a process instance dto extension dto that contains latest variables.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class ProcessInstanceWithVariablesDto extends ProcessInstanceDto {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.io.ByteArrayInputStream;

/**
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class VariableResponseProvider {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* They typically correspond to the XML tags used in the BPMN 2.0 process definition file.
*
* @author Thorben Lindhauer
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public final class ActivityTypes {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Represents a delegation execution context which should return the current
* delegation execution.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class DelegateExecutionContext {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Represents a delegated mapping of input and output variables.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public interface DelegateVariableMapping {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* @author Tom Baeyens
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public interface Condition {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Represents a default priority provider, which contains some functionality to evaluate the priority.
* Can be used as base class for other priority providers. *
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
* @param <T> the type of the param to determine the priority
*/
public abstract class DefaultPriorityProvider<T> implements PriorityProvider<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
* @param <T> the type of the extra param to determine the priority
*/
public interface PriorityProvider<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class BoundaryConditionalEventActivityBehavior extends BoundaryEventActivityBehavior implements ConditionalEventBehavior {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Makes it possible to leave the current activity if the condition of the
* conditional event is satisfied.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public interface ConditionalEventBehavior {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class EventSubProcessStartConditionalEventActivityBehavior extends EventSubProcessStartEventActivityBehavior implements ConditionalEventBehavior {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class IntermediateConditionalEventBehavior extends IntermediateCatchEventActivityBehavior implements ConditionalEventBehavior {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Represents the conditional event definition corresponding to the
* ConditionalEvent defined by the BPMN 2.0 spec.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class ConditionalEventDefinition extends EventSubscriptionDeclaration implements Serializable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Contains functionality to get the external task by id and check
* the authorization for the execution of a command on the requested external task.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public abstract class ExternalTaskCmd implements Command<Void> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Represents an abstract class for the handle of external task commands.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public abstract class HandleExternalTaskCmd extends ExternalTaskCmd {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* The command returns a purge report. That report contains information of the
* deleted rows for each table and the values from the cache which are removed.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class PurgeDatabaseAndCacheCmd implements Command<PurgeReport>, Serializable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* Represents the command to set the priority of an existing external task.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class SetExternalTaskPriorityCmd extends ExternalTaskCmd {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class CmmnVariableInvocationListener implements VariableInstanceLifecycleListener<VariableInstanceEntity> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class ConditionalEventHandler implements EventHandler {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* the enum variant can't be used, so we have to reimplement an enum like class.
* That is done so we can restrict the event types to only the defined ones.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public final class EventType {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Represents the default priority provider for external tasks.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class DefaultExternalTaskPriorityProvider extends DefaultPriorityProvider<ExternalTaskActivityBehavior> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Represents the logger for the external task.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class ExternalTaskLogger extends ProcessEngineLogger {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* {@link HistoryEvent}. The {@link HistoryEvent} will be handled by the
* {@link HistoryEventHandler} from the {@link ProcessEngineConfiguration}.</p>
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
* @since 7.5
*/
public class HistoryEventProcessor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.Map;

/**
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class DatabasePurgeReport implements PurgeReporting<Long> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* and also the deleted values which are removed from the deployment cache.
* If now entities are deleted since the database was already clean the purge report is empty.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class PurgeReport {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Represents an interface for the purge reporting.
* Contains all information of the data which is deleted during the purge.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public interface PurgeReporting<T> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.operaton.bpm.engine.impl.pvm.process.ActivityImpl;

/**
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class ConditionalEventUpdateEventTriggerValidator implements MigrationInstructionValidator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.util.Set;

/**
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class CachePurgeReport implements PurgeReporting<Set<String>> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Represents an observer for the exeuction.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public interface ExecutionObserver {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Provides access to the snapshot of latest variables of an execution.
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class ExecutionVariableSnapshotObserver implements ExecutionObserver {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class MetricIntervalEntity implements MetricIntervalValue, DbEntity, Serializable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class ProcessInstanceWithVariablesImpl implements ProcessInstanceWithVariables {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* @param <P> the type of the callback parameter
* @param <R> the type of the callback result
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public interface Callback<P, R> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class MessageCorrelationResultImpl implements MessageCorrelationResultWithVariables {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
*
* @author Christopher Zell <christopher.zell@operaton.com>
* @author Christopher Zell <christopher.zell@camunda.com>
*/
public class ExecutionTopDownWalker extends ReferenceWalker<ExecutionEntity> {

Expand Down
Loading

0 comments on commit d659b0a

Please sign in to comment.