From a7f7240e48238651f4ffe159f5b0867092eb29b0 Mon Sep 17 00:00:00 2001 From: Claudio Mezzasalma Date: Wed, 27 May 2020 18:24:10 +0200 Subject: [PATCH 1/2] Upgrade to EPL-2.0 --- LICENSE | 416 +++++++++++------- assembly/api/descriptors/kapua-api-jetty.xml | 9 +- assembly/api/docker/Dockerfile | 9 +- assembly/api/pom.xml | 9 +- assembly/broker/configurations/activemq.xml | 9 +- .../configurations/camel-experimental.xml | 9 +- .../broker/configurations/camel-routes.xml | 9 +- assembly/broker/configurations/camel.xml | 9 +- assembly/broker/configurations/locator.xml | 9 +- assembly/broker/configurations/logback.xml | 9 +- assembly/broker/descriptors/kapua-broker.xml | 9 +- assembly/broker/docker/Dockerfile | 9 +- assembly/broker/entrypoint/run-broker | 9 +- assembly/broker/pom.xml | 9 +- .../descriptors/kapua-console-jetty.xml | 9 +- assembly/console/docker/Dockerfile | 9 +- assembly/console/entrypoint/run-console | 19 +- assembly/console/pom.xml | 9 +- .../configurations/artemis-roles.properties | 9 +- .../configurations/artemis-users.properties | 9 +- .../configurations/artemis.profile | 9 +- .../configurations/bootstrap.xml | 9 +- .../events-broker/configurations/broker.xml | 9 +- .../configurations/logging.properties | 9 +- .../events-broker/configurations/login.config | 9 +- .../descriptors/events-broker.xml | 9 +- assembly/events-broker/entrypoint/run-artemis | 9 +- assembly/events-broker/pom.xml | 9 +- assembly/java-base/docker/Dockerfile | 9 +- assembly/java-base/pom.xml | 9 +- .../jetty-base/descriptors/jetty-base.xml | 9 +- assembly/jetty-base/docker/Dockerfile | 9 +- assembly/jetty-base/entrypoint/run-jetty | 13 +- assembly/jetty-base/pom.xml | 9 +- assembly/pom.xml | 9 +- assembly/sql/descriptors/kapua-sql.xml | 9 +- assembly/sql/docker/Dockerfile | 9 +- assembly/sql/entrypoint/run-h2 | 13 +- assembly/sql/pom.xml | 9 +- broker/api/pom.xml | 9 +- .../eclipse/kapua/broker/BrokerDomain.java | 9 +- .../eclipse/kapua/broker/BrokerDomains.java | 9 +- broker/core/about.html | 48 +- broker/core/pom.xml | 9 +- .../core/BrokerJAXBContextProvider.java | 9 +- .../core/KapuaBrokerApplicationPlugin.java | 9 +- .../core/KapuaBrokerJAXBContextLoader.java | 9 +- .../core/KapuaBrokerSecurityPlugin.java | 9 +- .../broker/core/KapuaDatabaseCheckUpdate.java | 9 +- .../converter/AbstractKapuaConverter.java | 9 +- .../core/converter/ConverterMetrics.java | 9 +- ...DeviceManagementNotificationConverter.java | 9 +- .../core/converter/KapuaCamelFilter.java | 9 +- .../core/converter/KapuaDataConverter.java | 9 +- .../converter/KapuaLifeCycleConverter.java | 9 +- .../core/listener/AbstractListener.java | 9 +- .../core/listener/AbstractProcessor.java | 15 +- .../broker/core/listener/CamelConstants.java | 9 +- .../listener/DataStorageMessageProcessor.java | 9 +- .../core/listener/DataStoreMetrics.java | 9 +- ...anagementNotificationMessageProcessor.java | 9 +- ...ManagementRegistryNotificationMetrics.java | 9 +- .../core/listener/DeviceMessageListener.java | 9 +- .../core/listener/ErrorMessageListener.java | 9 +- .../core/message/CamelKapuaMessage.java | 9 +- .../kapua/broker/core/message/CamelUtil.java | 9 +- .../kapua/broker/core/message/JmsUtil.java | 9 +- .../broker/core/message/MessageConstants.java | 9 +- .../system/DefaultSystemMessageCreator.java | 9 +- .../message/system/SystemMessageCreator.java | 13 +- .../eclipse/kapua/broker/core/plugin/Acl.java | 9 +- .../broker/core/plugin/BrokerIdResolver.java | 13 +- .../broker/core/plugin/BrokerIpResolver.java | 13 +- .../CachingConnectorDescriptorProvider.java | 9 +- .../core/plugin/ConnectorDescriptor.java | 9 +- .../plugin/ConnectorDescriptorProvider.java | 11 +- .../plugin/ConnectorDescriptorProviders.java | 9 +- .../core/plugin/DefaultBrokerIdResolver.java | 9 +- .../core/plugin/DefaultBrokerIpResolver.java | 9 +- .../DefaultConnectorDescriptionProvider.java | 9 +- .../plugin/KapuaApplicationBrokerFilter.java | 9 +- .../core/plugin/KapuaBrokerErrorCodes.java | 9 +- .../KapuaDuplicateClientIdException.java | 9 +- .../core/plugin/KapuaPrincipalImpl.java | 9 +- .../core/plugin/KapuaSecurityAclChecker.java | 9 +- .../plugin/KapuaSecurityBrokerFilter.java | 9 +- .../core/plugin/KapuaSecurityContext.java | 9 +- .../AdminAuthenticationLogic.java | 13 +- .../authentication/AuthenticationLogic.java | 9 +- .../plugin/authentication/Authenticator.java | 9 +- .../authentication/AuthorizationEntry.java | 9 +- .../authentication/DefaultAuthenticator.java | 9 +- .../UserAuthenticationLogic.java | 9 +- .../core/plugin/authorization/Authorizer.java | 9 +- .../authorization/DefaultAuthorizer.java | 9 +- .../core/plugin/metric/ClientMetric.java | 9 +- .../core/plugin/metric/LoginMetric.java | 9 +- .../core/plugin/metric/PublishMetric.java | 9 +- .../core/plugin/metric/SecurityMetrics.java | 9 +- .../core/plugin/metric/SubscribeMetric.java | 9 +- .../core/pool/JmsAssistantProducerPool.java | 15 +- .../pool/JmsAssistantProducerWrapper.java | 13 +- .../JmsAssistantProducerWrapperFactory.java | 9 +- .../core/pool/JmsConnectionFactory.java | 9 +- .../broker/core/pool/JmsConsumerWrapper.java | 13 +- .../broker/core/pool/JmsProducerWrapper.java | 13 +- .../core/router/CamelKapuaDefaultRouter.java | 9 +- .../broker/core/router/EndChainEndPoint.java | 9 +- .../kapua/broker/core/router/EndPoint.java | 9 +- .../broker/core/router/EndPointAdapter.java | 9 +- .../broker/core/router/EndPointContainer.java | 9 +- .../broker/core/router/EndpointsUtil.java | 9 +- .../broker/core/router/ParentEndPoint.java | 9 +- .../core/router/PlaceholderReplacer.java | 9 +- .../broker/core/router/SimpleEndPoint.java | 9 +- .../security/EnhModularRealmAuthorizer.java | 11 +- .../broker/core/setting/BrokerSetting.java | 9 +- .../broker/core/setting/BrokerSettingKey.java | 9 +- .../liquibase/0.2.0/broker-domain.xml | 11 +- .../0.2.0/changelog-broker-0.2.0.xml | 9 +- .../liquibase/1.0.0/broker-domain.xml | 9 +- .../1.0.0/changelog-broker-1.0.0.xml | 9 +- .../liquibase/changelog-broker-master.xml | 9 +- .../core/plugin/CamelRoutesLoaderTest.java | 9 +- .../core/plugin/ConnectorDescriptorTest.java | 9 +- .../broker/core/plugin/TestFragment.java | 9 +- .../kapua/broker/core/plugin/Tests.java | 9 +- .../core/src/test/resources/camel-routes.xml | 9 +- broker/core/src/test/resources/locator.xml | 9 +- broker/core/src/test/resources/logback.xml | 9 +- broker/pom.xml | 9 +- build-tools/pom.xml | 9 +- .../checkstyle/kapua.suppressions.xml | 9 +- .../src/main/resources/checkstyle/kapua.xml | 17 +- .../main/toolchains/fedora-rhel-centos.xml | 9 +- build-tools/src/main/toolchains/travis-ci.xml | 9 +- client/cloud/generate-client-java.sh | 9 +- client/gateway/api/about.html | 48 +- client/gateway/api/pom.xml | 9 +- .../kapua/client/gateway/Application.java | 9 +- .../client/gateway/BinaryPayloadCodec.java | 9 +- .../eclipse/kapua/client/gateway/Client.java | 9 +- .../kapua/client/gateway/Credentials.java | 9 +- .../eclipse/kapua/client/gateway/Data.java | 9 +- .../kapua/client/gateway/ErrorHandler.java | 9 +- .../client/gateway/MessageErrorHandler.java | 9 +- .../kapua/client/gateway/MessageHandler.java | 9 +- .../eclipse/kapua/client/gateway/Payload.java | 9 +- .../eclipse/kapua/client/gateway/Sender.java | 9 +- .../eclipse/kapua/client/gateway/Topic.java | 9 +- .../client/gateway/TransmissionException.java | 9 +- .../kapua/client/gateway/Transport.java | 9 +- .../kapua/client/gateway/util/Errors.java | 9 +- .../kapua/client/gateway/CredentialsTest.java | 9 +- .../kapua/client/gateway/PayloadTest.java | 9 +- .../kapua/client/gateway/TopicTest.java | 9 +- .../gateway/TransmissionExceptionTest.java | 11 +- .../kapua/client/gateway/util/ErrorsTest.java | 9 +- client/gateway/features/karaf/pom.xml | 9 +- .../karaf/src/main/feature/feature.xml | 9 +- client/gateway/features/pom.xml | 9 +- client/gateway/pom.xml | 9 +- client/gateway/profile/kura/about.html | 48 +- client/gateway/profile/kura/pom.xml | 9 +- .../gateway/kura/KuraBinaryPayloadCodec.java | 9 +- .../kura/KuraBirthCertificateModule.java | 9 +- .../client/gateway/kura/KuraNamespace.java | 9 +- .../client/gateway/kura/internal/Metrics.java | 9 +- .../gateway/profile/kura/KuraMqttProfile.java | 9 +- .../client/gateway/KuraProfileExample.java | 9 +- .../kura/KuraBinaryPayloadCodecTest.java | 11 +- .../kura/KuraBirthCertificateModuleTest.java | 11 +- .../gateway/kura/KuraNamespaceTest.java | 11 +- .../gateway/kura/internal/MetricsTest.java | 11 +- .../profile/kura/KuraMqttProfileTest.java | 11 +- client/gateway/provider/fuse/about.html | 48 +- client/gateway/provider/fuse/pom.xml | 9 +- .../client/gateway/mqtt/fuse/FuseChannel.java | 9 +- .../gateway/mqtt/fuse/internal/Callbacks.java | 9 +- client/gateway/provider/mqtt/about.html | 48 +- client/gateway/provider/mqtt/pom.xml | 9 +- .../gateway/mqtt/AbstractMqttChannel.java | 9 +- .../gateway/mqtt/MqttMessageHandler.java | 9 +- .../gateway/mqtt/MqttModuleContext.java | 9 +- .../client/gateway/mqtt/MqttNamespace.java | 9 +- client/gateway/provider/paho/about.html | 48 +- client/gateway/provider/paho/pom.xml | 9 +- .../client/gateway/mqtt/paho/PahoChannel.java | 9 +- .../gateway/mqtt/paho/internal/Listeners.java | 9 +- client/gateway/provider/pom.xml | 9 +- client/gateway/spi/about.html | 48 +- client/gateway/spi/pom.xml | 9 +- .../client/gateway/spi/AbstractClient.java | 9 +- .../kapua/client/gateway/spi/Channel.java | 9 +- .../gateway/spi/DefaultApplication.java | 9 +- .../client/gateway/spi/DefaultClient.java | 9 +- .../kapua/client/gateway/spi/DefaultData.java | 9 +- .../kapua/client/gateway/spi/Module.java | 9 +- .../client/gateway/spi/ModuleContext.java | 13 +- .../client/gateway/spi/util/Buffers.java | 9 +- .../client/gateway/spi/util/Futures.java | 9 +- .../gateway/spi/util/MoreExecutors.java | 9 +- .../client/gateway/spi/util/Strings.java | 9 +- .../gateway/spi/util/TransportAsync.java | 9 +- .../gateway/spi/util/TransportProxy.java | 9 +- .../client/gateway/spi/util/BuffersTest.java | 9 +- .../client/gateway/spi/util/StringsTest.java | 9 +- .../gateway/spi/util/TransportAsyncTest.java | 9 +- .../gateway/spi/util/TransportProxyTest.java | 9 +- client/pom.xml | 9 +- commons/about.html | 48 +- commons/pom.xml | 9 +- .../kapua/commons/about/AboutEntry.java | 11 +- .../kapua/commons/about/AboutScanner.java | 9 +- .../kapua/commons/about/package-info.java | 9 +- .../eclipse/kapua/commons/cache/Cache.java | 23 +- .../kapua/commons/cache/LocalCache.java | 19 +- ...puaConfigurableResourceLimitedService.java | 9 +- .../AbstractKapuaConfigurableService.java | 9 +- ...AbstractKapuaConfigurableServiceCache.java | 9 +- .../KapuaConfigurableServiceSchemaUtils.java | 9 +- ...urableServiceSchemaUtilsWithResources.java | 9 +- .../KapuaConfigurationErrorCodes.java | 9 +- .../KapuaConfigurationException.java | 9 +- .../ServiceComponentConfigurationImpl.java | 9 +- .../commons/configuration/ServiceConfig.java | 9 +- .../ServiceConfigAttributes.java | 9 +- .../configuration/ServiceConfigCreator.java | 9 +- .../ServiceConfigCreatorImpl.java | 13 +- .../configuration/ServiceConfigDAO.java | 9 +- .../configuration/ServiceConfigImpl.java | 9 +- .../ServiceConfigListResult.java | 11 +- .../ServiceConfigListResultImpl.java | 13 +- .../configuration/ServiceConfigQuery.java | 9 +- .../configuration/ServiceConfigQueryImpl.java | 9 +- .../ServiceConfigurationFactoryImpl.java | 9 +- .../ServiceConfigurationImpl.java | 9 +- .../commons/configuration/ValueTokenizer.java | 9 +- .../configuration/metatype/EmptyTocd.java | 9 +- .../metatype/KapuaMetatypeFactoryImpl.java | 9 +- .../metatype/ObjectFactoryImpl.java | 9 +- .../configuration/metatype/Password.java | 9 +- .../configuration/metatype/TadImpl.java | 15 +- .../metatype/TattributeImpl.java | 9 +- .../metatype/TdesignateImpl.java | 9 +- .../configuration/metatype/TiconImpl.java | 9 +- .../configuration/metatype/TmetadataImpl.java | 9 +- .../configuration/metatype/TobjectImpl.java | 9 +- .../configuration/metatype/TocdImpl.java | 9 +- .../configuration/metatype/ToptionImpl.java | 9 +- .../configuration/metatype/TscalarImpl.java | 9 +- .../kapua/commons/core/InterceptorBind.java | 11 +- .../kapua/commons/core/ServiceModule.java | 9 +- .../commons/core/ServiceModuleBundle.java | 9 +- .../core/ServiceModuleConfiguration.java | 9 +- .../commons/core/ServiceModuleProvider.java | 9 +- .../core/ServiceModuleProviderImpl.java | 11 +- .../kapua/commons/event/HousekeeperRun.java | 9 +- .../event/JsonServiceEventMarshaler.java | 9 +- .../event/RaiseServiceEventInterceptor.java | 9 +- .../kapua/commons/event/ServiceEntry.java | 9 +- .../commons/event/ServiceEventBusDriver.java | 9 +- .../commons/event/ServiceEventBusManager.java | 9 +- .../ServiceEventClientConfiguration.java | 9 +- .../event/ServiceEventHousekeeper.java | 9 +- .../commons/event/ServiceEventMarshaler.java | 9 +- .../commons/event/ServiceEventModule.java | 9 +- .../ServiceEventModuleConfiguration.java | 9 +- .../commons/event/ServiceEventScope.java | 9 +- .../kapua/commons/event/ServiceInspector.java | 9 +- .../kapua/commons/event/ServiceMap.java | 9 +- .../event/XmlServiceEventMarshaler.java | 9 +- .../commons/event/jms/JMSServiceEventBus.java | 9 +- .../jpa/AbstractEntityCacheFactory.java | 9 +- .../jpa/AbstractEntityManagerFactory.java | 9 +- .../jpa/AbstractNamedEntityCacheFactory.java | 9 +- .../kapua/commons/jpa/CacheFactory.java | 9 +- .../jpa/CommonsEntityManagerFactory.java | 9 +- ...ConfigurableJdbcConnectionUrlResolver.java | 9 +- .../kapua/commons/jpa/EntityManager.java | 9 +- .../commons/jpa/EntityManagerCallback.java | 9 +- .../commons/jpa/EntityManagerContainer.java | 11 +- .../commons/jpa/EntityManagerFactory.java | 9 +- .../commons/jpa/EntityManagerSession.java | 9 +- .../jpa/EntityManagerVoidCallback.java | 9 +- .../jpa/H2JdbcConnectionUrlResolver.java | 9 +- .../jpa/JdbcConnectionUrlResolver.java | 9 +- .../jpa/JdbcConnectionUrlResolvers.java | 9 +- .../jpa/MariaDBJdbcConnectionUrlResolver.java | 9 +- .../kapua/commons/jpa/OnAfterResult.java | 9 +- .../kapua/commons/jpa/OnBeforeResult.java | 9 +- .../jpa/ResourceSqlScriptExecutor.java | 11 +- .../commons/jpa/SimpleSqlScriptExecutor.java | 9 +- .../kapua/commons/jpa/TransactionManager.java | 9 +- .../jpa/TransactionManagerNotTransacted.java | 9 +- .../jpa/TransactionManagerTransacted.java | 9 +- .../liquibase/KapuaLiquibaseClient.java | 9 +- .../settings/LiquibaseClientSettingKeys.java | 9 +- .../settings/LiquibaseClientSettings.java | 11 +- .../commons/metric/MetricServiceFactory.java | 13 +- .../kapua/commons/metric/MetricsService.java | 21 +- .../commons/metric/MetricsServiceImpl.java | 9 +- .../commons/model/AbstractKapuaEntity.java | 9 +- .../model/AbstractKapuaEntityCreator.java | 15 +- .../model/AbstractKapuaNamedEntity.java | 9 +- .../AbstractKapuaNamedEntityCreator.java | 9 +- .../model/AbstractKapuaUpdatableEntity.java | 9 +- .../AbstractKapuaUpdatableEntityCreator.java | 9 +- .../kapua/commons/model/id/IdGenerator.java | 9 +- .../kapua/commons/model/id/KapuaEid.java | 9 +- .../commons/model/id/KapuaEidConverter.java | 11 +- .../commons/model/id/KapuaIdFactoryImpl.java | 11 +- .../model/query/AbstractKapuaQuery.java | 9 +- .../model/query/FieldSortCriteriaImpl.java | 17 +- .../model/query/KapuaListResultImpl.java | 9 +- .../predicate/AbstractMatchPredicate.java | 9 +- .../query/predicate/AndPredicateImpl.java | 9 +- .../predicate/AttributePredicateImpl.java | 9 +- .../query/predicate/OrPredicateImpl.java | 9 +- .../commons/security/KapuaSecurityUtils.java | 9 +- .../kapua/commons/security/KapuaSession.java | 9 +- .../event/store/api/EventStoreDomain.java | 9 +- .../event/store/api/EventStoreDomains.java | 9 +- .../event/store/api/EventStoreFactory.java | 9 +- .../event/store/api/EventStoreRecord.java | 9 +- .../store/api/EventStoreRecordAttributes.java | 9 +- .../store/api/EventStoreRecordCreator.java | 9 +- .../store/api/EventStoreRecordListResult.java | 11 +- .../store/api/EventStoreRecordQuery.java | 9 +- .../event/store/api/EventStoreService.java | 9 +- .../store/api/EventStoreXmlRegistry.java | 15 +- .../event/store/api/ServiceEventUtil.java | 15 +- .../event/store/internal/EventStoreDAO.java | 9 +- .../store/internal/EventStoreFactoryImpl.java | 9 +- .../store/internal/EventStoreQueryImpl.java | 9 +- .../internal/EventStoreRecordCreatorImpl.java | 15 +- .../store/internal/EventStoreRecordImpl.java | 9 +- .../EventStoreRecordListResultImpl.java | 9 +- .../store/internal/EventStoreServiceImpl.java | 9 +- .../internal/AbstractKapuaService.java | 9 +- .../KapuaServiceDisabledException.java | 9 +- .../commons/service/internal/ServiceDAO.java | 9 +- .../service/internal/cache/ComposedKey.java | 9 +- .../service/internal/cache/EntityCache.java | 9 +- .../internal/cache/KapuaCacheManager.java | 9 +- .../internal/cache/NamedEntityCache.java | 9 +- .../service/internal/cache/dummy/Cache.java | 9 +- .../internal/cache/dummy/CacheManager.java | 9 +- .../internal/cache/dummy/CachingProvider.java | 9 +- .../setting/AbstractBaseKapuaSetting.java | 9 +- .../commons/setting/AbstractKapuaSetting.java | 9 +- .../setting/EnvFriendlyConfiguration.java | 9 +- .../setting/KapuaSettingErrorCodes.java | 15 +- .../setting/KapuaSettingException.java | 19 +- .../kapua/commons/setting/SettingKey.java | 9 +- .../commons/setting/SimpleSettingKey.java | 13 +- .../commons/setting/system/SystemSetting.java | 9 +- .../setting/system/SystemSettingKey.java | 9 +- .../kapua/commons/util/ArgumentValidator.java | 9 +- .../eclipse/kapua/commons/util/ClassUtil.java | 9 +- .../commons/util/CommonsValidationRegex.java | 9 +- .../kapua/commons/util/CryptoUtil.java | 9 +- .../commons/util/KapuaCommonsErrorCodes.java | 9 +- .../kapua/commons/util/KapuaDateUtils.java | 9 +- .../kapua/commons/util/KapuaDelayUtil.java | 9 +- .../commons/util/KapuaExceptionUtils.java | 9 +- .../kapua/commons/util/KapuaFileUtils.java | 9 +- .../eclipse/kapua/commons/util/Payloads.java | 9 +- .../kapua/commons/util/PropertiesUtils.java | 9 +- .../kapua/commons/util/RandomUtils.java | 9 +- .../kapua/commons/util/ResourceUtils.java | 11 +- .../kapua/commons/util/SemanticVersion.java | 9 +- .../kapua/commons/util/StringUtil.java | 9 +- .../kapua/commons/util/SystemUtils.java | 9 +- .../kapua/commons/util/ThrowingRunnable.java | 11 +- .../kapua/commons/util/ValidationRegex.java | 9 +- .../util/log/ConfigurationPrinter.java | 9 +- .../commons/util/xml/JAXBContextProvider.java | 13 +- .../commons/util/xml/XmlNamespaceFilter.java | 13 +- .../kapua/commons/util/xml/XmlUtil.java | 9 +- .../main/resources/META-INF/persistence.xml | 9 +- ...guration-service-error-messages.properties | 9 +- .../kapua-environment-setting.properties | 9 +- .../liquibase-client-settings.properties | 11 +- .../changelog-system-configuration-0.2.0.xml | 9 +- .../changelog-system-configuration-0.3.0.xml | 11 +- ...system_configuration-id_check_positive.xml | 11 +- .../system_configuration-scope_id_index.xml | 11 +- .../liquibase/1.0.0/changelog-event-store.xml | 11 +- .../liquibase/1.0.0/sys-event-store.xml | 9 +- .../liquibase/1.0.0/sys-housekeeper-run.xml | 9 +- .../1.2.0/changelog-event-store-1.2.0.xml | 9 +- .../changelog-system-configuration-1.2.0.xml | 9 +- .../1.2.0/sys-event-store-timestamp.xml | 9 +- .../1.2.0/sys-housekeeper-timestamp.xml | 9 +- .../1.2.0/system_configuration-timestamp.xml | 9 +- .../changelog-event-store-master.pre.xml | 9 +- ...gelog-system-configurations-master.pre.xml | 9 +- .../resources/liquibase/common-properties.xml | 11 +- .../kapua/commons/about/AboutEntryTest.java | 11 +- .../kapua/commons/about/AboutScannerTest.java | 11 +- .../kapua/commons/cache/LocalCacheTest.java | 11 +- ...puaConfigurableServiceSchemaUtilsTest.java | 9 +- ...leServiceSchemaUtilsWithResourcesTest.java | 9 +- .../KapuaConfigurationExceptionTest.java | 9 +- ...ServiceComponentConfigurationImplTest.java | 9 +- .../ServiceConfigAttributeTest.java | 11 +- .../configuration/ServiceConfigImplTest.java | 9 +- .../ServiceConfigQueryImplTest.java | 9 +- .../ServiceConfigurationCreatorImplTest.java | 11 +- .../ServiceConfigurationFactoryImplTest.java | 11 +- .../ServiceConfigurationImplTest.java | 11 +- .../commons/configuration/StringUtilTest.java | 9 +- .../configuration/ValueTokenizerTest.java | 9 +- .../configuration/metatype/EmptyTocdTest.java | 11 +- .../KapuaMetatypeFactoryImplTest.java | 9 +- .../metatype/ObjectFactoryImplTest.java | 9 +- .../configuration/metatype/PasswordTest.java | 9 +- .../configuration/metatype/TadImplTest.java | 11 +- .../metatype/TattributeImplTest.java | 11 +- .../metatype/TdesignateImplTest.java | 11 +- .../configuration/metatype/TiconImplTest.java | 11 +- .../metatype/TmetadataImplTest.java | 11 +- .../metatype/TobjectImplTest.java | 9 +- .../configuration/metatype/TocdImplTest.java | 11 +- .../metatype/ToptionImplTest.java | 11 +- .../commons/event/HousekeeperRunTest.java | 11 +- .../RaiseServiceEventInterceptorTest.java | 11 +- .../kapua/commons/event/ServiceEntryTest.java | 11 +- .../ServiceEventClientConfigurationTest.java | 11 +- .../ServiceEventModuleConfigurationTest.java | 11 +- .../commons/event/ServiceEventScopeTest.java | 11 +- .../liquibase/KapuaLiquibaseClientTest.java | 9 +- .../metric/MetricServiceFactoryTest.java | 9 +- .../metric/MetricsServiceImplTest.java | 11 +- .../model/AbstractCommonServiceTest.java | 9 +- .../model/AbstractKapuaEntityCreatorTest.java | 11 +- .../model/AbstractKapuaEntityTest.java | 11 +- .../AbstractKapuaNamedEntityCreatorTest.java | 11 +- .../model/AbstractKapuaNamedEntityTest.java | 11 +- ...stractKapuaUpdatableEntityCreatorTest.java | 11 +- .../AbstractKapuaUpdatableEntityTest.java | 11 +- .../commons/model/id/IdGeneratorTest.java | 9 +- .../model/id/KapuaEidConverterTest.java | 11 +- .../kapua/commons/model/id/KapuaEidTest.java | 9 +- .../model/id/KapuaIdFactoryImplTest.java | 11 +- .../commons/model/misc/CollisionEntity.java | 9 +- .../model/misc/CollisionEntityCreator.java | 9 +- .../model/misc/CollisionEntityDAO.java | 9 +- .../model/misc/CollisionEntityDomain.java | 9 +- .../model/misc/CollisionEntityDomains.java | 9 +- .../misc/CollisionEntityManagerFactory.java | 9 +- .../model/misc/CollisionEntityService.java | 9 +- .../model/misc/CollisionIdGenerator.java | 9 +- .../model/misc/CollisionServiceImpl.java | 9 +- .../model/query/AbstractKapuaQueryTest.java | 11 +- .../query/FieldSortCriteriaImplTest.java | 11 +- .../model/query/KapuaListResultImplTest.java | 11 +- .../query/predicate/AndPredicateImplTest.java | 11 +- .../predicate/AttributePredicateImplTest.java | 11 +- .../query/predicate/OrPredicateImplTest.java | 11 +- .../security/KapuaDoPrivilegeTest.java | 9 +- .../internal/EventStoreFactoryImplTest.java | 11 +- .../internal/EventStoreQueryImplTest.java | 9 +- .../EventStoreRecordCreatorImplTest.java | 11 +- .../internal/EventStoreRecordImplTest.java | 11 +- .../internal/cache/ComposedKeyTest.java | 11 +- .../internal/cache/EntityCacheTest.java | 11 +- .../internal/cache/KapuaCacheManagerTest.java | 11 +- .../internal/cache/NamedEntityCacheTest.java | 11 +- .../cache/dummy/CacheManagerTest.java | 11 +- .../internal/cache/dummy/CacheTest.java | 11 +- .../cache/dummy/CachingProviderTest.java | 11 +- .../setting/AbstractBaseKapuaSettingTest.java | 11 +- .../setting/AbstractKapuaSettingTest.java | 9 +- .../setting/EnvFriendlyConfigurationTest.java | 11 +- .../setting/KapuaSettingErrorCodesTest.java | 9 +- .../setting/KapuaSettingExceptionTest.java | 11 +- .../commons/setting/SimpleSettingKeyTest.java | 9 +- .../setting/system/SystemSettingKeyTest.java | 11 +- .../setting/system/SystemSettingTest.java | 11 +- .../commons/util/ArgumentValidatorTest.java | 9 +- .../kapua/commons/util/ClassUtilTest.java | 11 +- .../util/CommonsValidationRegexTest.java | 9 +- .../kapua/commons/util/CryptoUtilTest.java | 9 +- .../commons/util/KapuaDateUtilsTest.java | 9 +- .../commons/util/KapuaDelayUtilTest.java | 9 +- .../commons/util/KapuaErrorCodesTest.java | 9 +- .../commons/util/KapuaExceptionUtilsTest.java | 11 +- .../commons/util/KapuaFileUtilsTest.java | 9 +- .../kapua/commons/util/PayloadsTest.java | 9 +- .../commons/util/PropertiesUtilsTest.java | 11 +- .../kapua/commons/util/RandomUtilsTest.java | 11 +- .../kapua/commons/util/ResourceUtilsTest.java | 18 +- .../commons/util/SemanticVersionTest.java | 11 +- .../kapua/commons/util/StringUtilTest.java | 11 +- .../kapua/commons/util/SystemUtilsTest.java | 9 +- .../util/xml/XmlNamespaceFilterTest.java | 9 +- .../kapua/commons/util/xml/XmlUtilTest.java | 9 +- .../test/resources/META-INF/persistence.xml | 9 +- .../kapua-environment-setting.properties | 9 +- .../liquibase/changelog-liquibase-master.xml | 9 +- .../test/resources/liquibase/liquibase.sql | 13 +- commons/src/test/resources/logback.xml | 9 +- commons/src/test/resources/test.properties | 9 +- .../H2/test_collision_entity_test_create.sql | 13 +- console/about.html | 48 +- console/core/about.html | 48 +- console/core/pom.xml | 9 +- .../core/client/ChangePasswordDialog.java | 9 +- .../app/console/core/client/InfoPopup.java | 9 +- .../core/client/KapuaCloudConsole.java | 9 +- .../console/core/client/KapuaViewport.java | 9 +- .../app/console/core/client/LoginDialog.java | 9 +- .../console/core/client/MfaLoginDialog.java | 9 +- .../core/client/MfaManagementDialog.java | 9 +- .../app/console/core/client/NorthView.java | 9 +- .../core/client/WestNavigationView.java | 9 +- .../console/core/client/util/ImageUtils.java | 9 +- .../util/ScaledAbstractImagePrototype.java | 9 +- .../core/client/util/TokenCleaner.java | 9 +- .../console/core/filter/KapuaWebFilter.java | 9 +- .../server/GwtAuthorizationServiceImpl.java | 9 +- .../core/server/GwtSettingsServiceImpl.java | 9 +- .../server/util/OpenIDLogoutListener.java | 9 +- .../console/core/server/util/SsoHelper.java | 9 +- .../console/core/server/util/SsoLocator.java | 9 +- .../core/server/util/SsoLocatorListener.java | 9 +- .../app/console/core/servlet/FileServlet.java | 9 +- .../servlet/KapuaErrorHandlerServlet.java | 9 +- .../core/servlet/KapuaHttpServlet.java | 9 +- .../console/core/servlet/QRCodeServlet.java | 9 +- .../app/console/core/servlet/SkinServlet.java | 9 +- .../core/servlet/SsoCallbackServlet.java | 9 +- .../console/core/servlet/UploadRequest.java | 9 +- .../console/core/shared/FieldVerifier.java | 9 +- .../shared/model/GwtProductInformation.java | 9 +- .../core/shared/model/KapuaFormFields.java | 9 +- .../shared/model/KapuaPagingLoadConfig.java | 9 +- .../shared/model/KapuaPagingLoadResult.java | 9 +- .../core/shared/model/KapuaPagingLoader.java | 9 +- .../authentication/GwtJwtCredential.java | 9 +- .../model/authentication/GwtJwtIdToken.java | 9 +- .../authentication/GwtLoginCredential.java | 9 +- .../service/GwtAuthorizationService.java | 9 +- .../shared/service/GwtSettingsService.java | 9 +- .../kapua/app/console/core/adminCore.gwt.xml | 9 +- .../messages/ConsoleCoreMessages.properties | 9 +- .../core/servlet/http_error_template.html | 9 +- .../servlet/throwable_error_template.html | 9 +- console/epl-2.0.html | 301 +++++++++++++ console/epl-v10.html | 259 ----------- console/module/about/about.html | 48 +- console/module/about/pom.xml | 9 +- .../module/about/client/about/AboutView.java | 9 +- .../client/about/AboutViewDescriptor.java | 9 +- .../about/server/GwtAboutServiceImpl.java | 9 +- .../shared/model/GwtAboutDependency.java | 9 +- .../shared/model/GwtAboutInformation.java | 9 +- .../about/shared/service/GwtAboutService.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../module/about/adminModuleAbout.gwt.xml | 9 +- .../messages/ConsoleAboutMessages.properties | 9 +- console/module/account/about.html | 48 +- console/module/account/pom.xml | 9 +- .../client/AccountConfigComponents.java | 9 +- .../account/client/AccountConfigPanel.java | 9 +- .../account/client/AccountDescriptionTab.java | 9 +- .../AccountDescriptionTabDescriptor.java | 9 +- .../client/AccountDetailsTabDescription.java | 9 +- .../account/client/AccountDetailsView.java | 9 +- .../client/AccountDetailsViewDescriptor.java | 9 +- .../account/client/AccountFilterPanel.java | 9 +- .../module/account/client/AccountGrid.java | 9 +- .../client/AccountTabConfiguration.java | 9 +- .../AccountTabConfigurationDescriptor.java | 9 +- .../module/account/client/AccountView.java | 9 +- .../account/client/AccountViewDescriptor.java | 9 +- .../childuser/AccountChildUserGrid.java | 9 +- .../client/childuser/AccountChildUserTab.java | 9 +- .../AccountChildUserTabDescriptor.java | 9 +- .../childuser/AccountChildUserToolbar.java | 9 +- .../client/toolbar/AccountAddDialog.java | 9 +- .../client/toolbar/AccountDeleteDialog.java | 9 +- .../client/toolbar/AccountEditDialog.java | 9 +- .../client/toolbar/AccountGridToolbar.java | 9 +- .../account/server/GwtAccountServiceImpl.java | 9 +- .../account/shared/model/GwtAccount.java | 9 +- .../shared/model/GwtAccountCreator.java | 9 +- .../account/shared/model/GwtAccountQuery.java | 11 +- .../model/GwtAccountStringListItem.java | 9 +- .../account/shared/model/GwtOrganization.java | 9 +- .../permission/AccountSessionPermission.java | 9 +- .../shared/service/GwtAccountService.java | 9 +- .../util/GwtKapuaAccountModelConverter.java | 9 +- .../util/KapuaGwtAccountModelConverter.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../module/account/adminModuleAccount.gwt.xml | 9 +- .../ConsoleAccountMessages.properties | 9 +- console/module/api/about.html | 48 +- console/module/api/pom.xml | 9 +- .../module/api/client/GwtKapuaErrorCode.java | 9 +- .../module/api/client/GwtKapuaException.java | 9 +- .../api/client/resources/icons/IconSet.java | 9 +- .../api/client/resources/icons/KapuaIcon.java | 9 +- .../api/client/ui/button/AddButton.java | 9 +- .../api/client/ui/button/DeleteButton.java | 9 +- .../api/client/ui/button/DiscardButton.java | 9 +- .../api/client/ui/button/EditButton.java | 9 +- .../api/client/ui/button/ExportButton.java | 9 +- .../api/client/ui/button/KapuaButton.java | 9 +- .../api/client/ui/button/RefreshButton.java | 9 +- .../api/client/ui/button/SaveButton.java | 9 +- .../api/client/ui/button/SplitButton.java | 9 +- .../module/api/client/ui/color/Color.java | 9 +- .../api/client/ui/dialog/ActionDialog.java | 9 +- .../client/ui/dialog/FileUploadDialog.java | 11 +- .../api/client/ui/dialog/InfoDialog.java | 9 +- .../api/client/ui/dialog/KapuaDialog.java | 9 +- .../api/client/ui/dialog/KapuaMessageBox.java | 11 +- .../api/client/ui/dialog/SimpleDialog.java | 9 +- .../api/client/ui/dialog/TabbedDialog.java | 9 +- .../ui/dialog/entity/EntityAddEditDialog.java | 9 +- .../ui/dialog/entity/EntityDeleteDialog.java | 9 +- .../ui/dialog/entity/EntityLogDialog.java | 9 +- .../ui/grid/CreatedByNameCellRenderer.java | 9 +- .../module/api/client/ui/grid/EntityGrid.java | 9 +- .../EntityGridCheckBoxSelectionModel.java | 9 +- .../ui/grid/EntityGridLoadListener.java | 9 +- .../api/client/ui/grid/KapuaEditableGrid.java | 9 +- .../module/api/client/ui/grid/KapuaGrid.java | 9 +- .../api/client/ui/grid/KapuaTreeGrid.java | 9 +- .../api/client/ui/grid/KapuaTreeGridView.java | 9 +- .../ui/grid/ModifiedByNameCellRenderer.java | 9 +- .../module/api/client/ui/label/Label.java | 9 +- .../api/client/ui/panel/ContentPanel.java | 9 +- .../client/ui/panel/EntityFilterPanel.java | 9 +- .../module/api/client/ui/panel/FormPanel.java | 9 +- .../ui/panel/KapuaBorderLayoutData.java | 9 +- .../api/client/ui/panel/KapuaTabPanel.java | 9 +- .../ui/tab/EntityDescriptionTabItem.java | 9 +- .../api/client/ui/tab/KapuaTabItem.java | 9 +- .../module/api/client/ui/tab/TabItem.java | 9 +- .../ui/validator/GwtValidationRegex.java | 9 +- .../ui/validator/RegexFieldValidator.java | 9 +- .../client/ui/view/AbstractEntityView.java | 9 +- .../api/client/ui/view/AbstractView.java | 9 +- .../module/api/client/ui/view/EntityView.java | 9 +- .../module/api/client/ui/view/View.java | 9 +- .../AbstractEntityTabDescriptor.java | 9 +- .../AbstractEntityViewDescriptor.java | 9 +- .../AbstractMainViewDescriptor.java | 9 +- .../descriptor/AbstractTabDescriptor.java | 9 +- .../descriptor/AbstractViewDescriptor.java | 9 +- .../view/descriptor/EntityTabDescriptor.java | 9 +- .../view/descriptor/EntityViewDescriptor.java | 9 +- .../view/descriptor/MainViewDescriptor.java | 9 +- .../ui/view/descriptor/TabDescriptor.java | 9 +- .../ui/view/descriptor/ViewDescriptor.java | 9 +- .../client/ui/widget/ComboEnumCellEditor.java | 9 +- .../client/ui/widget/DateRangeSelector.java | 9 +- .../ui/widget/DateRangeSelectorListener.java | 9 +- .../client/ui/widget/EntityCRUDToolbar.java | 9 +- .../api/client/ui/widget/EntityGridField.java | 9 +- .../ui/widget/EntityGridFieldToolbar.java | 9 +- .../api/client/ui/widget/EnumComboBox.java | 9 +- .../api/client/ui/widget/KapuaDateField.java | 9 +- .../api/client/ui/widget/KapuaMenuItem.java | 9 +- .../client/ui/widget/KapuaNumberField.java | 9 +- .../client/ui/widget/KapuaPagingToolBar.java | 9 +- .../ui/widget/KapuaPagingToolbarMessages.java | 9 +- .../api/client/ui/widget/KapuaTextArea.java | 9 +- .../api/client/ui/widget/KapuaTextField.java | 9 +- .../ui/widget/UsageDateRangeSelector.java | 9 +- .../UsageDateRangeSelectorListener.java | 9 +- .../ui/widget/UsageQueryTypeSelector.java | 9 +- .../UsageQueryTypeSelectorListener.java | 9 +- .../module/api/client/util/ConsoleInfo.java | 11 +- .../module/api/client/util/Constants.java | 9 +- .../module/api/client/util/CookieUtils.java | 9 +- .../module/api/client/util/CssLiterals.java | 9 +- .../module/api/client/util/DateUtils.java | 9 +- .../module/api/client/util/DialogUtils.java | 13 +- .../api/client/util/FailureHandler.java | 9 +- .../module/api/client/util/FormUtils.java | 9 +- .../api/client/util/KapuaLoadListener.java | 9 +- .../api/client/util/KapuaSafeHtmlUtils.java | 9 +- .../module/api/client/util/MessageUtils.java | 9 +- .../client/util/SplitTooltipStringUtil.java | 9 +- .../api/client/util/SwappableListStore.java | 9 +- .../api/client/util/UserAgentUtils.java | 9 +- .../console/module/api/client/util/Years.java | 11 +- .../util/validator/AfterDateValidator.java | 9 +- .../util/validator/BeforeDateValidator.java | 9 +- .../ConfirmPasswordFieldValidator.java | 9 +- .../ConfirmPasswordUpdateFieldValidator.java | 9 +- .../util/validator/DateRangeValidator.java | 9 +- .../validator/DeviceDisplayNameValidator.java | 9 +- .../validator/EditableComboValidator.java | 9 +- .../util/validator/NumberFieldValidator.java | 9 +- .../validator/PasswordFieldValidator.java | 9 +- .../PasswordUpdateFieldValidator.java | 11 +- .../util/validator/TextFieldValidator.java | 9 +- .../api/server/GwtConsoleServiceImpl.java | 9 +- .../server/GwtSecurityTokenServiceImpl.java | 9 +- .../api/server/KapuaRemoteServiceServlet.java | 9 +- .../server/util/KapuaExceptionHandler.java | 9 +- .../module/api/setting/ConsoleSetting.java | 9 +- .../api/setting/ConsoleSettingKeys.java | 9 +- .../console/module/api/shared/model/Enum.java | 9 +- .../api/shared/model/GwtConfigComponent.java | 9 +- .../api/shared/model/GwtConfigParameter.java | 9 +- .../api/shared/model/GwtEntityCreator.java | 9 +- .../api/shared/model/GwtEntityModel.java | 9 +- .../api/shared/model/GwtGroupedNVPair.java | 9 +- .../api/shared/model/GwtStringListItem.java | 9 +- .../shared/model/GwtUpdatableEntityModel.java | 9 +- .../module/api/shared/model/GwtXSRFToken.java | 9 +- .../api/shared/model/KapuaBaseModel.java | 9 +- .../shared/model/KapuaBasePagingCursor.java | 9 +- .../api/shared/model/KapuaBaseTreeModel.java | 9 +- .../api/shared/model/query/GwtQuery.java | 9 +- .../api/shared/model/session/GwtSession.java | 9 +- .../model/session/GwtSessionPermission.java | 9 +- .../session/GwtSessionPermissionAction.java | 9 +- .../session/GwtSessionPermissionScope.java | 9 +- .../api/shared/service/GwtConsoleService.java | 9 +- .../service/GwtSecurityTokenService.java | 9 +- .../util/GwtKapuaCommonsModelConverter.java | 9 +- .../util/KapuaGwtCommonsModelConverter.java | 9 +- .../console/module/api/adminModuleApi.gwt.xml | 9 +- .../messages/ConsoleMessages.properties | 9 +- .../messages/ValidationMessages.properties | 9 +- .../api/test/SplitTooltipStringTest.java | 9 +- console/module/authentication/about.html | 48 +- console/module/authentication/pom.xml | 9 +- .../credentials/ApiKeyConfirmationDialog.java | 9 +- .../tabs/credentials/CredentialAddDialog.java | 9 +- .../credentials/CredentialDeleteDialog.java | 9 +- .../credentials/CredentialEditDialog.java | 9 +- .../tabs/credentials/CredentialGrid.java | 9 +- .../tabs/credentials/CredentialTabItem.java | 9 +- .../tabs/credentials/CredentialToolbar.java | 9 +- .../credentials/CredentialUnlockDialog.java | 9 +- .../tabs/credentials/DisableMfaDialog.java | 9 +- .../credentials/ForgetTrustMachineDialog.java | 9 +- .../tabs/credentials/MfaManagementPanel.java | 9 +- .../server/GwtCredentialServiceImpl.java | 9 +- .../GwtMfaCredentialOptionsServiceImpl.java | 9 +- .../server/GwtScratchCodeServiceImpl.java | 9 +- .../shared/model/GwtCredential.java | 9 +- .../shared/model/GwtCredentialCreator.java | 9 +- .../shared/model/GwtCredentialQuery.java | 9 +- .../shared/model/GwtCredentialStatus.java | 9 +- .../shared/model/GwtCredentialType.java | 9 +- .../shared/model/GwtMfaCredentialOptions.java | 9 +- .../model/GwtMfaCredentialOptionsCreator.java | 9 +- .../shared/model/GwtScratchCode.java | 9 +- .../shared/model/GwtSubjectType.java | 9 +- .../CredentialSessionPermission.java | 9 +- .../shared/service/GwtCredentialService.java | 9 +- .../GwtMfaCredentialOptionsService.java | 9 +- .../shared/service/GwtScratchCodeService.java | 9 +- .../GwtKapuaAuthenticationModelConverter.java | 9 +- .../KapuaGwtAuthenticationModelConverter.java | 9 +- .../adminModuleAuthentication.gwt.xml | 9 +- .../ConsoleCredentialMessages.properties | 9 +- console/module/authorization/about.html | 48 +- console/module/authorization/pom.xml | 9 +- .../client/group/GroupAddDialog.java | 9 +- .../client/group/GroupDeleteDialog.java | 9 +- .../client/group/GroupEditDialog.java | 9 +- .../client/group/GroupFilterPanel.java | 9 +- .../authorization/client/group/GroupGrid.java | 9 +- .../client/group/GroupTabDescription.java | 9 +- .../group/GroupTabDescriptionDescriptor.java | 9 +- .../client/group/GroupToolbarGrid.java | 9 +- .../authorization/client/group/GroupView.java | 9 +- .../client/group/GroupViewDescriptor.java | 9 +- .../client/role/RoleFilterPanel.java | 9 +- .../authorization/client/role/RoleGrid.java | 9 +- .../client/role/RolePermissionGrid.java | 11 +- .../client/role/RolePermissionToolbar.java | 11 +- .../client/role/RoleTabDescription.java | 9 +- .../role/RoleTabDescriptionDescriptor.java | 9 +- .../client/role/RoleTabPermissionGrid.java | 9 +- .../role/RoleTabPermissionGridDescriptor.java | 9 +- .../client/role/RoleToolbarGrid.java | 9 +- .../authorization/client/role/RoleView.java | 9 +- .../client/role/RoleViewDescriptor.java | 9 +- .../client/role/dialog/RoleAddDialog.java | 9 +- .../client/role/dialog/RoleDeleteDialog.java | 9 +- .../client/role/dialog/RoleEditDialog.java | 9 +- .../role/dialog/RolePermissionAddDialog.java | 11 +- .../dialog/RolePermissionDeleteDialog.java | 9 +- .../RolePermissionGridFieldToolbar.java | 9 +- .../tabs/permission/PermissionAddDialog.java | 9 +- .../permission/PermissionDeleteDialog.java | 9 +- .../permission/UserTabPermissionGrid.java | 9 +- .../permission/UserTabPermissionToolbar.java | 13 +- .../client/tabs/role/AccessRoleAddDialog.java | 9 +- .../tabs/role/AccessRoleDeleteDialog.java | 9 +- .../tabs/role/UserTabAccessRoleGrid.java | 9 +- .../tabs/role/UserTabAccessRoleToolbar.java | 9 +- .../server/GwtAccessInfoServiceImpl.java | 9 +- .../GwtAccessPermissionServiceImpl.java | 9 +- .../server/GwtAccessRoleServiceImpl.java | 9 +- .../server/GwtDomainRegistryServiceImpl.java | 9 +- .../server/GwtGroupServiceImpl.java | 9 +- .../server/GwtRoleServiceImpl.java | 9 +- .../shared/model/GwtAccessInfo.java | 9 +- .../shared/model/GwtAccessInfoCreator.java | 9 +- .../shared/model/GwtAccessPermission.java | 9 +- .../model/GwtAccessPermissionCreator.java | 9 +- .../shared/model/GwtAccessRole.java | 9 +- .../shared/model/GwtAccessRoleCreator.java | 9 +- .../shared/model/GwtAccessRoleQuery.java | 9 +- .../shared/model/GwtAccessTagQuery.java | 9 +- .../authorization/shared/model/GwtDomain.java | 9 +- .../authorization/shared/model/GwtGroup.java | 9 +- .../shared/model/GwtGroupCreator.java | 9 +- .../shared/model/GwtGroupQuery.java | 9 +- .../shared/model/GwtPermission.java | 9 +- .../authorization/shared/model/GwtRole.java | 9 +- .../shared/model/GwtRoleCreator.java | 9 +- .../shared/model/GwtRolePermission.java | 9 +- .../model/GwtRolePermissionCreator.java | 9 +- .../shared/model/GwtRoleQuery.java | 9 +- .../AccessInfoSessionPermission.java | 9 +- .../permission/DomainSessionPermission.java | 9 +- .../permission/GroupSessionPermission.java | 9 +- .../permission/RoleSessionPermission.java | 9 +- .../shared/service/GwtAccessInfoService.java | 9 +- .../service/GwtAccessPermissionService.java | 9 +- .../shared/service/GwtAccessRoleService.java | 9 +- .../service/GwtDomainRegistryService.java | 9 +- .../shared/service/GwtGroupService.java | 9 +- .../shared/service/GwtRoleService.java | 13 +- .../GwtKapuaAuthorizationModelConverter.java | 9 +- .../KapuaGwtAuthorizationModelConverter.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../adminModuleAuthorization.gwt.xml | 9 +- .../messages/ConsoleGroupMessages.properties | 9 +- .../ConsolePermissionMessages.properties | 9 +- .../messages/ConsoleRoleMessages.properties | 9 +- console/module/data/about.html | 48 +- console/module/data/pom.xml | 9 +- .../module/data/client/AssetTabItem.java | 9 +- .../module/data/client/AssetTable.java | 9 +- .../module/data/client/ChannelTable.java | 9 +- .../data/client/ConsoleResizeHandler.java | 9 +- .../console/module/data/client/DataView.java | 9 +- .../data/client/DataViewDescriptor.java | 9 +- .../module/data/client/DeviceTabItem.java | 9 +- .../module/data/client/DeviceTable.java | 9 +- .../client/DeviceTimestampCellRenderer.java | 9 +- .../client/GridSelectionChangedListener.java | 19 +- .../console/module/data/client/GwtTopic.java | 9 +- .../module/data/client/MetricsTable.java | 9 +- .../module/data/client/ResultsTable.java | 9 +- .../client/TopicTimestampCellRenderer.java | 9 +- .../module/data/client/TopicsTabItem.java | 9 +- .../module/data/client/TopicsTable.java | 9 +- .../module/data/client/util/GwtMessage.java | 9 +- .../data/client/util/HeaderTypeUtils.java | 9 +- .../data/server/GwtDataServiceImpl.java | 9 +- .../module/data/servlet/DataExporter.java | 9 +- .../module/data/servlet/DataExporterCsv.java | 9 +- .../data/servlet/DataExporterServlet.java | 9 +- .../shared/model/GwtDataChannelInfoQuery.java | 9 +- .../data/shared/model/GwtDatastoreAsset.java | 9 +- .../shared/model/GwtDatastoreChannel.java | 9 +- .../data/shared/model/GwtDatastoreDevice.java | 9 +- .../module/data/shared/model/GwtHeader.java | 9 +- .../DatastoreSessionPermission.java | 9 +- .../permission/DeviceSessionPermission.java | 9 +- .../data/shared/service/GwtDataService.java | 9 +- .../util/GwtKapuaDataModelConverter.java | 9 +- .../util/KapuaGwtDataModelConverter.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../module/data/adminModuleData.gwt.xml | 9 +- .../messages/ConsoleDataMessages.properties | 9 +- console/module/device/about.html | 48 +- console/module/device/pom.xml | 9 +- .../connection/ConnectionDescriptionTab.java | 9 +- .../ConnectionDescriptionTabDescriptor.java | 9 +- .../connection/ConnectionEditDialog.java | 9 +- .../connection/ConnectionFilterPanel.java | 9 +- .../client/connection/ConnectionGrid.java | 9 +- .../client/connection/ConnectionView.java | 9 +- .../connection/ConnectionViewDescriptor.java | 9 +- .../toolbar/ConnectionGridToolbar.java | 9 +- .../device/client/device/DeviceAddDialog.java | 9 +- .../client/device/DeviceDeleteDialog.java | 9 +- .../client/device/DeviceEditDialog.java | 9 +- .../client/device/DeviceFilterPanel.java | 9 +- .../device/client/device/DeviceGrid.java | 9 +- .../client/device/DeviceGridToolbar.java | 9 +- .../device/client/device/DeviceMap.java | 9 +- .../device/client/device/DeviceView.java | 9 +- .../client/device/DeviceViewDescriptor.java | 9 +- .../device/assets/AssetDetailsTable.java | 9 +- .../device/assets/DeviceAssetsPanel.java | 9 +- .../device/assets/DeviceAssetsValues.java | 9 +- .../client/device/assets/DeviceTabAssets.java | 9 +- .../assets/DeviceTabAssetsDescriptor.java | 9 +- .../device/bundles/BundleStartButton.java | 9 +- .../device/bundles/BundleStopButton.java | 9 +- .../device/bundles/DeviceTabBundles.java | 9 +- .../bundles/DeviceTabBundlesDescriptor.java | 9 +- .../device/command/DeviceTabCommand.java | 9 +- .../command/DeviceTabCommandDescriptor.java | 9 +- .../ConfigurationPanelTable.java | 9 +- .../configuration/DeviceConfigComponents.java | 9 +- .../configuration/DeviceConfigPanel.java | 9 +- .../configuration/DeviceConfigSnapshots.java | 9 +- .../configuration/DeviceTabConfiguration.java | 9 +- .../DeviceTabConfigurationDescriptor.java | 9 +- .../configuration/SnapshotDownloadButton.java | 9 +- .../configuration/SnapshotRollbackButton.java | 9 +- .../configuration/SnapshotUploadButton.java | 9 +- .../device/group/DevicesGroupTabItem.java | 9 +- .../group/DevicesGroupTabItemDescriptor.java | 9 +- .../client/device/group/GroupSubjectGrid.java | 9 +- .../device/history/DeviceTabHistory.java | 9 +- .../history/DeviceTabHistoryDescriptor.java | 9 +- .../history/EventMessageDetailsDialog.java | 9 +- .../device/packages/DeviceTabPackages.java | 9 +- .../packages/DeviceTabPackagesDescriptor.java | 9 +- .../packages/DeviceTabPackagesHistory.java | 9 +- .../packages/DeviceTabPackagesInProgress.java | 9 +- .../packages/DeviceTabPackagesInstalled.java | 9 +- .../DeviceManagementOperationLogButton.java | 9 +- .../packages/button/PackageInstallButton.java | 9 +- .../button/PackageUninstallButton.java | 9 +- .../dialog/DeviceManagementOperationLog.java | 9 +- .../packages/dialog/PackageInstallDialog.java | 9 +- .../dialog/PackageUninstallDialog.java | 9 +- .../device/profile/DeviceTabProfile.java | 9 +- .../profile/DeviceTabProfileDescriptor.java | 9 +- .../client/device/tag/DeviceTabTags.java | 9 +- .../device/tag/DeviceTabTagsDescriptor.java | 9 +- .../client/device/tag/DeviceTagAddDialog.java | 9 +- .../device/tag/DeviceTagDeleteDialog.java | 9 +- .../client/device/tag/DeviceTagGrid.java | 9 +- .../client/device/tag/DeviceTagToolbar.java | 13 +- .../client/device/tag/DevicesTagTabItem.java | 9 +- .../tag/DevicesTagsTabItemDescriptor.java | 9 +- .../client/device/tag/TagSubjectGrid.java | 9 +- .../server/GwtDeviceAssetServiceImpl.java | 9 +- .../GwtDeviceConnectionOptionServiceImpl.java | 9 +- .../GwtDeviceConnectionServiceImpl.java | 9 +- ...tDeviceManagementOperationServiceImpl.java | 9 +- .../GwtDeviceManagementServiceImpl.java | 9 +- .../device/server/GwtDeviceServiceImpl.java | 9 +- .../device/servlet/DeviceEventExporter.java | 9 +- .../servlet/DeviceEventExporterCsv.java | 9 +- .../servlet/DeviceEventExporterServlet.java | 9 +- .../module/device/servlet/DeviceExporter.java | 9 +- .../device/servlet/DeviceExporterCsv.java | 9 +- .../device/servlet/DeviceExporterServlet.java | 9 +- .../servlet/DeviceSnapshotsServlet.java | 9 +- .../device/shared/model/GwtBundleInfo.java | 9 +- .../device/shared/model/GwtChannel.java | 11 +- .../shared/model/GwtDeploymentPackage.java | 9 +- .../module/device/shared/model/GwtDevice.java | 11 +- .../shared/model/GwtDeviceCommandInput.java | 9 +- .../shared/model/GwtDeviceCommandOutput.java | 9 +- .../shared/model/GwtDeviceConnection.java | 11 +- .../model/GwtDeviceConnectionOption.java | 11 +- .../model/GwtDeviceConnectionQuery.java | 11 +- .../GwtDeviceConnectionQueryPredicates.java | 9 +- .../model/GwtDeviceConnectionStatus.java | 9 +- .../device/shared/model/GwtDeviceCreator.java | 9 +- .../device/shared/model/GwtDeviceEvent.java | 9 +- .../device/shared/model/GwtDeviceQuery.java | 9 +- .../model/GwtDeviceQueryPredicates.java | 9 +- .../device/shared/model/GwtSnapshot.java | 9 +- .../management/assets/GwtDeviceAsset.java | 9 +- .../assets/GwtDeviceAssetChannel.java | 9 +- .../management/assets/GwtDeviceAssets.java | 9 +- .../device/management/bundles/GwtBundle.java | 9 +- .../management/packages/GwtFileType.java | 9 +- .../packages/GwtPackageDownloadOperation.java | 9 +- .../packages/GwtPackageInstallRequest.java | 9 +- .../packages/GwtPackageOperation.java | 9 +- .../packages/GwtPackageUninstallRequest.java | 9 +- .../GwtDeviceManagementOperation.java | 9 +- .../GwtDeviceManagementOperationQuery.java | 9 +- .../registry/GwtOperationStatus.java | 9 +- .../DeviceConnectionSessionPermission.java | 9 +- .../DeviceEventSessionPermission.java | 9 +- ...ceManagementRegistrySessionPermission.java | 9 +- .../DeviceManagementSessionPermission.java | 9 +- .../permission/DeviceSessionPermission.java | 9 +- .../shared/service/GwtDeviceAssetService.java | 9 +- .../GwtDeviceConnectionOptionService.java | 9 +- .../service/GwtDeviceConnectionService.java | 19 +- .../GwtDeviceManagementOperationService.java | 9 +- .../service/GwtDeviceManagementService.java | 45 +- .../shared/service/GwtDeviceService.java | 9 +- .../util/GwtKapuaDeviceModelConverter.java | 9 +- .../util/KapuaGwtDeviceModelConverter.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../module/device/adminModuleDevice.gwt.xml | 9 +- .../ConsoleConnectionMessages.properties | 9 +- .../messages/ConsoleDeviceMessages.properties | 9 +- console/module/endpoint/about.html | 48 +- console/module/endpoint/pom.xml | 9 +- .../endpoint/client/EndpointAddDialog.java | 9 +- .../endpoint/client/EndpointDeleteDialog.java | 9 +- .../endpoint/client/EndpointEditDialog.java | 9 +- .../endpoint/client/EndpointFilterPanel.java | 9 +- .../module/endpoint/client/EndpointGrid.java | 9 +- .../client/EndpointTabDescription.java | 9 +- .../EndpointTabDescriptionDescriptor.java | 9 +- .../endpoint/client/EndpointToolbarGrid.java | 9 +- .../module/endpoint/client/EndpointView.java | 9 +- .../client/EndpointViewDescriptor.java | 9 +- .../server/GwtEndpointServiceImpl.java | 9 +- .../endpoint/shared/model/GwtEndpoint.java | 9 +- .../shared/model/GwtEndpointCreator.java | 9 +- .../shared/model/GwtEndpointQuery.java | 9 +- .../permission/EndpointSessionPermission.java | 9 +- .../GwtEndpointValidationRegex.java | 9 +- .../shared/service/GwtEndpointService.java | 9 +- .../util/GwtKapuaEndpointModelConverter.java | 9 +- .../util/KapuaGwtEndpointModelConverter.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../endpoint/adminModuleEndpoint.gwt.xml | 9 +- .../ConsoleEndpointMessages.properties | 9 +- console/module/job/about.html | 48 +- console/module/job/pom.xml | 9 +- .../module/job/client/JobAddDialog.java | 9 +- .../module/job/client/JobDeleteDialog.java | 9 +- .../job/client/JobDeleteForcedDialog.java | 9 +- .../module/job/client/JobEditDialog.java | 9 +- .../module/job/client/JobFilterPanel.java | 9 +- .../console/module/job/client/JobGrid.java | 9 +- .../module/job/client/JobGridToolbar.java | 9 +- .../module/job/client/JobRestartDialog.java | 9 +- .../module/job/client/JobStartDialog.java | 9 +- .../module/job/client/JobStopDialog.java | 9 +- .../module/job/client/JobTabDescription.java | 9 +- .../client/JobTabDescriptionDescriptor.java | 9 +- .../console/module/job/client/JobView.java | 9 +- .../module/job/client/JobViewDescriptor.java | 9 +- .../execution/JobExecutionLogButton.java | 9 +- .../execution/JobExecutionLogDialog.java | 9 +- .../execution/JobExecutionStopDialog.java | 9 +- .../client/execution/JobTabExecutions.java | 9 +- .../execution/JobTabExecutionsDescriptor.java | 9 +- .../execution/JobTabExecutionsGrid.java | 9 +- .../execution/JobTabExecutionsToolbar.java | 9 +- .../client/schedule/JobScheduleAddDialog.java | 9 +- .../schedule/JobScheduleDeleteDialog.java | 9 +- .../job/client/schedule/JobTabSchedules.java | 9 +- .../schedule/JobTabSchedulesDescriptor.java | 9 +- .../client/schedule/JobTabSchedulesGrid.java | 9 +- .../schedule/JobTabSchedulesToolbar.java | 9 +- .../job/client/steps/JobStepAddDialog.java | 9 +- .../job/client/steps/JobStepDeleteDialog.java | 9 +- .../job/client/steps/JobStepEditDialog.java | 9 +- .../module/job/client/steps/JobTabSteps.java | 9 +- .../client/steps/JobTabStepsDescriptor.java | 9 +- .../job/client/steps/JobTabStepsGrid.java | 9 +- .../job/client/steps/JobTabStepsToolbar.java | 9 +- .../job/client/targets/JobTabTargets.java | 9 +- .../targets/JobTabTargetsDescriptor.java | 9 +- .../job/client/targets/JobTabTargetsGrid.java | 9 +- .../client/targets/JobTabTargetsToolbar.java | 9 +- .../targets/JobTargetAddDeviceGrid.java | 9 +- .../client/targets/JobTargetAddDialog.java | 9 +- .../client/targets/JobTargetAddTagGrid.java | 9 +- .../client/targets/JobTargetDeleteDialog.java | 9 +- .../targets/JobTargetRestartTargetDialog.java | 9 +- .../targets/JobTargetStartTargetDialog.java | 9 +- .../job/server/GwtJobEngineServiceImpl.java | 9 +- .../server/GwtJobExecutionServiceImpl.java | 9 +- .../module/job/server/GwtJobServiceImpl.java | 9 +- .../GwtJobStepDefinitionServiceImpl.java | 9 +- .../job/server/GwtJobStepServiceImpl.java | 9 +- .../job/server/GwtJobTargetServiceImpl.java | 9 +- .../GwtTriggerDefinitionServiceImpl.java | 9 +- .../job/server/GwtTriggerServiceImpl.java | 9 +- .../module/job/servlet/JobTargetExporter.java | 9 +- .../job/servlet/JobTargetExporterCsv.java | 9 +- .../job/servlet/JobTargetExporterServlet.java | 9 +- .../module/job/shared/model/GwtJob.java | 9 +- .../job/shared/model/GwtJobCreator.java | 9 +- .../job/shared/model/GwtJobExecution.java | 9 +- .../shared/model/GwtJobExecutionQuery.java | 9 +- .../module/job/shared/model/GwtJobQuery.java | 9 +- .../job/shared/model/GwtJobStartOptions.java | 9 +- .../module/job/shared/model/GwtJobStep.java | 9 +- .../job/shared/model/GwtJobStepCreator.java | 9 +- .../shared/model/GwtJobStepDefinition.java | 9 +- .../model/GwtJobStepDefinitionQuery.java | 9 +- .../job/shared/model/GwtJobStepProperty.java | 9 +- .../job/shared/model/GwtJobStepQuery.java | 9 +- .../module/job/shared/model/GwtJobTarget.java | 9 +- .../job/shared/model/GwtJobTargetCreator.java | 9 +- .../job/shared/model/GwtJobTargetQuery.java | 9 +- .../permission/JobSessionPermission.java | 9 +- .../SchedulerSessionPermission.java | 9 +- .../shared/model/scheduler/GwtTrigger.java | 9 +- .../model/scheduler/GwtTriggerCreator.java | 9 +- .../model/scheduler/GwtTriggerProperty.java | 9 +- .../model/scheduler/GwtTriggerQuery.java | 9 +- .../definition/GwtTriggerDefinition.java | 9 +- .../definition/GwtTriggerDefinitionQuery.java | 9 +- .../shared/service/GwtJobEngineService.java | 9 +- .../service/GwtJobExecutionService.java | 9 +- .../job/shared/service/GwtJobService.java | 9 +- .../service/GwtJobStepDefinitionService.java | 9 +- .../job/shared/service/GwtJobStepService.java | 9 +- .../shared/service/GwtJobTargetService.java | 9 +- .../service/GwtTriggerDefinitionService.java | 9 +- .../job/shared/service/GwtTriggerService.java | 9 +- .../util/GwtKapuaJobModelConverter.java | 9 +- .../util/KapuaGwtJobModelConverter.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../console/module/job/adminModuleJob.gwt.xml | 9 +- .../messages/ConsoleJobMessages.properties | 9 +- console/module/pom.xml | 9 +- console/module/tag/about.html | 48 +- console/module/tag/pom.xml | 9 +- .../module/tag/client/TagAddDialog.java | 9 +- .../module/tag/client/TagDeleteDialog.java | 9 +- .../module/tag/client/TagEditDialog.java | 9 +- .../module/tag/client/TagFilterPanel.java | 9 +- .../console/module/tag/client/TagGrid.java | 9 +- .../module/tag/client/TagTabDescription.java | 9 +- .../client/TagTabDescriptionDescriptor.java | 9 +- .../module/tag/client/TagToolbarGrid.java | 9 +- .../console/module/tag/client/TagView.java | 9 +- .../module/tag/client/TagViewDescriptor.java | 9 +- .../module/tag/server/GwtTagServiceImpl.java | 9 +- .../module/tag/shared/model/GwtTag.java | 9 +- .../tag/shared/model/GwtTagCreator.java | 9 +- .../module/tag/shared/model/GwtTagQuery.java | 9 +- .../permission/TagSessionPermission.java | 9 +- .../tag/shared/service/GwtTagService.java | 9 +- .../util/GwtKapuaTagModelConverter.java | 9 +- .../util/KapuaGwtTagModelConverter.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../console/module/tag/adminModuleTag.gwt.xml | 9 +- .../messages/ConsoleTagMessages.properties | 9 +- console/module/user/about.html | 48 +- console/module/user/pom.xml | 9 +- .../module/user/client/UserFilterPanel.java | 9 +- .../console/module/user/client/UserGrid.java | 9 +- .../module/user/client/UserGridToolbar.java | 9 +- .../console/module/user/client/UserView.java | 9 +- .../user/client/UserViewDescriptor.java | 9 +- .../user/client/dialog/UserAddDialog.java | 9 +- .../user/client/dialog/UserDeleteDialog.java | 9 +- .../user/client/dialog/UserEditDialog.java | 9 +- .../credentials/UserTabItemCredentials.java | 9 +- .../UserTabItemCredentialsDescriptor.java | 9 +- .../tabs/credentials/UserTabItemMfa.java | 9 +- .../credentials/UserTabItemMfaDescriptor.java | 9 +- .../tabs/description/UserTabDescription.java | 9 +- .../UserTabDescriptionDescriptor.java | 9 +- .../permission/UserTabItemPermission.java | 13 +- .../UserTabItemPermissionDescriptor.java | 11 +- .../client/tabs/roles/RoleSubjectGrid.java | 9 +- .../tabs/roles/UserTabItemAccessRole.java | 9 +- .../UserTabItemAccessRoleDescriptor.java | 9 +- .../client/tabs/roles/UsersRoleTabItem.java | 9 +- .../roles/UsersRoleTabItemDescriptor.java | 9 +- .../user/server/GwtUserServiceImpl.java | 9 +- .../module/user/shared/model/GwtUser.java | 9 +- .../user/shared/model/GwtUserCreator.java | 9 +- .../user/shared/model/GwtUserPermission.java | 9 +- .../user/shared/model/GwtUserQuery.java | 9 +- .../permission/UserSessionPermission.java | 9 +- .../user/shared/service/GwtUserService.java | 27 +- .../util/GwtKapuaUserModelConverter.java | 9 +- .../util/KapuaGwtUserModelConverter.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../module/user/adminModuleUser.gwt.xml | 9 +- .../messages/ConsoleUserMessages.properties | 9 +- console/module/welcome/about.html | 48 +- console/module/welcome/pom.xml | 9 +- .../module/welcome/client/WelcomeView.java | 9 +- .../welcome/client/WelcomeViewDescriptor.java | 9 +- ...ient.ui.view.descriptor.MainViewDescriptor | 9 +- .../module/welcome/adminModuleWelcome.gwt.xml | 9 +- .../ConsoleWelcomeMessages.properties | 9 +- console/notice.html | 229 +++++++--- console/pom.xml | 9 +- console/web/about.html | 48 +- console/web/pom.xml | 11 +- .../console/ConsoleJAXBContextProvider.java | 9 +- .../console/server/util/ConsoleListener.java | 9 +- .../main/resources/console-setting.properties | 9 +- console/web/src/main/resources/locator.xml | 9 +- console/web/src/main/resources/logback.xml | 9 +- .../eclipse/kapua/app/console/admin.gwt.xml | 9 +- .../kapua/app/console/adminDev.gwt.xml | 9 +- .../web/src/main/webapp/META-INF/context.xml | 9 +- console/web/src/main/webapp/WEB-INF/web.xml | 9 +- console/web/src/main/webapp/console.jsp | 11 +- .../main/webapp/js/kapuaconsole/console.js | 9 +- console/web/src/test/resources/logback.xml | 9 +- deployment/commons/pom.xml | 9 +- deployment/commons/sso/keycloak/Dockerfile | 9 +- deployment/commons/sso/keycloak/build | 9 +- deployment/commons/sso/keycloak/run-keycloak | 9 +- deployment/docker/pom.xml | 9 +- deployment/docker/unix/docker-common.sh | 11 +- deployment/docker/unix/docker-deploy.sh | 9 +- deployment/docker/unix/docker-logs.sh | 9 +- deployment/docker/unix/docker-undeploy.sh | 9 +- deployment/docker/unix/sso/Dockerfile | 9 +- .../docker/unix/sso/sso-docker-common.sh | 9 +- .../docker/unix/sso/sso-docker-deploy.sh | 11 +- .../docker/unix/sso/sso-docker-undeploy.sh | 11 +- deployment/docker/win/docker-common.ps1 | 11 +- deployment/docker/win/docker-deploy.ps1 | 9 +- deployment/docker/win/docker-logs.ps1 | 9 +- deployment/docker/win/docker-undeploy.ps1 | 9 +- deployment/minishift/minishift-deploy.sh | 9 +- deployment/minishift/minishift-destroy.sh | 9 +- deployment/minishift/minishift-importer.sh | 9 +- deployment/minishift/minishift-initialize.sh | 9 +- deployment/minishift/minishift-pull-images.sh | 9 +- deployment/minishift/minishift-undeploy.sh | 9 +- deployment/minishift/pom.xml | 9 +- deployment/minishift/sso/activate | 9 +- deployment/minishift/sso/deploy | 9 +- deployment/minishift/sso/keycloak-importer | 9 +- deployment/minishift/sso/undeploy | 9 +- deployment/openshift/openshift-common.sh | 9 +- deployment/openshift/openshift-deploy.sh | 9 +- deployment/openshift/openshift-destroy.sh | 9 +- deployment/openshift/openshift-initialize.sh | 9 +- deployment/openshift/openshift-start.sh | 9 +- deployment/openshift/pom.xml | 9 +- deployment/openshift/sso/activate | 11 +- deployment/openshift/sso/deploy | 9 +- deployment/openshift/sso/destroy | 9 +- deployment/openshift/sso/env | 9 +- deployment/openshift/sso/functions | 15 +- deployment/pom.xml | 9 +- dev-tools/cucumber-reports/pom.xml | 9 +- .../descriptors/kapua-cucumber-report.xml | 9 +- .../main/resources/html/cucumber/eclipse.css | 9 +- .../main/resources/html/cucumber/index.html | 11 +- dev-tools/pom.xml | 9 +- .../eclipse/codeStyle/KapuaCleanup_v_1.0.xml | 9 +- .../codeStyle/KapuaFormatter_v_2.1.xml | 9 +- dev-tools/vagrant/Vagrantfile | 11 +- dev-tools/vagrant/baseBox/Vagrantfile | 9 +- dev-tools/vagrant/baseBox/create.sh | 9 +- dev-tools/vagrant/destroy.sh | 11 +- .../develop/broker/start-broker-service.sh | 9 +- .../vagrant/develop/broker/start-broker.sh | 9 +- .../develop/broker/update-kapua-jars-cfg.sh | 9 +- dev-tools/vagrant/develop/envs/kapua_env.sh | 9 +- .../vagrant/develop/jetty/start-jetty.sh | 9 +- .../vagrant/develop/jetty/update-kapua-war.sh | 9 +- dev-tools/vagrant/pom.xml | 9 +- dev-tools/vagrant/ssh.sh | 11 +- dev-tools/vagrant/start.sh | 11 +- extras/foreignkeys/about.html | 48 +- extras/foreignkeys/pom.xml | 11 +- .../liquibase/0.3.0/account-foreignkey.xml | 9 +- .../0.3.0/atht_access_token-foreignkey.xml | 9 +- .../0.3.0/atht_credential-foreignkey.xml | 9 +- .../0.3.0/athz_access_info-foreignkey.xml | 9 +- .../liquibase/0.3.0/athz_group-foreignkey.xml | 9 +- .../liquibase/0.3.0/athz_role-foreignkey.xml | 9 +- .../0.3.0/changelog-foreignkeys-0.3.0.xml | 9 +- .../0.3.0/device-connection-foreignkey.xml | 9 +- .../liquibase/0.3.0/device-foreignkey.xml | 9 +- .../liquibase/0.3.0/device-tag-foreignkey.xml | 9 +- .../liquibase/0.3.0/job-foreignkey.xml | 9 +- .../0.3.0/job_step_definition-foreignkey.xml | 9 +- .../liquibase/0.3.0/tag-foreignkey.xml | 9 +- .../liquibase/0.3.0/trigger-foreignkey.xml | 9 +- .../liquibase/0.3.0/user-foreignkey.xml | 9 +- .../account-foreignkey_delete_cascade.xml | 9 +- ...access_token-foreignkey_delete_cascade.xml | 9 +- ...t_credential-foreignkey_delete_cascade.xml | 9 +- ..._access_info-foreignkey_delete_cascade.xml | 9 +- .../athz_group-foreignkey_delete_cascade.xml | 9 +- .../athz_role-foreignkey_delete_cascade.xml | 9 +- .../1.2.0/changelog-foreignkeys-1.2.0.xml | 11 +- ...e-connection-foreignkey_delete_cascade.xml | 9 +- .../device-foreignkey_delete_cascade.xml | 9 +- .../device-tag-foreignkey_delete_cascade.xml | 9 +- .../1.2.0/job-foreignkey_delete_cascade.xml | 9 +- ...p_definition-foreignkey_delete_cascade.xml | 9 +- .../1.2.0/tag-foreignkey_delete_cascade.xml | 9 +- .../trigger-foreignkey_delete_cascade.xml | 9 +- .../1.2.0/user-foreignkey_delete_cascade.xml | 9 +- ...t_mfa_option-foreignkey_delete_cascade.xml | 9 +- ...scratch_code-foreignkey_delete_cascade.xml | 9 +- .../1.3.0/changelog-foreignkeys-1.3.0.xml | 11 +- .../changelog-foreignkeys-master.post.xml | 11 +- extras/pom.xml | 9 +- job-engine/api/about.html | 48 +- job-engine/api/pom.xml | 9 +- .../kapua/job/engine/JobEngineFactory.java | 9 +- .../kapua/job/engine/JobEngineService.java | 9 +- .../job/engine/JobEngineXmlRegistry.java | 9 +- .../kapua/job/engine/JobStartOptions.java | 9 +- .../job/engine/JobStartOptionsAttributes.java | 9 +- .../job/engine/queue/QueuedJobExecution.java | 9 +- .../queue/QueuedJobExecutionAttributes.java | 9 +- .../queue/QueuedJobExecutionCreator.java | 9 +- .../queue/QueuedJobExecutionFactory.java | 9 +- .../queue/QueuedJobExecutionListResult.java | 9 +- .../engine/queue/QueuedJobExecutionQuery.java | 9 +- .../queue/QueuedJobExecutionService.java | 9 +- .../queue/QueuedJobExecutionStatus.java | 9 +- .../queue/QueuedJobExecutionXmlRegistry.java | 9 +- job-engine/commons/about.html | 48 +- job-engine/commons/pom.xml | 9 +- .../exception/JobCommonsErrorCodes.java | 9 +- .../exception/JobCommonsRuntimeException.java | 9 +- .../exception/ReadJobPropertyException.java | 9 +- .../job/engine/commons/logger/JobLogger.java | 9 +- .../commons/model/JobTargetSublist.java | 9 +- .../commons/model/JobTransientUserData.java | 9 +- .../operation/AbstractTargetProcessor.java | 9 +- .../operation/DefaultTargetReader.java | 9 +- .../operation/DefaultTargetWriter.java | 9 +- .../AbstractGenericJobStepDefinition.java | 9 +- .../AbstractTargetJobStepDefinition.java | 9 +- .../wrappers/JobContextPropertyNames.java | 9 +- .../commons/wrappers/JobContextWrapper.java | 9 +- .../commons/wrappers/JobTargetWrapper.java | 9 +- .../wrappers/StepContextPropertyNames.java | 9 +- .../commons/wrappers/StepContextWrapper.java | 9 +- job-engine/extra/pom.xml | 9 +- job-engine/extra/remote/pom.xml | 9 +- .../engine/remote/JobEngineFactoryRemote.java | 9 +- .../engine/remote/JobEngineServiceRemote.java | 9 +- .../engine/remote/JobStartOptionsRemote.java | 9 +- job-engine/jbatch/about.html | 48 +- job-engine/jbatch/pom.xml | 9 +- .../jbatch/JobEngineEntityManagerFactory.java | 9 +- .../engine/jbatch/JobEngineFactoryJbatch.java | 9 +- .../engine/jbatch/JobEngineServiceJbatch.java | 9 +- .../engine/jbatch/JobStartOptionsImpl.java | 9 +- .../engine/jbatch/driver/JbatchDriver.java | 9 +- .../driver/JbatchJobRunningStatuses.java | 9 +- .../CannotBuildJobDefDriverException.java | 9 +- .../CannotCleanJobDefFileDriverException.java | 9 +- .../CannotCreateTmpDirDriverException.java | 9 +- .../CannotWriteJobDefFileDriverException.java | 9 +- .../CleanJobDataDriverException.java | 9 +- .../ExecutionNotFoundDriverException.java | 9 +- .../ExecutionNotRunningDriverException.java | 9 +- .../exception/JbatchDriverErrorCodes.java | 9 +- .../exception/JbatchDriverException.java | 9 +- .../JobExecutionIsRunningDriverException.java | 9 +- .../exception/JobStartingDriverException.java | 9 +- .../jbatch/driver/utils/JbatchUtil.java | 9 +- .../driver/utils/JobDefinitionBuildUtils.java | 9 +- .../utils/WaitForJobExecutionStopTask.java | 9 +- .../CheckRunningJobEngineException.java | 9 +- .../exception/CleanJobDataException.java | 9 +- .../exception/JobAlreadyRunningException.java | 9 +- .../exception/JobCheckRunningException.java | 9 +- .../jbatch/exception/JobEngineException.java | 9 +- .../JobExecutionEnqueuedException.java | 9 +- .../exception/JobInvalidTargetException.java | 9 +- .../exception/JobMissingStepException.java | 9 +- .../exception/JobMissingTargetException.java | 9 +- .../exception/JobNotRunningException.java | 9 +- .../exception/JobResumingException.java | 9 +- .../jbatch/exception/JobRunningException.java | 9 +- .../exception/JobStartingException.java | 9 +- .../exception/JobStopppingException.java | 9 +- .../exception/KapuaJobEngineErrorCodes.java | 9 +- .../exception/KapuaJobEngineException.java | 9 +- .../jbatch/listener/KapuaJobListener.java | 9 +- .../listener/QueuedJobExecutionCheckTask.java | 9 +- .../JPAPersistenceManagerImpl.java | 9 +- .../JbatchEntityManagerFactory.java | 9 +- .../jpa/AbstractJpaJbatchEntity.java | 9 +- .../persistence/jpa/JpaCheckpointData.java | 9 +- .../persistence/jpa/JpaCheckpointDataDAO.java | 9 +- .../jpa/JpaExecutionInstanceData.java | 9 +- .../jpa/JpaExecutionInstanceDataDAO.java | 9 +- .../jpa/JpaExecutionInstanceDataFields.java | 9 +- .../persistence/jpa/JpaJobInstanceData.java | 9 +- .../jpa/JpaJobInstanceDataDAO.java | 9 +- .../jbatch/persistence/jpa/JpaJobStatus.java | 9 +- .../persistence/jpa/JpaJobStatusDAO.java | 9 +- .../jpa/JpaStepExecutionInstanceData.java | 9 +- .../jpa/JpaStepExecutionInstanceDataDAO.java | 9 +- .../jbatch/persistence/jpa/JpaStepStatus.java | 9 +- .../persistence/jpa/JpaStepStatusDAO.java | 9 +- .../jbatch/setting/JobEngineSetting.java | 9 +- .../jbatch/setting/JobEngineSettingKeys.java | 9 +- .../step/definition/LogPropertyKeys.java | 9 +- .../jbatch/QueuedJobExecutionCreatorImpl.java | 9 +- .../queue/jbatch/QueuedJobExecutionDAO.java | 9 +- .../jbatch/QueuedJobExecutionFactoryImpl.java | 9 +- .../queue/jbatch/QueuedJobExecutionImpl.java | 9 +- .../QueuedJobExecutionListResultImpl.java | 9 +- .../jbatch/QueuedJobExecutionQueryImpl.java | 9 +- .../jbatch/QueuedJobExecutionServiceImpl.java | 9 +- .../main/resources/META-INF/persistence.xml | 9 +- ...b-engine-service-error-messages.properties | 9 +- .../kapua-job-engine-setting.properties | 9 +- .../0.3.0/changelog-job-engine-0.3.0.xml | 9 +- .../liquibase/0.3.0/job-engine-jbatch.xml | 9 +- .../1.1.0/changelog-job-engine-1.1.0.xml | 9 +- .../liquibase/1.1.0/queued_job_execution.xml | 9 +- .../1.2.0/changelog-job-engine-1.2.0.xml | 9 +- ...eckpoint_data-add_column_jobinstanceid.xml | 9 +- .../1.2.0/job-engine-jbatch-timestamp.xml | 9 +- .../1.2.0/job_engine_jbatch-rename_tables.xml | 9 +- .../liquibase/1.2.0/queued_job-timestamp.xml | 9 +- .../liquibase/changelog-job-engine-master.xml | 9 +- .../jbatch/src/main/resources/locator.xml | 11 +- job-engine/pom.xml | 9 +- locator/guice/about.html | 48 +- locator/guice/pom.xml | 9 +- .../locator/guice/ComponentResolver.java | 9 +- .../kapua/locator/guice/FactoryResolver.java | 9 +- .../kapua/locator/guice/GuiceLocatorImpl.java | 9 +- .../kapua/locator/guice/KapuaModule.java | 9 +- .../kapua/locator/guice/LocatorConfig.java | 9 +- .../kapua/locator/guice/ServiceResolver.java | 9 +- .../locator/guice/SyntheticMethodMatcher.java | 9 +- .../kapua/locator/guice/TestService.java | 9 +- .../org.eclipse.kapua.locator.KapuaLocator | 13 +- .../guice/src/main/resources/locator.services | 9 +- .../internal/GuiceLocatorImplTest.java | 9 +- .../kapua/locator/internal/ResolverTest.java | 9 +- .../locator/internal/guice/FactoryA.java | 9 +- .../locator/internal/guice/FactoryAImpl.java | 9 +- .../locator/internal/guice/FactoryB.java | 9 +- .../locator/internal/guice/FactoryC.java | 9 +- .../locator/internal/guice/FactoryCImpl.java | 9 +- .../locator/internal/guice/ServiceA.java | 9 +- .../locator/internal/guice/ServiceAImpl.java | 9 +- .../locator/internal/guice/ServiceB.java | 9 +- .../locator/internal/guice/ServiceC.java | 9 +- .../locator/internal/guice/ServiceCImpl.java | 9 +- ...nal.GuiceLocatorImplTest$MyTestableService | 13 +- .../guice/src/test/resources/locator-1.xml | 9 +- locator/guice/src/test/resources/locator.xml | 9 +- locator/guice/src/test/resources/logback.xml | 9 +- locator/pom.xml | 9 +- message/api/about.html | 48 +- message/api/pom.xml | 9 +- .../org/eclipse/kapua/message/Channel.java | 9 +- .../eclipse/kapua/message/KapuaChannel.java | 9 +- .../eclipse/kapua/message/KapuaMessage.java | 9 +- .../kapua/message/KapuaMessageFactory.java | 9 +- .../eclipse/kapua/message/KapuaPayload.java | 9 +- .../eclipse/kapua/message/KapuaPosition.java | 9 +- .../org/eclipse/kapua/message/Message.java | 9 +- .../org/eclipse/kapua/message/Payload.java | 9 +- .../org/eclipse/kapua/message/Position.java | 9 +- .../message/device/data/KapuaDataChannel.java | 9 +- .../message/device/data/KapuaDataMessage.java | 9 +- .../device/data/KapuaDataMessageFactory.java | 9 +- .../message/device/data/KapuaDataPayload.java | 9 +- .../data/xml/DataMessageXmlRegistry.java | 9 +- .../device/lifecycle/KapuaAppsChannel.java | 9 +- .../device/lifecycle/KapuaAppsMessage.java | 9 +- .../device/lifecycle/KapuaAppsPayload.java | 9 +- .../device/lifecycle/KapuaBirthChannel.java | 9 +- .../device/lifecycle/KapuaBirthMessage.java | 9 +- .../device/lifecycle/KapuaBirthPayload.java | 9 +- .../lifecycle/KapuaBirthPayloadAttibutes.java | 9 +- .../lifecycle/KapuaDisconnectChannel.java | 9 +- .../lifecycle/KapuaDisconnectMessage.java | 9 +- .../lifecycle/KapuaDisconnectPayload.java | 9 +- .../KapuaDisconnectPayloadAttibutes.java | 9 +- .../lifecycle/KapuaLifecycleChannel.java | 9 +- .../lifecycle/KapuaLifecycleMessage.java | 9 +- .../KapuaLifecycleMessageFactory.java | 9 +- .../lifecycle/KapuaLifecyclePayload.java | 9 +- .../device/lifecycle/KapuaMissingChannel.java | 9 +- .../device/lifecycle/KapuaMissingMessage.java | 9 +- .../device/lifecycle/KapuaMissingPayload.java | 9 +- .../kapua/message/xml/MessageXmlRegistry.java | 9 +- .../kapua/message/xml/MetricsXmlAdapter.java | 9 +- .../kapua/message/xml/XmlAdaptedMetric.java | 9 +- .../kapua/message/xml/XmlAdaptedMetrics.java | 9 +- message/internal/about.html | 48 +- message/internal/pom.xml | 9 +- .../message/internal/KapuaChannelImpl.java | 9 +- .../internal/KapuaMessageFactoryImpl.java | 9 +- .../message/internal/KapuaMessageImpl.java | 9 +- .../message/internal/KapuaPayloadImpl.java | 9 +- .../message/internal/KapuaPositionImpl.java | 9 +- .../message/internal/MessageErrorCodes.java | 9 +- .../message/internal/MessageException.java | 9 +- .../device/data/KapuaDataChannelImpl.java | 9 +- .../data/KapuaDataMessageFactoryImpl.java | 9 +- .../device/data/KapuaDataMessageImpl.java | 9 +- .../device/data/KapuaDataPayloadImpl.java | 9 +- .../AbstractLifecycleChannelImpl.java | 9 +- .../AbstractLifecycleMessageImpl.java | 9 +- .../AbstractLifecyclePayloadImpl.java | 9 +- .../lifecycle/KapuaAppsChannelImpl.java | 9 +- .../lifecycle/KapuaAppsMessageImpl.java | 9 +- .../lifecycle/KapuaAppsPayloadImpl.java | 9 +- .../lifecycle/KapuaBirthChannelImpl.java | 9 +- .../lifecycle/KapuaBirthMessageImpl.java | 9 +- .../lifecycle/KapuaBirthPayloadImpl.java | 9 +- .../lifecycle/KapuaDisconnectChannelImpl.java | 9 +- .../lifecycle/KapuaDisconnectMessageImpl.java | 9 +- .../lifecycle/KapuaDisconnectPayloadImpl.java | 9 +- .../KapuaLifecycleMessageFactoryImpl.java | 9 +- .../lifecycle/KapuaMissingChannelImpl.java | 9 +- .../lifecycle/KapuaMissingMessageImpl.java | 9 +- .../lifecycle/KapuaMissingPayloadImpl.java | 9 +- .../internal/BasicMessageTestSuite.java | 9 +- .../internal/FullMessageTestSuite.java | 9 +- .../message/internal/KapuaChannelTest.java | 9 +- .../internal/KapuaDataMessageFactoryTest.java | 9 +- .../internal/KapuaMessageFactoryTest.java | 9 +- .../message/internal/KapuaMessageTest.java | 9 +- .../message/internal/KapuaMessageUtil.java | 9 +- .../message/internal/KapuaPayloadTest.java | 9 +- .../message/internal/KapuaPositionTest.java | 9 +- .../internal/MessageExceptionTest.java | 9 +- .../internal/MessageJAXBContextProvider.java | 9 +- .../device/data/KapuaDeviceDataTest.java | 9 +- .../lifecycle/KapuaAppsMessageTest.java | 9 +- .../lifecycle/KapuaBirthMessageTest.java | 9 +- .../lifecycle/KapuaDisconnectMessageTest.java | 9 +- .../lifecycle/KapuaMissingMessageTest.java | 9 +- .../device/lifecycle/LifecycleTestSuite.java | 9 +- .../message/internal/xml/KapuaMetricTest.java | 9 +- .../xml/KapuaMetricsMapAdapterTest.java | 9 +- .../message/internal/xml/MetricTestSuite.java | 9 +- .../internal/src/test/resources/locator.xml | 9 +- .../internal/src/test/resources/logback.xml | 9 +- .../message-error-messages.properties | 9 +- message/pom.xml | 9 +- pom.xml | 13 +- qa/about.html | 48 +- qa/common/about.html | 48 +- qa/common/pom.xml | 9 +- .../eclipse/kapua/qa/common/BasicSteps.java | 9 +- .../org/eclipse/kapua/qa/common/DBHelper.java | 9 +- .../kapua/qa/common/HookPriorities.java | 9 +- .../kapua/qa/common/MockedLocator.java | 9 +- .../org/eclipse/kapua/qa/common/Ports.java | 9 +- .../org/eclipse/kapua/qa/common/Session.java | 9 +- .../kapua/qa/common/SimulatedDevice.java | 9 +- .../qa/common/SimulatedDeviceApplication.java | 9 +- .../kapua/qa/common/SimulatedDeviceSteps.java | 9 +- .../org/eclipse/kapua/qa/common/Starting.java | 13 +- .../org/eclipse/kapua/qa/common/StepData.java | 9 +- .../eclipse/kapua/qa/common/Suppressed.java | 11 +- .../org/eclipse/kapua/qa/common/TestBase.java | 9 +- .../eclipse/kapua/qa/common/TestDomain.java | 9 +- .../qa/common/TestJAXBContextProvider.java | 9 +- .../kapua/qa/common/ThrowingConsumer.java | 9 +- .../org/eclipse/kapua/qa/common/Wait.java | 15 +- .../kapua/qa/common/WaitTimeoutException.java | 9 +- .../org/eclipse/kapua/qa/common/With.java | 9 +- .../kapua/qa/common/cache/MapCache.java | 9 +- .../qa/common/cache/MapCacheManager.java | 9 +- .../qa/common/cache/MapCachingProvider.java | 9 +- .../kapua/qa/common/cucumber/CucAccount.java | 9 +- .../kapua/qa/common/cucumber/CucConfig.java | 9 +- .../qa/common/cucumber/CucConnection.java | 9 +- .../qa/common/cucumber/CucCredentials.java | 9 +- .../kapua/qa/common/cucumber/CucDevice.java | 9 +- .../kapua/qa/common/cucumber/CucDomain.java | 9 +- .../kapua/qa/common/cucumber/CucGroup.java | 9 +- .../common/cucumber/CucJobStepProperty.java | 9 +- .../qa/common/cucumber/CucMessageRange.java | 9 +- .../kapua/qa/common/cucumber/CucMetric.java | 9 +- .../qa/common/cucumber/CucPermission.java | 9 +- .../kapua/qa/common/cucumber/CucRole.java | 9 +- .../qa/common/cucumber/CucRolePermission.java | 9 +- .../kapua/qa/common/cucumber/CucTopic.java | 9 +- .../common/cucumber/CucTriggerProperty.java | 9 +- .../kapua/qa/common/cucumber/CucUser.java | 9 +- .../qa/common/cucumber/CucumberProperty.java | 9 +- .../cucumber/CucumberSystemProperties.java | 9 +- .../cucumber/CucumberWithProperties.java | 9 +- .../kapua/qa/common/utils/EmbeddedBroker.java | 9 +- .../qa/common/utils/EmbeddedDatastore.java | 9 +- .../qa/common/utils/EmbeddedEventBroker.java | 11 +- .../kapua/qa/common/utils/EmbeddedJetty.java | 9 +- .../kapua/qa/common/utils/InitShiro.java | 9 +- .../src/main/resources/sql/all_delete.sql | 9 +- qa/integration-steps/about.html | 48 +- qa/integration-steps/pom.xml | 9 +- .../qa/integration/steps/BrokerClient.java | 9 +- .../integration/steps/BrokerConfigData.java | 9 +- .../qa/integration/steps/DockerSteps.java | 9 +- .../qa/integration/steps/RestClientSteps.java | 9 +- .../steps/RestJAXBContextProvider.java | 9 +- qa/integration/about.html | 48 +- qa/integration/pom.xml | 9 +- .../docker/RunDockerBrokerTest.java | 9 +- .../integration/misc/EventStoreDAOTest.java | 11 +- .../misc/EventStoreServiceImplTest.java | 11 +- .../misc/JsonServiceEventMarshalerTest.java | 11 +- .../integration/misc/KapuaIdAdapterTest.java | 11 +- .../integration/misc/KapuaLocatorTest.java | 11 +- .../misc/KapuaTscalarAdapterTest.java | 11 +- .../misc/MetatypeXmlRegistryTest.java | 11 +- .../integration/misc/MqttClientTest.java | 9 +- .../misc/XmlServiceEventMarshalerTest.java | 11 +- .../integration/rest/RunRestUserTest.java | 9 +- .../account/RunAccountServiceI9nTest.java | 9 +- .../RunAuthorizationServiceI9nTest.java | 11 +- .../connection/RunConnectionI9nTest.java | 9 +- .../RunDatastoreNewIndexCustomPrefixTest.java | 9 +- .../datastore/RunDatastoreNewIndexTest.java | 9 +- .../datastore/RunDatastoreRestI9nTest.java | 9 +- .../RunDatastoreTransportI9nTest.java | 9 +- .../AbstractMessageStoreServiceTest.java | 9 +- .../MessageStoreServiceSslTest.java | 9 +- .../RunBrokerACLDeviceManageI9nTest.java | 9 +- .../service/device/RunBrokerACLI9nTest.java | 9 +- .../device/RunDeviceBrokerI9nTest.java | 9 +- .../RunDeviceBrokerIpConfigFileI9nTest.java | 9 +- .../RunDeviceBrokerIpSysEnvI9nTest.java | 9 +- .../RunDeviceBrokerIpUndefinedI9nTest.java | 9 +- .../RunDeviceBrokerStealingLinkI9nTest.java | 9 +- .../service/device/RunDeviceDataI9nTest.java | 9 +- .../service/device/RunDeviceI9nTest.java | 11 +- .../device/RunDeviceLifecycleI9nTest.java | 11 +- .../endpoint/RunEndpointServiceI9nTest.java | 9 +- .../service/job/RunJobServiceI9nTest.java | 11 +- ...nJobEngineServiceOfflineDeviceI9nTest.java | 9 +- ...unJobEngineServiceOnlineDeviceI9nTest.java | 9 +- .../RunExecuteOnDeviceConnectI9nTest.java | 9 +- .../RunTriggerServiceI9nTest.java | 9 +- .../service/tag/RunTagServiceI9nTest.java | 11 +- .../user/RunLockoutExpirationI9nTest.java | 11 +- .../service/user/RunTenantSEI9nTest.java | 9 +- .../service/user/RunUserCredentialsI9n.java | 9 +- .../user/RunUserPermissionI9nTest.java | 9 +- .../service/user/RunUserRoleI9nTests.java | 9 +- .../service/user/RunUserServiceI9nTest.java | 9 +- .../src/test/protobuf/kurapayload.proto | 9 +- .../src/test/resources/activemq.xml | 9 +- .../src/test/resources/camel-experimental.xml | 9 +- .../src/test/resources/camel-routes.xml | 9 +- qa/integration/src/test/resources/camel.xml | 9 +- .../src/test/resources/credentials.properties | 9 +- .../account/AccountCredentialService.feature | 11 +- .../AccountDeviceRegistryService.feature | 11 +- .../account/AccountExpirationI9n.feature | 9 +- .../account/AccountGroupService.feature | 11 +- .../account/AccountJobService.feature | 11 +- .../account/AccountRoleService.feature | 11 +- .../features/account/AccountService.feature | 11 +- .../account/AccountTagService.feature | 11 +- .../account/AccountUserService.feature | 11 +- .../features/account/FindSelfAccount.feature | 9 +- .../authorization/AccessInfoService.feature | 9 +- .../authorization/DomainService.feature | 9 +- .../authorization/GroupService.feature | 11 +- .../authorization/MiscAuthorization.feature | 9 +- .../authorization/RoleService.feature | 9 +- .../features/broker/DeviceBrokerI9n.feature | 9 +- .../DeviceBrokerIpConfigFileI9n.feature | 9 +- .../broker/DeviceBrokerIpSysEnvI9n.feature | 9 +- .../broker/DeviceBrokerIpUndefinedI9n.feature | 9 +- .../DeviceBrokerStealingLinkI9n.feature | 9 +- .../features/broker/DeviceData.feature | 9 +- .../features/broker/DeviceLifecycle.feature | 27 +- .../acl/BrokerACLDeviceManageI9n.feature | 9 +- .../features/broker/acl/BrokerACLI9n.feature | 9 +- .../connection/UserCouplingI9n.feature | 9 +- .../features/datastore/Datastore.feature | 9 +- .../datastore/DatastoreNewIndex.feature | 9 +- .../DatastoreNewIndexCustomPrefix.feature | 9 +- .../features/device/DeviceServiceI9n.feature | 11 +- .../resources/features/docker/broker.feature | 9 +- .../endpoint/EndpointServiceI9n.feature | 11 +- .../job/JobExecutionServiceI9n.feature | 9 +- .../features/job/JobServiceI9n.feature | 9 +- .../features/job/JobStepServiceI9n.feature | 9 +- .../features/job/JobTargetsServiceI9n.feature | 9 +- ...gineServiceRestartOfflineDeviceI9n.feature | 9 +- ...ngineServiceRestartOnlineDeviceI9n.feature | 9 +- ...ceRestartOnlineDeviceSecondPartI9n.feature | 9 +- ...EngineServiceStartOfflineDeviceI9n.feature | 9 +- ...bEngineServiceStartOnlineDeviceI9n.feature | 9 +- ...obEngineServiceStopOnlineDeviceI9n.feature | 9 +- .../ExecuteOnDeviceConnectI9n.feature | 9 +- .../jobScheduling/TriggerServiceI9n.feature | 9 +- .../features/rest/user/RestUser.feature | 9 +- .../user/LockoutExpirationI9n.feature | 9 +- .../features/user/TenantSEI9n.feature | 9 +- .../features/user/UserCredentialsI9n.feature | 11 +- .../features/user/UserPermissionI9n.feature | 9 +- .../features/user/UserRoleServiceI9n.feature | 9 +- .../features/user/UserServiceI9n.feature | 9 +- .../kapua-certificate-setting.properties | 9 +- ...e-elasticsearch-client-settings.properties | 9 +- ...tastore-embedded-server-setting.properties | 9 +- .../kapua-datastore-setting.properties | 9 +- .../kapua-environment-setting.properties | 9 +- qa/integration/src/test/resources/locator.xml | 9 +- qa/integration/src/test/resources/logback.xml | 9 +- qa/markers/about.html | 48 +- qa/markers/pom.xml | 9 +- .../kapua/qa/markers/junit/JUnitTests.java | 9 +- qa/pom.xml | 9 +- rest-api/core/about.html | 58 ++- rest-api/core/pom.xml | 9 +- .../app/api/core/CORSResponseFilter.java | 9 +- .../api/core/KapuaSerializableBodyWriter.java | 9 +- .../kapua/app/api/core/ListBodyWriter.java | 9 +- .../core/MoxyJsonConfigContextResolver.java | 9 +- .../auth/KapuaTokenAuthenticationFilter.java | 9 +- .../KapuaAuthenticationExceptionMapper.java | 9 +- .../KapuaAuthorizationExceptionMapper.java | 9 +- .../KapuaEntityNotFoundExceptionMapper.java | 9 +- .../core/exception/KapuaExceptionMapper.java | 9 +- .../KapuaIllegalArgumentExceptionMapper.java | 9 +- ...puaIllegalNullArgumentExceptionMapper.java | 9 +- .../KapuaServiceDisabledExceptionMapper.java | 9 +- .../core/exception/ParamExceptionMapper.java | 9 +- .../SubjectUnathorizedExceptionMapper.java | 9 +- .../api/core/exception/ThrowableMapper.java | 9 +- .../model/EntityNotFoundExceptionInfo.java | 9 +- .../core/exception/model/ExceptionInfo.java | 9 +- .../model/IllegalArgumentExceptionInfo.java | 9 +- .../IllegalNullArgumentExceptionInfo.java | 9 +- .../SubjectUnauthorizedExceptionInfo.java | 9 +- .../core/exception/model/ThrowableInfo.java | 9 +- .../filter/KapuaSessionCleanupFilter.java | 9 +- .../api/core/settings/KapuaApiSetting.java | 9 +- .../core/settings/KapuaApiSettingKeys.java | 9 +- rest-api/pom.xml | 9 +- rest-api/resources/about.html | 58 ++- rest-api/resources/pom.xml | 9 +- .../v1/resources/AbstractKapuaResource.java | 9 +- .../resources/v1/resources/AccessInfos.java | 9 +- .../v1/resources/AccessPermissions.java | 9 +- .../resources/v1/resources/AccessRoles.java | 9 +- .../api/resources/v1/resources/Accounts.java | 9 +- .../v1/resources/Authentication.java | 9 +- .../resources/v1/resources/Credentials.java | 9 +- .../resources/v1/resources/DataChannels.java | 9 +- .../resources/v1/resources/DataClients.java | 9 +- .../resources/v1/resources/DataMessages.java | 9 +- .../v1/resources/DataMessagesJson.java | 9 +- .../resources/v1/resources/DataMetrics.java | 9 +- .../v1/resources/DeviceConnectionOptions.java | 9 +- .../v1/resources/DeviceConnections.java | 9 +- .../resources/v1/resources/DeviceEvents.java | 9 +- .../v1/resources/DeviceManagementAssets.java | 9 +- .../v1/resources/DeviceManagementBundles.java | 9 +- .../resources/DeviceManagementCommands.java | 9 +- .../DeviceManagementConfigurations.java | 9 +- ...eviceManagementOperationNotifications.java | 9 +- .../resources/DeviceManagementOperations.java | 9 +- .../resources/DeviceManagementPackages.java | 9 +- .../resources/DeviceManagementRequests.java | 9 +- .../DeviceManagementRequestsJson.java | 9 +- .../resources/DeviceManagementSnapshots.java | 9 +- .../api/resources/v1/resources/Devices.java | 9 +- .../api/resources/v1/resources/Domains.java | 9 +- .../resources/v1/resources/EndpointInfos.java | 9 +- .../api/resources/v1/resources/Groups.java | 9 +- .../resources/v1/resources/JobExecutions.java | 9 +- .../api/resources/v1/resources/JobSteps.java | 9 +- .../resources/v1/resources/JobTargets.java | 9 +- .../resources/v1/resources/JobTriggers.java | 9 +- .../app/api/resources/v1/resources/Jobs.java | 9 +- .../app/api/resources/v1/resources/Roles.java | 9 +- .../v1/resources/RolesPermissions.java | 9 +- .../v1/resources/ServiceConfigurations.java | 9 +- .../api/resources/v1/resources/Streams.java | 9 +- .../resources/v1/resources/StreamsJson.java | 9 +- .../app/api/resources/v1/resources/Tags.java | 9 +- .../app/api/resources/v1/resources/Users.java | 9 +- .../exception/RestApiErrorCodes.java | 9 +- .../exception/RestApiRuntimeException.java | 9 +- .../SessionNotPopulatedException.java | 9 +- .../marker/JsonSerializationFixed.java | 9 +- .../v1/resources/model/ByteArrayParam.java | 9 +- .../v1/resources/model/CountResult.java | 9 +- .../v1/resources/model/DateParam.java | 11 +- .../v1/resources/model/EntityId.java | 9 +- .../v1/resources/model/MetricType.java | 9 +- .../resources/v1/resources/model/ScopeId.java | 9 +- .../v1/resources/model/StorableEntityId.java | 9 +- .../model/data/JsonDatastoreMessage.java | 9 +- .../model/data/JsonKapuaDataMessage.java | 9 +- .../model/data/JsonMessageListResult.java | 9 +- .../model/data/JsonMessageQuery.java | 9 +- .../management/JsonGenericRequestMessage.java | 9 +- .../JsonGenericResponseMessage.java | 9 +- .../model/message/JsonKapuaPayload.java | 9 +- rest-api/web/about.html | 58 ++- rest-api/web/epl-2.0.html | 301 +++++++++++++ rest-api/web/epl-v10.html | 259 ----------- rest-api/web/notice.html | 229 +++++++--- rest-api/web/pom.xml | 11 +- .../app/api/web/JaxbContextResolver.java | 9 +- .../api/web/RestApiJAXBContextProvider.java | 9 +- .../kapua/app/api/web/RestApiListener.java | 9 +- .../app/api/web/RestApisApplication.java | 9 +- .../resources/kapua-api-settings.properties | 9 +- rest-api/web/src/main/resources/locator.xml | 9 +- rest-api/web/src/main/resources/logback.xml | 9 +- rest-api/web/src/main/webapp/WEB-INF/web.xml | 9 +- service/account/api/about.html | 48 +- service/account/api/pom.xml | 9 +- .../kapua/service/account/Account.java | 9 +- .../service/account/AccountAttributes.java | 9 +- .../kapua/service/account/AccountCreator.java | 9 +- .../kapua/service/account/AccountDomain.java | 9 +- .../kapua/service/account/AccountDomains.java | 9 +- .../kapua/service/account/AccountFactory.java | 9 +- .../service/account/AccountListResult.java | 11 +- .../kapua/service/account/AccountQuery.java | 9 +- .../kapua/service/account/AccountService.java | 9 +- .../service/account/AccountXmlRegistry.java | 19 +- .../kapua/service/account/Organization.java | 9 +- service/account/internal/about.html | 48 +- service/account/internal/pom.xml | 9 +- .../account/internal/AccountCacheFactory.java | 9 +- .../account/internal/AccountCreatorImpl.java | 9 +- .../service/account/internal/AccountDAO.java | 9 +- .../internal/AccountEntityManagerFactory.java | 13 +- .../account/internal/AccountFactoryImpl.java | 9 +- .../service/account/internal/AccountImpl.java | 9 +- .../internal/AccountListResultImpl.java | 9 +- .../account/internal/AccountQueryImpl.java | 9 +- .../account/internal/AccountServiceImpl.java | 9 +- .../internal/AccountServiceModule.java | 9 +- .../internal/KapuaAccountErrorCodes.java | 13 +- .../internal/KapuaAccountException.java | 21 +- .../account/internal/OrganizationImpl.java | 9 +- .../internal/setting/KapuaAccountSetting.java | 17 +- .../setting/KapuaAccountSettingKeys.java | 15 +- ...e.kapua.service.account.AccountService.xml | 9 +- .../main/resources/META-INF/persistence.xml | 9 +- ...-account-service-error-messages.properties | 9 +- .../kapua-account-setting.properties | 9 +- .../liquibase/0.2.0/account-configuration.xml | 11 +- .../liquibase/0.2.0/account-domain.xml | 9 +- .../resources/liquibase/0.2.0/account.xml | 9 +- .../0.2.0/changelog-account-0.2.0.xml | 9 +- .../0.3.0/account-id_check_positive.xml | 9 +- .../account-parent_account_path_length.xml | 9 +- .../0.3.0/changelog-account-0.3.0.xml | 9 +- .../liquibase/1.0.0/account-domain.xml | 9 +- .../1.0.0/account-expiration-date.xml | 9 +- .../account-sys-housekeeper-run-seed.xml | 9 +- .../1.0.0/changelog-account-1.0.0.xml | 9 +- .../liquibase/1.1.0/account-description.xml | 9 +- .../1.1.0/changelog-account-1.1.0.xml | 9 +- .../liquibase/1.2.0/account-timestamp.xml | 9 +- .../1.2.0/changelog-account-1.2.0.xml | 9 +- .../liquibase/changelog-account-master.xml | 9 +- .../resources/liquibase/common-properties.xml | 11 +- service/account/pom.xml | 9 +- service/account/test-steps/about.html | 48 +- service/account/test-steps/pom.xml | 9 +- .../account/steps/AccountServiceSteps.java | 9 +- service/account/test/about.html | 48 +- service/account/test/pom.xml | 9 +- .../CucumberWithPropertiesForAccount.java | 9 +- .../account/test/RunAccountUnitTest.java | 11 +- ....service.authentication.CredentialsFactory | 13 +- .../resources/features/AccountService.feature | 9 +- .../kapua-environment-setting.properties | 9 +- .../test/src/test/resources/locator.xml | 9 +- .../test/src/test/resources/logback.xml | 9 +- service/api/about.html | 48 +- service/api/pom.xml | 9 +- .../eclipse/kapua/ExceptionMessageUtils.java | 9 +- .../KapuaDuplicateExternalIdException.java | 13 +- ...licateExternalIdInAnotherAccountError.java | 9 +- .../kapua/KapuaDuplicateNameException.java | 13 +- ...puaDuplicateNameInAnotherAccountError.java | 11 +- .../KapuaEndBeforeStartTimeException.java | 11 +- .../kapua/KapuaEntityCloneException.java | 9 +- .../kapua/KapuaEntityExistsException.java | 17 +- .../kapua/KapuaEntityNotFoundException.java | 9 +- .../kapua/KapuaEntityUniquenessException.java | 9 +- .../org/eclipse/kapua/KapuaErrorCode.java | 9 +- .../org/eclipse/kapua/KapuaErrorCodes.java | 12 +- .../org/eclipse/kapua/KapuaException.java | 9 +- .../kapua/KapuaExceptionWithoutBundle.java | 9 +- .../kapua/KapuaIllegalAccessException.java | 15 +- .../kapua/KapuaIllegalArgumentException.java | 9 +- .../KapuaIllegalNullArgumentException.java | 9 +- .../kapua/KapuaIllegalStateException.java | 15 +- ...KapuaMaxNumberOfItemsReachedException.java | 9 +- .../KapuaOptimisticLockingException.java | 13 +- .../eclipse/kapua/KapuaRuntimeErrorCodes.java | 9 +- .../eclipse/kapua/KapuaRuntimeException.java | 9 +- .../org/eclipse/kapua/KapuaSerializable.java | 13 +- .../kapua/KapuaUnauthenticatedException.java | 13 +- .../eclipse/kapua/MissingKapuaErrorCodes.java | 9 +- .../entity/EntityPropertiesReadException.java | 9 +- .../EntityPropertiesWriteException.java | 9 +- .../kapua/event/ListenServiceEvent.java | 11 +- .../kapua/event/RaiseServiceEvent.java | 11 +- .../org/eclipse/kapua/event/ServiceEvent.java | 9 +- .../eclipse/kapua/event/ServiceEventBus.java | 9 +- .../kapua/event/ServiceEventBusException.java | 15 +- .../kapua/event/ServiceEventBusListener.java | 9 +- .../kapua/event/ServiceEventListeners.java | 9 +- .../eclipse/kapua/locator/KapuaLocator.java | 9 +- .../kapua/locator/KapuaLocatorErrorCodes.java | 11 +- .../kapua/locator/KapuaLocatorException.java | 17 +- .../eclipse/kapua/locator/KapuaProvider.java | 9 +- .../kapua/locator/KapuaServiceLoader.java | 9 +- .../org/eclipse/kapua/model/KapuaEntity.java | 9 +- .../kapua/model/KapuaEntityAttributes.java | 9 +- .../kapua/model/KapuaEntityCreator.java | 9 +- .../kapua/model/KapuaEntityFactory.java | 9 +- .../eclipse/kapua/model/KapuaNamedEntity.java | 9 +- .../model/KapuaNamedEntityAttributes.java | 9 +- .../kapua/model/KapuaNamedEntityCreator.java | 9 +- .../kapua/model/KapuaObjectFactory.java | 11 +- .../kapua/model/KapuaUpdatableEntity.java | 9 +- .../model/KapuaUpdatableEntityAttributes.java | 9 +- .../model/KapuaUpdatableEntityCreator.java | 9 +- .../config/metatype/KapuaMetatypeFactory.java | 9 +- .../kapua/model/config/metatype/KapuaTad.java | 9 +- .../config/metatype/KapuaTattribute.java | 9 +- .../config/metatype/KapuaTdesignate.java | 9 +- .../model/config/metatype/KapuaTicon.java | 9 +- .../model/config/metatype/KapuaTmetadata.java | 9 +- .../model/config/metatype/KapuaTobject.java | 9 +- .../model/config/metatype/KapuaTocd.java | 9 +- .../model/config/metatype/KapuaToption.java | 9 +- .../model/config/metatype/KapuaTscalar.java | 9 +- .../config/metatype/KapuaTscalarAdapter.java | 9 +- .../config/metatype/MetatypeXmlRegistry.java | 9 +- .../kapua/model/domain/AbstractDomain.java | 9 +- .../eclipse/kapua/model/domain/Actions.java | 9 +- .../eclipse/kapua/model/domain/Domain.java | 9 +- .../org/eclipse/kapua/model/id/KapuaId.java | 9 +- .../kapua/model/id/KapuaIdAdapter.java | 9 +- .../kapua/model/id/KapuaIdFactory.java | 9 +- .../eclipse/kapua/model/id/KapuaIdStatic.java | 9 +- .../kapua/model/query/FieldSortCriteria.java | 9 +- .../kapua/model/query/KapuaListResult.java | 9 +- .../eclipse/kapua/model/query/KapuaQuery.java | 9 +- .../kapua/model/query/KapuaSortCriteria.java | 13 +- .../eclipse/kapua/model/query/SortOrder.java | 9 +- .../model/query/predicate/AndPredicate.java | 9 +- .../query/predicate/AttributePredicate.java | 9 +- .../model/query/predicate/MatchPredicate.java | 9 +- .../model/query/predicate/OrPredicate.java | 9 +- .../model/query/predicate/QueryPredicate.java | 9 +- .../kapua/model/type/ByteArrayConverter.java | 9 +- .../kapua/model/type/ObjectTypeConverter.java | 9 +- .../model/type/ObjectValueConverter.java | 9 +- .../kapua/model/xml/BinaryXmlAdapter.java | 9 +- .../kapua/model/xml/DateXmlAdapter.java | 9 +- .../kapua/model/xml/ObjectTypeXmlAdapter.java | 9 +- .../xml/XmlAdaptedNameTypeValueObject.java | 9 +- .../model/xml/XmlAdaptedTypeValueObject.java | 9 +- .../kapua/service/KapuaEntityService.java | 9 +- .../service/KapuaNamedEntityService.java | 9 +- .../eclipse/kapua/service/KapuaService.java | 13 +- .../service/KapuaUpdatableEntityService.java | 9 +- .../config/KapuaConfigurableService.java | 9 +- .../config/ServiceComponentConfiguration.java | 9 +- .../service/config/ServiceConfiguration.java | 9 +- .../config/ServiceConfigurationFactory.java | 9 +- .../ServiceConfigurationXmlRegistry.java | 9 +- .../ServiceXmlConfigPropertiesAdapted.java | 9 +- .../ServiceXmlConfigPropertiesAdapter.java | 9 +- .../ServiceXmlConfigPropertyAdapted.java | 9 +- ...-locator-service-error-messages.properties | 9 +- .../kapua-service-error-messages.properties | 9 +- .../api/src/main/resources/log4j.properties | 9 +- .../kapua/ExceptionMessageUtilsTest.java | 11 +- ...KapuaDuplicateExternalIdExceptionTest.java | 11 +- ...teExternalIdInAnotherAccountErrorTest.java | 9 +- .../KapuaDuplicateNameExceptionTest.java | 11 +- ...uplicateNameInAnotherAccountErrorTest.java | 11 +- .../KapuaEndBeforeStartTimeExceptionTest.java | 11 +- .../kapua/KapuaEntityCloneExceptionTest.java | 11 +- .../kapua/KapuaEntityExistsExceptionTest.java | 11 +- .../KapuaEntityNotFoundExceptionTest.java | 11 +- .../KapuaEntityUniquenessExceptionTest.java | 11 +- .../org/eclipse/kapua/KapuaExceptionTest.java | 9 +- .../KapuaExceptionWithoutBundleTest.java | 11 +- .../KapuaIllegalAccessExceptionTest.java | 11 +- .../KapuaIllegalArgumentExceptionTest.java | 11 +- ...KapuaIllegalNullArgumentExceptionTest.java | 11 +- .../kapua/KapuaIllegalStateExceptionTest.java | 11 +- ...aMaxNumberOfItemsReachedExceptionTest.java | 11 +- .../KapuaOptimisticLockingExceptionTest.java | 11 +- .../kapua/KapuaRuntimeExceptionTest.java | 11 +- .../KapuaUnauthenticatedExceptionTest.java | 11 +- .../EntityPropertiesReadExceptionTest.java | 11 +- .../EntityPropertiesWriteExceptionTest.java | 11 +- .../event/ServiceEventBusExceptionTest.java | 11 +- .../eclipse/kapua/event/ServiceEventTest.java | 11 +- .../locator/KapuaLocatorExceptionTest.java | 11 +- .../model/KapuaEntityAttributesTest.java | 11 +- .../model/domain/AbstractDomainTest.java | 11 +- .../kapua/model/id/KapuaIdStaticTest.java | 11 +- .../kapua/model/query/SortOrderTest.java | 11 +- .../model/type/ByteArrayConverterTest.java | 11 +- .../model/type/ObjectTypeConverterTest.java | 11 +- .../model/type/ObjectValueConverterTest.java | 11 +- .../kapua/model/xml/BinaryXmlAdapterTest.java | 11 +- .../kapua/model/xml/DateXmlAdapterTest.java | 11 +- .../model/xml/ObjectTypeXmlAdapterTest.java | 11 +- .../XmlAdaptedNameTypeValueObjectTest.java | 11 +- .../xml/XmlAdaptedTypeValueObjectTest.java | 11 +- ...ServiceXmlConfigPropertiesAdaptedTest.java | 11 +- ...ServiceXmlConfigPropertiesAdapterTest.java | 11 +- .../ServiceXmlConfigPropertyAdaptedTest.java | 11 +- .../commons/elasticsearch/client-api/pom.xml | 9 +- .../client/AbstractElasticsearchClient.java | 9 +- .../client/ElasticsearchClient.java | 9 +- .../client/ElasticsearchClientProvider.java | 9 +- .../elasticsearch/client/ModelContext.java | 9 +- .../elasticsearch/client/QueryConverter.java | 9 +- .../elasticsearch/client/SchemaKeys.java | 9 +- .../ElasticsearchClientConfiguration.java | 9 +- ...ticsearchClientReconnectConfiguration.java | 9 +- ...asticsearchClientRequestConfiguration.java | 9 +- .../ElasticsearchClientSslConfiguration.java | 9 +- .../configuration/ElasticsearchNode.java | 9 +- .../ClientActionResponseException.java | 9 +- .../exception/ClientClosingException.java | 9 +- .../ClientCommunicationException.java | 9 +- .../client/exception/ClientErrorCodes.java | 9 +- .../client/exception/ClientException.java | 9 +- .../ClientInitializationException.java | 9 +- .../client/exception/ClientInternalError.java | 9 +- .../ClientProviderInitException.java | 9 +- .../exception/ClientUnavailableException.java | 9 +- .../exception/DatamodelMappingException.java | 9 +- .../exception/QueryMappingException.java | 9 +- .../client/model/BulkUpdateRequest.java | 9 +- .../client/model/BulkUpdateResponse.java | 9 +- .../client/model/IndexRequest.java | 9 +- .../client/model/IndexResponse.java | 9 +- .../client/model/InsertRequest.java | 9 +- .../client/model/InsertResponse.java | 9 +- .../elasticsearch/client/model/Request.java | 9 +- .../elasticsearch/client/model/Response.java | 9 +- .../client/model/ResultList.java | 9 +- .../client/model/TypeDescriptor.java | 9 +- .../client/model/UpdateRequest.java | 9 +- .../client/model/UpdateResponse.java | 9 +- .../client/utils/InetAddressParser.java | 9 +- ...ticsearch-client-error-messages.properties | 9 +- .../client/utils/InetAddressParserTest.java | 9 +- .../commons/elasticsearch/client-rest/pom.xml | 9 +- .../rest/DatastoreRestClientMetrics.java | 9 +- .../client/rest/ElasticsearchKeywords.java | 9 +- .../rest/ElasticsearchResourcePaths.java | 9 +- .../client/rest/RestElasticsearchClient.java | 9 +- .../rest/RestElasticsearchClientProvider.java | 9 +- .../exception/RequestEntityWriteError.java | 9 +- .../exception/ResponseEntityReadError.java | 9 +- .../SkipCertificateCheckTrustStrategy.java | 9 +- .../utils/ApplicationJsonEntityBuilder.java | 9 +- .../ContentTypeApplicationJsonHeader.java | 9 +- .../elasticsearch/client-transport/pom.xml | 9 +- .../TransportElasticsearchClient.java | 9 +- .../TransportElasticsearchClientProvider.java | 9 +- ...nsportElasticsearchClientProviderTest.java | 9 +- .../TransportElasticseatchClientTest.java | 9 +- .../transport/model/NoOpModelContext.java | 11 +- .../transport/model/NoOpQueryConverter.java | 9 +- .../TransportElasticsearchConfiguration.java | 9 +- service/commons/elasticsearch/pom.xml | 9 +- .../elasticsearch/server-embedded/pom.xml | 9 +- .../server/embedded/EmbeddedNodeSettings.java | 9 +- .../embedded/EmbeddedNodeSettingsKeys.java | 9 +- .../server/embedded/EsEmbeddedEngine.java | 9 +- ...tastore-embedded-server-setting.properties | 9 +- service/commons/pom.xml | 9 +- service/commons/storable/api/pom.xml | 9 +- .../service/storable/StorableFactory.java | 9 +- .../service/storable/StorableService.java | 9 +- .../InvalidValueMappingException.java | 9 +- .../storable/exception/MappingException.java | 9 +- .../exception/StorableErrorCodes.java | 9 +- .../storable/exception/StorableException.java | 9 +- .../UnsupportedTypeMappingException.java | 9 +- .../service/storable/model/Storable.java | 9 +- .../storable/model/StorableCreator.java | 9 +- .../storable/model/StorableListResult.java | 9 +- .../service/storable/model/id/StorableId.java | 9 +- .../storable/model/id/StorableIdFactory.java | 9 +- .../model/id/StorableIdXmlAdapter.java | 9 +- .../storable/model/query/SortDirection.java | 9 +- .../storable/model/query/SortField.java | 9 +- .../model/query/SortFieldXmlAdapter.java | 9 +- .../model/query/StorableFetchStyle.java | 9 +- .../storable/model/query/StorableField.java | 9 +- .../storable/model/query/StorableQuery.java | 9 +- .../model/query/XmlAdaptedSortField.java | 9 +- .../model/query/XmlAdaptedSortFields.java | 9 +- .../model/query/predicate/AndPredicate.java | 9 +- .../query/predicate/ExistsPredicate.java | 9 +- .../model/query/predicate/IdsPredicate.java | 9 +- .../model/query/predicate/MatchPredicate.java | 9 +- .../model/query/predicate/OrPredicate.java | 9 +- .../model/query/predicate/RangePredicate.java | 9 +- .../query/predicate/StorablePredicate.java | 9 +- .../predicate/StorablePredicateFactory.java | 9 +- .../model/query/predicate/TermPredicate.java | 9 +- .../storable/model/utils/KeyValueEntry.java | 9 +- .../storable/model/utils/MappingUtils.java | 9 +- .../storable-error-messages.properties | 11 +- service/commons/storable/internal/pom.xml | 9 +- .../model/AbstractStorableListResult.java | 9 +- .../model/id/StorableIdFactoryImpl.java | 9 +- .../storable/model/id/StorableIdImpl.java | 9 +- .../model/query/AbstractStorableQuery.java | 9 +- .../model/query/StorableFieldImpl.java | 9 +- .../query/predicate/AndPredicateImpl.java | 9 +- .../query/predicate/ExistsPredicateImpl.java | 9 +- .../query/predicate/IdsPredicateImpl.java | 9 +- .../query/predicate/MatchPredicateImpl.java | 9 +- .../query/predicate/OrPredicateImpl.java | 9 +- .../query/predicate/PredicateConstants.java | 9 +- .../query/predicate/RangePredicateImpl.java | 9 +- .../StorablePredicateFactoryImpl.java | 9 +- .../predicate/StorablePredicateImpl.java | 9 +- .../query/predicate/TermPredicateImpl.java | 9 +- service/commons/storable/pom.xml | 9 +- service/datastore/api/about.html | 48 +- service/datastore/api/pom.xml | 9 +- .../service/datastore/ChannelInfoFactory.java | 9 +- .../datastore/ChannelInfoRegistryService.java | 9 +- .../service/datastore/ClientInfoFactory.java | 9 +- .../datastore/ClientInfoRegistryService.java | 9 +- .../service/datastore/DatastoreDomain.java | 9 +- .../service/datastore/DatastoreDomains.java | 9 +- .../datastore/MessageStoreFactory.java | 9 +- .../datastore/MessageStoreService.java | 9 +- .../service/datastore/MetricInfoFactory.java | 9 +- .../datastore/MetricInfoRegistryService.java | 9 +- .../exception/DatastoreDisabledException.java | 9 +- .../exception/DatastoreInternalError.java | 9 +- .../DatastoreOperationException.java | 9 +- .../exception/DatastoreServiceError.java | 9 +- .../exception/DatastoreServiceErrorCodes.java | 9 +- .../exception/DatastoreServiceException.java | 9 +- .../DatastoreUnavailableException.java | 9 +- .../service/datastore/model/ChannelInfo.java | 9 +- .../datastore/model/ChannelInfoCreator.java | 9 +- .../model/ChannelInfoListResult.java | 9 +- .../service/datastore/model/ClientInfo.java | 9 +- .../datastore/model/ClientInfoCreator.java | 9 +- .../datastore/model/ClientInfoListResult.java | 9 +- .../datastore/model/DatastoreMessage.java | 9 +- .../datastore/model/MessageListResult.java | 9 +- .../service/datastore/model/MetricInfo.java | 9 +- .../datastore/model/MetricInfoCreator.java | 9 +- .../datastore/model/MetricInfoListResult.java | 9 +- .../model/MetricInfoTypeAdapter.java | 9 +- .../datastore/model/metric/Metric.java | 9 +- .../model/query/ChannelInfoQuery.java | 9 +- .../model/query/ClientInfoQuery.java | 9 +- .../datastore/model/query/MessageQuery.java | 9 +- .../model/query/MetricInfoQuery.java | 9 +- .../predicate/ChannelMatchPredicate.java | 9 +- .../predicate/DatastorePredicateFactory.java | 9 +- .../predicate/MetricExistsPredicate.java | 9 +- .../query/predicate/MetricPredicate.java | 9 +- .../model/xml/ChannelInfoXmlRegistry.java | 9 +- .../model/xml/ClientInfoXmlRegistry.java | 9 +- .../xml/DatastoreMessageXmlRegistry.java | 9 +- .../model/xml/MetricInfoXmlRegistry.java | 9 +- .../dastore-service-error-messages.properties | 11 +- service/datastore/internal/about.html | 48 +- service/datastore/internal/pom.xml | 9 +- .../internal/AbstractRegistryFacade.java | 9 +- .../internal/ChannelInfoFactoryImpl.java | 9 +- .../internal/ChannelInfoRegistryFacade.java | 9 +- .../ChannelInfoRegistryServiceImpl.java | 9 +- .../internal/ClientInfoFactoryImpl.java | 9 +- .../internal/ClientInfoRegistryFacade.java | 9 +- .../ClientInfoRegistryServiceImpl.java | 9 +- .../internal/ConfigurationProvider.java | 9 +- .../internal/ConfigurationProviderImpl.java | 13 +- .../internal/DataStoreDriverMetrics.java | 9 +- .../internal/DatastoreCacheManager.java | 9 +- .../DatastoreEntityManagerFactory.java | 13 +- .../internal/MessageStoreFacade.java | 9 +- .../internal/MessageStoreFactoryImpl.java | 9 +- .../internal/MessageStoreServiceImpl.java | 9 +- .../internal/MetricInfoFactoryImpl.java | 9 +- .../internal/MetricInfoRegistryFacade.java | 9 +- .../MetricInfoRegistryServiceImpl.java | 9 +- .../client/DatastoreClientFactory.java | 9 +- ...storeElasticsearchClientConfiguration.java | 9 +- .../internal/converter/ModelContextImpl.java | 9 +- .../converter/QueryConverterImpl.java | 9 +- .../internal/mediator/ChannelInfoField.java | 9 +- .../mediator/ChannelInfoRegistryMediator.java | 9 +- .../internal/mediator/ClientInfoField.java | 9 +- .../mediator/ClientInfoRegistryMediator.java | 9 +- .../mediator/ConfigurationException.java | 15 +- .../internal/mediator/DatastoreChannel.java | 13 +- .../DatastoreCommunicationException.java | 13 +- .../mediator/DatastoreErrorCodes.java | 11 +- .../internal/mediator/DatastoreException.java | 15 +- .../internal/mediator/DatastoreMediator.java | 9 +- .../internal/mediator/DatastoreUtils.java | 9 +- .../mediator/InvalidChannelException.java | 11 +- .../internal/mediator/MessageField.java | 9 +- .../internal/mediator/MessageInfo.java | 9 +- .../mediator/MessageStoreConfiguration.java | 9 +- .../mediator/MessageStoreMediator.java | 9 +- .../datastore/internal/mediator/Metric.java | 11 +- .../internal/mediator/MetricInfoField.java | 9 +- .../mediator/MetricInfoRegistryMediator.java | 9 +- .../model/ChannelInfoCreatorImpl.java | 9 +- .../internal/model/ChannelInfoImpl.java | 9 +- .../model/ChannelInfoListResultImpl.java | 9 +- .../internal/model/ClientInfoCreatorImpl.java | 9 +- .../internal/model/ClientInfoImpl.java | 9 +- .../model/ClientInfoListResultImpl.java | 9 +- .../datastore/internal/model/DataIndexBy.java | 9 +- .../internal/model/DatastoreMessageImpl.java | 9 +- .../internal/model/MessageListResultImpl.java | 9 +- .../internal/model/MetricInfoCreatorImpl.java | 9 +- .../internal/model/MetricInfoImpl.java | 9 +- .../model/MetricInfoListResultImpl.java | 9 +- .../internal/model/metric/BinaryMetric.java | 9 +- .../internal/model/metric/BooleanMetric.java | 9 +- .../internal/model/metric/DateMetric.java | 9 +- .../internal/model/metric/DoubleMetric.java | 9 +- .../internal/model/metric/FloatMetric.java | 9 +- .../internal/model/metric/IntMetric.java | 9 +- .../internal/model/metric/LongMetric.java | 9 +- .../internal/model/metric/MetricImpl.java | 9 +- .../internal/model/metric/MetricsIndexBy.java | 9 +- .../internal/model/metric/StringMetric.java | 9 +- .../model/query/ChannelInfoQueryImpl.java | 9 +- .../model/query/ClientInfoQueryImpl.java | 9 +- .../model/query/MessageQueryImpl.java | 9 +- .../model/query/MetricInfoQueryImpl.java | 9 +- .../predicate/ChannelMatchPredicateImpl.java | 9 +- .../DatastorePredicateFactoryImpl.java | 9 +- .../predicate/MetricExistsPredicateImpl.java | 9 +- .../query/predicate/MetricPredicateImpl.java | 9 +- .../internal/schema/ChannelInfoSchema.java | 9 +- .../internal/schema/ClientInfoSchema.java | 9 +- .../internal/schema/MessageSchema.java | 9 +- .../datastore/internal/schema/Metadata.java | 9 +- .../internal/schema/MetricInfoSchema.java | 9 +- .../datastore/internal/schema/Schema.java | 9 +- .../datastore/internal/schema/SchemaUtil.java | 9 +- .../DatastoreElasticsearchClientSettings.java | 9 +- ...tastoreElasticsearchClientSettingsKey.java | 9 +- .../internal/setting/DatastoreSettings.java | 9 +- .../setting/DatastoreSettingsKey.java | 9 +- ....service.datastore.MessageStoreService.xml | 9 +- .../main/resources/META-INF/persistence.xml | 11 +- ...e-elasticsearch-client-settings.properties | 9 +- ...atastore-service-error-messages.properties | 9 +- .../kapua-datastore-settings.properties | 9 +- .../0.2.0/changelog-datastore-0.2.0.xml | 9 +- .../liquibase/0.2.0/datastore-domain.xml | 11 +- .../1.0.0/changelog-datastore-1.0.0.xml | 9 +- .../liquibase/1.0.0/datastore-domain.xml | 9 +- .../liquibase/changelog-datastore-master.xml | 9 +- service/datastore/pom.xml | 9 +- service/datastore/test-steps/about.html | 48 +- service/datastore/test-steps/pom.xml | 9 +- .../ChannelInfoRegistryServiceProxy.java | 9 +- .../ClientInfoRegistryServiceProxy.java | 9 +- .../MetricInfoRegistryServiceProxy.java | 9 +- .../datastore/steps/DatastoreSteps.java | 9 +- service/datastore/test/about.html | 48 +- service/datastore/test/pom.xml | 9 +- .../junit/DatastoreJAXBContextProvider.java | 9 +- .../DatastoreUtilsIndexCalculatorTest.java | 9 +- .../utils/DatastoreUtilsConvertDateTest.java | 9 +- .../utils/DatastoreUtilsIndexNameTest.java | 9 +- .../utils/MessageStoreConfigurationTest.java | 9 +- ....service.authentication.CredentialsFactory | 13 +- ...tastore-embedded-client-setting.properties | 9 +- ...a-datastore-rest-client-setting.properties | 9 +- .../kapua-datastore-setting.properties | 9 +- ...astore-transport-client-setting.properties | 9 +- .../kapua-environment-setting.properties | 9 +- .../test/src/test/resources/locator.xml | 9 +- .../test/src/test/resources/logback.xml | 9 +- service/device/api/about.html | 48 +- service/device/api/pom.xml | 9 +- .../management/message/KapuaAppChannel.java | 9 +- .../message/KapuaAppProperties.java | 9 +- .../message/KapuaControlChannel.java | 9 +- .../management/message/KapuaMethod.java | 9 +- .../notification/KapuaNotifyChannel.java | 9 +- .../notification/KapuaNotifyMessage.java | 9 +- .../notification/KapuaNotifyPayload.java | 9 +- .../message/notification/OperationStatus.java | 9 +- .../message/request/KapuaRequestChannel.java | 9 +- .../message/request/KapuaRequestMessage.java | 9 +- .../request/KapuaRequestMessageFactory.java | 9 +- .../message/request/KapuaRequestPayload.java | 9 +- .../xml/RequestMessageXmlRegistry.java | 9 +- .../response/KapuaResponseChannel.java | 9 +- .../message/response/KapuaResponseCode.java | 9 +- .../response/KapuaResponseMessage.java | 9 +- .../response/KapuaResponsePayload.java | 9 +- .../message/response/ResponseProperties.java | 9 +- .../xml/KapuaAppPropertiesXmlAdapter.java | 9 +- service/device/call/api/about.html | 48 +- service/device/call/api/pom.xml | 9 +- .../kapua/service/device/call/DeviceCall.java | 9 +- .../device/call/DeviceCallFactory.java | 9 +- .../service/device/call/DeviceCallback.java | 9 +- .../device/call/DeviceMessageFactory.java | 9 +- .../service/device/call/DeviceMethod.java | 9 +- .../call/exception/DeviceCallErrorCodes.java | 9 +- .../call/exception/DeviceCallException.java | 9 +- .../exception/DeviceCallSendException.java | 9 +- .../exception/DeviceCallTimeoutException.java | 9 +- .../device/call/message/DeviceChannel.java | 9 +- .../device/call/message/DeviceMessage.java | 9 +- .../device/call/message/DeviceMetrics.java | 9 +- .../device/call/message/DevicePayload.java | 9 +- .../device/call/message/DevicePosition.java | 9 +- .../call/message/app/DeviceAppChannel.java | 9 +- .../call/message/app/DeviceAppMessage.java | 9 +- .../call/message/app/DeviceAppMetrics.java | 9 +- .../call/message/app/DeviceAppPayload.java | 9 +- .../app/notification/DeviceNotifyChannel.java | 9 +- .../app/notification/DeviceNotifyMessage.java | 9 +- .../app/notification/DeviceNotifyPayload.java | 9 +- .../app/request/DeviceRequestChannel.java | 9 +- .../app/request/DeviceRequestMessage.java | 9 +- .../app/request/DeviceRequestMetrics.java | 9 +- .../app/request/DeviceRequestPayload.java | 9 +- .../app/response/DeviceResponseChannel.java | 9 +- .../app/response/DeviceResponseCode.java | 9 +- .../app/response/DeviceResponseMessage.java | 9 +- .../app/response/DeviceResponseMetrics.java | 9 +- .../app/response/DeviceResponsePayload.java | 9 +- .../call/message/data/DeviceDataChannel.java | 9 +- .../call/message/data/DeviceDataMessage.java | 9 +- .../call/message/data/DeviceDataPayload.java | 9 +- .../lifecycle/DeviceLifecycleChannel.java | 9 +- .../lifecycle/DeviceLifecycleMessage.java | 9 +- .../lifecycle/DeviceLifecyclePayload.java | 9 +- .../device-call-error-messages.properties | 9 +- service/device/call/kura/about.html | 48 +- service/device/call/kura/pom.xml | 9 +- .../kapua/service/device/call/kura/Kura.java | 9 +- .../call/kura/KuraDeviceCallFactoryImpl.java | 9 +- .../device/call/kura/KuraDeviceCallImpl.java | 9 +- .../device/call/kura/KuraDeviceCallback.java | 9 +- .../kura/KuraDeviceResponseContainer.java | 9 +- .../call/kura/KuraMessageFactoryImpl.java | 9 +- .../service/device/call/kura/KuraMethod.java | 9 +- .../device/call/kura/app/AssetMetrics.java | 9 +- .../device/call/kura/app/BundleMetrics.java | 9 +- .../device/call/kura/app/CommandMetrics.java | 9 +- .../call/kura/app/ConfigurationMetrics.java | 9 +- .../device/call/kura/app/PackageMetrics.java | 9 +- .../device/call/kura/app/SnapshotMetrics.java | 11 +- .../exception/KuraDeviceCallErrorCodes.java | 9 +- .../exception/KuraDeviceCallException.java | 9 +- .../call/kura/model/asset/KuraAsset.java | 35 +- .../kura/model/asset/KuraAssetChannel.java | 65 +-- .../model/asset/KuraAssetChannelMode.java | 11 +- .../call/kura/model/asset/KuraAssets.java | 27 +- .../call/kura/model/asset/package-info.java | 9 +- .../call/kura/model/bundle/KuraBundle.java | 25 +- .../call/kura/model/bundle/KuraBundles.java | 15 +- .../call/kura/model/bundle/package-info.java | 9 +- .../KuraDeviceComponentConfiguration.java | 25 +- .../KuraDeviceConfiguration.java | 19 +- .../model/configuration/KuraPassword.java | 15 +- .../model/configuration/package-info.java | 9 +- .../xml/KuraXmlConfigPropertiesAdapted.java | 17 +- .../xml/KuraXmlConfigPropertiesAdapter.java | 9 +- .../xml/XmlConfigPropertyAdapted.java | 35 +- .../model/configuration/xml/package-info.java | 9 +- .../kura/model/deploy/KuraBundleInfo.java | 19 +- .../model/deploy/KuraDeploymentPackage.java | 23 +- .../model/deploy/KuraDeploymentPackages.java | 15 +- .../call/kura/model/deploy/package-info.java | 9 +- .../kura/model/snapshot/KuraSnapshotIds.java | 17 +- .../kura/model/snapshot/package-info.java | 9 +- .../model/type/KuraObjectTypeConverter.java | 9 +- .../model/type/KuraObjectValueConverter.java | 9 +- .../device/call/message/kura/KuraChannel.java | 9 +- .../device/call/message/kura/KuraMessage.java | 9 +- .../device/call/message/kura/KuraPayload.java | 11 +- .../call/message/kura/KuraPosition.java | 9 +- .../call/message/kura/app/KuraAppChannel.java | 9 +- .../call/message/kura/app/KuraAppMessage.java | 9 +- .../call/message/kura/app/KuraAppPayload.java | 9 +- .../app/notification/KuraNotifyChannel.java | 9 +- .../app/notification/KuraNotifyMessage.java | 9 +- .../app/notification/KuraNotifyMetrics.java | 9 +- .../app/notification/KuraNotifyPayload.java | 9 +- .../kura/app/request/KuraRequestChannel.java | 9 +- .../kura/app/request/KuraRequestMessage.java | 9 +- .../kura/app/request/KuraRequestMetrics.java | 9 +- .../kura/app/request/KuraRequestPayload.java | 9 +- .../app/response/KuraResponseChannel.java | 9 +- .../kura/app/response/KuraResponseCode.java | 9 +- .../app/response/KuraResponseMessage.java | 9 +- .../app/response/KuraResponseMetrics.java | 9 +- .../app/response/KuraResponsePayload.java | 9 +- .../message/kura/data/KuraDataChannel.java | 9 +- .../message/kura/data/KuraDataMessage.java | 9 +- .../message/kura/data/KuraDataPayload.java | 9 +- .../AbstractKuraAppsBirthChannel.java | 9 +- .../AbstractKuraAppsBirthMessage.java | 9 +- .../AbstractKuraAppsBirthPayload.java | 9 +- .../AbstractKuraLifecycleChannel.java | 9 +- .../AbstractKuraLifecycleMessage.java | 9 +- .../AbstractKuraLifecyclePayload.java | 9 +- .../kura/lifecycle/KuraAppsChannel.java | 9 +- .../kura/lifecycle/KuraAppsMessage.java | 9 +- .../kura/lifecycle/KuraAppsPayload.java | 9 +- .../kura/lifecycle/KuraBirthChannel.java | 9 +- .../kura/lifecycle/KuraBirthMessage.java | 9 +- .../kura/lifecycle/KuraBirthPayload.java | 9 +- .../kura/lifecycle/KuraDisconnectChannel.java | 9 +- .../kura/lifecycle/KuraDisconnectMessage.java | 9 +- .../kura/lifecycle/KuraDisconnectPayload.java | 9 +- .../kura/lifecycle/KuraMissingChannel.java | 9 +- .../kura/lifecycle/KuraMissingMessage.java | 9 +- .../kura/lifecycle/KuraMissingPayload.java | 9 +- .../kura/setting/DeviceCallSettingKeys.java | 9 +- .../kura/setting/DeviceCallSettings.java | 9 +- .../call/message/kura/utils/GZIPUtils.java | 9 +- .../resources/device-call-settings.properties | 9 +- service/device/call/pom.xml | 9 +- service/device/commons/about.html | 48 +- service/device/commons/pom.xml | 9 +- .../AbstractDeviceManagementServiceImpl.java | 9 +- .../commons/KapuaAppPropertiesImpl.java | 9 +- .../commons/call/DeviceCallExecutor.java | 9 +- .../commons/message/KapuaAppChannelImpl.java | 9 +- .../KapuaRequestMessageFactoryImpl.java | 9 +- .../notification/KapuaNotifyChannelImpl.java | 9 +- .../notification/KapuaNotifyMessageImpl.java | 9 +- .../notification/KapuaNotifyPayloadImpl.java | 9 +- .../request/KapuaRequestChannelImpl.java | 9 +- .../request/KapuaRequestMessageImpl.java | 9 +- .../request/KapuaRequestPayloadImpl.java | 9 +- .../response/KapuaResponseChannelImpl.java | 9 +- .../response/KapuaResponseMessageImpl.java | 9 +- .../response/KapuaResponsePayloadImpl.java | 9 +- .../setting/DeviceManagementSetting.java | 15 +- .../setting/DeviceManagementSettingKey.java | 13 +- .../device-management-setting.properties | 9 +- .../changelog-device-management-0.2.0.xml | 9 +- .../0.2.0/device_management-domain.xml | 11 +- .../changelog-device-management-1.0.0.xml | 9 +- .../1.0.0/device_management-domain.xml | 9 +- .../changelog-device-management-master.xml | 9 +- .../notification/KapuaNotifyMessageTest.java | 9 +- .../message/notification/NotifyTestSuite.java | 9 +- service/device/management/all/api/pom.xml | 9 +- .../device/management/all/internal/pom.xml | 9 +- service/device/management/all/job/pom.xml | 9 +- service/device/management/all/pom.xml | 9 +- service/device/management/api/about.html | 48 +- service/device/management/api/pom.xml | 9 +- .../management/DeviceManagementDomain.java | 9 +- .../management/DeviceManagementDomains.java | 9 +- .../DeviceManagementConnectionErrorCodes.java | 9 +- .../exception/DeviceManagementErrorCodes.java | 9 +- .../exception/DeviceManagementException.java | 9 +- .../DeviceManagementRequestErrorCodes.java | 9 +- .../DeviceManagementRequestException.java | 9 +- .../DeviceManagementResponseErrorCodes.java | 9 +- .../DeviceManagementResponseException.java | 9 +- .../DeviceManagementSendErrorCodes.java | 9 +- .../DeviceManagementSendException.java | 9 +- .../DeviceManagementTimeoutErrorCodes.java | 9 +- .../DeviceManagementTimeoutException.java | 9 +- .../DeviceNeverConnectedException.java | 9 +- .../DeviceNotConnectedException.java | 9 +- .../DeviceRequestBadMethodException.java | 9 +- .../DeviceResponseBadRequestException.java | 9 +- .../DeviceResponseInternalErrorException.java | 9 +- .../DeviceResponseNotFoundException.java | 9 +- ...evice-management-error-messages.properties | 9 +- .../device/management/asset/api/about.html | 48 +- service/device/management/asset/api/pom.xml | 11 +- .../device/management/asset/DeviceAsset.java | 9 +- .../management/asset/DeviceAssetChannel.java | 9 +- .../asset/DeviceAssetChannelMode.java | 9 +- .../management/asset/DeviceAssetFactory.java | 9 +- .../asset/DeviceAssetManagementService.java | 9 +- .../asset/DeviceAssetXmlRegistry.java | 9 +- .../device/management/asset/DeviceAssets.java | 9 +- .../xml/DeviceAssetChannelXmlAdapter.java | 9 +- .../xml/XmlAdaptedDeviceAssetChannel.java | 11 +- .../management/asset/internal/about.html | 48 +- .../device/management/asset/internal/pom.xml | 9 +- .../internal/DeviceAssetAppProperties.java | 9 +- .../internal/DeviceAssetChannelImpl.java | 9 +- .../internal/DeviceAssetFactoryImpl.java | 9 +- .../asset/internal/DeviceAssetImpl.java | 11 +- .../DeviceAssetManagementServiceImpl.java | 9 +- .../asset/internal/DeviceAssetsImpl.java | 9 +- .../AssetGetManagementException.java | 9 +- .../AssetManagementResponseErrorCodes.java | 9 +- .../AssetManagementResponseException.java | 9 +- .../AssetReadManagementException.java | 9 +- .../AssetWriteManagementException.java | 9 +- .../message/internal/AssetRequestChannel.java | 13 +- .../message/internal/AssetRequestMessage.java | 9 +- .../message/internal/AssetRequestPayload.java | 9 +- .../internal/AssetResponseChannel.java | 9 +- .../internal/AssetResponseMessage.java | 9 +- .../internal/AssetResponsePayload.java | 9 +- .../internal/ChannelRequestChannel.java | 9 +- .../internal/ChannelRequestMessage.java | 9 +- .../internal/ChannelRequestPayload.java | 9 +- .../internal/ChannelResponseChannel.java | 9 +- .../internal/ChannelResponseMessage.java | 9 +- .../internal/ChannelResponsePayload.java | 9 +- .../device/management/asset/job/about.html | 48 +- service/device/management/asset/job/pom.xml | 9 +- .../job/DeviceAssetWriteTargetProcessor.java | 9 +- .../DeviceAssetWritePropertyKeys.java | 9 +- .../DeviceAssetWriteStepDefinition.java | 9 +- .../0.3.0/asset_write_job_step_definition.xml | 9 +- .../0.3.0/changelog-asset-job-0.3.0.xml | 9 +- .../asset_job_step_definition-scopeId.xml | 9 +- .../1.0.0/changelog-asset-job-1.0.0.xml | 9 +- .../asset_job_step_definition_name_update.xml | 9 +- .../1.0.4/changelog-asset-job-1.0.4.xml | 9 +- ...et_job_step_definition_property_update.xml | 9 +- .../1.1.0/changelog-asset-job-1.1.0.post.xml | 9 +- .../changelog-asset-job-master.post.xml | 9 +- .../liquibase/changelog-asset-job-master.xml | 9 +- service/device/management/asset/pom.xml | 9 +- .../device/management/bundle/api/about.html | 48 +- service/device/management/bundle/api/pom.xml | 9 +- .../management/bundle/DeviceBundle.java | 9 +- .../bundle/DeviceBundleFactory.java | 9 +- .../bundle/DeviceBundleManagementService.java | 9 +- .../bundle/DeviceBundleXmlRegistry.java | 9 +- .../management/bundle/DeviceBundles.java | 9 +- .../management/bundle/internal/about.html | 48 +- .../device/management/bundle/internal/pom.xml | 9 +- .../internal/DeviceBundleAppProperties.java | 9 +- .../internal/DeviceBundleFactoryImpl.java | 9 +- .../bundle/internal/DeviceBundleImpl.java | 9 +- .../DeviceBundleManagementServiceImpl.java | 9 +- .../bundle/internal/DeviceBundlesImpl.java | 9 +- .../BundleGetManagementException.java | 9 +- .../BundleManagementResponseErrorCodes.java | 9 +- .../BundleManagementResponseException.java | 9 +- .../internal/BundleRequestChannel.java | 21 +- .../internal/BundleRequestMessage.java | 9 +- .../internal/BundleRequestPayload.java | 9 +- .../internal/BundleResponseChannel.java | 9 +- .../internal/BundleResponseMessage.java | 9 +- .../internal/BundleResponsePayload.java | 9 +- .../device/management/bundle/job/about.html | 48 +- service/device/management/bundle/job/pom.xml | 9 +- .../job/DeviceBundleStartTargetProcessor.java | 9 +- .../job/DeviceBundleStopTargetProcessor.java | 9 +- .../definition/DeviceBundlePropertyKeys.java | 9 +- .../DeviceBundleStartStepDefinition.java | 9 +- .../DeviceBundleStopStepDefinition.java | 9 +- .../bundle_start_job_step_definition.xml | 9 +- .../0.3.0/bundle_stop_job_step_definition.xml | 9 +- .../0.3.0/changelog-bundle-job-0.3.0.xml | 9 +- .../bundle_job_step_definition-scopeId.xml | 9 +- .../1.0.0/changelog-bundle-job-1.0.0.xml | 9 +- ...bundle_job_step_definition_name_update.xml | 9 +- .../1.0.4/changelog-bundle-job-1.0.4.xml | 9 +- .../liquibase/changelog-bundle-job-master.xml | 9 +- service/device/management/bundle/pom.xml | 9 +- .../device/management/command/api/about.html | 48 +- service/device/management/command/api/pom.xml | 9 +- .../command/DeviceCommandFactory.java | 9 +- .../command/DeviceCommandInput.java | 9 +- .../DeviceCommandManagementService.java | 9 +- .../command/DeviceCommandOutput.java | 9 +- .../command/DeviceCommandXmlRegistry.java | 15 +- .../management/command/internal/about.html | 48 +- .../management/command/internal/pom.xml | 9 +- .../internal/CommandAppProperties.java | 9 +- .../internal/DeviceCommandFactoryImpl.java | 11 +- .../internal/DeviceCommandInputImpl.java | 9 +- .../DeviceCommandManagementServiceImpl.java | 9 +- .../internal/DeviceCommandOutputImpl.java | 9 +- .../CommandExecuteManagementException.java | 9 +- .../CommandManagementResponseErrorCodes.java | 9 +- .../CommandManagementResponseException.java | 9 +- .../internal/CommandRequestChannel.java | 13 +- .../internal/CommandRequestMessage.java | 9 +- .../internal/CommandRequestPayload.java | 9 +- .../internal/CommandResponseChannel.java | 9 +- .../internal/CommandResponseMessage.java | 9 +- .../internal/CommandResponsePayload.java | 9 +- .../device/management/command/job/about.html | 48 +- service/device/management/command/job/pom.xml | 9 +- .../job/DeviceCommandExecTargetProcessor.java | 9 +- .../DeviceCommandExecPropertyKeys.java | 9 +- .../DeviceCommandExecStepDefinition.java | 9 +- .../0.3.0/changelog-command-job-0.3.0.xml | 9 +- .../0.3.0/command_job_step_definition.xml | 9 +- .../1.0.0/changelog-command-job-1.0.0.xml | 9 +- .../command_job_step_definition-scopeId.xml | 9 +- .../1.0.4/changelog-command-job-1.0.4.xml | 9 +- ...ommand_job_step_definition_name_update.xml | 9 +- .../changelog-command-job-1.1.0.post.xml | 9 +- ...nd_job_step_definition_property_update.xml | 9 +- .../changelog-command-job-master.post.xml | 9 +- .../changelog-command-job-master.xml | 9 +- service/device/management/command/pom.xml | 9 +- .../management/configuration/api/about.html | 48 +- .../management/configuration/api/pom.xml | 9 +- .../DeviceComponentConfiguration.java | 9 +- .../configuration/DeviceConfiguration.java | 9 +- .../DeviceConfigurationFactory.java | 9 +- .../DeviceConfigurationManagementService.java | 9 +- .../DeviceConfigurationXmlRegistry.java | 9 +- .../DeviceXmlConfigPropertiesAdapted.java | 9 +- .../DeviceXmlConfigPropertiesAdapter.java | 9 +- .../DeviceXmlConfigPropertyAdapted.java | 9 +- .../management/snapshot/DeviceSnapshot.java | 9 +- .../snapshot/DeviceSnapshotFactory.java | 9 +- .../DeviceSnapshotManagementService.java | 9 +- .../snapshot/DeviceSnapshotXmlRegistry.java | 9 +- .../management/snapshot/DeviceSnapshots.java | 9 +- .../configuration/internal/about.html | 48 +- .../management/configuration/internal/pom.xml | 9 +- .../DeviceComponentConfigurationImpl.java | 9 +- .../DeviceConfigurationAppProperties.java | 9 +- .../DeviceConfigurationFactoryImpl.java | 9 +- .../internal/DeviceConfigurationImpl.java | 9 +- ...iceConfigurationManagementServiceImpl.java | 9 +- .../ConfigurationGetManagementException.java | 9 +- ...igurationManagementResponseErrorCodes.java | 9 +- ...figurationManagementResponseException.java | 9 +- .../ConfigurationPutManagementException.java | 9 +- .../internal/ConfigurationRequestChannel.java | 21 +- .../internal/ConfigurationRequestMessage.java | 9 +- .../internal/ConfigurationRequestPayload.java | 9 +- .../ConfigurationResponseChannel.java | 9 +- .../ConfigurationResponseMessage.java | 9 +- .../ConfigurationResponsePayload.java | 9 +- .../internal/DeviceSnapshotAppProperties.java | 9 +- .../internal/DeviceSnapshotFactoryImpl.java | 11 +- .../snapshot/internal/DeviceSnapshotImpl.java | 11 +- .../DeviceSnapshotManagementServiceImpl.java | 9 +- .../internal/DeviceSnapshotsImpl.java | 11 +- .../SnapshotGetManagementException.java | 9 +- .../SnapshotManagementResponseErrorCodes.java | 9 +- .../SnapshotManagementResponseException.java | 9 +- .../SnapshotRollbackManagementException.java | 9 +- .../internal/SnapshotRequestChannel.java | 9 +- .../internal/SnapshotRequestMessage.java | 9 +- .../internal/SnapshotRequestPayload.java | 9 +- .../internal/SnapshotResponseChannel.java | 9 +- .../internal/SnapshotResponseMessage.java | 9 +- .../internal/SnapshotResponsePayload.java | 9 +- .../management/configuration/job/about.html | 48 +- .../management/configuration/job/pom.xml | 9 +- ...DeviceConfigurationPutTargetProcessor.java | 9 +- .../DeviceConfigurationPutPropertyKeys.java | 9 +- .../DeviceConfigurationPutStepDefinition.java | 9 +- .../changelog-configuration-job-0.3.0.xml | 9 +- .../configuration_put_job_step_definition.xml | 9 +- .../changelog-configuration-job-1.0.0.xml | 9 +- ...figuration_job_step_definition-scopeId.xml | 9 +- .../changelog-configuration-job-1.0.4.xml | 9 +- ...ration_job_step_definition_name_update.xml | 9 +- ...changelog-configuration-job-1.1.0.post.xml | 9 +- ...on_job_step_definition_property_update.xml | 9 +- ...hangelog-configuration-job-master.post.xml | 9 +- .../changelog-configuration-job-master.xml | 9 +- .../device/management/configuration/pom.xml | 9 +- service/device/management/job/api/pom.xml | 9 +- .../job/JobDeviceManagementOperation.java | 9 +- ...obDeviceManagementOperationAttributes.java | 9 +- .../JobDeviceManagementOperationCreator.java | 9 +- .../JobDeviceManagementOperationFactory.java | 9 +- ...obDeviceManagementOperationListResult.java | 9 +- .../JobDeviceManagementOperationQuery.java | 9 +- .../JobDeviceManagementOperationService.java | 9 +- ...bDeviceManagementOperationXmlRegistry.java | 9 +- ...viceManagementOperationManagerService.java | 9 +- ...DeviceManagementTriggerManagerService.java | 9 +- .../JobDeviceManagementTriggerErrorCodes.java | 9 +- .../JobDeviceManagementTriggerException.java | 9 +- .../exception/ProcessOnConnectException.java | 9 +- ...-trigger-service-error-messages.properties | 9 +- .../device/management/job/internal/pom.xml | 9 +- ...bDeviceManagementOperationCreatorImpl.java | 9 +- .../JobDeviceManagementOperationDAO.java | 9 +- ...nagementOperationEntityManagerFactory.java | 9 +- ...bDeviceManagementOperationFactoryImpl.java | 9 +- .../JobDeviceManagementOperationImpl.java | 9 +- ...viceManagementOperationListResultImpl.java | 9 +- ...JobDeviceManagementOperationQueryImpl.java | 9 +- ...bDeviceManagementOperationServiceImpl.java | 9 +- ...ManagementOperationManagerServiceImpl.java | 9 +- ...ceManagementTriggerManagerServiceImpl.java | 9 +- .../main/resources/META-INF/persistence.xml | 9 +- ...-job-device-management-operation-1.1.0.xml | 9 +- .../1.1.0/job_device_management_operation.xml | 9 +- ...-job-device-management-operation-1.2.0.xml | 9 +- ..._device_management_operation-timestamp.xml | 9 +- ...job-device-management-operation-master.xml | 9 +- service/device/management/job/pom.xml | 9 +- .../device/management/packages/api/about.html | 48 +- .../device/management/packages/api/pom.xml | 9 +- .../packages/DevicePackageFactory.java | 9 +- .../DevicePackageManagementService.java | 9 +- .../packages/model/DevicePackage.java | 9 +- .../model/DevicePackageBundleInfo.java | 9 +- .../model/DevicePackageBundleInfos.java | 9 +- .../packages/model/DevicePackageOptions.java | 9 +- .../model/DevicePackageXmlRegistry.java | 9 +- .../packages/model/DevicePackages.java | 9 +- .../management/packages/model/FileType.java | 9 +- .../AdvancedPackageDownloadOptions.java | 9 +- .../DevicePackageDownloadOperation.java | 9 +- .../DevicePackageDownloadOptions.java | 9 +- .../DevicePackageDownloadRequest.java | 9 +- .../download/DevicePackageDownloadStatus.java | 9 +- .../DevicePackageInstallOperation.java | 9 +- .../install/DevicePackageInstallOptions.java | 9 +- .../install/DevicePackageInstallRequest.java | 9 +- .../install/DevicePackageInstallStatus.java | 11 +- .../DevicePackageUninstallOperation.java | 9 +- .../DevicePackageUninstallOptions.java | 9 +- .../DevicePackageUninstallRequest.java | 9 +- .../DevicePackageUninstallStatus.java | 11 +- .../management/packages/internal/about.html | 48 +- .../management/packages/internal/pom.xml | 9 +- .../internal/DevicePackageFactoryImpl.java | 9 +- .../DevicePackageManagementServiceImpl.java | 9 +- ...ageDownloadExecuteManagementException.java | 9 +- ...kageDownloadStatusManagementException.java | 9 +- ...ackageDownloadStopManagementException.java | 9 +- .../PackageGetManagementException.java | 9 +- ...kageInstallExecuteManagementException.java | 9 +- ...ckageInstallStatusManagementException.java | 9 +- .../PackageManagementResponseErrorCodes.java | 9 +- .../PackageManagementResponseException.java | 9 +- ...geUninstallExecuteManagementException.java | 9 +- ...ageUninstallStatusManagementException.java | 9 +- .../PackageManagementServiceSetting.java | 9 +- .../PackageManagementServiceSettingKeys.java | 9 +- .../internal/PackageAppProperties.java | 9 +- .../internal/PackageRequestChannel.java | 9 +- .../internal/PackageRequestMessage.java | 9 +- .../internal/PackageRequestPayload.java | 9 +- .../message/internal/PackageResource.java | 11 +- .../internal/PackageResponseChannel.java | 9 +- .../internal/PackageResponseMessage.java | 9 +- .../internal/PackageResponsePayload.java | 9 +- .../AdvancedPackageDownloadOptionsImpl.java | 9 +- .../DevicePackageDownloadOperationImpl.java | 11 +- .../DevicePackageDownloadOptionsImpl.java | 9 +- .../DevicePackageDownloadRequestImpl.java | 9 +- .../DevicePackageInstallOperationImpl.java | 11 +- .../DevicePackageInstallOptionsImpl.java | 9 +- .../DevicePackageInstallRequestImpl.java | 11 +- .../internal/DevicePackageBundleInfoImpl.java | 11 +- .../DevicePackageBundleInfosImpl.java | 11 +- .../model/internal/DevicePackageImpl.java | 11 +- .../internal/DevicePackageOptionsImpl.java | 9 +- .../model/internal/DevicePackagesImpl.java | 11 +- .../DevicePackageUninstallOperationImpl.java | 11 +- .../DevicePackageUninstallOptionsImpl.java | 9 +- .../DevicePackageUninstallRequestImpl.java | 11 +- ...vice-management-package-setting.properties | 9 +- .../device/management/packages/job/about.html | 48 +- .../device/management/packages/job/pom.xml | 9 +- .../AbstractDevicePackageTargetProcessor.java | 9 +- .../DevicePackageDownloadTargetProcessor.java | 9 +- ...DevicePackageUninstallTargetProcessor.java | 9 +- .../DevicePackageDownloadPropertyKeys.java | 9 +- .../DevicePackageUninstallPropertyKeys.java | 9 +- .../DevicePackagesDownloadStepDefinition.java | 9 +- ...DevicePackagesUninstallStepDefinition.java | 9 +- .../0.3.0/changelog-packages-job-0.3.0.xml | 9 +- .../package_download_job_step_definition.xml | 9 +- .../package_uninstall_job_step_definition.xml | 9 +- .../1.0.0/changelog-packages-job-1.0.0.xml | 9 +- .../packages_job_step_definition-scopeId.xml | 9 +- .../1.0.4/changelog-packages-job-1.0.4.xml | 9 +- ...ckages_job_step_definition_name_update.xml | 9 +- .../changelog-packages-job-1.1.0.post.xml | 9 +- ...es_job_step_definition_property_update.xml | 9 +- .../changelog-packages-job-master.post.xml | 9 +- .../changelog-packages-job-master.xml | 9 +- service/device/management/packages/pom.xml | 9 +- service/device/management/pom.xml | 9 +- .../device/management/registry/api/about.html | 48 +- .../device/management/registry/api/pom.xml | 9 +- ...eviceManagementRegistryManagerService.java | 9 +- .../ManagementOperationManagerErrorCodes.java | 9 +- ...ionNotificationInvalidStatusException.java | 9 +- ...rationNotificationProcessingException.java | 9 +- .../operation/DeviceManagementOperation.java | 9 +- .../DeviceManagementOperationAttributes.java | 9 +- .../DeviceManagementOperationCreator.java | 9 +- .../DeviceManagementOperationFactory.java | 9 +- .../DeviceManagementOperationListResult.java | 9 +- .../DeviceManagementOperationProperty.java | 9 +- .../DeviceManagementOperationQuery.java | 9 +- ...iceManagementOperationRegistryService.java | 9 +- .../DeviceManagementOperationXmlRegistry.java | 9 +- .../DeviceManagementRegistryDomain.java | 9 +- .../DeviceManagementRegistryDomains.java | 9 +- .../ManagementOperationNotification.java | 9 +- ...gementOperationNotificationAttributes.java | 9 +- ...anagementOperationNotificationCreator.java | 9 +- ...anagementOperationNotificationFactory.java | 9 +- ...gementOperationNotificationListResult.java | 9 +- .../ManagementOperationNotificationQuery.java | 9 +- ...anagementOperationNotificationService.java | 9 +- ...ementOperationNotificationXmlRegistry.java | 9 +- .../management/registry/internal/pom.xml | 9 +- ...eManagementRegistryManagerServiceImpl.java | 9 +- .../DeviceManagementOperationCreatorImpl.java | 9 +- .../DeviceManagementOperationDAO.java | 9 +- ...nagementOperationEntityManagerFactory.java | 9 +- .../DeviceManagementOperationFactoryImpl.java | 9 +- .../DeviceManagementOperationImpl.java | 9 +- ...viceManagementOperationListResultImpl.java | 9 +- ...DeviceManagementOperationPropertyImpl.java | 9 +- .../DeviceManagementOperationQueryImpl.java | 9 +- ...anagementOperationRegistryServiceImpl.java | 9 +- ...ementOperationNotificationCreatorImpl.java | 9 +- .../ManagementOperationNotificationDAO.java | 9 +- ...ementOperationNotificationFactoryImpl.java | 9 +- .../ManagementOperationNotificationImpl.java | 9 +- ...ntOperationNotificationListResultImpl.java | 9 +- ...agementOperationNotificationQueryImpl.java | 9 +- ...ementOperationNotificationServiceImpl.java | 9 +- .../main/resources/META-INF/persistence.xml | 9 +- ...gelog-device_management_registry-1.0.0.xml | 9 +- .../1.0.0/device_management_operation.xml | 9 +- ..._management_operation_input_properties.xml | 9 +- ...vice_management_operation_notification.xml | 9 +- .../device_management_registry-domain.xml | 9 +- ...gelog-device_management_registry-1.2.0.xml | 9 +- .../device_management_operation-add_log.xml | 9 +- .../device_management_operation-timestamp.xml | 9 +- ...ent_operation_notification-add_message.xml | 9 +- ...ement_operation_notification-timestamp.xml | 9 +- ...elog-device_management_registry-master.xml | 9 +- service/device/management/registry/pom.xml | 9 +- .../device/management/request/api/about.html | 48 +- service/device/management/request/api/pom.xml | 9 +- .../DeviceRequestManagementService.java | 9 +- .../request/GenericRequestFactory.java | 9 +- .../request/GenericRequestXmlRegistry.java | 9 +- .../request/GenericRequestChannel.java | 9 +- .../request/GenericRequestMessage.java | 9 +- .../request/GenericRequestPayload.java | 9 +- .../response/GenericResponseChannel.java | 9 +- .../response/GenericResponseMessage.java | 9 +- .../response/GenericResponsePayload.java | 9 +- .../management/request/internal/about.html | 48 +- .../management/request/internal/pom.xml | 11 +- .../DeviceRequestManagementServiceImpl.java | 9 +- .../internal/GenericAppProperties.java | 9 +- .../internal/GenericRequestFactoryImpl.java | 9 +- .../request/GenericRequestChannelImpl.java | 9 +- .../request/GenericRequestMessageImpl.java | 9 +- .../request/GenericRequestPayloadImpl.java | 9 +- .../response/GenericResponseChannelImpl.java | 9 +- .../response/GenericResponseMessageImpl.java | 9 +- .../response/GenericResponsePayloadImpl.java | 9 +- service/device/management/request/pom.xml | 9 +- service/device/pom.xml | 11 +- service/device/registry/api/about.html | 48 +- service/device/registry/api/pom.xml | 9 +- .../registry/ConnectionUserCouplingMode.java | 17 +- .../kapua/service/device/registry/Device.java | 9 +- .../device/registry/DeviceAttributes.java | 9 +- .../device/registry/DeviceCreator.java | 9 +- .../service/device/registry/DeviceDomain.java | 9 +- .../device/registry/DeviceDomains.java | 9 +- .../device/registry/DeviceEventType.java | 11 +- .../device/registry/DeviceFactory.java | 9 +- .../device/registry/DeviceListResult.java | 11 +- .../device/registry/DeviceMatchPredicate.java | 9 +- .../service/device/registry/DeviceQuery.java | 9 +- .../registry/DeviceRegistryService.java | 9 +- .../service/device/registry/DeviceStatus.java | 11 +- .../device/registry/DeviceXmlRegistry.java | 9 +- .../KapuaDeviceRegistrySettingKeys.java | 19 +- .../registry/connection/DeviceConnection.java | 9 +- .../DeviceConnectionAttributes.java | 11 +- .../connection/DeviceConnectionCreator.java | 9 +- .../connection/DeviceConnectionDomain.java | 9 +- .../connection/DeviceConnectionFactory.java | 9 +- .../DeviceConnectionListResult.java | 9 +- .../connection/DeviceConnectionQuery.java | 9 +- .../connection/DeviceConnectionService.java | 9 +- .../connection/DeviceConnectionStatus.java | 9 +- .../DeviceConnectionXmlRegistry.java | 9 +- .../option/ConnectionServiceErrorCodes.java | 9 +- .../option/ConnectionServiceException.java | 11 +- .../option/DeviceConnectionOption.java | 9 +- .../DeviceConnectionOptionAttributes.java | 11 +- .../option/DeviceConnectionOptionCreator.java | 9 +- .../option/DeviceConnectionOptionFactory.java | 9 +- .../DeviceConnectionOptionListResult.java | 9 +- .../option/DeviceConnectionOptionQuery.java | 9 +- .../option/DeviceConnectionOptionService.java | 9 +- .../DeviceConnectionOptionXmlRegistry.java | 9 +- .../option/UserAlreadyReservedException.java | 11 +- .../device/registry/event/DeviceEvent.java | 9 +- .../registry/event/DeviceEventAttributes.java | 9 +- .../registry/event/DeviceEventCreator.java | 9 +- .../registry/event/DeviceEventDomain.java | 9 +- .../registry/event/DeviceEventFactory.java | 9 +- .../registry/event/DeviceEventListResult.java | 13 +- .../registry/event/DeviceEventQuery.java | 9 +- .../registry/event/DeviceEventService.java | 9 +- .../event/DeviceEventXmlRegistry.java | 9 +- .../lifecycle/DeviceLifeCycleService.java | 9 +- .../lifecycle/DeviceLifecycleDomain.java | 9 +- service/device/registry/internal/about.html | 48 +- service/device/registry/internal/pom.xml | 9 +- .../device/registry/DeviceServiceModule.java | 9 +- .../registry/KapuaDeviceRegistrySettings.java | 9 +- .../registry/common/DeviceValidation.java | 9 +- .../common/DeviceValidationRegex.java | 9 +- .../internal/DeviceConnectionCreatorImpl.java | 9 +- .../internal/DeviceConnectionDAO.java | 9 +- .../internal/DeviceConnectionFactoryImpl.java | 9 +- .../internal/DeviceConnectionImpl.java | 9 +- .../DeviceConnectionListResultImpl.java | 9 +- .../internal/DeviceConnectionQueryImpl.java | 9 +- .../internal/DeviceConnectionServiceImpl.java | 9 +- .../DeviceConnectionOptionCreatorImpl.java | 9 +- .../internal/DeviceConnectionOptionDAO.java | 9 +- .../DeviceConnectionOptionFactoryImpl.java | 9 +- .../internal/DeviceConnectionOptionImpl.java | 9 +- .../DeviceConnectionOptionListResultImpl.java | 9 +- .../DeviceConnectionOptionQueryImpl.java | 9 +- .../DeviceConnectionOptionServiceImpl.java | 9 +- .../internal/DeviceEventCreatorImpl.java | 9 +- .../event/internal/DeviceEventDAO.java | 9 +- .../internal/DeviceEventFactoryImpl.java | 9 +- .../event/internal/DeviceEventImpl.java | 9 +- .../internal/DeviceEventListResultImpl.java | 9 +- .../event/internal/DeviceEventQueryImpl.java | 9 +- .../internal/DeviceEventServiceImpl.java | 9 +- .../registry/internal/DeviceCreatorImpl.java | 9 +- .../device/registry/internal/DeviceDAO.java | 9 +- .../internal/DeviceEntityManagerFactory.java | 9 +- .../registry/internal/DeviceFactoryImpl.java | 9 +- .../device/registry/internal/DeviceImpl.java | 9 +- .../internal/DeviceListResultImpl.java | 9 +- .../internal/DeviceMatchPredicateImpl.java | 9 +- .../registry/internal/DeviceQueryImpl.java | 9 +- .../internal/DeviceRegistryCache.java | 9 +- .../internal/DeviceRegistryCacheFactory.java | 9 +- .../internal/DeviceRegistryServiceImpl.java | 9 +- .../internal/DeviceLifeCycleServiceImpl.java | 9 +- ....device.registry.DeviceRegistryService.xml | 21 +- ...try.connection.DeviceConnectionService.xml | 15 +- .../main/resources/META-INF/persistence.xml | 9 +- .../kapua-device-registry-setting.properties | 9 +- .../0.2.0/changelog-device-0.2.0.xml | 9 +- .../liquibase/0.2.0/device-configuration.xml | 11 +- .../liquibase/0.2.0/device-domain.xml | 11 +- .../main/resources/liquibase/0.2.0/device.xml | 11 +- .../0.2.0/device_connection-domain.xml | 11 +- .../liquibase/0.2.0/device_connection.xml | 9 +- .../liquibase/0.2.0/device_event-domain.xml | 11 +- .../liquibase/0.2.0/device_event.xml | 9 +- .../0.2.0/device_lifecycle-domain.xml | 11 +- .../0.3.0/changelog-device-0.3.0.xml | 9 +- .../0.3.0/device-id_check_positive.xml | 9 +- .../0.3.0/device-network_interface.xml | 9 +- .../device-remove_credential_options.xml | 9 +- .../resources/liquibase/0.3.0/device-tag.xml | 9 +- ...vice_connection-add_connection_options.xml | 11 +- .../0.3.0/device_connection-configuration.xml | 9 +- .../device_connection-id_check_positive.xml | 9 +- .../0.3.0/device_event-id_check_positive.xml | 9 +- .../0.3.1/changelog-device-0.3.1.xml | 9 +- .../0.3.1/device-domain_set_groupable.xml | 9 +- .../1.0.0/changelog-device-1.0.0.xml | 9 +- .../liquibase/1.0.0/device-domain.xml | 9 +- .../1.0.0/device-sys-housekeeper-run-seed.xml | 9 +- .../1.0.0/device_connection-domain.xml | 9 +- .../liquibase/1.0.0/device_event-domain.xml | 9 +- .../1.0.0/device_lifecycle-domain.xml | 9 +- .../1.1.0/changelog-device-1.1.0.xml | 9 +- .../liquibase/1.1.0/device-add-model-name.xml | 9 +- .../1.1.0/device-remove-modem-constraint.xml | 9 +- .../1.1.0/device_event-modify_gps_column.xml | 9 +- .../1.2.0/changelog-device-1.2.0.xml | 9 +- .../liquibase/1.2.0/device-timestamp.xml | 9 +- .../1.2.0/device_connection-timestamp.xml | 9 +- .../1.2.0/device_event-timestamp.xml | 9 +- .../1.3.0/changelog-device-1.3.0.xml | 9 +- .../liquibase/1.3.0/device-match-indexes.xml | 9 +- .../1.3.0/device_event-index_received_on.xml | 11 +- .../liquibase/changelog-device-master.xml | 9 +- .../resources/liquibase/common-properties.xml | 11 +- service/device/registry/pom.xml | 9 +- service/device/registry/test-steps/about.html | 48 +- service/device/registry/test-steps/pom.xml | 9 +- .../device/registry/steps/AclCreator.java | 9 +- .../device/registry/steps/AclPermission.java | 9 +- .../device/registry/steps/AclSteps.java | 9 +- .../device/registry/steps/BrokerSteps.java | 9 +- .../registry/steps/DeviceRegistrySteps.java | 9 +- .../device/registry/steps/KuraDevice.java | 9 +- .../device/registry/steps/MqttDevice.java | 9 +- service/device/registry/test/about.html | 48 +- service/device/registry/test/pom.xml | 9 +- ...cumberWithPropertiesForDeviceRegistry.java | 9 +- .../test/RunDeviceRegistryUnitTest.java | 11 +- ....service.authentication.CredentialsFactory | 13 +- .../resources/features/DeviceEvent.feature | 9 +- .../resources/features/DeviceRegistry.feature | 9 +- .../features/DeviceRegistryConnection.feature | 9 +- .../features/DeviceRegistryValidation.feature | 9 +- .../kapua-environment-setting.properties | 9 +- .../test/src/test/resources/locator.xml | 9 +- .../test/src/test/resources/logback.xml | 9 +- service/endpoint/api/pom.xml | 9 +- .../kapua/service/endpoint/EndpointInfo.java | 9 +- .../endpoint/EndpointInfoAttributes.java | 9 +- .../service/endpoint/EndpointInfoCreator.java | 9 +- .../service/endpoint/EndpointInfoDomain.java | 9 +- .../service/endpoint/EndpointInfoDomains.java | 9 +- .../service/endpoint/EndpointInfoFactory.java | 9 +- .../endpoint/EndpointInfoListResult.java | 9 +- .../service/endpoint/EndpointInfoQuery.java | 9 +- .../service/endpoint/EndpointInfoService.java | 9 +- .../endpoint/EndpointInfoXmlRegistry.java | 9 +- .../kapua/service/endpoint/EndpointUsage.java | 9 +- service/endpoint/internal/pom.xml | 9 +- .../EndpointEntityManagerFactory.java | 9 +- .../internal/EndpointInfoCreatorImpl.java | 9 +- .../endpoint/internal/EndpointInfoDAO.java | 9 +- .../internal/EndpointInfoFactoryImpl.java | 9 +- .../endpoint/internal/EndpointInfoImpl.java | 9 +- .../internal/EndpointInfoListResultImpl.java | 9 +- .../internal/EndpointInfoQueryImpl.java | 9 +- .../internal/EndpointInfoServiceImpl.java | 9 +- .../endpoint/internal/EndpointUsageImpl.java | 9 +- .../main/resources/META-INF/persistence.xml | 11 +- .../1.0.0/changelog-endpoint-1.0.0.post.xml | 9 +- .../1.0.0/changelog-endpoint-1.0.0.xml | 9 +- .../liquibase/1.0.0/endpoint_info-domain.xml | 9 +- .../liquibase/1.0.0/endpoint_info.xml | 9 +- .../liquibase/1.0.0/endpoint_info_usage.xml | 9 +- .../1.0.0/update-endpoint_info-domain.xml | 9 +- .../1.2.0/changelog-endpoint-1.2.0.xml | 9 +- .../1.2.0/endpoint_info-timestamp.xml | 9 +- .../changelog-endpoint-master.post.xml | 9 +- .../liquibase/changelog-endpoint-master.xml | 9 +- .../resources/liquibase/common-properties.xml | 11 +- service/endpoint/pom.xml | 9 +- service/endpoint/test-steps/about.html | 48 +- service/endpoint/test-steps/pom.xml | 9 +- .../endpoint/steps/EndpointServiceSteps.java | 9 +- service/job/api/about.html | 48 +- service/job/api/pom.xml | 9 +- .../org/eclipse/kapua/service/job/Job.java | 9 +- .../kapua/service/job/JobAttributes.java | 9 +- .../eclipse/kapua/service/job/JobCreator.java | 9 +- .../eclipse/kapua/service/job/JobDomain.java | 9 +- .../eclipse/kapua/service/job/JobDomains.java | 9 +- .../eclipse/kapua/service/job/JobFactory.java | 9 +- .../kapua/service/job/JobListResult.java | 11 +- .../eclipse/kapua/service/job/JobQuery.java | 9 +- .../eclipse/kapua/service/job/JobService.java | 9 +- .../kapua/service/job/JobXmlRegistry.java | 9 +- .../service/job/execution/JobExecution.java | 9 +- .../job/execution/JobExecutionAttributes.java | 9 +- .../job/execution/JobExecutionCreator.java | 9 +- .../job/execution/JobExecutionFactory.java | 9 +- .../job/execution/JobExecutionListResult.java | 11 +- .../job/execution/JobExecutionQuery.java | 9 +- .../job/execution/JobExecutionService.java | 9 +- .../execution/JobExecutionXmlRegistry.java | 9 +- .../job/operation/GenericOperation.java | 9 +- .../job/operation/TargetProcessor.java | 9 +- .../service/job/operation/TargetReader.java | 9 +- .../service/job/operation/TargetWriter.java | 9 +- .../kapua/service/job/step/JobStep.java | 9 +- .../service/job/step/JobStepAttributes.java | 9 +- .../service/job/step/JobStepCreator.java | 9 +- .../service/job/step/JobStepFactory.java | 9 +- .../kapua/service/job/step/JobStepIndex.java | 9 +- .../service/job/step/JobStepListResult.java | 11 +- .../kapua/service/job/step/JobStepQuery.java | 9 +- .../service/job/step/JobStepService.java | 9 +- .../service/job/step/JobStepXmlRegistry.java | 9 +- .../job/step/definition/JobPropertyKey.java | 9 +- .../step/definition/JobStepDefinition.java | 9 +- .../JobStepDefinitionAttributes.java | 9 +- .../definition/JobStepDefinitionCreator.java | 9 +- .../definition/JobStepDefinitionFactory.java | 9 +- .../JobStepDefinitionListResult.java | 11 +- .../definition/JobStepDefinitionQuery.java | 9 +- .../definition/JobStepDefinitionService.java | 9 +- .../JobStepDefinitionXmlRegistry.java | 9 +- .../job/step/definition/JobStepProperty.java | 9 +- .../job/step/definition/JobStepType.java | 9 +- .../kapua/service/job/targets/JobTarget.java | 9 +- .../job/targets/JobTargetAttributes.java | 9 +- .../service/job/targets/JobTargetCreator.java | 9 +- .../service/job/targets/JobTargetFactory.java | 9 +- .../job/targets/JobTargetListResult.java | 11 +- .../service/job/targets/JobTargetQuery.java | 9 +- .../service/job/targets/JobTargetService.java | 9 +- .../service/job/targets/JobTargetStatus.java | 9 +- .../job/targets/JobTargetXmlRegistry.java | 9 +- service/job/internal/about.html | 48 +- service/job/internal/pom.xml | 9 +- .../internal/JobExecutionCreatorImpl.java | 9 +- .../execution/internal/JobExecutionDAO.java | 9 +- .../internal/JobExecutionFactoryImpl.java | 9 +- .../execution/internal/JobExecutionImpl.java | 9 +- .../internal/JobExecutionListResultImpl.java | 11 +- .../internal/JobExecutionQueryImpl.java | 9 +- .../internal/JobExecutionServiceImpl.java | 9 +- .../service/job/internal/JobCreatorImpl.java | 9 +- .../kapua/service/job/internal/JobDAO.java | 9 +- .../job/internal/JobEntityManagerFactory.java | 13 +- .../service/job/internal/JobFactoryImpl.java | 9 +- .../kapua/service/job/internal/JobImpl.java | 9 +- .../job/internal/JobListResultImpl.java | 11 +- .../service/job/internal/JobQueryImpl.java | 9 +- .../service/job/internal/JobServiceImpl.java | 9 +- .../JobStepDefinitionCreatorImpl.java | 9 +- .../internal/JobStepDefinitionDAO.java | 9 +- .../JobStepDefinitionFactoryImpl.java | 9 +- .../internal/JobStepDefinitionImpl.java | 9 +- .../JobStepDefinitionListResultImpl.java | 11 +- .../internal/JobStepDefinitionQueryImpl.java | 9 +- .../JobStepDefinitionServiceImpl.java | 9 +- .../internal/JobStepPropertyImpl.java | 9 +- .../job/step/internal/JobStepCreatorImpl.java | 9 +- .../service/job/step/internal/JobStepDAO.java | 9 +- .../job/step/internal/JobStepFactoryImpl.java | 9 +- .../job/step/internal/JobStepImpl.java | 9 +- .../step/internal/JobStepListResultImpl.java | 11 +- .../job/step/internal/JobStepQueryImpl.java | 9 +- .../job/step/internal/JobStepServiceImpl.java | 9 +- .../internal/JobTargetCreatorImpl.java | 9 +- .../job/targets/internal/JobTargetDAO.java | 9 +- .../internal/JobTargetFactoryImpl.java | 9 +- .../job/targets/internal/JobTargetImpl.java | 9 +- .../internal/JobTargetListResultImpl.java | 11 +- .../targets/internal/JobTargetQueryImpl.java | 9 +- .../internal/JobTargetServiceImpl.java | 9 +- ...g.eclipse.kapua.service.job.JobService.xml | 21 +- .../main/resources/META-INF/persistence.xml | 9 +- .../0.3.0/changelog-job-0.3.0.pre.xml | 9 +- .../liquibase/0.3.0/changelog-job-0.3.0.xml | 9 +- .../liquibase/0.3.0/job-configuration.xml | 9 +- .../resources/liquibase/0.3.0/job-domain.xml | 9 +- .../main/resources/liquibase/0.3.0/job.xml | 9 +- .../liquibase/0.3.0/job_execution.xml | 9 +- .../resources/liquibase/0.3.0/job_step.xml | 9 +- .../liquibase/0.3.0/job_step_definition.xml | 9 +- .../0.3.0/job_step_definition_properties.xml | 9 +- .../liquibase/0.3.0/job_step_properties.xml | 9 +- .../resources/liquibase/0.3.0/job_target.xml | 9 +- .../liquibase/1.0.0/changelog-job-1.0.0.xml | 9 +- .../resources/liquibase/1.0.0/job-domain.xml | 9 +- .../liquibase/1.1.0/changelog-job-1.1.0.xml | 9 +- .../liquibase/1.1.0/job_execution-log.xml | 9 +- .../liquibase/1.1.0/job_execution_target.xml | 9 +- ...ep_definition_properties-example_value.xml | 9 +- .../job_job_step_properties-example_value.xml | 9 +- .../1.1.0/job_target-status_message.xml | 9 +- .../liquibase/1.2.0/changelog-job-1.2.0.xml | 9 +- .../liquibase/1.2.0/job-timestamp.xml | 9 +- .../1.2.0/job_execution-timestamp.xml | 9 +- .../liquibase/1.2.0/job_step-timestamp.xml | 9 +- .../1.2.0/job_step_definition-timestamp.xml | 9 +- .../liquibase/1.2.0/job_target-timestamp.xml | 9 +- .../liquibase/changelog-job-master.pre.xml | 9 +- .../liquibase/changelog-job-master.xml | 9 +- service/job/pom.xml | 9 +- service/job/test-steps/about.html | 48 +- service/job/test-steps/pom.xml | 9 +- .../service/job/steps/JobServiceSteps.java | 9 +- .../service/job/steps/TestProcessor.java | 9 +- service/job/test/about.html | 48 +- service/job/test/pom.xml | 9 +- .../test/CucumberWithPropertiesForJob.java | 9 +- .../service/job/test/RunJobUnitTest.java | 11 +- ....service.authentication.CredentialsFactory | 13 +- .../resources/features/JobService.feature | 13 +- .../features/JobStepDefinitionService.feature | 9 +- .../kapua-environment-setting.properties | 9 +- .../job/test/src/test/resources/locator.xml | 9 +- .../job/test/src/test/resources/logback.xml | 9 +- service/pom.xml | 9 +- service/scheduler/api/about.html | 48 +- service/scheduler/api/pom.xml | 9 +- .../service/scheduler/SchedulerDomain.java | 9 +- .../service/scheduler/SchedulerDomains.java | 9 +- .../service/scheduler/trigger/Trigger.java | 9 +- .../scheduler/trigger/TriggerAttributes.java | 9 +- .../scheduler/trigger/TriggerCreator.java | 9 +- .../scheduler/trigger/TriggerFactory.java | 9 +- .../scheduler/trigger/TriggerListResult.java | 11 +- .../scheduler/trigger/TriggerQuery.java | 9 +- .../scheduler/trigger/TriggerService.java | 9 +- .../scheduler/trigger/TriggerXmlRegistry.java | 9 +- .../trigger/definition/TriggerDefinition.java | 9 +- .../TriggerDefinitionAttributes.java | 9 +- .../definition/TriggerDefinitionCreator.java | 9 +- .../definition/TriggerDefinitionFactory.java | 9 +- .../TriggerDefinitionListResult.java | 9 +- .../definition/TriggerDefinitionQuery.java | 9 +- .../definition/TriggerDefinitionService.java | 9 +- .../TriggerDefinitionXmlRegistry.java | 9 +- .../trigger/definition/TriggerProperty.java | 9 +- .../definition/TriggerPropertyKey.java | 9 +- .../trigger/definition/TriggerType.java | 9 +- service/scheduler/pom.xml | 9 +- service/scheduler/quartz/about.html | 48 +- service/scheduler/quartz/pom.xml | 9 +- .../quartz/SchedulerEntityManagerFactory.java | 9 +- .../quartz/SchedulerServiceInit.java | 9 +- .../quartz/driver/QuartzTriggerDriver.java | 9 +- .../CannotAddQuartzJobException.java | 9 +- .../exception/CannotScheduleJobException.java | 9 +- .../QuartzTriggerDriverErrorCodes.java | 9 +- .../QuartzTriggerDriverException.java | 9 +- .../SchedulerNotAvailableException.java | 9 +- .../exception/TriggerNeverFiresException.java | 9 +- .../quartz/job/KapuaJobLauncher.java | 9 +- .../KapuaQuartzConnectionProvider.java | 9 +- .../quartz/setting/KapuaSchedulerSetting.java | 17 +- .../setting/KapuaSchedulerSettingKeys.java | 15 +- .../quartz/TriggerDefinitionCreatorImpl.java | 9 +- .../quartz/TriggerDefinitionDAO.java | 9 +- .../quartz/TriggerDefinitionFactoryImpl.java | 9 +- .../quartz/TriggerDefinitionImpl.java | 9 +- .../TriggerDefinitionListResultImpl.java | 9 +- .../quartz/TriggerDefinitionQueryImpl.java | 9 +- .../quartz/TriggerDefinitionServiceImpl.java | 9 +- .../quartz/TriggerPropertyImpl.java | 9 +- .../trigger/quartz/TriggerCreatorImpl.java | 9 +- .../scheduler/trigger/quartz/TriggerDAO.java | 9 +- .../trigger/quartz/TriggerFactoryImpl.java | 9 +- .../scheduler/trigger/quartz/TriggerImpl.java | 9 +- .../trigger/quartz/TriggerListResultImpl.java | 9 +- .../trigger/quartz/TriggerQueryImpl.java | 9 +- .../trigger/quartz/TriggerServiceImpl.java | 9 +- ...ervice.schedule.trigger.TriggerService.xml | 21 +- .../main/resources/META-INF/persistence.xml | 9 +- .../kapua-scheduler-setting.properties | 9 +- .../0.3.0/changelog-scheduler-0.3.0.xml | 9 +- .../liquibase/0.3.0/scheduler-domain.xml | 9 +- .../0.3.0/scheduler-engine-quartz.xml | 9 +- .../liquibase/0.3.0/trigger-configuration.xml | 9 +- .../resources/liquibase/0.3.0/trigger.xml | 11 +- .../liquibase/0.3.0/trigger_properties.xml | 9 +- .../1.0.0/changelog-scheduler-1.0.0.xml | 9 +- .../liquibase/1.0.0/scheduler-domain.xml | 9 +- .../1.1.0/changelog-scheduler-1.1.0.pre.xml | 9 +- .../1.1.0/changelog-scheduler-1.1.0.xml | 9 +- .../1.1.0/cron_job_trigger_definition.xml | 9 +- .../device_connect_trigger_definition.xml | 9 +- .../1.1.0/interval_job_trigger_definition.xml | 9 +- ...uler-engine-quartz-update_job_launcher.xml | 9 +- .../liquibase/1.1.0/trigger-description.xml | 9 +- .../1.1.0/trigger-trigger_definition_id.xml | 9 +- .../liquibase/1.1.0/trigger_definition.xml | 9 +- .../1.1.0/trigger_definition_properties.xml | 9 +- .../1.2.0/changelog-scheduler-1.2.0.xml | 9 +- ...scheduler_engine_quartz-delete_cascade.xml | 9 +- .../liquibase/1.2.0/trigger-timestamp.xml | 9 +- .../1.2.0/trigger_definition-timestamp.xml | 9 +- .../changelog-scheduler-master.pre.xml | 9 +- .../liquibase/changelog-scheduler-master.xml | 9 +- ...z-trigger-driver-error-messages.properties | 9 +- service/scheduler/test-steps/about.html | 48 +- service/scheduler/test-steps/pom.xml | 9 +- .../steps/JobScheduleServiceSteps.java | 9 +- service/scheduler/test/about.html | 48 +- service/scheduler/test/pom.xml | 9 +- .../CucumberWithPropertiesForScheduler.java | 9 +- .../scheduler/test/RunSchedulerUnitTest.java | 11 +- .../features/SchedulerService.feature | 11 +- .../kapua-environment-setting.properties | 9 +- .../test/src/test/resources/locator.xml | 9 +- .../test/src/test/resources/logback.xml | 11 +- .../security/authentication/api/about.html | 48 +- service/security/authentication/api/pom.xml | 9 +- .../AccessTokenCredentials.java | 9 +- .../authentication/ApiKeyCredentials.java | 9 +- .../AuthenticationCredentials.java | 13 +- .../authentication/AuthenticationDomains.java | 9 +- .../authentication/AuthenticationService.java | 9 +- .../AuthenticationXmlRegistry.java | 9 +- .../authentication/CredentialsFactory.java | 9 +- .../authentication/JwtCredentials.java | 9 +- .../KapuaAuthenticationErrorCodes.java | 9 +- .../authentication/KapuaPrincipal.java | 9 +- .../authentication/LoginCredentials.java | 9 +- .../RefreshTokenCredentials.java | 9 +- .../authentication/SessionCredentials.java | 9 +- .../StringToCharArrayAdapter.java | 9 +- .../UsernamePasswordCredentials.java | 9 +- .../authentication/credential/Credential.java | 9 +- .../credential/CredentialAttributes.java | 9 +- .../credential/CredentialCreator.java | 9 +- .../credential/CredentialDomain.java | 9 +- .../credential/CredentialFactory.java | 9 +- .../credential/CredentialListResult.java | 13 +- .../credential/CredentialQuery.java | 9 +- .../credential/CredentialService.java | 9 +- .../credential/CredentialStatus.java | 11 +- .../credential/CredentialType.java | 11 +- .../credential/CredentialXmlRegistry.java | 9 +- .../KapuaExistingCredentialException.java | 13 +- .../KapuaPasswordTooLongException.java | 9 +- .../KapuaPasswordTooShortException.java | 9 +- .../mfa/KapuaExistingMfaOptionException.java | 9 +- .../KapuaExistingScratchCodesException.java | 9 +- .../credential/mfa/MfaOption.java | 9 +- .../credential/mfa/MfaOptionAttributes.java | 9 +- .../credential/mfa/MfaOptionCreator.java | 9 +- .../credential/mfa/MfaOptionFactory.java | 9 +- .../credential/mfa/MfaOptionListResult.java | 9 +- .../credential/mfa/MfaOptionQuery.java | 9 +- .../credential/mfa/MfaOptionService.java | 9 +- .../credential/mfa/MfaOptionXmlRegistry.java | 9 +- .../credential/mfa/ScratchCode.java | 9 +- .../credential/mfa/ScratchCodeAttributes.java | 9 +- .../credential/mfa/ScratchCodeCreator.java | 9 +- .../credential/mfa/ScratchCodeFactory.java | 9 +- .../credential/mfa/ScratchCodeListResult.java | 9 +- .../credential/mfa/ScratchCodeQuery.java | 9 +- .../credential/mfa/ScratchCodeService.java | 9 +- .../mfa/ScratchCodeXmlRegistry.java | 9 +- .../authentication/mfa/MfaAuthenticator.java | 9 +- .../registration/RegistrationService.java | 9 +- .../authentication/token/AccessToken.java | 9 +- .../token/AccessTokenAttributes.java | 9 +- .../token/AccessTokenCreator.java | 9 +- .../token/AccessTokenDomain.java | 9 +- .../token/AccessTokenFactory.java | 9 +- .../token/AccessTokenListResult.java | 13 +- .../token/AccessTokenQuery.java | 9 +- .../token/AccessTokenService.java | 9 +- .../token/AccessTokenXmlRegistry.java | 9 +- .../authentication/token/LoginInfo.java | 9 +- service/security/authentication/pom.xml | 9 +- service/security/authorization/api/about.html | 48 +- service/security/authorization/api/pom.xml | 9 +- .../authorization/AuthorizationDomains.java | 9 +- .../authorization/AuthorizationService.java | 9 +- .../authorization/access/AccessInfo.java | 9 +- .../access/AccessInfoAttributes.java | 9 +- .../access/AccessInfoCreator.java | 9 +- .../access/AccessInfoDomain.java | 9 +- .../access/AccessInfoFactory.java | 9 +- .../access/AccessInfoListResult.java | 11 +- .../authorization/access/AccessInfoQuery.java | 9 +- .../access/AccessInfoService.java | 9 +- .../access/AccessInfoXmlRegistry.java | 9 +- .../access/AccessPermission.java | 9 +- .../access/AccessPermissionAttributes.java | 9 +- .../access/AccessPermissionCreator.java | 9 +- .../access/AccessPermissionFactory.java | 9 +- .../access/AccessPermissionListResult.java | 11 +- .../access/AccessPermissionQuery.java | 9 +- .../access/AccessPermissionService.java | 9 +- .../access/AccessPermissionXmlRegistry.java | 9 +- .../authorization/access/AccessRole.java | 9 +- .../access/AccessRoleAttributes.java | 13 +- .../access/AccessRoleCreator.java | 9 +- .../access/AccessRoleFactory.java | 9 +- .../access/AccessRoleListResult.java | 11 +- .../authorization/access/AccessRoleQuery.java | 9 +- .../access/AccessRoleService.java | 9 +- .../access/AccessRoleXmlRegistry.java | 9 +- .../service/authorization/domain/Domain.java | 9 +- .../domain/DomainAttributes.java | 9 +- .../authorization/domain/DomainCreator.java | 9 +- .../authorization/domain/DomainDomain.java | 9 +- .../authorization/domain/DomainFactory.java | 9 +- .../domain/DomainListResult.java | 11 +- .../authorization/domain/DomainQuery.java | 9 +- .../domain/DomainRegistryService.java | 9 +- .../domain/DomainXmlRegistry.java | 9 +- .../service/authorization/group/Group.java | 9 +- .../authorization/group/GroupAttributes.java | 9 +- .../authorization/group/GroupCreator.java | 9 +- .../authorization/group/GroupDomain.java | 9 +- .../authorization/group/GroupFactory.java | 9 +- .../authorization/group/GroupListResult.java | 11 +- .../authorization/group/GroupQuery.java | 9 +- .../authorization/group/GroupService.java | 9 +- .../authorization/group/GroupXmlRegistry.java | 9 +- .../authorization/group/Groupable.java | 9 +- .../authorization/permission/Permission.java | 9 +- .../permission/PermissionAttributes.java | 9 +- .../permission/PermissionFactory.java | 9 +- .../permission/PermissionXmlRegistry.java | 9 +- .../service/authorization/role/Role.java | 9 +- .../authorization/role/RoleAttributes.java | 9 +- .../authorization/role/RoleCreator.java | 9 +- .../authorization/role/RoleDomain.java | 9 +- .../authorization/role/RoleFactory.java | 9 +- .../authorization/role/RoleListResult.java | 11 +- .../authorization/role/RolePermission.java | 9 +- .../role/RolePermissionAttributes.java | 9 +- .../role/RolePermissionCreator.java | 9 +- .../role/RolePermissionFactory.java | 9 +- .../role/RolePermissionListResult.java | 11 +- .../role/RolePermissionQuery.java | 9 +- .../role/RolePermissionService.java | 9 +- .../role/RolePermissionXmlRegistry.java | 9 +- .../service/authorization/role/RoleQuery.java | 9 +- .../authorization/role/RoleService.java | 9 +- .../authorization/role/RoleXmlRegistry.java | 9 +- service/security/authorization/pom.xml | 9 +- service/security/certificate/api/pom.xml | 9 +- .../service/certificate/Certificate.java | 9 +- .../certificate/CertificateAttributes.java | 9 +- .../certificate/CertificateCreator.java | 9 +- .../certificate/CertificateDomain.java | 9 +- .../certificate/CertificateDomains.java | 9 +- .../certificate/CertificateFactory.java | 9 +- .../certificate/CertificateGenerator.java | 9 +- .../certificate/CertificateListResult.java | 9 +- .../service/certificate/CertificateQuery.java | 9 +- .../certificate/CertificateService.java | 9 +- .../certificate/CertificateStatus.java | 9 +- .../service/certificate/CertificateUsage.java | 9 +- .../kapua/service/certificate/KeyUsage.java | 9 +- .../service/certificate/KeyUsageSetting.java | 9 +- .../exception/KapuaCertificateErrorCodes.java | 9 +- .../exception/KapuaCertificateException.java | 9 +- .../certificate/info/CertificateInfo.java | 9 +- .../info/CertificateInfoAttributes.java | 9 +- .../info/CertificateInfoCreator.java | 9 +- .../info/CertificateInfoFactory.java | 9 +- .../info/CertificateInfoListResult.java | 9 +- .../info/CertificateInfoQuery.java | 9 +- .../info/CertificateInfoService.java | 9 +- .../info/xml/CertificateInfoXmlRegistry.java | 9 +- .../certificate/util/CertificateUtils.java | 9 +- .../xml/CertificateXmlRegistry.java | 9 +- service/security/certificate/internal/pom.xml | 9 +- .../internal/CertificateInfoFactoryImpl.java | 9 +- .../info/internal/CertificateInfoImpl.java | 9 +- .../CertificateInfoListResultImpl.java | 9 +- .../internal/CertificateInfoQueryImpl.java | 9 +- .../internal/CertificateInfoServiceImpl.java | 9 +- .../internal/CertificateFactoryImpl.java | 9 +- .../certificate/internal/CertificateImpl.java | 9 +- .../internal/CertificateListResultImpl.java | 9 +- .../internal/CertificateQueryImpl.java | 9 +- .../internal/CertificateServiceImpl.java | 9 +- .../internal/CertificateUsageImpl.java | 9 +- .../internal/KeyUsageSettingImpl.java | 9 +- .../setting/KapuaCertificateSetting.java | 9 +- .../setting/KapuaCertificateSettingKeys.java | 9 +- .../kapua-certificate-setting.properties | 9 +- service/security/certificate/pom.xml | 9 +- service/security/pom.xml | 9 +- service/security/registration/about.html | 48 +- service/security/registration/api/about.html | 48 +- service/security/registration/api/pom.xml | 9 +- .../registration/RegistrationProcessor.java | 9 +- .../RegistrationProcessorProvider.java | 9 +- .../security/registration/package-info.java | 9 +- service/security/registration/pom.xml | 9 +- .../security/registration/simple/about.html | 48 +- service/security/registration/simple/pom.xml | 9 +- .../simple/SimpleRegistrationProcessor.java | 9 +- .../SimpleRegistrationProcessorProvider.java | 9 +- .../simple/setting/SimpleSetting.java | 9 +- .../simple/setting/SimpleSettingKeys.java | 9 +- ...ity-registration-simple-setting.properties | 9 +- service/security/shiro/about.html | 48 +- service/security/shiro/pom.xml | 9 +- .../AuthenticationServiceModule.java | 9 +- .../mfa/shiro/MfaOptionCreatorImpl.java | 9 +- .../credential/mfa/shiro/MfaOptionDAO.java | 9 +- .../shiro/MfaOptionEntityManagerFactory.java | 9 +- .../mfa/shiro/MfaOptionFactoryImpl.java | 9 +- .../credential/mfa/shiro/MfaOptionImpl.java | 9 +- .../mfa/shiro/MfaOptionListResultImpl.java | 9 +- .../mfa/shiro/MfaOptionQueryImpl.java | 9 +- .../mfa/shiro/MfaOptionServiceImpl.java | 9 +- .../mfa/shiro/ScratchCodeCreatorImpl.java | 9 +- .../credential/mfa/shiro/ScratchCodeDAO.java | 9 +- .../ScratchCodeEntityManagerFactory.java | 9 +- .../mfa/shiro/ScratchCodeFactoryImpl.java | 9 +- .../credential/mfa/shiro/ScratchCodeImpl.java | 9 +- .../mfa/shiro/ScratchCodeListResultImpl.java | 9 +- .../mfa/shiro/ScratchCodeQueryImpl.java | 9 +- .../mfa/shiro/ScratchCodeServiceImpl.java | 9 +- .../shiro/CredentialCreatorImpl.java | 13 +- .../credential/shiro/CredentialDAO.java | 9 +- .../shiro/CredentialFactoryImpl.java | 9 +- .../credential/shiro/CredentialImpl.java | 9 +- .../shiro/CredentialListResultImpl.java | 13 +- .../credential/shiro/CredentialQueryImpl.java | 9 +- .../shiro/CredentialServiceImpl.java | 9 +- .../shiro/AccessTokenCredentialsImpl.java | 15 +- .../shiro/ApiKeyCredentialsImpl.java | 9 +- .../AuthenticationEntityManagerFactory.java | 13 +- .../shiro/AuthenticationServiceShiroImpl.java | 9 +- .../shiro/CredentialsFactoryImpl.java | 13 +- .../shiro/JwtCredentialsImpl.java | 9 +- .../shiro/KapuaAuthenticationException.java | 19 +- .../shiro/KapuaAuthenticator.java | 11 +- .../shiro/RefreshTokenCredentialsImpl.java | 9 +- .../UsernamePasswordCredentialsImpl.java | 13 +- .../AuthenticationRuntimeException.java | 9 +- .../exceptions/ExpiredAccountException.java | 9 +- .../JwtCertificateNotFoundException.java | 9 +- .../TemporaryLockedAccountException.java | 9 +- .../shiro/mfa/MfaAuthenticatorImpl.java | 9 +- .../mfa/MfaAuthenticatorServiceLocator.java | 9 +- .../realm/AccessTokenAuthenticatingRealm.java | 9 +- .../realm/AccessTokenCredentialsMatcher.java | 9 +- .../realm/ApiKeyAuthenticatingRealm.java | 15 +- .../shiro/realm/ApiKeyCredentialsMatcher.java | 13 +- .../shiro/realm/JwtAuthenticatingRealm.java | 9 +- .../shiro/realm/JwtCredentialsMatcher.java | 9 +- .../shiro/realm/LoginAuthenticationInfo.java | 17 +- .../realm/SessionAuthenticationInfo.java | 17 +- .../realm/UserPassAuthenticatingRealm.java | 9 +- .../realm/UserPassCredentialsMatcher.java | 9 +- .../registration/RegistrationServiceImpl.java | 9 +- .../setting/KapuaAuthenticationSetting.java | 13 +- .../KapuaAuthenticationSettingKeys.java | 9 +- .../shiro/setting/KapuaCryptoSetting.java | 13 +- .../shiro/setting/KapuaCryptoSettingKeys.java | 11 +- .../shiro/utils/AuthenticationUtils.java | 15 +- .../shiro/utils/CryptAlgorithm.java | 9 +- .../shiro/utils/JwtProcessors.java | 9 +- .../token/shiro/AccessTokenCreatorImpl.java | 13 +- .../token/shiro/AccessTokenDAO.java | 9 +- .../AccessTokenEntityManagerFactory.java | 13 +- .../token/shiro/AccessTokenFactoryImpl.java | 9 +- .../token/shiro/AccessTokenImpl.java | 9 +- .../shiro/AccessTokenListResultImpl.java | 13 +- .../token/shiro/AccessTokenQueryImpl.java | 9 +- .../token/shiro/AccessTokenServiceImpl.java | 9 +- .../token/shiro/LoginInfoImpl.java | 9 +- .../AuthorizationServiceModule.java | 9 +- .../access/shiro/AccessInfoCache.java | 9 +- .../access/shiro/AccessInfoCacheFactory.java | 9 +- .../access/shiro/AccessInfoCreatorImpl.java | 17 +- .../access/shiro/AccessInfoDAO.java | 9 +- .../access/shiro/AccessInfoFactoryImpl.java | 9 +- .../access/shiro/AccessInfoImpl.java | 9 +- .../shiro/AccessInfoListResultImpl.java | 13 +- .../access/shiro/AccessInfoQueryImpl.java | 9 +- .../access/shiro/AccessInfoServiceImpl.java | 9 +- .../shiro/AccessPermissionCacheFactory.java | 9 +- .../shiro/AccessPermissionCreatorImpl.java | 15 +- .../access/shiro/AccessPermissionDAO.java | 9 +- .../shiro/AccessPermissionFactoryImpl.java | 9 +- .../access/shiro/AccessPermissionImpl.java | 9 +- .../shiro/AccessPermissionListResultImpl.java | 13 +- .../shiro/AccessPermissionQueryImpl.java | 9 +- .../shiro/AccessPermissionServiceImpl.java | 9 +- .../access/shiro/AccessRoleCacheFactory.java | 9 +- .../access/shiro/AccessRoleCreatorImpl.java | 15 +- .../access/shiro/AccessRoleDAO.java | 9 +- .../access/shiro/AccessRoleFactoryImpl.java | 9 +- .../access/shiro/AccessRoleImpl.java | 9 +- .../shiro/AccessRoleListResultImpl.java | 13 +- .../access/shiro/AccessRoleQueryImpl.java | 9 +- .../access/shiro/AccessRoleServiceImpl.java | 9 +- .../domain/shiro/DomainCreatorImpl.java | 9 +- .../authorization/domain/shiro/DomainDAO.java | 9 +- .../domain/shiro/DomainFactoryImpl.java | 9 +- .../domain/shiro/DomainImpl.java | 9 +- .../domain/shiro/DomainListResultImpl.java | 11 +- .../domain/shiro/DomainQueryImpl.java | 9 +- .../shiro/DomainRegistryServiceImpl.java | 9 +- .../group/shiro/GroupCreatorImpl.java | 9 +- .../authorization/group/shiro/GroupDAO.java | 9 +- .../group/shiro/GroupFactoryImpl.java | 9 +- .../authorization/group/shiro/GroupImpl.java | 9 +- .../group/shiro/GroupListResultImpl.java | 11 +- .../group/shiro/GroupQueryImpl.java | 9 +- .../group/shiro/GroupServiceImpl.java | 9 +- .../shiro/PermissionFactoryImpl.java | 9 +- .../permission/shiro/PermissionImpl.java | 9 +- .../permission/shiro/PermissionValidator.java | 9 +- .../role/shiro/RoleCacheFactory.java | 9 +- .../role/shiro/RoleCreatorImpl.java | 9 +- .../authorization/role/shiro/RoleDAO.java | 9 +- .../role/shiro/RoleFactoryImpl.java | 9 +- .../authorization/role/shiro/RoleImpl.java | 9 +- .../role/shiro/RoleListResultImpl.java | 13 +- .../shiro/RolePermissionCacheFactory.java | 9 +- .../role/shiro/RolePermissionCreatorImpl.java | 15 +- .../role/shiro/RolePermissionDAO.java | 9 +- .../role/shiro/RolePermissionFactoryImpl.java | 9 +- .../role/shiro/RolePermissionImpl.java | 9 +- .../shiro/RolePermissionListResultImpl.java | 13 +- .../role/shiro/RolePermissionQueryImpl.java | 9 +- .../role/shiro/RolePermissionServiceImpl.java | 9 +- .../role/shiro/RoleQueryImpl.java | 9 +- .../role/shiro/RoleServiceImpl.java | 9 +- .../AuthorizationEntityManagerFactory.java | 13 +- .../shiro/AuthorizationServiceImpl.java | 9 +- .../shiro/KapuaAuthorizingRealm.java | 9 +- .../KapuaAuthorizationErrorCodes.java | 9 +- .../KapuaAuthorizationException.java | 9 +- .../SubjectUnauthorizedException.java | 9 +- .../setting/KapuaAuthorizationSetting.java | 9 +- .../KapuaAuthorizationSettingKeys.java | 9 +- ...ntication.credential.CredentialService.xml | 47 +- ...rvice.authorization.group.GroupService.xml | 21 +- ...service.authorization.role.RoleService.xml | 21 +- .../main/resources/META-INF/persistence.xml | 9 +- .../kapua-authentication-setting.properties | 9 +- .../kapua-authorization-setting.properties | 9 +- .../resources/kapua-crypto-setting.properties | 9 +- .../0.2.0/atht_access_token-domain.xml | 11 +- .../liquibase/0.2.0/atht_access_token.xml | 9 +- .../0.2.0/atht_credential-domain.xml | 11 +- .../liquibase/0.2.0/atht_credential.xml | 9 +- .../0.2.0/athz_access_info-domain.xml | 11 +- .../liquibase/0.2.0/athz_access_info.xml | 11 +- .../0.2.0/athz_access_permission.xml | 11 +- .../liquibase/0.2.0/athz_access_role.xml | 9 +- .../liquibase/0.2.0/athz_domain-domain.xml | 9 +- .../resources/liquibase/0.2.0/athz_domain.xml | 9 +- .../liquibase/0.2.0/athz_domain_actions.xml | 9 +- .../0.2.0/athz_group-configuration.xml | 9 +- .../liquibase/0.2.0/athz_group-domain.xml | 11 +- .../resources/liquibase/0.2.0/athz_group.xml | 11 +- .../0.2.0/athz_role-configuration.xml | 11 +- .../liquibase/0.2.0/athz_role-domain.xml | 11 +- .../resources/liquibase/0.2.0/athz_role.xml | 11 +- .../liquibase/0.2.0/athz_role_permission.xml | 11 +- .../0.2.0/changelog-authentication-0.2.0.xml | 9 +- .../changelog-authorization-0.2.0.pre.xml | 9 +- .../0.2.0/changelog-authorization-0.2.0.xml | 9 +- .../atht_access_token-id_check_positive.xml | 9 +- .../0.3.0/atht_credential-expiration.xml | 9 +- .../atht_credential-id_check_positive.xml | 9 +- .../0.3.0/atht_credential-lockout_policy.xml | 9 +- .../athz_access_info-id_check_positive.xml | 9 +- ...hz_access_permission-id_check_positive.xml | 9 +- .../athz_access_role-id_check_positive.xml | 9 +- .../0.3.0/athz_domain-id_check_positive.xml | 9 +- .../athz_domain_actions-id_check_positive.xml | 9 +- .../0.3.0/athz_group-id_check_positive.xml | 9 +- .../0.3.0/athz_role-id_check_positive.xml | 9 +- ...athz_role_permission-id_check_positive.xml | 9 +- .../0.3.0/changelog-authentication-0.3.0.xml | 9 +- .../0.3.0/changelog-authorization-0.3.0.xml | 11 +- .../0.3.1/athz_domain-add_groupable.xml | 9 +- .../changelog-authorization-0.3.1.pre.xml | 9 +- .../1.0.0/atht-access_token-domain.xml | 9 +- .../1.0.0/atht-credential-domain.xml | 9 +- .../1.0.0/atht-sys-housekeeper-run-seed.xml | 9 +- .../1.0.0/athz-access_info-domain.xml | 9 +- .../liquibase/1.0.0/athz-domain-domain.xml | 9 +- .../liquibase/1.0.0/athz-group-domain.xml | 9 +- .../liquibase/1.0.0/athz-role-domain.xml | 9 +- .../1.0.0/athz-sys-housekeeper-run-seed.xml | 9 +- ...-sys-housekeeper-update-domain-service.xml | 9 +- .../1.0.0/changelog-authentication-1.0.0.xml | 9 +- .../1.0.0/changelog-authorization-1.0.0.xml | 9 +- .../1.1.0/changelog-authorization-1.1.0.xml | 9 +- .../liquibase/1.1.0/group-description.xml | 9 +- .../liquibase/1.1.0/role-description.xml | 9 +- .../1.2.0/atht-access_token-timestamp.xml | 9 +- .../1.2.0/atht-credential-timestamp.xml | 9 +- .../1.2.0/athz-access_info-timestamp.xml | 9 +- .../athz-access_permission-timestamp.xml | 9 +- .../1.2.0/athz-access_role-timestamp.xml | 9 +- .../liquibase/1.2.0/athz-domain-timestamp.xml | 9 +- .../liquibase/1.2.0/athz-group-timestamp.xml | 9 +- .../liquibase/1.2.0/athz-role-timestamp.xml | 9 +- .../1.2.0/athz-role_permission-timestamp.xml | 9 +- .../1.2.0/changelog-authentication-1.2.0.xml | 9 +- .../1.2.0/changelog-authorization-1.2.0.xml | 9 +- .../1.3.0/atht-access_token-expires_index.xml | 9 +- ...tht-access_token-refresh-expires_index.xml | 9 +- .../liquibase/1.3.0/atht-mfa_option.xml | 9 +- .../liquibase/1.3.0/atht-scratch_code.xml | 9 +- .../1.3.0/changelog-authentication-1.3.0.xml | 9 +- .../changelog-authentication-master.xml | 9 +- .../changelog-authorization-master.pre.xml | 9 +- .../changelog-authorization-master.xml | 9 +- .../resources/liquibase/common-properties.xml | 11 +- service/security/test-steps/about.html | 48 +- service/security/test-steps/pom.xml | 9 +- .../steps/AuthenticationServiceSteps.java | 9 +- .../steps/AuthorizationServiceSteps.java | 9 +- service/security/test/pom.xml | 9 +- .../CucumberWithPropertiesForSecurity.java | 9 +- .../security/test/RunSecurityUnitTest.java | 9 +- .../CredentialServiceUnitTests.feature | 9 +- .../features/GroupServiceUnitTests.feature | 11 +- .../features/RoleServiceUnitTests.feature | 23 +- .../kapua-environment-setting.properties | 13 +- .../test/src/test/resources/locator.xml | 9 +- .../test/src/test/resources/logback.xml | 11 +- service/stream/api/pom.xml | 9 +- .../kapua/service/stream/StreamDomain.java | 9 +- .../kapua/service/stream/StreamDomains.java | 9 +- .../kapua/service/stream/StreamService.java | 9 +- .../service/stream/StreamDomainTest.java | 11 +- .../service/stream/StreamDomainsTest.java | 11 +- service/stream/internal/pom.xml | 9 +- .../stream/internal/StreamServiceImpl.java | 9 +- .../1.0.0/changelog-stream-1.0.0.xml | 9 +- .../liquibase/1.0.0/stream-domain.xml | 9 +- .../liquibase/changelog-stream-master.xml | 9 +- service/stream/pom.xml | 9 +- service/tag/api/about.html | 48 +- service/tag/api/pom.xml | 9 +- .../org/eclipse/kapua/service/tag/Tag.java | 9 +- .../kapua/service/tag/TagAttributes.java | 11 +- .../eclipse/kapua/service/tag/TagCreator.java | 9 +- .../eclipse/kapua/service/tag/TagDomain.java | 9 +- .../eclipse/kapua/service/tag/TagDomains.java | 9 +- .../eclipse/kapua/service/tag/TagFactory.java | 9 +- .../kapua/service/tag/TagListResult.java | 11 +- .../eclipse/kapua/service/tag/TagQuery.java | 9 +- .../eclipse/kapua/service/tag/TagService.java | 9 +- .../kapua/service/tag/TagXmlRegistry.java | 9 +- .../eclipse/kapua/service/tag/Taggable.java | 9 +- service/tag/internal/about.html | 48 +- service/tag/internal/pom.xml | 9 +- .../service/tag/internal/TagCreatorImpl.java | 9 +- .../kapua/service/tag/internal/TagDAO.java | 9 +- .../tag/internal/TagEntityManagerFactory.java | 13 +- .../service/tag/internal/TagFactoryImpl.java | 9 +- .../kapua/service/tag/internal/TagImpl.java | 9 +- .../tag/internal/TagListResultImpl.java | 11 +- .../service/tag/internal/TagQueryImpl.java | 9 +- .../service/tag/internal/TagServiceImpl.java | 9 +- ...g.eclipse.kapua.service.tag.TagService.xml | 21 +- .../main/resources/META-INF/persistence.xml | 13 +- .../liquibase/0.3.0/changelog-tag-0.3.0.xml | 9 +- .../liquibase/0.3.0/tag-configuration.xml | 9 +- .../resources/liquibase/0.3.0/tag-domain.xml | 11 +- .../main/resources/liquibase/0.3.0/tag.xml | 9 +- .../liquibase/1.0.0/changelog-tag-1.0.0.xml | 9 +- .../resources/liquibase/1.0.0/tag-domain.xml | 9 +- .../liquibase/1.1.0/changelog-tag-1.1.0.xml | 9 +- .../liquibase/1.1.0/tag-description.xml | 9 +- .../liquibase/1.2.0/changelog-tag-1.2.0.xml | 9 +- .../liquibase/1.2.0/tag-timestamp.xml | 9 +- .../liquibase/changelog-tag-master.xml | 9 +- .../resources/liquibase/common-properties.xml | 11 +- service/tag/pom.xml | 9 +- service/tag/test-steps/about.html | 48 +- service/tag/test-steps/pom.xml | 9 +- .../service/tag/steps/TagServiceSteps.java | 9 +- service/tag/test/about.html | 48 +- service/tag/test/pom.xml | 9 +- .../test/CucumberWithPropertiesForTag.java | 9 +- .../service/tag/test/RunTagUnitTest.java | 11 +- ....service.authentication.CredentialsFactory | 13 +- .../resources/features/TagService.feature | 11 +- .../kapua-environment-setting.properties | 13 +- .../tag/test/src/test/resources/locator.xml | 9 +- .../tag/test/src/test/resources/logback.xml | 9 +- service/user/api/about.html | 48 +- service/user/api/pom.xml | 9 +- .../org/eclipse/kapua/service/user/User.java | 9 +- .../kapua/service/user/UserAttributes.java | 9 +- .../kapua/service/user/UserCreator.java | 9 +- .../kapua/service/user/UserDomain.java | 9 +- .../kapua/service/user/UserDomains.java | 9 +- .../kapua/service/user/UserFactory.java | 9 +- .../kapua/service/user/UserListResult.java | 9 +- .../service/user/UserMatchPredicate.java | 9 +- .../eclipse/kapua/service/user/UserQuery.java | 9 +- .../kapua/service/user/UserService.java | 9 +- .../kapua/service/user/UserStatus.java | 9 +- .../eclipse/kapua/service/user/UserType.java | 9 +- .../kapua/service/user/UserXmlRegistry.java | 9 +- service/user/internal/about.html | 48 +- service/user/internal/pom.xml | 9 +- .../user/internal/UserCacheFactory.java | 9 +- .../user/internal/UserCreatorImpl.java | 9 +- .../kapua/service/user/internal/UserDAO.java | 9 +- .../internal/UserEntityManagerFactory.java | 13 +- .../user/internal/UserFactoryImpl.java | 9 +- .../kapua/service/user/internal/UserImpl.java | 9 +- .../user/internal/UserListResultImpl.java | 13 +- .../user/internal/UserMatchPredicateImpl.java | 9 +- .../service/user/internal/UserQueryImpl.java | 9 +- .../user/internal/UserServiceImpl.java | 9 +- .../user/internal/UserServiceModule.java | 13 +- .../internal/setting/KapuaUserSetting.java | 19 +- .../setting/KapuaUserSettingKeys.java | 9 +- ...eclipse.kapua.service.user.UserService.xml | 23 +- .../main/resources/META-INF/persistence.xml | 9 +- .../resources/kapua-user-setting.properties | 9 +- .../liquibase/0.2.0/changelog-user-0.2.0.xml | 9 +- .../liquibase/0.2.0/user-configuration.xml | 11 +- .../resources/liquibase/0.2.0/user-domain.xml | 11 +- .../main/resources/liquibase/0.2.0/user.xml | 13 +- .../liquibase/0.3.0/changelog-user-0.3.0.xml | 9 +- .../liquibase/0.3.0/user-expiration.xml | 9 +- .../0.3.0/user-id_check_positive.xml | 9 +- .../liquibase/1.0.0/changelog-user-1.0.0.xml | 9 +- .../resources/liquibase/1.0.0/user-domain.xml | 9 +- .../1.0.0/user-sys-housekeeper-run-seed.xml | 9 +- .../liquibase/1.1.0/changelog-user-1.1.0.xml | 9 +- .../liquibase/1.1.0/user-description.xml | 9 +- .../liquibase/1.2.0/changelog-user-1.2.0.xml | 9 +- .../liquibase/1.2.0/user-timestamp.xml | 9 +- .../liquibase/changelog-user-master.xml | 9 +- .../resources/liquibase/common-properties.xml | 11 +- service/user/pom.xml | 9 +- service/user/test-steps/about.html | 48 +- service/user/test-steps/pom.xml | 9 +- .../service/user/steps/ComparableUser.java | 9 +- .../user/steps/UserRoleServiceSteps.java | 9 +- .../service/user/steps/UserServiceSteps.java | 9 +- service/user/test/about.html | 48 +- service/user/test/pom.xml | 9 +- .../test/CucumberWithPropertiesForUser.java | 9 +- .../service/user/test/RunUserUnitTest.java | 11 +- ....service.authentication.CredentialsFactory | 13 +- .../resources/features/UserService.feature | 9 +- .../kapua-environment-setting.properties | 13 +- .../user/test/src/test/resources/locator.xml | 9 +- .../user/test/src/test/resources/logback.xml | 9 +- simulator-kura/about.html | 48 +- simulator-kura/openshift/setup-external.sh | 9 +- simulator-kura/openshift/setup.sh | 9 +- simulator-kura/pom.xml | 9 +- .../src/main/docker/kura-simulator.xml | 9 +- simulator-kura/src/main/docker/logback.xml | 9 +- .../kura/simulator/AbstractMqttTransport.java | 9 +- .../kura/simulator/GatewayConfiguration.java | 9 +- .../eclipse/kapua/kura/simulator/Module.java | 9 +- .../kura/simulator/MqttAsyncTransport.java | 9 +- .../kapua/kura/simulator/Simulator.java | 9 +- .../kapua/kura/simulator/Transport.java | 9 +- .../app/AbstractDefaultApplication.java | 9 +- .../kapua/kura/simulator/app/Application.java | 9 +- .../simulator/app/ApplicationContext.java | 9 +- .../simulator/app/ApplicationController.java | 9 +- .../kapua/kura/simulator/app/Descriptor.java | 11 +- .../kapua/kura/simulator/app/Handler.java | 9 +- .../kapua/kura/simulator/app/Request.java | 9 +- .../kapua/kura/simulator/app/Sender.java | 9 +- .../app/annotated/AnnotatedApplication.java | 9 +- .../simulator/app/annotated/Application.java | 9 +- .../kura/simulator/app/annotated/DELETE.java | 9 +- .../kura/simulator/app/annotated/EXECUTE.java | 9 +- .../kura/simulator/app/annotated/GET.java | 9 +- .../kura/simulator/app/annotated/POST.java | 9 +- .../kura/simulator/app/annotated/PUT.java | 9 +- .../simulator/app/annotated/Resource.java | 9 +- .../command/AbstractCommandApplication.java | 9 +- .../app/command/SimpleCommandApplication.java | 9 +- .../AbstractSingleTopicPeriodicGenerator.java | 9 +- .../simulator/app/data/PeriodicGenerator.java | 9 +- .../app/data/SimplePeriodicGenerator.java | 9 +- .../app/deploy/AbstractDeployApplication.java | 9 +- .../app/deploy/BundleInformation.java | 9 +- .../DeploymentDownloadPackageRequest.java | 9 +- .../DeploymentInstallPackageRequest.java | 9 +- .../deploy/DeploymentPackageInformation.java | 9 +- .../DeploymentUninstallPackageRequest.java | 9 +- .../app/deploy/DownloadSimulator.java | 9 +- .../simulator/app/deploy/DownloadState.java | 9 +- .../simulator/app/deploy/InstallState.java | 9 +- .../app/deploy/SimpleDeployApplication.java | 9 +- .../birth/BirthCertificateBuilder.java | 9 +- .../birth/BirthCertificateModule.java | 9 +- .../kura/simulator/generator/Generator.java | 9 +- .../generator/GeneratorFactories.java | 9 +- .../simulator/generator/GeneratorFactory.java | 9 +- .../generator/GeneratorScheduler.java | 9 +- .../kura/simulator/generator/Generators.java | 9 +- .../kura/simulator/generator/Payload.java | 9 +- .../kura/simulator/generator/Position.java | 9 +- .../basic/AbstractGeneratorFactory.java | 9 +- .../generator/basic/SineGeneratorFactory.java | 9 +- .../StraightPositionGeneratorFactory.java | 9 +- .../kura/simulator/main/NameFactories.java | 9 +- .../kura/simulator/main/NameFactory.java | 9 +- .../kura/simulator/main/SimulatorRunner.java | 9 +- .../kapua/kura/simulator/payload/Message.java | 9 +- .../kapua/kura/simulator/payload/Metric.java | 9 +- .../kapua/kura/simulator/payload/Metrics.java | 9 +- .../kura/simulator/payload/Optional.java | 9 +- .../simulator/simulation/Configuration.java | 9 +- .../simulator/simulation/Configurations.java | 9 +- .../simulation/ConfiguredSimulation.java | 9 +- .../kura/simulator/simulation/JsonReader.java | 9 +- .../kura/simulator/simulation/Simulation.java | 9 +- .../kapua/kura/simulator/topic/Topic.java | 9 +- .../kapua/kura/simulator/util/Documents.java | 9 +- .../kapua/kura/simulator/util/Get.java | 9 +- .../kapua/kura/simulator/util/Hex.java | 11 +- .../kura/simulator/SingleTestApplication.java | 9 +- .../kura/simulator/TestDownloadSimulator.java | 9 +- .../simulator/main/simulation/AppTest.java | 9 +- .../main/simulation/ConfigurationTest.java | 9 +- .../simulator/main/simulation/JsonTest.java | 9 +- .../main/simulation/ValidationTest.java | 9 +- simulator-kura/src/test/resources/logback.xml | 9 +- src/main/dependency-checker/suppress.xml | 9 +- sso/api/about.html | 48 +- sso/api/pom.xml | 9 +- .../org/eclipse/kapua/sso/JwtProcessor.java | 9 +- .../kapua/sso/SingleSignOnLocator.java | 9 +- .../kapua/sso/SingleSignOnService.java | 9 +- .../exception/SsoAccessTokenException.java | 9 +- .../kapua/sso/exception/SsoErrorCodes.java | 9 +- .../kapua/sso/exception/SsoException.java | 9 +- .../SsoIllegalArgumentException.java | 9 +- .../sso/exception/jwt/SsoJwtException.java | 9 +- .../jwt/SsoJwtExtractionException.java | 9 +- .../exception/jwt/SsoJwtProcessException.java | 9 +- .../exception/uri/SsoIllegalUriException.java | 9 +- .../sso/exception/uri/SsoJwtUriException.java | 9 +- .../exception/uri/SsoLoginUriException.java | 9 +- .../exception/uri/SsoLogoutUriException.java | 9 +- .../sso/exception/uri/SsoUriException.java | 9 +- .../resources/sso-error-messages.properties | 9 +- sso/pom.xml | 9 +- sso/provider-generic/about.html | 48 +- sso/provider-generic/pom.xml | 9 +- .../generic/GenericSingleSignOnLocator.java | 9 +- .../generic/GenericSingleSignOnService.java | 9 +- .../sso/provider/generic/ProviderImpl.java | 9 +- .../generic/jwt/GenericJwtProcessor.java | 9 +- .../generic/setting/GenericSsoSetting.java | 9 +- .../setting/GenericSsoSettingKeys.java | 9 +- .../resources/sso-generic-setting.properties | 9 +- sso/provider-keycloak/about.html | 48 +- sso/provider-keycloak/pom.xml | 9 +- .../keycloak/KeycloakSingleSignOnLocator.java | 9 +- .../keycloak/KeycloakSingleSignOnService.java | 9 +- .../keycloak/KeycloakSingleSignOnUtils.java | 9 +- .../sso/provider/keycloak/ProviderImpl.java | 9 +- .../keycloak/jwt/KeycloakJwtProcessor.java | 9 +- .../keycloak/setting/KeycloakSsoSetting.java | 9 +- .../setting/KeycloakSsoSettingKeys.java | 9 +- .../resources/sso-keycloak-setting.properties | 9 +- sso/provider/about.html | 48 +- sso/provider/pom.xml | 9 +- .../provider/AbstractSingleSignOnService.java | 9 +- .../provider/ProviderSingleSignOnLocator.java | 9 +- .../sso/provider/SingleSignOnProvider.java | 9 +- .../kapua/sso/provider/SingleSignOnUtils.java | 9 +- .../provider/internal/DisabledLocator.java | 9 +- .../provider/jwt/AbstractJwtProcessor.java | 9 +- .../sso/provider/setting/SsoSetting.java | 9 +- .../sso/provider/setting/SsoSettingKeys.java | 9 +- .../src/main/resources/sso-setting.properties | 9 +- translator/api/about.html | 48 +- translator/api/pom.xml | 9 +- .../eclipse/kapua/translator/Translator.java | 9 +- .../translator/cache/TranslatorCache.java | 9 +- .../translator/cache/TranslatorCacheKey.java | 9 +- .../exception/InvalidChannelException.java | 9 +- .../exception/InvalidMessageException.java | 9 +- .../exception/InvalidPayloadException.java | 9 +- .../exception/TranslateException.java | 9 +- .../exception/TranslatorErrorCodes.java | 9 +- .../exception/TranslatorException.java | 9 +- .../TranslatorNotFoundException.java | 9 +- .../exception/TranslatorRuntimeException.java | 9 +- .../translator-error-messages.properties | 11 +- translator/kapua/kura/about.html | 48 +- translator/kapua/kura/pom.xml | 9 +- .../kura/AbstractTranslatorKapuaKura.java | 9 +- .../kapua/kura/MethodDictionaryKapuaKura.java | 9 +- .../kura/TranslatorAppAssetKapuaKura.java | 9 +- .../kura/TranslatorAppBundleKapuaKura.java | 9 +- .../kura/TranslatorAppCommandKapuaKura.java | 9 +- .../TranslatorAppConfigurationKapuaKura.java | 9 +- .../kura/TranslatorAppPackageKapuaKura.java | 9 +- .../kura/TranslatorAppRequestKapuaKura.java | 9 +- .../kura/TranslatorAppSnapshotKapuaKura.java | 9 +- .../kapua/kura/TranslatorDataKapuaKura.java | 9 +- .../kapua/kura/TranslatorKapuaKuraUtils.java | 9 +- ...ractSimpleTranslatorResponseKuraKapua.java | 9 +- .../kapua/AbstractTranslatorKuraKapua.java | 9 +- .../AbstractTranslatorResponseKuraKapua.java | 9 +- .../kura/kapua/MethodDictionaryKuraKapua.java | 9 +- .../kapua/TranslatorAppAssetKuraKapua.java | 9 +- .../kapua/TranslatorAppBundleKuraKapua.java | 9 +- .../kapua/TranslatorAppCommandKuraKapua.java | 9 +- .../TranslatorAppConfigurationKuraKapua.java | 9 +- .../kapua/TranslatorAppNotifyKuraKapua.java | 9 +- .../kapua/TranslatorAppPackageKuraKapua.java | 9 +- .../kapua/TranslatorAppResponseKuraKapua.java | 9 +- .../kapua/TranslatorAppSnapshotKuraKapua.java | 9 +- .../kura/kapua/TranslatorDataKuraKapua.java | 9 +- .../kura/kapua/TranslatorKuraKapuaUtils.java | 9 +- .../kapua/TranslatorLifeAppsKuraKapua.java | 9 +- .../kapua/TranslatorLifeBirthKuraKapua.java | 9 +- .../TranslatorLifeDisconnectKuraKapua.java | 9 +- .../kapua/TranslatorLifeMissingKuraKapua.java | 9 +- translator/kapua/pom.xml | 9 +- translator/kura/jms/about.html | 48 +- translator/kura/jms/pom.xml | 9 +- .../AbstractTranslatorLifecycleJmsKura.java | 9 +- .../jms/kura/TranslatorDataJmsKura.java | 9 +- .../jms/kura/TranslatorLifeAppsJmsKura.java | 9 +- .../jms/kura/TranslatorLifeBirthJmsKura.java | 9 +- .../kura/TranslatorLifeDisconnectJmsKura.java | 9 +- .../kura/TranslatorLifeMissingJmsKura.java | 9 +- .../jms/kura/TranslatorLifeNotifyJmsKura.java | 9 +- .../kura/jms/TranslatorDataKuraJms.java | 9 +- translator/kura/mqtt/about.html | 48 +- translator/kura/mqtt/pom.xml | 9 +- .../kura/mqtt/TranslatorDataKuraMqtt.java | 9 +- .../kura/mqtt/TranslatorRequestKuraMqtt.java | 9 +- .../mqtt/kura/TranslatorDataMqttKura.java | 9 +- .../mqtt/kura/TranslatorResponseMqttKura.java | 9 +- translator/kura/pom.xml | 9 +- translator/pom.xml | 9 +- translator/test-steps/about.html | 44 +- translator/test-steps/pom.xml | 9 +- .../test/steps/ExampleTranslator.java | 11 +- .../test/steps/TranslatorSteps.java | 9 +- translator/test/about.html | 44 +- translator/test/pom.xml | 9 +- .../CucumberWithPropertiesForTranslator.java | 9 +- .../test/RunTranslatorUnitTest.java | 9 +- .../features/TranslatorUnitTests.feature | 11 +- transport/api/about.html | 48 +- transport/api/pom.xml | 9 +- .../TransportClientConnectOptions.java | 9 +- .../transport/TransportClientFactory.java | 9 +- .../kapua/transport/TransportFacade.java | 9 +- .../TransportClientGetException.java | 9 +- .../exception/TransportErrorCodes.java | 9 +- .../exception/TransportException.java | 9 +- .../exception/TransportSendException.java | 9 +- .../exception/TransportTimeoutException.java | 9 +- .../transport/message/TransportChannel.java | 9 +- .../transport/message/TransportMessage.java | 9 +- .../transport/message/TransportPayload.java | 9 +- .../pubsub/PubSubTransportMessage.java | 9 +- .../transport/utils/ClientIdGenerator.java | 9 +- ...transport-client-error-messages.properties | 9 +- .../TransportClientGetExceptionTest.java | 11 +- .../exception/TransportExceptionTest.java | 9 +- .../exception/TransportSendExceptionTest.java | 9 +- .../TransportTimeoutExceptionTest.java | 11 +- .../utils/ClientIdGeneratorTest.java | 9 +- transport/jms/about.html | 48 +- transport/jms/pom.xml | 9 +- .../jms/setting/JmsClientSetting.java | 9 +- .../jms/setting/JmsClientSettingKeys.java | 9 +- .../transport/message/jms/JmsMessage.java | 9 +- .../transport/message/jms/JmsPayload.java | 9 +- .../kapua/transport/message/jms/JmsTopic.java | 11 +- .../resources/jms-client-setting.properties | 9 +- transport/mqtt/about.html | 48 +- transport/mqtt/pom.xml | 9 +- .../transport/message/mqtt/MqttMessage.java | 9 +- .../transport/message/mqtt/MqttPayload.java | 9 +- .../transport/message/mqtt/MqttTopic.java | 9 +- .../kapua/transport/mqtt/MqttClient.java | 9 +- .../mqtt/MqttClientConnectionOptions.java | 9 +- .../transport/mqtt/MqttClientFactoryImpl.java | 9 +- .../kapua/transport/mqtt/MqttFacade.java | 9 +- .../transport/mqtt/MqttResponseCallback.java | 9 +- .../mqtt/MqttResponseTimeoutTimer.java | 9 +- .../MqttClientAlreadyConnectedException.java | 9 +- .../MqttClientCallbackSetException.java | 9 +- .../exception/MqttClientCleanException.java | 9 +- .../exception/MqttClientConnectException.java | 9 +- .../MqttClientDisconnectException.java | 9 +- .../mqtt/exception/MqttClientErrorCodes.java | 9 +- .../mqtt/exception/MqttClientException.java | 9 +- .../MqttClientNotConnectedException.java | 9 +- .../exception/MqttClientPublishException.java | 9 +- .../MqttClientSubscribeException.java | 9 +- .../MqttClientTerminateException.java | 11 +- .../MqttClientUnsubscribeException.java | 9 +- .../mqtt/pooling/MqttClientPool.java | 9 +- .../mqtt/pooling/PooledMqttClientFactory.java | 9 +- .../setting/MqttClientPoolSetting.java | 17 +- .../setting/MqttClientPoolSettingKeys.java | 35 +- .../mqtt/setting/MqttClientSetting.java | 9 +- .../mqtt/setting/MqttClientSettingKeys.java | 9 +- .../mqtt-client-error-messages.properties | 11 +- .../mqtt-client-pool-setting.properties | 9 +- .../resources/mqtt-client-setting.properties | 9 +- .../test/message/mqtt/MqttMessageTest.java | 11 +- .../test/message/mqtt/MqttPayloadTest.java | 11 +- .../mqtt/test/message/mqtt/MqttTopicTest.java | 11 +- .../mqtt/MqttClientConnectionOptionsTest.java | 11 +- ...ttClientAlreadyConnectedExceptionTest.java | 11 +- .../MqttClientCallbackSetExceptionTest.java | 11 +- .../MqttClientCleanExceptionTest.java | 11 +- .../MqttClientConnectExceptionTest.java | 11 +- .../MqttClientDisconnectExceptionTest.java | 11 +- .../exception/MqttClientErrorCodesTest.java | 11 +- transport/pom.xml | 9 +- 4127 files changed, 25360 insertions(+), 19952 deletions(-) create mode 100644 console/epl-2.0.html delete mode 100644 console/epl-v10.html create mode 100644 rest-api/web/epl-2.0.html delete mode 100644 rest-api/web/epl-v10.html diff --git a/LICENSE b/LICENSE index f735bee0e8d..e48e0963459 100644 --- a/LICENSE +++ b/LICENSE @@ -1,203 +1,277 @@ -Eclipse Public License - v 1.0 +Eclipse Public License - v 2.0 -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC -LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM -CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION + OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 1. DEFINITIONS "Contribution" means: -a) in the case of the initial Contributor, the initial code and documentation - distributed under this Agreement, and -b) in the case of each subsequent Contributor: - i) changes to the Program, and - ii) additions to the Program; + a) in the case of the initial Contributor, the initial content + Distributed under this Agreement, and - where such changes and/or additions to the Program originate from and are - distributed by that particular Contributor. A Contribution 'originates' - from a Contributor if it was added to the Program by such Contributor - itself or anyone acting on such Contributor's behalf. Contributions do not - include additions to the Program which: (i) are separate modules of - software distributed in conjunction with the Program under their own - license agreement, and (ii) are not derivative works of the Program. + b) in the case of each subsequent Contributor: + i) changes to the Program, and + ii) additions to the Program; + where such changes and/or additions to the Program originate from + and are Distributed by that particular Contributor. A Contribution + "originates" from a Contributor if it was added to the Program by + such Contributor itself or anyone acting on such Contributor's behalf. + Contributions do not include changes or additions to the Program that + are not Modified Works. -"Contributor" means any person or entity that distributes the Program. +"Contributor" means any person or entity that Distributes the Program. -"Licensed Patents" mean patent claims licensable by a Contributor which are -necessarily infringed by the use or sale of its Contribution alone or when -combined with the Program. +"Licensed Patents" mean patent claims licensable by a Contributor which +are necessarily infringed by the use or sale of its Contribution alone +or when combined with the Program. -"Program" means the Contributions distributed in accordance with this +"Program" means the Contributions Distributed in accordance with this Agreement. -"Recipient" means anyone who receives the Program under this Agreement, -including all Contributors. +"Recipient" means anyone who receives the Program under this Agreement +or any Secondary License (as applicable), including Contributors. + +"Derivative Works" shall mean any work, whether in Source Code or other +form, that is based on (or derived from) the Program and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. + +"Modified Works" shall mean any work in Source Code or other form that +results from an addition to, deletion from, or modification of the +contents of the Program, including, for purposes of clarity any new file +in Source Code form that contains any contents of the Program. Modified +Works shall not include works that contain only declarations, +interfaces, types, classes, structures, or files of the Program solely +in each case in order to link to, bind by name, or subclass the Program +or Modified Works thereof. + +"Distribute" means the acts of a) distributing or b) making available +in any manner that enables the transfer of a copy. + +"Source Code" means the form of a Program preferred for making +modifications, including but not limited to software source code, +documentation source, and configuration files. + +"Secondary License" means either the GNU General Public License, +Version 2.0, or any later versions of that license, including any +exceptions or additional permissions as identified by the initial +Contributor. 2. GRANT OF RIGHTS - a) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free copyright license to - reproduce, prepare derivative works of, publicly display, publicly - perform, distribute and sublicense the Contribution of such Contributor, - if any, and such derivative works, in source code and object code form. - b) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free patent license under - Licensed Patents to make, use, sell, offer to sell, import and otherwise - transfer the Contribution of such Contributor, if any, in source code and - object code form. This patent license shall apply to the combination of - the Contribution and the Program if, at the time the Contribution is - added by the Contributor, such addition of the Contribution causes such - combination to be covered by the Licensed Patents. The patent license - shall not apply to any other combinations which include the Contribution. - No hardware per se is licensed hereunder. - c) Recipient understands that although each Contributor grants the licenses - to its Contributions set forth herein, no assurances are provided by any - Contributor that the Program does not infringe the patent or other - intellectual property rights of any other entity. Each Contributor - disclaims any liability to Recipient for claims brought by any other - entity based on infringement of intellectual property rights or - otherwise. As a condition to exercising the rights and licenses granted - hereunder, each Recipient hereby assumes sole responsibility to secure - any other intellectual property rights needed, if any. For example, if a - third party patent license is required to allow Recipient to distribute - the Program, it is Recipient's responsibility to acquire that license - before distributing the Program. - d) Each Contributor represents that to its knowledge it has sufficient - copyright rights in its Contribution, if any, to grant the copyright - license set forth in this Agreement. + + a) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free copyright + license to reproduce, prepare Derivative Works of, publicly display, + publicly perform, Distribute and sublicense the Contribution of such + Contributor, if any, and such Derivative Works. + + b) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free patent + license under Licensed Patents to make, use, sell, offer to sell, + import and otherwise transfer the Contribution of such Contributor, + if any, in Source Code or other form. This patent license shall + apply to the combination of the Contribution and the Program if, at + the time the Contribution is added by the Contributor, such addition + of the Contribution causes such combination to be covered by the + Licensed Patents. The patent license shall not apply to any other + combinations which include the Contribution. No hardware per se is + licensed hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe the + patent or other intellectual property rights of any other entity. + Each Contributor disclaims any liability to Recipient for claims + brought by any other entity based on infringement of intellectual + property rights or otherwise. As a condition to exercising the + rights and licenses granted hereunder, each Recipient hereby + assumes sole responsibility to secure any other intellectual + property rights needed, if any. For example, if a third party + patent license is required to allow Recipient to Distribute the + Program, it is Recipient's responsibility to acquire that license + before distributing the Program. + + d) Each Contributor represents that to its knowledge it has + sufficient copyright rights in its Contribution, if any, to grant + the copyright license set forth in this Agreement. + + e) Notwithstanding the terms of any Secondary License, no + Contributor makes additional grants to any Recipient (other than + those set forth in this Agreement) as a result of such Recipient's + receipt of the Program under the terms of a Secondary License + (if permitted under the terms of Section 3). 3. REQUIREMENTS -A Contributor may choose to distribute the Program in object code form under -its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - b) its license agreement: - i) effectively disclaims on behalf of all Contributors all warranties - and conditions, express and implied, including warranties or - conditions of title and non-infringement, and implied warranties or - conditions of merchantability and fitness for a particular purpose; - ii) effectively excludes on behalf of all Contributors all liability for - damages, including direct, indirect, special, incidental and - consequential damages, such as lost profits; - iii) states that any provisions which differ from this Agreement are - offered by that Contributor alone and not by any other party; and - iv) states that source code for the Program is available from such - Contributor, and informs licensees how to obtain it in a reasonable - manner on or through a medium customarily used for software exchange. - -When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - b) a copy of this Agreement must be included with each copy of the Program. - Contributors may not remove or alter any copyright notices contained - within the Program. - -Each Contributor must identify itself as the originator of its Contribution, -if -any, in a manner that reasonably allows subsequent Recipients to identify the -originator of the Contribution. +3.1 If a Contributor Distributes the Program in any form, then: + + a) the Program must also be made available as Source Code, in + accordance with section 3.2, and the Contributor must accompany + the Program with a statement that the Source Code for the Program + is available under this Agreement, and informs Recipients how to + obtain it in a reasonable manner on or through a medium customarily + used for software exchange; and + + b) the Contributor may Distribute the Program under a license + different than this Agreement, provided that such license: + i) effectively disclaims on behalf of all other Contributors all + warranties and conditions, express and implied, including + warranties or conditions of title and non-infringement, and + implied warranties or conditions of merchantability and fitness + for a particular purpose; + + ii) effectively excludes on behalf of all other Contributors all + liability for damages, including direct, indirect, special, + incidental and consequential damages, such as lost profits; + + iii) does not attempt to limit or alter the recipients' rights + in the Source Code under section 3.2; and + + iv) requires any subsequent distribution of the Program by any + party to be under a license that satisfies the requirements + of this section 3. + +3.2 When the Program is Distributed as Source Code: + + a) it must be made available under this Agreement, or if the + Program (i) is combined with other material in a separate file or + files made available under a Secondary License, and (ii) the initial + Contributor attached to the Source Code the notice described in + Exhibit A of this Agreement, then the Program may be made available + under the terms of such Secondary Licenses, and + + b) a copy of this Agreement must be included with each copy of + the Program. + +3.3 Contributors may not remove or alter any copyright, patent, +trademark, attribution notices, disclaimers of warranty, or limitations +of liability ("notices") contained within the Program from any copy of +the Program which they Distribute, provided that Contributors may add +their own appropriate notices. 4. COMMERCIAL DISTRIBUTION -Commercial distributors of software may accept certain responsibilities with -respect to end users, business partners and the like. While this license is -intended to facilitate the commercial use of the Program, the Contributor who -includes the Program in a commercial product offering should do so in a manner -which does not create potential liability for other Contributors. Therefore, -if a Contributor includes the Program in a commercial product offering, such -Contributor ("Commercial Contributor") hereby agrees to defend and indemnify -every other Contributor ("Indemnified Contributor") against any losses, -damages and costs (collectively "Losses") arising from claims, lawsuits and -other legal actions brought by a third party against the Indemnified -Contributor to the extent caused by the acts or omissions of such Commercial -Contributor in connection with its distribution of the Program in a commercial -product offering. The obligations in this section do not apply to any claims -or Losses relating to any actual or alleged intellectual property -infringement. In order to qualify, an Indemnified Contributor must: -a) promptly notify the Commercial Contributor in writing of such claim, and -b) allow the Commercial Contributor to control, and cooperate with the -Commercial Contributor in, the defense and any related settlement -negotiations. The Indemnified Contributor may participate in any such claim at -its own expense. - -For example, a Contributor might include the Program in a commercial product -offering, Product X. That Contributor is then a Commercial Contributor. If -that Commercial Contributor then makes performance claims, or offers -warranties related to Product X, those performance claims and warranties are -such Commercial Contributor's responsibility alone. Under this section, the -Commercial Contributor would have to defend claims against the other -Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages. +Commercial distributors of software may accept certain responsibilities +with respect to end users, business partners and the like. While this +license is intended to facilitate the commercial use of the Program, +the Contributor who includes the Program in a commercial product +offering should do so in a manner which does not create potential +liability for other Contributors. Therefore, if a Contributor includes +the Program in a commercial product offering, such Contributor +("Commercial Contributor") hereby agrees to defend and indemnify every +other Contributor ("Indemnified Contributor") against any losses, +damages and costs (collectively "Losses") arising from claims, lawsuits +and other legal actions brought by a third party against the Indemnified +Contributor to the extent caused by the acts or omissions of such +Commercial Contributor in connection with its distribution of the Program +in a commercial product offering. The obligations in this section do not +apply to any claims or Losses relating to any actual or alleged +intellectual property infringement. In order to qualify, an Indemnified +Contributor must: a) promptly notify the Commercial Contributor in +writing of such claim, and b) allow the Commercial Contributor to control, +and cooperate with the Commercial Contributor in, the defense and any +related settlement negotiations. The Indemnified Contributor may +participate in any such claim at its own expense. + +For example, a Contributor might include the Program in a commercial +product offering, Product X. That Contributor is then a Commercial +Contributor. If that Commercial Contributor then makes performance +claims, or offers warranties related to Product X, those performance +claims and warranties are such Commercial Contributor's responsibility +alone. Under this section, the Commercial Contributor would have to +defend claims against the other Contributors related to those performance +claims and warranties, and if a court requires any other Contributor to +pay any damages as a result, the Commercial Contributor must pay +those damages. 5. NO WARRANTY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR -IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, -NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each -Recipient is solely responsible for determining the appropriateness of using -and distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to the -risks and costs of program errors, compliance with applicable laws, damage to -or loss of data, programs or equipment, and unavailability or interruption of -operations. +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS" +BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR +IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF +TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR +PURPOSE. Each Recipient is solely responsible for determining the +appropriateness of using and distributing the Program and assumes all +risks associated with its exercise of rights under this Agreement, +including but not limited to the risks and costs of program errors, +compliance with applicable laws, damage to or loss of data, programs +or equipment, and unavailability or interruption of operations. 6. DISCLAIMER OF LIABILITY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY -CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION -LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS +SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST +PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE -EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY -OF SUCH DAMAGES. +EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. 7. GENERAL If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of the -remainder of the terms of this Agreement, and without further action by the -parties hereto, such provision shall be reformed to the minimum extent -necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against any entity (including a -cross-claim or counterclaim in a lawsuit) alleging that the Program itself -(excluding combinations of the Program with other software or hardware) -infringes such Recipient's patent(s), then such Recipient's rights granted -under Section 2(b) shall terminate as of the date such litigation is filed. - -All Recipient's rights under this Agreement shall terminate if it fails to -comply with any of the material terms or conditions of this Agreement and does -not cure such failure in a reasonable period of time after becoming aware of -such noncompliance. If all Recipient's rights under this Agreement terminate, -Recipient agrees to cease use and distribution of the Program as soon as -reasonably practicable. However, Recipient's obligations under this Agreement -and any licenses granted by Recipient relating to the Program shall continue -and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, but in -order to avoid inconsistency the Agreement is copyrighted and may only be -modified in the following manner. The Agreement Steward reserves the right to -publish new versions (including revisions) of this Agreement from time to -time. No one other than the Agreement Steward has the right to modify this -Agreement. The Eclipse Foundation is the initial Agreement Steward. The -Eclipse Foundation may assign the responsibility to serve as the Agreement -Steward to a suitable separate entity. Each new version of the Agreement will -be given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version of the -Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly -stated in Sections 2(a) and 2(b) above, Recipient receives no rights or -licenses to the intellectual property of any Contributor under this Agreement, -whether expressly, by implication, estoppel or otherwise. All rights in the -Program not expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and the -intellectual property laws of the United States of America. No party to this -Agreement will bring a legal action under this Agreement more than one year -after the cause of action arose. Each party waives its rights to a jury trial in -any resulting litigation. +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this Agreement, and without further +action by the parties hereto, such provision shall be reformed to the +minimum extent necessary to make such provision valid and enforceable. + +If Recipient institutes patent litigation against any entity +(including a cross-claim or counterclaim in a lawsuit) alleging that the +Program itself (excluding combinations of the Program with other software +or hardware) infringes such Recipient's patent(s), then such Recipient's +rights granted under Section 2(b) shall terminate as of the date such +litigation is filed. + +All Recipient's rights under this Agreement shall terminate if it +fails to comply with any of the material terms or conditions of this +Agreement and does not cure such failure in a reasonable period of +time after becoming aware of such noncompliance. If all Recipient's +rights under this Agreement terminate, Recipient agrees to cease use +and distribution of the Program as soon as reasonably practicable. +However, Recipient's obligations under this Agreement and any licenses +granted by Recipient relating to the Program shall continue and survive. + +Everyone is permitted to copy and distribute copies of this Agreement, +but in order to avoid inconsistency the Agreement is copyrighted and +may only be modified in the following manner. The Agreement Steward +reserves the right to publish new versions (including revisions) of +this Agreement from time to time. No one other than the Agreement +Steward has the right to modify this Agreement. The Eclipse Foundation +is the initial Agreement Steward. The Eclipse Foundation may assign the +responsibility to serve as the Agreement Steward to a suitable separate +entity. Each new version of the Agreement will be given a distinguishing +version number. The Program (including Contributions) may always be +Distributed subject to the version of the Agreement under which it was +received. In addition, after a new version of the Agreement is published, +Contributor may elect to Distribute the Program (including its +Contributions) under the new version. + +Except as expressly stated in Sections 2(a) and 2(b) above, Recipient +receives no rights or licenses to the intellectual property of any +Contributor under this Agreement, whether expressly, by implication, +estoppel or otherwise. All rights in the Program not expressly granted +under this Agreement are reserved. Nothing in this Agreement is intended +to be enforceable by any entity that is not a Contributor or Recipient. +No third-party beneficiary rights are created under this Agreement. + +Exhibit A - Form of Secondary Licenses Notice + +"This Source Code may also be made available under the following +Secondary Licenses when the conditions for such availability set forth +in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), +version(s), and exceptions or additional permissions here}." + + Simply including a copy of this Agreement, including this Exhibit A + is not sufficient to license the Source Code under Secondary Licenses. + + If it is not possible or desirable to put the notice in a particular + file, then You may include the notice in a location (such as a LICENSE + file in a relevant directory) where a recipient would be likely to + look for such a notice. + + You may add additional accurate notices of copyright ownership. diff --git a/assembly/api/descriptors/kapua-api-jetty.xml b/assembly/api/descriptors/kapua-api-jetty.xml index cc51b998466..47d52304851 100644 --- a/assembly/api/descriptors/kapua-api-jetty.xml +++ b/assembly/api/descriptors/kapua-api-jetty.xml @@ -2,10 +2,11 @@ - + - - + diff --git a/service/device/registry/internal/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService.xml b/service/device/registry/internal/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService.xml index cb7e589dfd4..a648e222cb0 100644 --- a/service/device/registry/internal/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService.xml +++ b/service/device/registry/internal/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService.xml @@ -2,19 +2,20 @@ - + - + diff --git a/service/device/registry/internal/src/main/resources/META-INF/persistence.xml b/service/device/registry/internal/src/main/resources/META-INF/persistence.xml index 2432fa2e6b1..8c522e69f9c 100644 --- a/service/device/registry/internal/src/main/resources/META-INF/persistence.xml +++ b/service/device/registry/internal/src/main/resources/META-INF/persistence.xml @@ -2,10 +2,11 @@ - \ No newline at end of file + diff --git a/service/endpoint/pom.xml b/service/endpoint/pom.xml index dc4c7776fff..7413e72ccf3 100644 --- a/service/endpoint/pom.xml +++ b/service/endpoint/pom.xml @@ -2,10 +2,11 @@ - + - - + diff --git a/service/job/internal/src/main/resources/META-INF/persistence.xml b/service/job/internal/src/main/resources/META-INF/persistence.xml index 92a150948a3..34801b2ff7e 100644 --- a/service/job/internal/src/main/resources/META-INF/persistence.xml +++ b/service/job/internal/src/main/resources/META-INF/persistence.xml @@ -2,10 +2,11 @@ - + - - + diff --git a/service/scheduler/quartz/src/main/resources/META-INF/persistence.xml b/service/scheduler/quartz/src/main/resources/META-INF/persistence.xml index 9a4292d36e3..5923b07799d 100644 --- a/service/scheduler/quartz/src/main/resources/META-INF/persistence.xml +++ b/service/scheduler/quartz/src/main/resources/META-INF/persistence.xml @@ -2,10 +2,11 @@ - + - - - - - - - - - + diff --git a/service/security/shiro/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.authorization.group.GroupService.xml b/service/security/shiro/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.authorization.group.GroupService.xml index 6411a58d8f5..ccb283f2ff0 100644 --- a/service/security/shiro/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.authorization.group.GroupService.xml +++ b/service/security/shiro/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.authorization.group.GroupService.xml @@ -2,19 +2,20 @@ - + - - + diff --git a/service/security/shiro/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.authorization.role.RoleService.xml b/service/security/shiro/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.authorization.role.RoleService.xml index 7599f14bae9..3778893927c 100644 --- a/service/security/shiro/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.authorization.role.RoleService.xml +++ b/service/security/shiro/src/main/resources/META-INF/metatypes/org.eclipse.kapua.service.authorization.role.RoleService.xml @@ -2,19 +2,20 @@ - + - - + diff --git a/service/security/shiro/src/main/resources/META-INF/persistence.xml b/service/security/shiro/src/main/resources/META-INF/persistence.xml index 10732a84783..8d1ee6b1b2b 100644 --- a/service/security/shiro/src/main/resources/META-INF/persistence.xml +++ b/service/security/shiro/src/main/resources/META-INF/persistence.xml @@ -2,10 +2,11 @@ - + - - + diff --git a/service/tag/internal/src/main/resources/META-INF/persistence.xml b/service/tag/internal/src/main/resources/META-INF/persistence.xml index 023c7888d2a..f16f3421ece 100644 --- a/service/tag/internal/src/main/resources/META-INF/persistence.xml +++ b/service/tag/internal/src/main/resources/META-INF/persistence.xml @@ -2,13 +2,14 @@ org.eclipse.persistence.jpa.PersistenceProvider org.eclipse.kapua.service.tag.internal.TagImpl - + org.eclipse.kapua.commons.model.id.KapuaEid org.eclipse.kapua.commons.model.AbstractKapuaEntity diff --git a/service/tag/internal/src/main/resources/liquibase/0.3.0/changelog-tag-0.3.0.xml b/service/tag/internal/src/main/resources/liquibase/0.3.0/changelog-tag-0.3.0.xml index 0450c7cc03b..7c27a70eea5 100644 --- a/service/tag/internal/src/main/resources/liquibase/0.3.0/changelog-tag-0.3.0.xml +++ b/service/tag/internal/src/main/resources/liquibase/0.3.0/changelog-tag-0.3.0.xml @@ -2,10 +2,11 @@ - + - - + - + diff --git a/service/user/internal/src/main/resources/META-INF/persistence.xml b/service/user/internal/src/main/resources/META-INF/persistence.xml index d936e248f62..514423f5298 100644 --- a/service/user/internal/src/main/resources/META-INF/persistence.xml +++ b/service/user/internal/src/main/resources/META-INF/persistence.xml @@ -2,10 +2,11 @@