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
instead of directly reading System properties or environment variables, all properties should be obtained using ServiceExtensionContext#getSetting().
The naming should be dagx.<extension>.<propertyname>, and every property should be annotated with the @DagxSetting annotation.
The text was updated successfully, but these errors were encountered:
instead of directly reading System properties or environment variables, all properties should be obtained using
ServiceExtensionContext#getSetting()
.The naming should be
dagx.<extension>.<propertyname>
, and every property should be annotated with the@DagxSetting
annotation.The text was updated successfully, but these errors were encountered: