OracleConnection class (https://docs.oracle.com/en/database/oracle/oracle-database/19/jajdb/oracle/jdbc/OracleConnection.html) has a field CONNECTION_PROPERTY_PROXY_CLIENT_NAME

We use this field in our application.
We are moving to R2DBC. Extended options supported by Oracle R2DBC in https://github.com/oracle/oracle-r2dbc/blob/main/src/main/java/oracle/r2dbc/OracleR2dbcOptions.java does not have field CONNECTION_PROPERTY_PROXY_CLIENT_NAME.

Please review and let me if there is any other way to pass proxy client name or it needs a fix.