diff --git a/.travis.yml b/.travis.yml index c85fbd7..eb64aa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,7 @@ os: cache: directories: - ~/.m2/repository -env: -- MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.codehaus.mojo.cobertura.CoberturaReportMojo=off install: - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Djib.skip -q -Ptravis script: -- mvn test -B -Djib.skip -q cobertura:cobertura coveralls:report -Ptravis -DrepoToken=${COVERALLS_REPO_TOKEN} +- mvn test -B -Djib.skip -q jacoco:report coveralls:report -Ptravis -DrepoToken=${COVERALLS_REPO_TOKEN} diff --git a/CHANGELOG.md b/CHANGELOG.md index d0aa509..b75081d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [6.0.9] - TBD +### Changed +- Updated `hotels-oss-parent` to version 4.0.1 (was 2.3.1). + ## [6.0.8] - 2019-05-13 ### Changed - Weigh-bridge: Added missing `hazelcast-kubernetes` dependency. diff --git a/README.md b/README.md index 420d48a..cf50077 100644 --- a/README.md +++ b/README.md @@ -150,4 +150,4 @@ This project follows the [all-contributors](https://github.com/kentcdodds/all-co ## Legal This project is available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html). -Copyright 2019 Expedia Inc. +Copyright 2019 Expedia, Inc. diff --git a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/AgentProperty.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/AgentProperty.java index cde02cb..888ed75 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/AgentProperty.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/AgentProperty.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveModelReader.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveModelReader.java index 2bb88be..335f015 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveModelReader.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveModelReader.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveStatusPatchBuilder.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveStatusPatchBuilder.java index f98c187..dec844a 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveStatusPatchBuilder.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveStatusPatchBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveTableAction.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveTableAction.java index 2eb8125..29dba93 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveTableAction.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/HiveTableAction.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LanderMonitor.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LanderMonitor.java index b7da651..aed910d 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LanderMonitor.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LanderMonitor.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LanderTaskRunner.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LanderTaskRunner.java index 0e1cec5..cdb421a 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LanderTaskRunner.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LanderTaskRunner.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBay.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBay.java index ee7c136..a76fadb 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBay.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBay.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBayApp.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBayApp.java index 39b4a70..5beadb0 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBayApp.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBayApp.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBayStartup.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBayStartup.java index 037c5a7..90a764d 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBayStartup.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingBayStartup.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingCacheFactory.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingCacheFactory.java index 7b7bbb7..0b85df6 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingCacheFactory.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/LoadingCacheFactory.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/NoActiveSchemaException.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/NoActiveSchemaException.java index 4476ad9..7467c1d 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/NoActiveSchemaException.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/NoActiveSchemaException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/NoDataToLandException.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/NoDataToLandException.java index 15e349d..058e0f3 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/NoDataToLandException.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/NoDataToLandException.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/OffsetManager.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/OffsetManager.java index 9c1d215..ea07970 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/OffsetManager.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/OffsetManager.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/RootController.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/RootController.java index 9ce22b2..71fa759 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/RootController.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/RootController.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/event/HiveNotificationHandler.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/event/HiveNotificationHandler.java index 7a8d06d..c1a5463 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/event/HiveNotificationHandler.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/event/HiveNotificationHandler.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/Lander.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/Lander.java index 6dbda9a..b3c34d5 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/Lander.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/Lander.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/LanderConfiguration.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/LanderConfiguration.java index eada4ce..bce2241 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/LanderConfiguration.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/LanderConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/OffsetRange.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/OffsetRange.java index 006806c..342e4a8 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/OffsetRange.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/OffsetRange.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/TruckParkConstants.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/TruckParkConstants.java index 9b6e4fc..da87e5f 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/TruckParkConstants.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/TruckParkConstants.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ArgsFactory.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ArgsFactory.java index 77701f0..74d5719 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ArgsFactory.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ArgsFactory.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ConfigMapSupplier.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ConfigMapSupplier.java index 52ecf4c..e025ccc 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ConfigMapSupplier.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ConfigMapSupplier.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/KubernetesConfiguration.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/KubernetesConfiguration.java index beaaeed..8e73755 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/KubernetesConfiguration.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/KubernetesConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/KubernetesLander.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/KubernetesLander.java index c5656c3..0dc69cc 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/KubernetesLander.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/KubernetesLander.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/Labels.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/Labels.java index 4399c8e..7049b4c 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/Labels.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/Labels.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/LanderPodFactory.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/LanderPodFactory.java index 49e1a31..fc419f0 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/LanderPodFactory.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/LanderPodFactory.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ParallelKubernetesLander.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ParallelKubernetesLander.java index 6f5aa33..071cd22 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ParallelKubernetesLander.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/ParallelKubernetesLander.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/PodNameFactory.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/PodNameFactory.java index b1ce97c..982fc06 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/PodNameFactory.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/PodNameFactory.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/PodWatcher.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/PodWatcher.java index f77e5f9..530b823 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/PodWatcher.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/lander/kubernetes/PodWatcher.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/Destinations.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/Destinations.java index 544a85c..2611bd9 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/Destinations.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/Destinations.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/Hive.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/Hive.java index 0aa89e4..16cb788 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/Hive.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/Hive.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/HiveRoad.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/HiveRoad.java index 1aa7268..e67f58e 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/HiveRoad.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/HiveRoad.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/HiveStatus.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/HiveStatus.java index 54d4c70..25c6016 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/HiveStatus.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/HiveStatus.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/KafkaStatus.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/KafkaStatus.java index 1db272e..2eaf215 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/KafkaStatus.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/model/KafkaStatus.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/serde/OffsetDateTimeDeserializer.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/serde/OffsetDateTimeDeserializer.java index 3ed9ce4..4e7762c 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/serde/OffsetDateTimeDeserializer.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/serde/OffsetDateTimeDeserializer.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/serde/OffsetDateTimeSerializer.java b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/serde/OffsetDateTimeSerializer.java index 749ab40..0abad16 100644 --- a/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/serde/OffsetDateTimeSerializer.java +++ b/agent/loading-bay/app/src/main/java/com/hotels/road/loadingbay/serde/OffsetDateTimeSerializer.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2019 Expedia Inc. + * Copyright (C) 2016-2019 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/agent/loading-bay/app/src/main/resources/hive-site.xml b/agent/loading-bay/app/src/main/resources/hive-site.xml index 9151613..0a53c3d 100644 --- a/agent/loading-bay/app/src/main/resources/hive-site.xml +++ b/agent/loading-bay/app/src/main/resources/hive-site.xml @@ -1,7 +1,7 @@