-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support Redis passwordless connections for Azure Redis Cache in Spring #32794
Conversation
/azp run java - spring |
Azure Pipelines successfully started running 1 pipeline(s). |
API change check APIView has identified API level changes in this PR and created following API reviews. spring-cloud-azure-autoconfigure |
/azp run java - spring |
/azp run java - spring |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring |
/azp run java - spring |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
...spring/cloud/autoconfigure/implementation/redis/passwordless/jedis/AzureJedisConnection.java
Outdated
Show resolved
Hide resolved
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
package com.azure.spring.cloud.autoconfigure.implementation.redis.passwordless.jedis; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for this one.
...java/com/azure/spring/cloud/autoconfigure/redis/AzureJedisPasswordlessAutoConfiguration.java
Outdated
Show resolved
Hide resolved
...ure/src/main/java/com/azure/spring/cloud/autoconfigure/redis/AzureJedisPasswordlessUtil.java
Show resolved
Hide resolved
sdk/spring/spring-cloud-azure-autoconfigure/src/test/resources/application-redis.yml
Outdated
Show resolved
Hide resolved
.../com/azure/spring/cloud/autoconfigure/redis/AzureJedisPasswordlessAutoConfigurationTest.java
Outdated
Show resolved
Hide resolved
...java/com/azure/spring/cloud/autoconfigure/redis/AzureJedisPasswordlessAutoConfiguration.java
Outdated
Show resolved
Hide resolved
...java/com/azure/spring/cloud/autoconfigure/implementation/redis/AzureRedisPasswordlessUT.java
Outdated
Show resolved
Hide resolved
...java/com/azure/spring/cloud/autoconfigure/implementation/redis/AzureRedisPasswordlessUT.java
Outdated
Show resolved
Hide resolved
...java/com/azure/spring/cloud/autoconfigure/implementation/redis/AzureRedisPasswordlessUT.java
Outdated
Show resolved
Hide resolved
...java/com/azure/spring/cloud/autoconfigure/implementation/redis/AzureRedisPasswordlessUT.java
Outdated
Show resolved
Hide resolved
...oconfigure/implementation/redis/passwordless/data/jedis/AzureJedisConnectionFactoryTest.java
Outdated
Show resolved
Hide resolved
...azure/spring/cloud/service/implementation/passwordless/AzureRedisPasswordlessProperties.java
Outdated
Show resolved
Hide resolved
@saragluna more comments? |
Description
Linked issue: #31350
The PR is an implementation to support passwordless connections for Azure Redis Cache in Spring.
Supported Scopes
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines