diff --git a/graphql/api/src/main/java/com/expediagroup/streamplatform/streamregistry/graphql/mutation/impl/ProcessBindingMutationImpl.java b/graphql/api/src/main/java/com/expediagroup/streamplatform/streamregistry/graphql/mutation/impl/ProcessBindingMutationImpl.java index 8d6febce8..4c3068534 100644 --- a/graphql/api/src/main/java/com/expediagroup/streamplatform/streamregistry/graphql/mutation/impl/ProcessBindingMutationImpl.java +++ b/graphql/api/src/main/java/com/expediagroup/streamplatform/streamregistry/graphql/mutation/impl/ProcessBindingMutationImpl.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018-2024 Expedia, Inc. + * Copyright (C) 2018-2023 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/api/src/main/java/com/expediagroup/streamplatform/streamregistry/graphql/mutation/impl/ProcessMutationImpl.java b/graphql/api/src/main/java/com/expediagroup/streamplatform/streamregistry/graphql/mutation/impl/ProcessMutationImpl.java index 9890ecb7c..e446fc880 100644 --- a/graphql/api/src/main/java/com/expediagroup/streamplatform/streamregistry/graphql/mutation/impl/ProcessMutationImpl.java +++ b/graphql/api/src/main/java/com/expediagroup/streamplatform/streamregistry/graphql/mutation/impl/ProcessMutationImpl.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018-2024 Expedia, Inc. + * Copyright (C) 2018-2023 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/api/src/test/java/com/expediagroup/streamplatform/streamregistry/graphql/InputHelper.java b/graphql/api/src/test/java/com/expediagroup/streamplatform/streamregistry/graphql/InputHelper.java deleted file mode 100644 index bb1981ff1..000000000 --- a/graphql/api/src/test/java/com/expediagroup/streamplatform/streamregistry/graphql/InputHelper.java +++ /dev/null @@ -1,28 +0,0 @@ -/** - * Copyright (C) 2018-2024 Expedia, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.expediagroup.streamplatform.streamregistry.graphql; - -import com.fasterxml.jackson.databind.ObjectMapper; - -import com.expediagroup.streamplatform.streamregistry.graphql.model.inputs.StatusInput; - -public class InputHelper { - private static final ObjectMapper mapper = new ObjectMapper(); - - public static StatusInput statusInput() { - return StatusInput.builder().agentStatus(mapper.createObjectNode()).build(); - } -} diff --git a/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityView.java b/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityView.java index 94336112d..d87c1c516 100644 --- a/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityView.java +++ b/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityView.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018-2024 Expedia, Inc. + * Copyright (C) 2018-2023 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityViewUpdater.java b/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityViewUpdater.java index 9cfade7b9..0f4c18a81 100644 --- a/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityViewUpdater.java +++ b/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityViewUpdater.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018-2024 Expedia, Inc. + * Copyright (C) 2018-2023 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/EntityViews.java b/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/EntityViews.java index 8976e7db8..e6ea2d321 100644 --- a/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/EntityViews.java +++ b/state/core/src/main/java/com/expediagroup/streamplatform/streamregistry/state/EntityViews.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018-2024 Expedia, Inc. + * Copyright (C) 2018-2023 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/state/core/src/test/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityViewUpdaterTest.java b/state/core/src/test/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityViewUpdaterTest.java index 3a36519a2..2f0af068f 100644 --- a/state/core/src/test/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityViewUpdaterTest.java +++ b/state/core/src/test/java/com/expediagroup/streamplatform/streamregistry/state/DefaultEntityViewUpdaterTest.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018-2024 Expedia, Inc. + * Copyright (C) 2018-2023 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/state/core/src/test/java/com/expediagroup/streamplatform/streamregistry/state/EntityViewUpdaterTest.java b/state/core/src/test/java/com/expediagroup/streamplatform/streamregistry/state/EntityViewUpdaterTest.java index a4cc3366d..81728394e 100644 --- a/state/core/src/test/java/com/expediagroup/streamplatform/streamregistry/state/EntityViewUpdaterTest.java +++ b/state/core/src/test/java/com/expediagroup/streamplatform/streamregistry/state/EntityViewUpdaterTest.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2018-2024 Expedia, Inc. + * Copyright (C) 2018-2023 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.