Skip to content

Commit

Permalink
deprecate old injection integration for oci (#9184)
Browse files Browse the repository at this point in the history
* deprecate old injection integration for oci

* fix copyright
  • Loading branch information
arjav-desai committed Aug 29, 2024
1 parent bffe01e commit 6c90c5f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023 Oracle and/or its affiliates.
* Copyright (c) 2023, 2024 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down 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
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023 Oracle and/or its affiliates.
* Copyright (c) 2023, 2024 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023 Oracle and/or its affiliates.
* Copyright (c) 2023, 2024 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -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 6c90c5f

Please sign in to comment.