All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.rewrite.aws-sdk-java-v1-to-v2.yml Maven / Gradle / Ivy

Go to download

Contains OpenRewrite recipes to help users migrate from the AWS SDK for Java v1 to the AWS SDK for Java v2

There is a newer version: 2.29.17-PREVIEW
Show newest version
#
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License is located at
#
#  http://aws.amazon.com/apache2.0
#
# or in the "license" file accompanying this file. This file is distributed
# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.
#
---
type: specs.openrewrite.org/v1beta/recipe
name: software.amazon.awssdk.v2migration.AwsSdkJavaV1ToV2
displayName: Migrate from the AWS SDK for Java v1 to the AWS SDK for Java v2
description: This recipe will apply changes required for migrating from the AWS SDK for Java v1 to the AWS SDK for Java v2.
tags:
  - aws
  - sdk
recipeList:
  - software.amazon.awssdk.v2migration.UpgradeSdkDependencies
  - software.amazon.awssdk.v2migration.S3StreamingResponseToV2
  - software.amazon.awssdk.v2migration.S3StreamingRequestToV2
  - software.amazon.awssdk.v2migration.S3NonStreamingRequestToV2
  - software.amazon.awssdk.v2migration.S3MethodsConstructorToFluent
  - software.amazon.awssdk.v2migration.EnumGettersToV2
  - software.amazon.awssdk.v2migration.ChangeSdkType
  - software.amazon.awssdk.v2migration.ChangeSdkCoreTypes
  # At this point, all classes should be changed to v2 equivalents
  - software.amazon.awssdk.v2migration.V1BuilderVariationsToV2Builder
  - software.amazon.awssdk.v2migration.NewClassToBuilderPattern
  - software.amazon.awssdk.v2migration.NewClassToStaticFactory
  - software.amazon.awssdk.v2migration.V1GetterToV2
  - software.amazon.awssdk.v2migration.HttpSettingsToHttpClient
  - software.amazon.awssdk.v2migration.WrapSdkClientBuilderRegionStr
  - software.amazon.awssdk.v2migration.EnumCasingToV2




© 2015 - 2024 Weber Informatics LLC | Privacy Policy