You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are trying to implement rest client using quarkus and as per the documentation below are the application properties to set to call rest api org.acme.rest.client.ExtensionsService**/mp-rest/url**=https://stage.code.quarkus.io/api org.acme.rest.client.ExtensionsService**/mp-rest/scope**=javax.inject.Singleton
key-field in application property is having special character slash '/' it is not allowed in containerized platforms (openshift) to configure this property and only allowed characters for key are -,_, dot and alphanumaric characters. Please suggest any other way to change the naming convention for the key field in application property.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
we are trying to implement rest client using quarkus and as per the documentation below are the application properties to set to call rest api
org.acme.rest.client.ExtensionsService**/mp-rest/url**=https://stage.code.quarkus.io/api org.acme.rest.client.ExtensionsService**/mp-rest/scope**=javax.inject.Singleton
key-field in application property is having special character slash '/' it is not allowed in containerized platforms (openshift) to configure this property and only allowed characters for key are -,_, dot and alphanumaric characters. Please suggest any other way to change the naming convention for the key field in application property.
Beta Was this translation helpful? Give feedback.
All reactions