Skip to content

Commit

Permalink
deprecate old injection integration for oci
Browse files Browse the repository at this point in the history
  • Loading branch information
arjav-desai committed Aug 21, 2024
1 parent defa1a8 commit 8fccdb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@
* comma-delimited, and each token will be treated as a fully qualified type name to signal that the type should be
* not be processed.</li>
* </ul>
*
* @deprecated replaced with {@code helidon-integrations-oci} module
*/
@Deprecated(forRemoval = true, since = "4.1.0")
public class OciInjectionProcessorObserver implements InjectionAnnotationProcessorObserver {
static final String OCI_ROOT_PACKAGE_NAME_PREFIX = "com.oracle.bmc.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@

/**
* Avoids using any OCI SDK package name(s) as the {@link ModuleComponent} name that is code-generated.
*
* @deprecated replaced with {@code helidon-integrations-oci} module
*/
@Deprecated(forRemoval = true, since = "4.1.0")
public class OciModuleComponentNamer implements ModuleComponentNamer {

/**
Expand Down
3 changes: 3 additions & 0 deletions integrations/oci/sdk/processor/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@

/**
* Helidon Injection Integrations for OCI SDK.
*
* @deprecated replaced with {@code helidon-integrations-oci} module
*/
@Deprecated(forRemoval = true, since = "4.1.0")
module io.helidon.integrations.oci.sdk.processor {

requires handlebars;
Expand Down

0 comments on commit 8fccdb5

Please sign in to comment.