From f4bbfb811490e3709e91ae51a89c50674106b4fa Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Wed, 10 Apr 2024 15:29:40 -0700 Subject: [PATCH] Fix copyright --- .../src/main/java/io/helidon/config/examples/basics/Main.java | 2 +- .../java/io/helidon/config/examples/basics/package-info.java | 2 +- examples/config/basics/src/main/resources/application.conf | 2 +- examples/config/basics/src/main/resources/logging.properties | 2 +- examples/config/changes/conf/config.yaml | 2 +- examples/config/changes/conf/dev.yaml | 2 +- .../io/helidon/config/examples/changes/AsSupplierExample.java | 2 +- .../main/java/io/helidon/config/examples/changes/Main.java | 2 +- .../java/io/helidon/config/examples/changes/package-info.java | 2 +- examples/config/changes/src/main/resources/default.yaml | 2 +- examples/config/changes/src/main/resources/logging.properties | 2 +- .../src/main/java/io/helidon/config/examples/git/Main.java | 2 +- .../java/io/helidon/config/examples/git/package-info.java | 2 +- examples/config/git/src/main/resources/logging.properties | 2 +- .../io/helidon/config/examples/mapping/BuilderExample.java | 2 +- .../config/examples/mapping/DeserializationExample.java | 2 +- .../helidon/config/examples/mapping/FactoryMethodExample.java | 2 +- .../main/java/io/helidon/config/examples/mapping/Main.java | 2 +- .../java/io/helidon/config/examples/mapping/package-info.java | 2 +- examples/config/mapping/src/main/resources/application.conf | 2 +- examples/config/mapping/src/main/resources/logging.properties | 2 +- .../helidon/config/examples/metadata/ConfigMetadataMain.java | 2 +- .../io/helidon/config/examples/metadata/ConfiguredType.java | 2 +- .../io/helidon/config/examples/metadata/package-info.java | 2 +- examples/config/overrides/conf/overrides.properties | 2 +- examples/config/overrides/conf/priority-config.yaml | 2 +- .../main/java/io/helidon/config/examples/overrides/Main.java | 2 +- .../io/helidon/config/examples/overrides/package-info.java | 2 +- examples/config/overrides/src/main/resources/application.yaml | 2 +- .../config/overrides/src/main/resources/logging.properties | 2 +- examples/config/sources/conf/config.yaml | 2 +- examples/config/sources/conf/dev.yaml | 2 +- examples/config/sources/conf/meta-config.yaml | 2 +- .../helidon/config/examples/sources/LoadSourcesExample.java | 2 +- .../main/java/io/helidon/config/examples/sources/Main.java | 2 +- .../helidon/config/examples/sources/WithSourcesExample.java | 2 +- .../java/io/helidon/config/examples/sources/package-info.java | 2 +- examples/config/sources/src/main/resources/default.yaml | 2 +- examples/config/sources/src/main/resources/logging.properties | 2 +- examples/config/sources/src/main/resources/meta-config.yaml | 2 +- .../config/sources/src/main/resources/overrides.properties | 2 +- .../src/main/java/io/helidon/examples/cors/GreetService.java | 2 +- .../main/java/io/helidon/examples/cors/GreetingMessage.java | 2 +- .../cors/src/main/java/io/helidon/examples/cors/Main.java | 2 +- .../src/main/java/io/helidon/examples/cors/package-info.java | 2 +- examples/cors/src/main/resources/META-INF/openapi.yml | 2 +- examples/cors/src/main/resources/application.yaml | 2 +- examples/cors/src/main/resources/logging.properties | 2 +- .../cors/src/test/java/io/helidon/examples/cors/MainTest.java | 2 +- .../examples/dbclient/common/AbstractPokemonService.java | 2 +- .../java/io/helidon/examples/dbclient/common/Pokemon.java | 2 +- .../io/helidon/examples/dbclient/common/PokemonMapper.java | 2 +- .../examples/dbclient/common/PokemonMapperProvider.java | 2 +- .../io/helidon/examples/dbclient/common/package-info.java | 2 +- .../io/helidon/examples/dbclient/jdbc/JdbcExampleMain.java | 2 +- .../io/helidon/examples/dbclient/jdbc/PokemonService.java | 2 +- .../java/io/helidon/examples/dbclient/jdbc/package-info.java | 2 +- examples/dbclient/jdbc/src/main/resources/logging.properties | 2 +- .../helidon/examples/dbclient/mongo/MongoDbExampleMain.java | 2 +- .../io/helidon/examples/dbclient/mongo/PokemonService.java | 2 +- .../java/io/helidon/examples/dbclient/mongo/package-info.java | 2 +- examples/dbclient/mongodb/src/main/resources/application.yaml | 2 +- .../dbclient/mongodb/src/main/resources/logging.properties | 2 +- .../io/helidon/examples/dbclient/pokemons/InitializeDb.java | 2 +- .../java/io/helidon/examples/dbclient/pokemons/Pokemon.java | 2 +- .../io/helidon/examples/dbclient/pokemons/PokemonMain.java | 2 +- .../io/helidon/examples/dbclient/pokemons/PokemonMapper.java | 2 +- .../examples/dbclient/pokemons/PokemonMapperProvider.java | 2 +- .../io/helidon/examples/dbclient/pokemons/PokemonService.java | 2 +- .../io/helidon/examples/dbclient/pokemons/package-info.java | 2 +- .../dbclient/pokemons/src/main/resources/application.yaml | 2 +- .../dbclient/pokemons/src/main/resources/logging.properties | 2 +- examples/dbclient/pokemons/src/main/resources/mongo.yaml | 2 +- examples/employee-app/Dockerfile | 2 +- examples/employee-app/app.yaml | 2 +- .../src/main/java/io/helidon/service/employee/Employee.java | 2 +- .../java/io/helidon/service/employee/EmployeeRepository.java | 2 +- .../io/helidon/service/employee/EmployeeRepositoryImpl.java | 2 +- .../java/io/helidon/service/employee/EmployeeService.java | 2 +- .../src/main/java/io/helidon/service/employee/Main.java | 2 +- .../main/java/io/helidon/service/employee/package-info.java | 2 +- examples/employee-app/src/main/resources/application.yaml | 2 +- examples/employee-app/src/main/resources/logging.properties | 2 +- .../src/main/resources/public/EmployeeController.js | 2 +- examples/employee-app/src/main/resources/public/index.html | 2 +- .../src/test/java/io/helidon/service/employee/MainTest.java | 2 +- .../main/java/io/helidon/examples/graphql/basics/Main.java | 2 +- .../java/io/helidon/examples/graphql/basics/package-info.java | 2 +- .../java/io/helidon/grpc/examples/basics/HealthClient.java | 2 +- .../src/main/java/io/helidon/grpc/examples/basics/Server.java | 2 +- .../java/io/helidon/grpc/examples/basics/package-info.java | 2 +- examples/grpc/basics/src/main/resources/application.yaml | 2 +- examples/grpc/basics/src/main/resources/logging.properties | 2 +- .../grpc/examples/client/standalone/StandaloneClient.java | 2 +- .../helidon/grpc/examples/client/standalone/package-info.java | 2 +- .../client-standalone/src/main/resources/logging.properties | 2 +- .../java/io/helidon/grpc/examples/common/EchoService.java | 2 +- .../java/io/helidon/grpc/examples/common/GreetClient.java | 2 +- .../java/io/helidon/grpc/examples/common/GreetService.java | 2 +- .../io/helidon/grpc/examples/common/GreetServiceJava.java | 2 +- .../java/io/helidon/grpc/examples/common/StringClient.java | 2 +- .../java/io/helidon/grpc/examples/common/StringService.java | 2 +- .../java/io/helidon/grpc/examples/common/package-info.java | 2 +- .../main/java/io/helidon/grpc/examples/metrics/Server.java | 2 +- .../java/io/helidon/grpc/examples/metrics/package-info.java | 2 +- examples/grpc/metrics/src/main/resources/application.yaml | 2 +- examples/grpc/metrics/src/main/resources/logging.properties | 2 +- .../helidon/grpc/examples/opentracing/ZipkinExampleMain.java | 2 +- .../io/helidon/grpc/examples/opentracing/package-info.java | 2 +- examples/grpc/opentracing/src/main/resources/application.yaml | 2 +- .../grpc/opentracing/src/main/resources/logging.properties | 2 +- .../io/helidon/grpc/examples/security/abac/AbacServer.java | 2 +- .../grpc/examples/security/abac/AbacServerFromConfig.java | 2 +- .../io/helidon/grpc/examples/security/abac/AtnProvider.java | 2 +- .../grpc/examples/security/abac/AtnProviderService.java | 2 +- .../grpc/examples/security/abac/SecureStringClient.java | 2 +- .../io/helidon/grpc/examples/security/abac/package-info.java | 2 +- .../grpc/security-abac/src/main/resources/application.yaml | 2 +- .../grpc/security-abac/src/main/resources/logging.properties | 2 +- .../grpc/examples/security/outbound/SecureGreetClient.java | 2 +- .../helidon/grpc/examples/security/outbound/SecureServer.java | 2 +- .../helidon/grpc/examples/security/outbound/package-info.java | 2 +- .../security-outbound/src/main/resources/application.yaml | 2 +- .../security-outbound/src/main/resources/logging.properties | 2 +- .../io/helidon/grpc/examples/security/SecureGreetClient.java | 2 +- .../java/io/helidon/grpc/examples/security/SecureServer.java | 2 +- .../io/helidon/grpc/examples/security/SecureStringClient.java | 2 +- .../java/io/helidon/grpc/examples/security/package-info.java | 2 +- examples/grpc/security/src/main/resources/application.yaml | 2 +- examples/grpc/security/src/main/resources/logging.properties | 2 +- .../src/main/java/io/helidon/examples/health/basics/Main.java | 2 +- .../java/io/helidon/examples/health/basics/package-info.java | 2 +- .../examples/datasource/hikaricp/jaxrs/TablesResource.java | 2 +- .../examples/datasource/hikaricp/jaxrs/package-info.java | 2 +- .../src/main/resources/META-INF/beans.xml | 2 +- .../examples/datasource/hikaricp/jaxrs/TablesResource.java | 2 +- .../examples/datasource/hikaricp/jaxrs/package-info.java | 2 +- .../src/main/resources/META-INF/beans.xml | 2 +- examples/integrations/cdi/datasource-hikaricp/Dockerfile | 2 +- .../examples/datasource/hikaricp/jaxrs/TablesResource.java | 2 +- .../examples/datasource/hikaricp/jaxrs/package-info.java | 2 +- .../datasource-hikaricp/src/main/resources/META-INF/beans.xml | 2 +- examples/integrations/cdi/jedis/Dockerfile | 2 +- examples/integrations/cdi/jedis/app.yaml | 2 +- examples/integrations/cdi/jedis/redis.yaml | 2 +- .../examples/jedis/jaxrs/RedisClientResource.java | 2 +- .../integrations/examples/jedis/jaxrs/package-info.java | 2 +- .../cdi/jedis/src/main/resources/META-INF/beans.xml | 2 +- .../io/helidon/examples/integrations/cdi/jpa/Greeting.java | 2 +- .../examples/integrations/cdi/jpa/HelloWorldApplication.java | 2 +- .../examples/integrations/cdi/jpa/HelloWorldResource.java | 2 +- .../examples/integrations/cdi/jpa/JPAExceptionMapper.java | 2 +- .../helidon/examples/integrations/cdi/jpa/package-info.java | 2 +- .../cdi/jpa/src/main/resources/META-INF/beans.xml | 2 +- .../cdi/jpa/src/main/resources/META-INF/persistence.xml | 2 +- examples/integrations/cdi/oci-objectstorage/Dockerfile | 2 +- examples/integrations/cdi/oci-objectstorage/app.yaml | 2 +- examples/integrations/cdi/oci-objectstorage/oci-setup.sh | 2 +- .../examples/oci/objectstorage/jaxrs/HelidonLogoResource.java | 2 +- .../examples/oci/objectstorage/jaxrs/package-info.java | 2 +- .../oci-objectstorage/src/main/resources/META-INF/beans.xml | 2 +- .../oci-java-sdk-common/native-image.properties | 2 +- .../httpclient/native-image.properties | 2 +- .../src/main/resources/commons-logging.properties | 2 +- .../io/helidon/examples/integrations/cdi/pokemon/Pokemon.java | 2 +- .../examples/integrations/cdi/pokemon/PokemonResource.java | 2 +- .../examples/integrations/cdi/pokemon/PokemonType.java | 2 +- .../integrations/cdi/pokemon/PokemonTypeResource.java | 2 +- .../examples/integrations/cdi/pokemon/package-info.java | 2 +- .../cdi/pokemons/src/main/resources/META-INF/beans.xml | 2 +- .../cdi/pokemons/src/main/resources/META-INF/persistence.xml | 2 +- .../helidon/examples/integrations/cdi/pokemon/MainTest.java | 2 +- .../examples/integrations/micrometer/mp/GreetResource.java | 2 +- .../examples/integrations/micrometer/mp/GreetingMessage.java | 2 +- .../examples/integrations/micrometer/mp/GreetingProvider.java | 2 +- .../examples/integrations/micrometer/mp/package-info.java | 2 +- .../micrometer/mp/src/main/resources/META-INF/beans.xml | 2 +- .../micrometer/mp/src/main/resources/application.yaml | 2 +- .../micrometer/mp/src/main/resources/logging.properties | 2 +- .../examples/integrations/micrometer/mp/TestEndpoint.java | 2 +- .../java/io/helidon/examples/micrometer/se/GreetService.java | 2 +- .../io/helidon/examples/micrometer/se/GreetingMessage.java | 2 +- .../java/io/helidon/examples/micrometer/se/package-info.java | 2 +- .../micrometer/se/src/main/resources/application.yaml | 2 +- .../test/java/io/helidon/examples/micrometer/se/MainTest.java | 2 +- .../micronaut/data/BeanValidationExceptionMapper.java | 2 +- .../integrations/micronaut/data/DbOwnerRepository.java | 2 +- .../examples/integrations/micronaut/data/DbPetRepository.java | 2 +- .../examples/integrations/micronaut/data/DbPopulateData.java | 2 +- .../examples/integrations/micronaut/data/OwnerResource.java | 2 +- .../examples/integrations/micronaut/data/PetResource.java | 2 +- .../examples/integrations/micronaut/data/model/NameDTO.java | 2 +- .../examples/integrations/micronaut/data/model/Owner.java | 2 +- .../examples/integrations/micronaut/data/model/Pet.java | 2 +- .../integrations/micronaut/data/model/package-info.java | 2 +- .../examples/integrations/micronaut/data/package-info.java | 2 +- .../micronaut/data/src/main/resources/META-INF/beans.xml | 2 +- .../micronaut/data/src/main/resources/logging.properties | 2 +- .../integrations/micronaut/data/MicronautExampleTest.java | 2 +- .../integrations/microstream/greetings/mp/GreetResource.java | 2 +- .../microstream/greetings/mp/GreetingMessage.java | 2 +- .../microstream/greetings/mp/GreetingProvider.java | 2 +- .../integrations/microstream/greetings/mp/package-info.java | 2 +- .../greetings-mp/src/main/resources/META-INF/beans.xml | 2 +- .../greetings/mp/MicrostreamExampleGreetingsMpTest.java | 2 +- .../microstream/greetings/se/GreetingService.java | 2 +- .../greetings/se/GreetingServiceMicrostreamContext.java | 2 +- .../integrations/microstream/greetings/se/LogEntry.java | 2 +- .../examples/integrations/microstream/greetings/se/Main.java | 2 +- .../se/MicrostreamSingleThreadedExecutionContext.java | 2 +- .../integrations/microstream/greetings/se/package-info.java | 2 +- .../greetings-se/src/main/resources/application.yaml | 2 +- .../greetings/se/MicrostreamExampleGreetingsSeTest.java | 2 +- examples/integrations/neo4j/neo4j-mp/Dockerfile | 2 +- examples/integrations/neo4j/neo4j-mp/Dockerfile.jlink | 2 +- examples/integrations/neo4j/neo4j-mp/Dockerfile.native | 2 +- examples/integrations/neo4j/neo4j-mp/app.yaml | 2 +- .../helidon/examples/integrations/neo4j/mp/Neo4jResource.java | 2 +- .../examples/integrations/neo4j/mp/domain/package-info.java | 2 +- .../helidon/examples/integrations/neo4j/mp/package-info.java | 2 +- .../neo4j/neo4j-mp/src/main/resources/META-INF/beans.xml | 2 +- .../neo4j/neo4j-mp/src/main/resources/logging.properties | 2 +- .../io/helidon/examples/integrations/neo4j/mp/MainTest.java | 2 +- .../helidon/examples/integrations/neo4j/mp/package-info.java | 2 +- examples/integrations/neo4j/neo4j-se/Dockerfile | 2 +- examples/integrations/neo4j/neo4j-se/Dockerfile.jlink | 2 +- examples/integrations/neo4j/neo4j-se/Dockerfile.native | 2 +- examples/integrations/neo4j/neo4j-se/app.yaml | 2 +- .../java/io/helidon/examples/integrations/neo4j/se/Main.java | 2 +- .../helidon/examples/integrations/neo4j/se/MovieService.java | 2 +- .../examples/integrations/neo4j/se/domain/package-info.java | 2 +- .../helidon/examples/integrations/neo4j/se/package-info.java | 2 +- .../neo4j/neo4j-se/src/main/resources/application.yaml | 2 +- .../neo4j/neo4j-se/src/main/resources/logging.properties | 2 +- .../test/java/io/helidon/examples/quickstart/se/MainTest.java | 2 +- .../java/io/helidon/examples/quickstart/se/package-info.java | 2 +- .../examples/integrations/oci/atp/cdi/AtpResource.java | 2 +- .../examples/integrations/oci/atp/cdi/package-info.java | 2 +- .../oci/atp-cdi/src/main/resources/META-INF/beans.xml | 2 +- .../oci/atp-cdi/src/main/resources/application.yaml | 2 +- .../oci/atp-cdi/src/main/resources/logging.properties | 2 +- .../examples/integrations/oci/atp/reactive/AtpService.java | 2 +- .../examples/integrations/oci/atp/reactive/OciAtpMain.java | 2 +- .../integrations/oci/atp/reactive/OciResponseHandler.java | 2 +- .../examples/integrations/oci/atp/reactive/package-info.java | 2 +- .../oci/atp-reactive/src/main/resources/application.yaml | 2 +- .../oci/atp-reactive/src/main/resources/logging.properties | 2 +- .../integrations/oci/telemetry/reactive/OciMetricsMain.java | 2 +- .../integrations/oci/telemetry/reactive/package-info.java | 2 +- .../oci/metrics-reactive/src/main/resources/application.yaml | 2 +- .../metrics-reactive/src/main/resources/logging.properties | 2 +- .../oci/objectstorage/cdi/ObjectStorageCdiMain.java | 2 +- .../oci/objectstorage/cdi/ObjectStorageResource.java | 2 +- .../integrations/oci/objectstorage/cdi/package-info.java | 2 +- .../objectstorage-cdi/src/main/resources/META-INF/beans.xml | 2 +- .../oci/objectstorage-cdi/src/main/resources/application.yaml | 2 +- .../objectstorage-cdi/src/main/resources/logging.properties | 2 +- .../oci/objecstorage/reactive/ObjectStorageService.java | 2 +- .../oci/objecstorage/reactive/OciObjectStorageMain.java | 2 +- .../integrations/oci/objecstorage/reactive/package-info.java | 2 +- .../src/main/resources/application.yaml | 2 +- .../src/main/resources/logging.properties | 2 +- .../integrations/oci/vault/cdi/CryptoClientProducer.java | 2 +- .../integrations/oci/vault/cdi/ErrorHandlerProvider.java | 2 +- .../examples/integrations/oci/vault/cdi/VaultCdiMain.java | 2 +- .../examples/integrations/oci/vault/cdi/VaultResource.java | 2 +- .../examples/integrations/oci/vault/cdi/package-info.java | 2 +- .../oci/vault-cdi/src/main/resources/META-INF/beans.xml | 2 +- .../oci/vault-cdi/src/main/resources/application.yaml | 2 +- .../oci/vault-cdi/src/main/resources/logging.properties | 2 +- .../examples/integrations/oci/vault/cdi/VaultCdiTest.java | 2 +- .../examples/integrations/oci/vault/reactive/OciHandler.java | 2 +- .../integrations/oci/vault/reactive/OciVaultMain.java | 2 +- .../integrations/oci/vault/reactive/VaultService.java | 2 +- .../integrations/oci/vault/reactive/package-info.java | 2 +- .../oci/vault-reactive/src/main/resources/application.yaml | 2 +- .../oci/vault-reactive/src/main/resources/logging.properties | 2 +- .../integrations/vault/hcp/cdi/CubbyholeResource.java | 2 +- .../examples/integrations/vault/hcp/cdi/Kv1Resource.java | 2 +- .../examples/integrations/vault/hcp/cdi/Kv2Resource.java | 2 +- .../examples/integrations/vault/hcp/cdi/TransitResource.java | 2 +- .../examples/integrations/vault/hcp/cdi/VaultCdiMain.java | 2 +- .../examples/integrations/vault/hcp/cdi/package-info.java | 2 +- .../vault/hcp-cdi/src/main/resources/META-INF/beans.xml | 2 +- .../vault/hcp-cdi/src/main/resources/application.yaml | 2 +- .../vault/hcp-cdi/src/main/resources/logging.properties | 2 +- .../integrations/vault/hcp/reactive/AppRoleExample.java | 2 +- .../integrations/vault/hcp/reactive/CubbyholeService.java | 2 +- .../examples/integrations/vault/hcp/reactive/K8sExample.java | 2 +- .../examples/integrations/vault/hcp/reactive/Kv1Service.java | 2 +- .../examples/integrations/vault/hcp/reactive/Kv2Service.java | 2 +- .../integrations/vault/hcp/reactive/ReactiveVaultMain.java | 2 +- .../integrations/vault/hcp/reactive/TransitService.java | 2 +- .../examples/integrations/vault/hcp/reactive/VaultPolicy.java | 2 +- .../integrations/vault/hcp/reactive/package-info.java | 2 +- .../vault/hcp-reactive/src/main/resources/application.yaml | 2 +- .../vault/hcp-reactive/src/main/resources/logging.properties | 2 +- examples/istio/helidon-config/Dockerfile | 2 +- examples/istio/helidon-config/app.yaml | 2 +- .../main/java/io/helidon/examples/config/GreetResource.java | 2 +- .../main/java/io/helidon/examples/config/package-info.java | 2 +- .../helidon-config/src/main/resources/META-INF/beans.xml | 2 +- .../helidon-config/src/main/resources/logging.properties | 2 +- .../helidon-config/src/main/resources/mp-meta-config.yaml | 2 +- examples/istio/helidon-jpa/Dockerfile | 2 +- examples/istio/helidon-jpa/app.yaml | 2 +- examples/istio/helidon-jpa/istio-auth-policy.yaml | 2 +- examples/istio/helidon-jpa/istio-gateway-vs.yaml | 2 +- examples/istio/helidon-jpa/istio-mysql-se.yaml | 2 +- examples/istio/helidon-jpa/istio-request-auth.yaml | 2 +- .../main/java/io/helidon/examples/istio/GreetResource.java | 2 +- .../main/java/io/helidon/examples/istio/GreetingMessage.java | 2 +- .../main/java/io/helidon/examples/istio/GreetingProvider.java | 2 +- .../src/main/java/io/helidon/examples/istio/Person.java | 2 +- .../src/main/java/io/helidon/examples/istio/package-info.java | 2 +- .../istio/helidon-jpa/src/main/resources/META-INF/beans.xml | 2 +- .../helidon-jpa/src/main/resources/META-INF/persistence.xml | 2 +- .../istio/helidon-jpa/src/main/resources/hibernate.properties | 2 +- .../istio/helidon-jpa/src/main/resources/logging.properties | 2 +- .../main/java/io/helidon/jbatch/example/BatchResource.java | 2 +- .../jbatch/example/HelidonExecutorServiceProvider.java | 2 +- .../main/java/io/helidon/jbatch/example/jobs/MyBatchlet.java | 2 +- .../java/io/helidon/jbatch/example/jobs/MyInputRecord.java | 2 +- .../java/io/helidon/jbatch/example/jobs/MyItemProcessor.java | 2 +- .../java/io/helidon/jbatch/example/jobs/MyItemReader.java | 2 +- .../java/io/helidon/jbatch/example/jobs/MyItemWriter.java | 2 +- .../java/io/helidon/jbatch/example/jobs/MyOutputRecord.java | 2 +- .../java/io/helidon/jbatch/example/jobs/package-info.java | 2 +- .../src/main/java/io/helidon/jbatch/example/package-info.java | 2 +- .../jbatch/src/main/resources/META-INF/batch-jobs/myJob.xml | 2 +- examples/jbatch/src/main/resources/META-INF/beans.xml | 2 +- examples/jbatch/src/main/resources/logging.properties | 2 +- .../java/io/helidon/examples/jbatch/TestJBatchEndpoint.java | 2 +- examples/k8s/zipkin.yaml | 2 +- .../src/main/java/io/helidon/examples/logging/jul/Main.java | 2 +- .../java/io/helidon/examples/logging/jul/package-info.java | 2 +- examples/logging/jul/src/main/resources/logging.properties | 2 +- .../src/main/java/io/helidon/examples/logging/log4j/Main.java | 2 +- .../java/io/helidon/examples/logging/log4j/package-info.java | 2 +- examples/logging/logback-aot/logback-runtime.xml | 2 +- .../java/io/helidon/examples/logging/logback/aot/Main.java | 2 +- .../io/helidon/examples/logging/logback/aot/package-info.java | 2 +- examples/logging/logback-aot/src/main/resources/logback.xml | 2 +- .../src/main/java/io/helidon/examples/logging/slf4j/Main.java | 2 +- .../java/io/helidon/examples/logging/slf4j/package-info.java | 2 +- examples/logging/slf4j/src/main/resources/logback.xml | 2 +- .../java/io/helidon/examples/media/multipart/FileService.java | 2 +- .../java/io/helidon/examples/media/multipart/FileStorage.java | 2 +- .../main/java/io/helidon/examples/media/multipart/Main.java | 2 +- .../io/helidon/examples/media/multipart/package-info.java | 2 +- examples/media/multipart/src/main/resources/WEB/index.html | 2 +- .../io/helidon/examples/media/multipart/FileServiceTest.java | 2 +- examples/messaging/docker/kafka/Dockerfile.kafka | 2 +- examples/messaging/docker/kafka/init_topics.sh | 2 +- examples/messaging/docker/kafka/start_kafka.sh | 2 +- examples/messaging/docker/oracle-aq-18-xe/Dockerfile | 2 +- examples/messaging/docker/oracle-aq-18-xe/buildAndRun.sh | 2 +- examples/messaging/docker/oracle-aq-18-xe/stopAndClean.sh | 2 +- .../io/helidon/examples/messaging/mp/MsgProcessingBean.java | 2 +- .../io/helidon/examples/messaging/mp/SendingResource.java | 2 +- .../io/helidon/examples/messaging/mp/WebSocketEndpoint.java | 2 +- .../java/io/helidon/examples/messaging/mp/package-info.java | 2 +- .../jms-websocket-mp/src/main/resources/META-INF/beans.xml | 2 +- .../jms-websocket-mp/src/main/resources/WEB/index.html | 2 +- .../jms-websocket-mp/src/main/resources/WEB/main.css | 2 +- .../jms-websocket-mp/src/main/resources/application.yaml | 2 +- .../jms-websocket-mp/src/main/resources/logging.properties | 2 +- .../src/main/java/io/helidon/examples/messaging/se/Main.java | 2 +- .../java/io/helidon/examples/messaging/se/SendingService.java | 2 +- .../io/helidon/examples/messaging/se/WebSocketEndpoint.java | 2 +- .../java/io/helidon/examples/messaging/se/package-info.java | 2 +- .../jms-websocket-se/src/main/resources/WEB/index.html | 2 +- .../jms-websocket-se/src/main/resources/WEB/main.css | 2 +- .../jms-websocket-se/src/main/resources/application.yaml | 2 +- .../jms-websocket-se/src/main/resources/logging.properties | 2 +- .../io/helidon/examples/messaging/mp/MsgProcessingBean.java | 2 +- .../io/helidon/examples/messaging/mp/SendingResource.java | 2 +- .../io/helidon/examples/messaging/mp/WebSocketEndpoint.java | 2 +- .../java/io/helidon/examples/messaging/mp/package-info.java | 2 +- .../kafka-websocket-mp/src/main/resources/META-INF/beans.xml | 2 +- .../kafka-websocket-mp/src/main/resources/WEB/index.html | 2 +- .../kafka-websocket-mp/src/main/resources/WEB/main.css | 2 +- .../kafka-websocket-mp/src/main/resources/logging.properties | 2 +- .../src/main/java/io/helidon/examples/messaging/se/Main.java | 2 +- .../java/io/helidon/examples/messaging/se/SendingService.java | 2 +- .../io/helidon/examples/messaging/se/WebSocketEndpoint.java | 2 +- .../java/io/helidon/examples/messaging/se/package-info.java | 2 +- .../kafka-websocket-se/src/main/resources/WEB/index.html | 2 +- .../kafka-websocket-se/src/main/resources/WEB/main.css | 2 +- .../kafka-websocket-se/src/main/resources/application.yaml | 2 +- .../kafka-websocket-se/src/main/resources/logging.properties | 2 +- examples/messaging/kafkaConsume.sh | 2 +- examples/messaging/kafkaProduce.sh | 2 +- examples/messaging/kafkaRun.sh | 2 +- .../io/helidon/examples/messaging/mp/MsgProcessingBean.java | 2 +- .../io/helidon/examples/messaging/mp/SendingResource.java | 2 +- .../io/helidon/examples/messaging/mp/WebSocketEndpoint.java | 2 +- .../java/io/helidon/examples/messaging/mp/package-info.java | 2 +- .../src/main/resources/META-INF/beans.xml | 2 +- .../oracle-aq-websocket-mp/src/main/resources/WEB/index.html | 2 +- .../oracle-aq-websocket-mp/src/main/resources/WEB/main.css | 2 +- .../src/main/resources/logging.properties | 2 +- .../io/helidon/examples/metrics/exemplar/GreetService.java | 2 +- .../main/java/io/helidon/examples/metrics/exemplar/Main.java | 2 +- .../io/helidon/examples/metrics/exemplar/package-info.java | 2 +- examples/metrics/exemplar/src/main/resources/application.yaml | 2 +- .../metrics/exemplar/src/main/resources/logging.properties | 2 +- .../java/io/helidon/examples/metrics/exemplar/MainTest.java | 2 +- examples/metrics/exemplar/src/test/resources/test-app.yaml | 2 +- .../helidon/examples/metrics/filtering/mp/GreetResource.java | 2 +- .../examples/metrics/filtering/mp/GreetingMessage.java | 2 +- .../examples/metrics/filtering/mp/GreetingProvider.java | 2 +- .../helidon/examples/metrics/filtering/mp/package-info.java | 2 +- .../filtering/mp/src/main/resources/META-INF/beans.xml | 2 +- .../filtering/mp/src/main/resources/logging.properties | 2 +- .../io/helidon/examples/metrics/filtering/mp/MainTest.java | 2 +- .../helidon/examples/metrics/filtering/se/GreetService.java | 2 +- .../java/io/helidon/examples/metrics/filtering/se/Main.java | 2 +- .../helidon/examples/metrics/filtering/se/package-info.java | 2 +- .../metrics/filtering/se/src/main/resources/application.yaml | 2 +- .../filtering/se/src/main/resources/logging.properties | 2 +- .../io/helidon/examples/metrics/filtering/se/MainTest.java | 2 +- .../io/helidon/examples/se/httpstatuscount/GreetService.java | 2 +- .../examples/se/httpstatuscount/HttpStatusMetricService.java | 2 +- .../java/io/helidon/examples/se/httpstatuscount/Main.java | 2 +- .../examples/se/httpstatuscount/SimpleGreetService.java | 2 +- .../io/helidon/examples/se/httpstatuscount/package-info.java | 2 +- .../http-status-count-se/src/main/resources/application.yaml | 2 +- .../src/main/resources/logging.properties | 2 +- .../java/io/helidon/examples/se/httpstatuscount/MainTest.java | 2 +- .../io/helidon/examples/se/httpstatuscount/StatusService.java | 2 +- .../io/helidon/examples/se/httpstatuscount/StatusTest.java | 2 +- .../http-status-count-se/src/test/resources/application.yaml | 2 +- .../java/io/helidon/examples/metrics/kpi/GreetService.java | 2 +- .../src/main/java/io/helidon/examples/metrics/kpi/Main.java | 2 +- .../java/io/helidon/examples/metrics/kpi/package-info.java | 2 +- examples/metrics/kpi/src/main/resources/application.yaml | 2 +- examples/metrics/kpi/src/main/resources/logging.properties | 2 +- .../test/java/io/helidon/examples/metrics/kpi/MainTest.java | 2 +- .../main/java/org/openapitools/client/JavaTimeFormatter.java | 2 +- .../main/java/org/openapitools/client/RFC3339DateFormat.java | 2 +- .../main/java/org/openapitools/client/api/ApiException.java | 2 +- .../java/org/openapitools/client/api/ApiExceptionMapper.java | 2 +- .../src/main/java/org/openapitools/client/api/MessageApi.java | 2 +- .../main/java/org/openapitools/client/api/MessageService.java | 2 +- .../src/main/java/org/openapitools/client/model/Message.java | 2 +- .../mp-client/src/main/resources/META-INF/beans.xml | 2 +- .../mp-client/src/main/resources/META-INF/openapi.yaml | 4 ++-- .../test/java/org/openapitools/client/api/MessageApiTest.java | 2 +- .../test/java/org/openapitools/client/model/MessageTest.java | 2 +- .../main/java/org/openapitools/server/JavaTimeFormatter.java | 2 +- .../main/java/org/openapitools/server/RFC3339DateFormat.java | 2 +- .../main/java/org/openapitools/server/RestApplication.java | 2 +- .../main/java/org/openapitools/server/api/MessageService.java | 2 +- .../java/org/openapitools/server/api/MessageServiceImpl.java | 2 +- .../src/main/java/org/openapitools/server/model/Message.java | 2 +- .../src/main/java/org/openapitools/server/package-info.java | 2 +- .../mp-server/src/main/resources/META-INF/beans.xml | 2 +- .../mp-server/src/main/resources/META-INF/openapi.yml | 2 +- .../mp-server/src/main/resources/logging.properties | 2 +- .../test/java/org/openapitools/server/model/MessageTest.java | 2 +- .../src/main/java/org/openapitools/client/ApiClient.java | 2 +- .../src/main/java/org/openapitools/client/ApiResponse.java | 2 +- .../main/java/org/openapitools/client/ApiResponseBase.java | 2 +- .../se-client/src/main/java/org/openapitools/client/Main.java | 2 +- .../se-client/src/main/java/org/openapitools/client/Pair.java | 2 +- .../main/java/org/openapitools/client/RFC3339DateFormat.java | 2 +- .../src/main/java/org/openapitools/client/api/MessageApi.java | 2 +- .../main/java/org/openapitools/client/api/MessageApiImpl.java | 2 +- .../main/java/org/openapitools/client/api/MessageService.java | 2 +- .../main/java/org/openapitools/client/api/ResponseType.java | 2 +- .../src/main/java/org/openapitools/client/model/Message.java | 2 +- .../se-client/src/main/resources/application.yaml | 2 +- .../quickstart-se/se-client/src/main/resources/openapi.yaml | 2 +- .../test/java/org/openapitools/client/api/MessageApiTest.java | 2 +- .../test/java/org/openapitools/client/model/MessageTest.java | 2 +- .../se-server/src/main/java/org/openapitools/server/Main.java | 2 +- .../main/java/org/openapitools/server/RFC3339DateFormat.java | 2 +- .../main/java/org/openapitools/server/api/JsonProvider.java | 2 +- .../main/java/org/openapitools/server/api/MessageService.java | 2 +- .../java/org/openapitools/server/api/MessageServiceImpl.java | 2 +- .../main/java/org/openapitools/server/api/ValidatorUtils.java | 2 +- .../src/main/java/org/openapitools/server/model/Message.java | 2 +- .../src/main/java/org/openapitools/server/package-info.java | 2 +- .../se-server/src/main/resources/META-INF/openapi.yml | 2 +- .../se-server/src/main/resources/logging.properties | 2 +- .../src/test/java/org/openapitools/server/MainTest.java | 2 +- .../test/java/org/openapitools/server/model/MessageTest.java | 2 +- examples/openapi-tools/quickstart.yaml | 2 +- .../main/java/io/helidon/examples/openapi/GreetService.java | 2 +- .../java/io/helidon/examples/openapi/GreetingMessage.java | 2 +- .../src/main/java/io/helidon/examples/openapi/Main.java | 2 +- .../io/helidon/examples/openapi/internal/SimpleAPIFilter.java | 2 +- .../examples/openapi/internal/SimpleAPIModelReader.java | 2 +- .../io/helidon/examples/openapi/internal/package-info.java | 2 +- .../main/java/io/helidon/examples/openapi/package-info.java | 2 +- examples/openapi/src/main/resources/META-INF/openapi.yml | 2 +- examples/openapi/src/main/resources/application.yaml | 2 +- examples/openapi/src/main/resources/logging.properties | 2 +- .../src/test/java/io/helidon/examples/openapi/MainTest.java | 2 +- examples/pom.xml | 2 +- examples/quickstarts/helidon-quickstart-mp/Dockerfile | 2 +- examples/quickstarts/helidon-quickstart-mp/Dockerfile.jlink | 2 +- examples/quickstarts/helidon-quickstart-mp/Dockerfile.native | 2 +- examples/quickstarts/helidon-quickstart-mp/app.yaml | 2 +- examples/quickstarts/helidon-quickstart-mp/settings.gradle | 2 +- .../java/io/helidon/examples/quickstart/mp/GreetResource.java | 2 +- .../io/helidon/examples/quickstart/mp/GreetingMessage.java | 2 +- .../io/helidon/examples/quickstart/mp/GreetingProvider.java | 2 +- .../java/io/helidon/examples/quickstart/mp/package-info.java | 2 +- .../src/main/resources/META-INF/beans.xml | 2 +- .../src/main/resources/logging.properties | 2 +- .../test/java/io/helidon/examples/quickstart/mp/MainTest.java | 2 +- examples/quickstarts/helidon-quickstart-se/Dockerfile | 2 +- examples/quickstarts/helidon-quickstart-se/Dockerfile.jlink | 2 +- examples/quickstarts/helidon-quickstart-se/Dockerfile.native | 2 +- examples/quickstarts/helidon-quickstart-se/app.yaml | 2 +- examples/quickstarts/helidon-quickstart-se/settings.gradle | 2 +- .../java/io/helidon/examples/quickstart/se/GreetService.java | 2 +- .../src/main/java/io/helidon/examples/quickstart/se/Main.java | 2 +- .../java/io/helidon/examples/quickstart/se/package-info.java | 2 +- .../helidon-quickstart-se/src/main/resources/application.yaml | 2 +- .../src/main/resources/logging.properties | 2 +- .../test/java/io/helidon/examples/quickstart/se/MainTest.java | 2 +- .../quickstarts/helidon-standalone-quickstart-mp/Dockerfile | 2 +- .../helidon-standalone-quickstart-mp/Dockerfile.jlink | 2 +- .../helidon-standalone-quickstart-mp/Dockerfile.native | 2 +- .../quickstarts/helidon-standalone-quickstart-mp/app.yaml | 2 +- .../java/io/helidon/examples/quickstart/mp/GreetResource.java | 2 +- .../io/helidon/examples/quickstart/mp/GreetingMessage.java | 2 +- .../io/helidon/examples/quickstart/mp/GreetingProvider.java | 2 +- .../java/io/helidon/examples/quickstart/mp/package-info.java | 2 +- .../src/main/resources/META-INF/beans.xml | 2 +- .../src/main/resources/logging.properties | 2 +- .../test/java/io/helidon/examples/quickstart/mp/MainTest.java | 2 +- .../quickstarts/helidon-standalone-quickstart-se/Dockerfile | 2 +- .../helidon-standalone-quickstart-se/Dockerfile.jlink | 2 +- .../helidon-standalone-quickstart-se/Dockerfile.native | 2 +- .../quickstarts/helidon-standalone-quickstart-se/app.yaml | 2 +- .../java/io/helidon/examples/quickstart/se/GreetService.java | 2 +- .../src/main/java/io/helidon/examples/quickstart/se/Main.java | 2 +- .../java/io/helidon/examples/quickstart/se/package-info.java | 2 +- .../resources/META-INF/native-image/native-image.properties | 2 +- .../src/main/resources/application.yaml | 2 +- .../src/main/resources/logging.properties | 2 +- .../test/java/io/helidon/examples/quickstart/se/MainTest.java | 2 +- .../io/helidon/security/examples/abac/AbacApplication.java | 2 +- .../helidon/security/examples/abac/AbacExplicitResource.java | 2 +- .../io/helidon/security/examples/abac/AbacJerseyMain.java | 2 +- .../java/io/helidon/security/examples/abac/AbacResource.java | 2 +- .../java/io/helidon/security/examples/abac/AtnProvider.java | 2 +- .../java/io/helidon/security/examples/abac/package-info.java | 2 +- .../src/main/resources/META-INF/beans.xml | 2 +- .../src/main/resources/application.yaml | 2 +- .../src/main/resources/logging.properties | 2 +- .../examples/webserver/basic/BasicExampleBuilderMain.java | 2 +- .../examples/webserver/basic/BasicExampleConfigMain.java | 2 +- .../security/examples/webserver/basic/BasicExampleUtil.java | 2 +- .../security/examples/webserver/basic/package-info.java | 2 +- .../src/main/resources/WEB/index.html | 2 +- .../src/main/resources/logging.properties | 2 +- .../examples/webserver/basic/BasicExampleBuilderTest.java | 2 +- .../examples/webserver/basic/BasicExampleConfigTest.java | 2 +- .../security/examples/webserver/basic/BasicExampleTest.java | 2 +- .../helidon/security/examples/google/GoogleBuilderMain.java | 2 +- .../io/helidon/security/examples/google/GoogleConfigMain.java | 2 +- .../java/io/helidon/security/examples/google/GoogleUtil.java | 2 +- .../io/helidon/security/examples/google/package-info.java | 2 +- .../security/google-login/src/main/resources/WEB/index.html | 2 +- .../src/main/resources/WEB/static/js/google-app.js | 2 +- .../security/google-login/src/main/resources/application.yaml | 2 +- .../google-login/src/main/resources/logging.properties | 2 +- .../security/examples/google/GoogleBuilderMainTest.java | 2 +- .../security/examples/google/GoogleConfigMainTest.java | 2 +- .../io/helidon/security/examples/google/GoogleMainTest.java | 2 +- .../io/helidon/security/examples/idcs/IdcsBuilderMain.java | 2 +- .../main/java/io/helidon/security/examples/idcs/IdcsMain.java | 2 +- .../main/java/io/helidon/security/examples/idcs/IdcsUtil.java | 2 +- .../java/io/helidon/security/examples/idcs/package-info.java | 2 +- .../security/idcs-login/src/main/resources/logging.properties | 2 +- .../helidon/security/examples/jersey/JerseyBuilderMain.java | 2 +- .../io/helidon/security/examples/jersey/JerseyConfigMain.java | 2 +- .../security/examples/jersey/JerseyProgrammaticMain.java | 2 +- .../io/helidon/security/examples/jersey/JerseyResources.java | 2 +- .../java/io/helidon/security/examples/jersey/JerseyUtil.java | 2 +- .../io/helidon/security/examples/jersey/package-info.java | 2 +- examples/security/jersey/src/main/resources/application.yaml | 2 +- .../security/jersey/src/main/resources/logging.properties | 2 +- .../security/examples/jersey/JerseyBuilderMainTest.java | 2 +- .../security/examples/jersey/JerseyConfigMainTest.java | 2 +- .../io/helidon/security/examples/jersey/JerseyMainTest.java | 2 +- .../security/examples/jersey/JerseyProgrammaticMainTest.java | 2 +- .../io/helidon/security/examples/security/MyProvider.java | 2 +- .../io/helidon/security/examples/security/package-info.java | 2 +- .../nohttp-programmatic/src/main/resources/logging.properties | 2 +- .../examples/outbound/OutboundOverrideJwtExample.java | 2 +- .../security/examples/outbound/OutboundOverrideUtil.java | 2 +- .../io/helidon/security/examples/outbound/package-info.java | 2 +- .../src/main/resources/serving-service-jwt.yaml | 2 +- .../io/helidon/security/examples/spi/AtnProviderSync.java | 2 +- .../io/helidon/security/examples/spi/AtzProviderSync.java | 2 +- .../main/java/io/helidon/security/examples/spi/Auditer.java | 2 +- .../helidon/security/examples/spi/OutboundProviderSync.java | 2 +- .../io/helidon/security/examples/spi/ProviderSelector.java | 2 +- .../java/io/helidon/security/examples/spi/package-info.java | 2 +- .../io/helidon/security/examples/spi/AtnProviderSyncTest.java | 2 +- .../io/helidon/security/examples/spi/AtzProviderSyncTest.java | 2 +- .../java/io/helidon/security/examples/spi/AuditerTest.java | 2 +- .../security/examples/spi/OutboundProviderSyncTest.java | 2 +- .../helidon/security/examples/spi/ProviderSelectorTest.java | 2 +- .../io/helidon/examples/security/vaults/DigestService.java | 2 +- .../helidon/examples/security/vaults/EncryptionService.java | 2 +- .../io/helidon/examples/security/vaults/SecretsService.java | 2 +- .../helidon/examples/security/vaults/VaultsExampleMain.java | 2 +- .../io/helidon/examples/security/vaults/package-info.java | 2 +- .../security/vaults/src/main/resources/logging.properties | 2 +- .../examples/webserver/digest/DigestExampleConfigMain.java | 2 +- .../security/examples/webserver/digest/DigestExampleUtil.java | 2 +- .../security/examples/webserver/digest/package-info.java | 2 +- .../src/main/resources/logging.properties | 2 +- .../examples/webserver/digest/DigestExampleBuilderTest.java | 2 +- .../examples/webserver/digest/DigestExampleConfigTest.java | 2 +- .../examples/signatures/SignatureExampleConfigMain.java | 2 +- .../security/examples/signatures/SignatureExampleUtil.java | 2 +- .../io/helidon/security/examples/signatures/package-info.java | 2 +- .../examples/signatures/SignatureExampleBuilderMainTest.java | 2 +- .../examples/signatures/SignatureExampleConfigMainTest.java | 2 +- .../main/java/io/helidon/demo/todos/backend/DbService.java | 2 +- .../io/helidon/demo/todos/backend/JaxRsBackendResource.java | 2 +- .../src/main/java/io/helidon/demo/todos/backend/Main.java | 2 +- .../src/main/java/io/helidon/demo/todos/backend/Todo.java | 2 +- .../main/java/io/helidon/demo/todos/backend/package-info.java | 2 +- .../todo-app/backend/src/main/resources/META-INF/beans.xml | 2 +- .../todo-app/backend/src/main/resources/logging.properties | 2 +- examples/todo-app/cassandra/Dockerfile | 2 +- examples/todo-app/cassandra/startup.sh | 2 +- .../io/helidon/demo/todos/frontend/BackendServiceClient.java | 2 +- .../src/main/java/io/helidon/demo/todos/frontend/Main.java | 2 +- .../main/java/io/helidon/demo/todos/frontend/TodoService.java | 2 +- .../java/io/helidon/demo/todos/frontend/package-info.java | 2 +- .../todo-app/frontend/src/main/resources/WEB/css/styles.css | 2 +- examples/todo-app/frontend/src/main/resources/WEB/index.html | 2 +- examples/todo-app/frontend/src/main/resources/WEB/js/app.js | 2 +- .../todo-app/frontend/src/main/resources/logging.properties | 2 +- examples/translator-app/backend/Dockerfile | 2 +- examples/translator-app/backend/app.yaml | 2 +- .../java/io/helidon/examples/translator/backend/Main.java | 2 +- .../examples/translator/backend/TranslatorBackendService.java | 2 +- .../io/helidon/examples/translator/backend/package-info.java | 2 +- .../backend/src/main/resources/logging.properties | 2 +- examples/translator-app/frontend/Dockerfile | 2 +- examples/translator-app/frontend/app.yaml | 2 +- .../java/io/helidon/examples/translator/frontend/Main.java | 2 +- .../translator/frontend/TranslatorFrontendService.java | 2 +- .../io/helidon/examples/translator/frontend/package-info.java | 2 +- .../frontend/src/main/resources/logging.properties | 2 +- .../java/io/helidon/examples/translator/TranslatorTest.java | 2 +- .../io/helidon/examples/webclient/standalone/ClientMain.java | 2 +- .../helidon/examples/webclient/standalone/GreetService.java | 2 +- .../io/helidon/examples/webclient/standalone/ServerMain.java | 2 +- .../helidon/examples/webclient/standalone/package-info.java | 2 +- .../webclient/standalone/src/main/resources/application.yaml | 2 +- .../helidon/examples/webclient/standalone/ClientMainTest.java | 2 +- .../java/io/helidon/webserver/examples/basics/Catalog.java | 2 +- .../helidon/webserver/examples/basics/HelloWorldResource.java | 2 +- .../main/java/io/helidon/webserver/examples/basics/Main.java | 2 +- .../main/java/io/helidon/webserver/examples/basics/Name.java | 2 +- .../java/io/helidon/webserver/examples/basics/NameReader.java | 2 +- .../io/helidon/webserver/examples/basics/package-info.java | 2 +- .../webserver/basics/src/main/resources/static/index.html | 2 +- .../java/io/helidon/webserver/examples/basics/MainTest.java | 2 +- examples/webserver/comment-aas/etc/add-comment | 2 +- examples/webserver/comment-aas/etc/config.yaml | 2 +- examples/webserver/comment-aas/etc/create-etcd | 2 +- examples/webserver/comment-aas/etc/get-etcd-config | 2 +- examples/webserver/comment-aas/etc/list-comments | 2 +- examples/webserver/comment-aas/etc/put-etcd-config | 2 +- examples/webserver/comment-aas/etc/start-etcd | 2 +- examples/webserver/comment-aas/etc/stop-comment-service | 2 +- examples/webserver/comment-aas/etc/stop-etcd | 2 +- examples/webserver/comment-aas/etc/switch-user | 2 +- .../helidon/webserver/examples/comments/CommentsService.java | 2 +- .../java/io/helidon/webserver/examples/comments/Main.java | 2 +- .../webserver/examples/comments/ProfanityDetector.java | 2 +- .../webserver/examples/comments/ProfanityException.java | 2 +- .../io/helidon/webserver/examples/comments/package-info.java | 2 +- .../webserver/comment-aas/src/main/resources/application.yaml | 2 +- .../webserver/examples/comments/CommentsServiceTest.java | 2 +- .../java/io/helidon/webserver/examples/comments/MainTest.java | 2 +- .../helidon/webserver/examples/faulttolerance/FtService.java | 2 +- .../io/helidon/webserver/examples/faulttolerance/Main.java | 2 +- .../webserver/examples/faulttolerance/package-info.java | 2 +- .../fault-tolerance/src/main/resources/logging.properties | 2 +- .../helidon/webserver/examples/faulttolerance/MainTest.java | 2 +- .../java/io/helidon/webserver/examples/jersey/HelloWorld.java | 2 +- .../main/java/io/helidon/webserver/examples/jersey/Main.java | 2 +- .../io/helidon/webserver/examples/jersey/package-info.java | 2 +- .../webserver/jersey/src/main/resources/logging.properties | 2 +- .../io/helidon/webserver/examples/jersey/HelloWorldTest.java | 2 +- .../java/io/helidon/examples/webserver/multiport/Main.java | 2 +- .../io/helidon/examples/webserver/multiport/package-info.java | 2 +- .../webserver/multiport/src/main/resources/application.yaml | 2 +- .../webserver/multiport/src/main/resources/logging.properties | 2 +- .../io/helidon/examples/webserver/multiport/MainTest.java | 2 +- .../multiport/src/test/resources/application-test.yaml | 2 +- .../io/helidon/webserver/examples/mtls/ClientConfigMain.java | 2 +- .../io/helidon/webserver/examples/mtls/ServerConfigMain.java | 2 +- .../java/io/helidon/webserver/examples/mtls/package-info.java | 2 +- .../helidon/webserver/examples/mtls/MutualTlsExampleTest.java | 2 +- examples/webserver/opentracing/Dockerfile | 2 +- .../java/io/helidon/webserver/examples/opentracing/Main.java | 2 +- .../helidon/webserver/examples/opentracing/package-info.java | 2 +- .../opentracing/src/main/resources/logging.properties | 2 +- .../webserver/examples/staticcontent/CounterService.java | 2 +- .../io/helidon/webserver/examples/staticcontent/Main.java | 2 +- .../webserver/examples/staticcontent/package-info.java | 2 +- .../static-content/src/main/resources/WEB/css/app.css | 2 +- .../static-content/src/main/resources/WEB/index.html | 2 +- .../webserver/static-content/src/main/resources/WEB/js/app.js | 2 +- .../java/io/helidon/webserver/examples/streaming/Main.java | 2 +- .../webserver/examples/streaming/ServerFileReader.java | 2 +- .../webserver/examples/streaming/ServerFileWriter.java | 2 +- .../webserver/examples/streaming/StreamingService.java | 2 +- .../io/helidon/webserver/examples/streaming/package-info.java | 2 +- .../helidon/examples/webserver/threadpool/GreetService.java | 2 +- .../java/io/helidon/examples/webserver/threadpool/Main.java | 2 +- .../helidon/examples/webserver/threadpool/package-info.java | 2 +- .../webserver/threadpool/src/main/resources/application.yaml | 2 +- .../threadpool/src/main/resources/logging.properties | 2 +- .../io/helidon/examples/webserver/threadpool/MainTest.java | 2 +- .../threadpool/src/test/resources/application-test.yaml | 2 +- .../src/main/java/io/helidon/webserver/examples/tls/Main.java | 2 +- .../java/io/helidon/webserver/examples/tls/package-info.java | 2 +- examples/webserver/tls/src/main/resources/logging.properties | 2 +- .../test/java/io/helidon/webserver/examples/tls/MainTest.java | 2 +- .../webserver/tls/src/test/resources/test-application.yaml | 2 +- .../helidon/webserver/examples/tutorial/CommentService.java | 2 +- .../java/io/helidon/webserver/examples/tutorial/Main.java | 2 +- .../io/helidon/webserver/examples/tutorial/UpperXFilter.java | 2 +- .../io/helidon/webserver/examples/tutorial/package-info.java | 2 +- .../io/helidon/webserver/examples/tutorial/user/User.java | 2 +- .../helidon/webserver/examples/tutorial/user/UserFilter.java | 2 +- .../webserver/examples/tutorial/user/package-info.java | 2 +- .../webserver/examples/tutorial/CommentServiceTest.java | 2 +- .../java/io/helidon/webserver/examples/tutorial/MainTest.java | 2 +- .../webserver/examples/tutorial/user/UserFilterTest.java | 2 +- .../java/io/helidon/webserver/examples/websocket/Main.java | 2 +- .../webserver/examples/websocket/MessageBoardEndpoint.java | 2 +- .../io/helidon/webserver/examples/websocket/MessageQueue.java | 2 +- .../webserver/examples/websocket/MessageQueueService.java | 2 +- .../io/helidon/webserver/examples/websocket/package-info.java | 2 +- .../webserver/websocket/src/main/resources/WEB/index.html | 2 +- .../webserver/websocket/src/main/resources/logging.properties | 2 +- .../webserver/examples/websocket/MessageBoardTest.java | 2 +- 754 files changed, 755 insertions(+), 755 deletions(-) diff --git a/examples/config/basics/src/main/java/io/helidon/config/examples/basics/Main.java b/examples/config/basics/src/main/java/io/helidon/config/examples/basics/Main.java index b9b77b6b..cdd3a179 100644 --- a/examples/config/basics/src/main/java/io/helidon/config/examples/basics/Main.java +++ b/examples/config/basics/src/main/java/io/helidon/config/examples/basics/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/basics/src/main/java/io/helidon/config/examples/basics/package-info.java b/examples/config/basics/src/main/java/io/helidon/config/examples/basics/package-info.java index 0d1a2216..e0abe866 100644 --- a/examples/config/basics/src/main/java/io/helidon/config/examples/basics/package-info.java +++ b/examples/config/basics/src/main/java/io/helidon/config/examples/basics/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/basics/src/main/resources/application.conf b/examples/config/basics/src/main/resources/application.conf index 8af725a8..42b42135 100644 --- a/examples/config/basics/src/main/resources/application.conf +++ b/examples/config/basics/src/main/resources/application.conf @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/basics/src/main/resources/logging.properties b/examples/config/basics/src/main/resources/logging.properties index 3d940b38..0ae93577 100644 --- a/examples/config/basics/src/main/resources/logging.properties +++ b/examples/config/basics/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/changes/conf/config.yaml b/examples/config/changes/conf/config.yaml index 000a6049..69d8030e 100644 --- a/examples/config/changes/conf/config.yaml +++ b/examples/config/changes/conf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/changes/conf/dev.yaml b/examples/config/changes/conf/dev.yaml index 3d54809c..f2166b73 100644 --- a/examples/config/changes/conf/dev.yaml +++ b/examples/config/changes/conf/dev.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/changes/src/main/java/io/helidon/config/examples/changes/AsSupplierExample.java b/examples/config/changes/src/main/java/io/helidon/config/examples/changes/AsSupplierExample.java index d1113130..4b980863 100644 --- a/examples/config/changes/src/main/java/io/helidon/config/examples/changes/AsSupplierExample.java +++ b/examples/config/changes/src/main/java/io/helidon/config/examples/changes/AsSupplierExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/changes/src/main/java/io/helidon/config/examples/changes/Main.java b/examples/config/changes/src/main/java/io/helidon/config/examples/changes/Main.java index dd72f5e2..1a0fd510 100644 --- a/examples/config/changes/src/main/java/io/helidon/config/examples/changes/Main.java +++ b/examples/config/changes/src/main/java/io/helidon/config/examples/changes/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/changes/src/main/java/io/helidon/config/examples/changes/package-info.java b/examples/config/changes/src/main/java/io/helidon/config/examples/changes/package-info.java index a8576e63..af0290d4 100644 --- a/examples/config/changes/src/main/java/io/helidon/config/examples/changes/package-info.java +++ b/examples/config/changes/src/main/java/io/helidon/config/examples/changes/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/changes/src/main/resources/default.yaml b/examples/config/changes/src/main/resources/default.yaml index cd585d2f..bcf0356a 100644 --- a/examples/config/changes/src/main/resources/default.yaml +++ b/examples/config/changes/src/main/resources/default.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/changes/src/main/resources/logging.properties b/examples/config/changes/src/main/resources/logging.properties index ddbb7125..06793565 100644 --- a/examples/config/changes/src/main/resources/logging.properties +++ b/examples/config/changes/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/git/src/main/java/io/helidon/config/examples/git/Main.java b/examples/config/git/src/main/java/io/helidon/config/examples/git/Main.java index 1af5b17e..34298d59 100644 --- a/examples/config/git/src/main/java/io/helidon/config/examples/git/Main.java +++ b/examples/config/git/src/main/java/io/helidon/config/examples/git/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/git/src/main/java/io/helidon/config/examples/git/package-info.java b/examples/config/git/src/main/java/io/helidon/config/examples/git/package-info.java index f9f7df80..d4a85fa8 100644 --- a/examples/config/git/src/main/java/io/helidon/config/examples/git/package-info.java +++ b/examples/config/git/src/main/java/io/helidon/config/examples/git/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/git/src/main/resources/logging.properties b/examples/config/git/src/main/resources/logging.properties index b8635a50..721cc5fc 100644 --- a/examples/config/git/src/main/resources/logging.properties +++ b/examples/config/git/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/BuilderExample.java b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/BuilderExample.java index c9fa7ff6..1d281668 100644 --- a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/BuilderExample.java +++ b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/BuilderExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/DeserializationExample.java b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/DeserializationExample.java index ec00769c..d17de4e0 100644 --- a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/DeserializationExample.java +++ b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/DeserializationExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/FactoryMethodExample.java b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/FactoryMethodExample.java index 1b681b04..64ef361a 100644 --- a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/FactoryMethodExample.java +++ b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/FactoryMethodExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/Main.java b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/Main.java index 25a94b6f..7e704669 100644 --- a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/Main.java +++ b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/package-info.java b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/package-info.java index 79793e73..ab515f0b 100644 --- a/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/package-info.java +++ b/examples/config/mapping/src/main/java/io/helidon/config/examples/mapping/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/mapping/src/main/resources/application.conf b/examples/config/mapping/src/main/resources/application.conf index e04d9376..149985bf 100644 --- a/examples/config/mapping/src/main/resources/application.conf +++ b/examples/config/mapping/src/main/resources/application.conf @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/mapping/src/main/resources/logging.properties b/examples/config/mapping/src/main/resources/logging.properties index 3d940b38..0ae93577 100644 --- a/examples/config/mapping/src/main/resources/logging.properties +++ b/examples/config/mapping/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/ConfigMetadataMain.java b/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/ConfigMetadataMain.java index 09096658..a7b244d9 100644 --- a/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/ConfigMetadataMain.java +++ b/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/ConfigMetadataMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Oracle and/or its affiliates. + * Copyright (c) 2021, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/ConfiguredType.java b/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/ConfiguredType.java index 82e13fa0..c36f64b0 100644 --- a/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/ConfiguredType.java +++ b/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/ConfiguredType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Oracle and/or its affiliates. + * Copyright (c) 2021, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/package-info.java b/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/package-info.java index f2553937..4c8928eb 100644 --- a/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/package-info.java +++ b/examples/config/metadata/src/main/java/io/helidon/config/examples/metadata/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Oracle and/or its affiliates. + * Copyright (c) 2021, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/overrides/conf/overrides.properties b/examples/config/overrides/conf/overrides.properties index 8be6cb41..ba6d1332 100644 --- a/examples/config/overrides/conf/overrides.properties +++ b/examples/config/overrides/conf/overrides.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/overrides/conf/priority-config.yaml b/examples/config/overrides/conf/priority-config.yaml index 2f941ae5..8600affb 100644 --- a/examples/config/overrides/conf/priority-config.yaml +++ b/examples/config/overrides/conf/priority-config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/overrides/src/main/java/io/helidon/config/examples/overrides/Main.java b/examples/config/overrides/src/main/java/io/helidon/config/examples/overrides/Main.java index da175168..278b9ff4 100644 --- a/examples/config/overrides/src/main/java/io/helidon/config/examples/overrides/Main.java +++ b/examples/config/overrides/src/main/java/io/helidon/config/examples/overrides/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/overrides/src/main/java/io/helidon/config/examples/overrides/package-info.java b/examples/config/overrides/src/main/java/io/helidon/config/examples/overrides/package-info.java index 1ed58f8d..4722cec3 100644 --- a/examples/config/overrides/src/main/java/io/helidon/config/examples/overrides/package-info.java +++ b/examples/config/overrides/src/main/java/io/helidon/config/examples/overrides/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/overrides/src/main/resources/application.yaml b/examples/config/overrides/src/main/resources/application.yaml index b0c0c55f..b13e7ad0 100644 --- a/examples/config/overrides/src/main/resources/application.yaml +++ b/examples/config/overrides/src/main/resources/application.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/overrides/src/main/resources/logging.properties b/examples/config/overrides/src/main/resources/logging.properties index b8635a50..721cc5fc 100644 --- a/examples/config/overrides/src/main/resources/logging.properties +++ b/examples/config/overrides/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/sources/conf/config.yaml b/examples/config/sources/conf/config.yaml index c0794062..4b08deac 100644 --- a/examples/config/sources/conf/config.yaml +++ b/examples/config/sources/conf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/sources/conf/dev.yaml b/examples/config/sources/conf/dev.yaml index 10ca8dc5..312f8d84 100644 --- a/examples/config/sources/conf/dev.yaml +++ b/examples/config/sources/conf/dev.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/sources/conf/meta-config.yaml b/examples/config/sources/conf/meta-config.yaml index 3153da4a..31e31fe2 100644 --- a/examples/config/sources/conf/meta-config.yaml +++ b/examples/config/sources/conf/meta-config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/sources/src/main/java/io/helidon/config/examples/sources/LoadSourcesExample.java b/examples/config/sources/src/main/java/io/helidon/config/examples/sources/LoadSourcesExample.java index ead744ce..8655c722 100644 --- a/examples/config/sources/src/main/java/io/helidon/config/examples/sources/LoadSourcesExample.java +++ b/examples/config/sources/src/main/java/io/helidon/config/examples/sources/LoadSourcesExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/sources/src/main/java/io/helidon/config/examples/sources/Main.java b/examples/config/sources/src/main/java/io/helidon/config/examples/sources/Main.java index bea16ec6..d6321102 100644 --- a/examples/config/sources/src/main/java/io/helidon/config/examples/sources/Main.java +++ b/examples/config/sources/src/main/java/io/helidon/config/examples/sources/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/sources/src/main/java/io/helidon/config/examples/sources/WithSourcesExample.java b/examples/config/sources/src/main/java/io/helidon/config/examples/sources/WithSourcesExample.java index 8de8a3aa..5508b492 100644 --- a/examples/config/sources/src/main/java/io/helidon/config/examples/sources/WithSourcesExample.java +++ b/examples/config/sources/src/main/java/io/helidon/config/examples/sources/WithSourcesExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/sources/src/main/java/io/helidon/config/examples/sources/package-info.java b/examples/config/sources/src/main/java/io/helidon/config/examples/sources/package-info.java index 44958945..16f4904f 100644 --- a/examples/config/sources/src/main/java/io/helidon/config/examples/sources/package-info.java +++ b/examples/config/sources/src/main/java/io/helidon/config/examples/sources/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2021 Oracle and/or its affiliates. + * Copyright (c) 2017, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/config/sources/src/main/resources/default.yaml b/examples/config/sources/src/main/resources/default.yaml index 94a8de20..b1dfac98 100644 --- a/examples/config/sources/src/main/resources/default.yaml +++ b/examples/config/sources/src/main/resources/default.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/sources/src/main/resources/logging.properties b/examples/config/sources/src/main/resources/logging.properties index b8635a50..721cc5fc 100644 --- a/examples/config/sources/src/main/resources/logging.properties +++ b/examples/config/sources/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/sources/src/main/resources/meta-config.yaml b/examples/config/sources/src/main/resources/meta-config.yaml index 20af0f80..c0b1365f 100644 --- a/examples/config/sources/src/main/resources/meta-config.yaml +++ b/examples/config/sources/src/main/resources/meta-config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/config/sources/src/main/resources/overrides.properties b/examples/config/sources/src/main/resources/overrides.properties index 717a177f..a2046d7a 100644 --- a/examples/config/sources/src/main/resources/overrides.properties +++ b/examples/config/sources/src/main/resources/overrides.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2021 Oracle and/or its affiliates. +# Copyright (c) 2017, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cors/src/main/java/io/helidon/examples/cors/GreetService.java b/examples/cors/src/main/java/io/helidon/examples/cors/GreetService.java index e4f8a6be..08d0bc55 100644 --- a/examples/cors/src/main/java/io/helidon/examples/cors/GreetService.java +++ b/examples/cors/src/main/java/io/helidon/examples/cors/GreetService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/cors/src/main/java/io/helidon/examples/cors/GreetingMessage.java b/examples/cors/src/main/java/io/helidon/examples/cors/GreetingMessage.java index f0b1ca25..ac687c37 100644 --- a/examples/cors/src/main/java/io/helidon/examples/cors/GreetingMessage.java +++ b/examples/cors/src/main/java/io/helidon/examples/cors/GreetingMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2022 Oracle and/or its affiliates. + * Copyright (c) 2020, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/cors/src/main/java/io/helidon/examples/cors/Main.java b/examples/cors/src/main/java/io/helidon/examples/cors/Main.java index b2c033ab..599da87b 100644 --- a/examples/cors/src/main/java/io/helidon/examples/cors/Main.java +++ b/examples/cors/src/main/java/io/helidon/examples/cors/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2022 Oracle and/or its affiliates. + * Copyright (c) 2020, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/cors/src/main/java/io/helidon/examples/cors/package-info.java b/examples/cors/src/main/java/io/helidon/examples/cors/package-info.java index 37ff7722..46b0ef2c 100644 --- a/examples/cors/src/main/java/io/helidon/examples/cors/package-info.java +++ b/examples/cors/src/main/java/io/helidon/examples/cors/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/cors/src/main/resources/META-INF/openapi.yml b/examples/cors/src/main/resources/META-INF/openapi.yml index e4a50a0d..7e04d640 100644 --- a/examples/cors/src/main/resources/META-INF/openapi.yml +++ b/examples/cors/src/main/resources/META-INF/openapi.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2023 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cors/src/main/resources/application.yaml b/examples/cors/src/main/resources/application.yaml index eea832f7..dc4b4102 100644 --- a/examples/cors/src/main/resources/application.yaml +++ b/examples/cors/src/main/resources/application.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Oracle and/or its affiliates. +# Copyright (c) 2020, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cors/src/main/resources/logging.properties b/examples/cors/src/main/resources/logging.properties index bb63a07a..57b07980 100644 --- a/examples/cors/src/main/resources/logging.properties +++ b/examples/cors/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Oracle and/or its affiliates. +# Copyright (c) 2020, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cors/src/test/java/io/helidon/examples/cors/MainTest.java b/examples/cors/src/test/java/io/helidon/examples/cors/MainTest.java index a2f6ef77..62e4f0e2 100644 --- a/examples/cors/src/test/java/io/helidon/examples/cors/MainTest.java +++ b/examples/cors/src/test/java/io/helidon/examples/cors/MainTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2022 Oracle and/or its affiliates. + * Copyright (c) 2020, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/AbstractPokemonService.java b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/AbstractPokemonService.java index 9e25fc1c..cbd7fffb 100644 --- a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/AbstractPokemonService.java +++ b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/AbstractPokemonService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/Pokemon.java b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/Pokemon.java index c50a8793..39382258 100644 --- a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/Pokemon.java +++ b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/Pokemon.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/PokemonMapper.java b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/PokemonMapper.java index 7bc17a14..9ac55a12 100644 --- a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/PokemonMapper.java +++ b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/PokemonMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/PokemonMapperProvider.java b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/PokemonMapperProvider.java index ddbe7bd3..fe613392 100644 --- a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/PokemonMapperProvider.java +++ b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/PokemonMapperProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/package-info.java b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/package-info.java index 7e0afe5d..78d7f668 100644 --- a/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/package-info.java +++ b/examples/dbclient/common/src/main/java/io/helidon/examples/dbclient/common/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/JdbcExampleMain.java b/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/JdbcExampleMain.java index 079d234f..7f007b1a 100644 --- a/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/JdbcExampleMain.java +++ b/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/JdbcExampleMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2022 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/PokemonService.java b/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/PokemonService.java index 445e4169..51283494 100644 --- a/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/PokemonService.java +++ b/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/PokemonService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/package-info.java b/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/package-info.java index 13fdc00a..f54ce8e1 100644 --- a/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/package-info.java +++ b/examples/dbclient/jdbc/src/main/java/io/helidon/examples/dbclient/jdbc/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/jdbc/src/main/resources/logging.properties b/examples/dbclient/jdbc/src/main/resources/logging.properties index a3b94c39..bdbfedcb 100644 --- a/examples/dbclient/jdbc/src/main/resources/logging.properties +++ b/examples/dbclient/jdbc/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2020 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/MongoDbExampleMain.java b/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/MongoDbExampleMain.java index 70a11fd4..79eb38f3 100644 --- a/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/MongoDbExampleMain.java +++ b/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/MongoDbExampleMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2022 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/PokemonService.java b/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/PokemonService.java index b1923839..4c9f21ed 100644 --- a/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/PokemonService.java +++ b/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/PokemonService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/package-info.java b/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/package-info.java index dfc64d08..3825bb5d 100644 --- a/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/package-info.java +++ b/examples/dbclient/mongodb/src/main/java/io/helidon/examples/dbclient/mongo/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/mongodb/src/main/resources/application.yaml b/examples/dbclient/mongodb/src/main/resources/application.yaml index dc6787a4..09658cbd 100644 --- a/examples/dbclient/mongodb/src/main/resources/application.yaml +++ b/examples/dbclient/mongodb/src/main/resources/application.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2021 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/dbclient/mongodb/src/main/resources/logging.properties b/examples/dbclient/mongodb/src/main/resources/logging.properties index a3b94c39..bdbfedcb 100644 --- a/examples/dbclient/mongodb/src/main/resources/logging.properties +++ b/examples/dbclient/mongodb/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2020 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/InitializeDb.java b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/InitializeDb.java index 00dd9159..012cccfe 100644 --- a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/InitializeDb.java +++ b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/InitializeDb.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/Pokemon.java b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/Pokemon.java index 1c4a9764..8e3f01f2 100644 --- a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/Pokemon.java +++ b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/Pokemon.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMain.java b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMain.java index 8289caf1..72fc03d0 100644 --- a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMain.java +++ b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2022 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMapper.java b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMapper.java index 22a308aa..52dde7fa 100644 --- a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMapper.java +++ b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMapperProvider.java b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMapperProvider.java index ffb16401..f5dd8912 100644 --- a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMapperProvider.java +++ b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonMapperProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonService.java b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonService.java index 30981fe5..453f5e2e 100644 --- a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonService.java +++ b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/PokemonService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/package-info.java b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/package-info.java index 4ddeaee4..df1b4e75 100644 --- a/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/package-info.java +++ b/examples/dbclient/pokemons/src/main/java/io/helidon/examples/dbclient/pokemons/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2021 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/resources/application.yaml b/examples/dbclient/pokemons/src/main/resources/application.yaml index 0cb72a4f..c07753cc 100644 --- a/examples/dbclient/pokemons/src/main/resources/application.yaml +++ b/examples/dbclient/pokemons/src/main/resources/application.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2021 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/resources/logging.properties b/examples/dbclient/pokemons/src/main/resources/logging.properties index a3b94c39..bdbfedcb 100644 --- a/examples/dbclient/pokemons/src/main/resources/logging.properties +++ b/examples/dbclient/pokemons/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2020 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/dbclient/pokemons/src/main/resources/mongo.yaml b/examples/dbclient/pokemons/src/main/resources/mongo.yaml index 854c7a52..8e7fa77e 100644 --- a/examples/dbclient/pokemons/src/main/resources/mongo.yaml +++ b/examples/dbclient/pokemons/src/main/resources/mongo.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2021 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/employee-app/Dockerfile b/examples/employee-app/Dockerfile index bc795986..ad2674d6 100644 --- a/examples/employee-app/Dockerfile +++ b/examples/employee-app/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2020 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/employee-app/app.yaml b/examples/employee-app/app.yaml index 0d0a40ce..7f3d18e6 100644 --- a/examples/employee-app/app.yaml +++ b/examples/employee-app/app.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2021 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/java/io/helidon/service/employee/Employee.java b/examples/employee-app/src/main/java/io/helidon/service/employee/Employee.java index 5cf14a8e..7dfb3b9f 100644 --- a/examples/employee-app/src/main/java/io/helidon/service/employee/Employee.java +++ b/examples/employee-app/src/main/java/io/helidon/service/employee/Employee.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeRepository.java b/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeRepository.java index 020ff5b6..e8289d21 100644 --- a/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeRepository.java +++ b/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeRepositoryImpl.java b/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeRepositoryImpl.java index 0a39c180..f78ae3cc 100644 --- a/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeRepositoryImpl.java +++ b/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeRepositoryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2022 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeService.java b/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeService.java index cb54d7f6..4fd6773c 100644 --- a/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeService.java +++ b/examples/employee-app/src/main/java/io/helidon/service/employee/EmployeeService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/java/io/helidon/service/employee/Main.java b/examples/employee-app/src/main/java/io/helidon/service/employee/Main.java index 73102b28..ed98b465 100644 --- a/examples/employee-app/src/main/java/io/helidon/service/employee/Main.java +++ b/examples/employee-app/src/main/java/io/helidon/service/employee/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2022 Oracle and/or its affiliates. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/java/io/helidon/service/employee/package-info.java b/examples/employee-app/src/main/java/io/helidon/service/employee/package-info.java index 4d7601b0..55254ed4 100644 --- a/examples/employee-app/src/main/java/io/helidon/service/employee/package-info.java +++ b/examples/employee-app/src/main/java/io/helidon/service/employee/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/resources/application.yaml b/examples/employee-app/src/main/resources/application.yaml index 25baa52d..946d4854 100644 --- a/examples/employee-app/src/main/resources/application.yaml +++ b/examples/employee-app/src/main/resources/application.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2020 Oracle and/or its affiliates. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/resources/logging.properties b/examples/employee-app/src/main/resources/logging.properties index f7126876..38f036e5 100644 --- a/examples/employee-app/src/main/resources/logging.properties +++ b/examples/employee-app/src/main/resources/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/resources/public/EmployeeController.js b/examples/employee-app/src/main/resources/public/EmployeeController.js index 55f3c056..fc61c7dd 100644 --- a/examples/employee-app/src/main/resources/public/EmployeeController.js +++ b/examples/employee-app/src/main/resources/public/EmployeeController.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/employee-app/src/main/resources/public/index.html b/examples/employee-app/src/main/resources/public/index.html index 7880cb38..44408791 100644 --- a/examples/employee-app/src/main/resources/public/index.html +++ b/examples/employee-app/src/main/resources/public/index.html @@ -1,6 +1,6 @@