diff --git a/examples/messaging/docker/oracle-aq/Dockerfile b/examples/messaging/docker/oracle-aq/Dockerfile index 01f005e0..cdffbf88 100755 --- a/examples/messaging/docker/oracle-aq/Dockerfile +++ b/examples/messaging/docker/oracle-aq/Dockerfile @@ -15,7 +15,6 @@ # FROM container-registry.oracle.com/database/express:latest -ENV "ORACLE_PWsD"="frank" ENV "ORACLE_PWD"="frank" ENV "ORACLE_ALLOW_REMOTE"="true" ENV "ORACLE_SID"="XE" diff --git a/examples/messaging/oracle-aq-websocket-mp/src/main/resources/application.yaml b/examples/messaging/oracle-aq-websocket-mp/src/main/resources/application.yaml index c233d972..f009f556 100644 --- a/examples/messaging/oracle-aq-websocket-mp/src/main/resources/application.yaml +++ b/examples/messaging/oracle-aq-websocket-mp/src/main/resources/application.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, 2024 Oracle and/or its affiliates. +# Copyright (c) 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.