File tree Expand file tree Collapse file tree
providers/gcp/src/main/java/dev/openfeature/contrib/providers/gcp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest]
1616 build :
1717 - java : 21
18- profile : codequality
18+ # deploy profile is included to catch javadoc/SBOM/source-jar issues at PR time
19+ # note this is the publish PROFILE, not PHASE
20+ profile : codequality,deploy
1921 - java : 11
2022 profile : java11
2123
Original file line number Diff line number Diff line change 2020 *
2121 * <p>Each feature flag is stored as an individual secret in GCP Secret Manager. The flag key
2222 * maps directly to the secret name (with an optional prefix configured via
23- * {@link GcpProviderOptions#getNamePrefix() }).
23+ * {@link GcpProviderOptions}'s {@code namePrefix }).
2424 *
2525 * <p>Flag values are read as UTF-8 strings from the secret payload and parsed to the requested
2626 * type. Supported raw value formats:
3333 * </ul>
3434 *
3535 * <p>Results are cached in-process for the duration configured in
36- * {@link GcpProviderOptions#getCacheExpiry() }.
36+ * {@link GcpProviderOptions}'s {@code cacheExpiry }.
3737 *
3838 * <p>Example:
3939 * <pre>{@code
You can’t perform that action at this time.
0 commit comments