Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Redis passwordless connections for Azure Redis Cache in Spring #32794

Merged
merged 39 commits into from
Jan 19, 2023

Conversation

backwind1233
Copy link
Contributor

@backwind1233 backwind1233 commented Jan 6, 2023

Description

Linked issue: #31350

The PR is an implementation to support passwordless connections for Azure Redis Cache in Spring.

Supported Scopes

  1. It only support Jedis and it requires jedis client version 3.8.x, not compatible with jedis 4.x.
  2. It requires spring boot 2.6.x or 2.7.x.
  3. It supports pooled and non-pooled configuration.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@ghost ghost added Azure.Identity azure-spring All azure-spring related issues labels Jan 6, 2023
@backwind1233 backwind1233 self-assigned this Jan 6, 2023
@backwind1233
Copy link
Contributor Author

/azp run java - spring

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jan 6, 2023

API change check

APIView has identified API level changes in this PR and created following API reviews.

spring-cloud-azure-autoconfigure
spring-cloud-azure-starter-redis

@backwind1233
Copy link
Contributor Author

/azp run java - spring

@backwind1233
Copy link
Contributor Author

/azp run java - spring

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@backwind1233
Copy link
Contributor Author

/azp run java - spring

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@backwind1233
Copy link
Contributor Author

/azp run java - spring

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@backwind1233
Copy link
Contributor Author

/azp run java - spring

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@backwind1233
Copy link
Contributor Author

/azp run java - spring

@backwind1233
Copy link
Contributor Author

/azp run java - spring

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@backwind1233
Copy link
Contributor Author

/azp run java - spring - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@backwind1233
Copy link
Contributor Author

/azp run java - spring - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.spring.cloud.autoconfigure.implementation.redis.passwordless.jedis;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same for this one.

@backwind1233
Copy link
Contributor Author

@saragluna more comments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Identity azure-spring All azure-spring related issues
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants