This warning will be seen in alert log if we issue the same command in 12c as we have done in 11c:
SQL>ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION;
Instead we can use the following command to eliminate the WARNING:
SQL> alter database recover managed standby database disconnect nodelay; Database altered.