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
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
08cf257
init
backwind1233 Jan 3, 2023
2869339
fix checkstyle
backwind1233 Jan 5, 2023
e71f7d6
update name
backwind1233 Jan 5, 2023
f6660cc
fix pipeline
backwind1233 Jan 6, 2023
60a0c78
add tests
backwind1233 Jan 6, 2023
3b47ea6
update tests
backwind1233 Jan 9, 2023
ce8f20d
fix-pipeline-errors
backwind1233 Jan 9, 2023
9f763d8
fix pipeline errors
backwind1233 Jan 9, 2023
04827b5
fix pipeline errors
backwind1233 Jan 9, 2023
09a1fc8
fix pipeline errors
backwind1233 Jan 9, 2023
4b48151
fix pipeline errors
backwind1233 Jan 9, 2023
43e8d29
fix-pipeline-errors
backwind1233 Jan 9, 2023
b6d4300
fix-code-review
backwind1233 Jan 9, 2023
ad72e38
fix-code-review
backwind1233 Jan 9, 2023
bbcebc1
fix linting-reports
backwind1233 Jan 9, 2023
deeae0b
update CHANGELOG.md
backwind1233 Jan 9, 2023
55ed923
use reflection to get pool enabled value
backwind1233 Jan 10, 2023
1555058
use reflection to set pool values
backwind1233 Jan 10, 2023
998fcaa
address PR comments
backwind1233 Jan 10, 2023
5c395e7
update compatibility script
backwind1233 Jan 10, 2023
4cd8467
fix pipeline errors
backwind1233 Jan 10, 2023
c03756a
fix pipeline errors
backwind1233 Jan 10, 2023
f6934fc
update MemoryOptions for test
backwind1233 Jan 10, 2023
eef1ba2
add redis test
backwind1233 Jan 10, 2023
c06f3f7
address some comments
backwind1233 Jan 10, 2023
cfa2989
fix pipeline errors
backwind1233 Jan 11, 2023
9220302
Merge branch 'main' into redis_passwordless_jedis
backwind1233 Jan 11, 2023
32adfee
address comments
backwind1233 Jan 11, 2023
6059b6c
fix tests failures
backwind1233 Jan 11, 2023
37b9872
fix pipeline errors
backwind1233 Jan 11, 2023
ffcc522
format yml
backwind1233 Jan 11, 2023
41efadf
refactor code
backwind1233 Jan 11, 2023
0331e2a
fix pipeline errors
backwind1233 Jan 11, 2023
cb7db92
code refactor
backwind1233 Jan 16, 2023
a4bef7c
fix checkStyle errors
backwind1233 Jan 16, 2023
e9dc757
address comments
backwind1233 Jan 17, 2023
c538c7a
address comments
backwind1233 Jan 17, 2023
e3235e0
Fix order issue in tests
backwind1233 Jan 17, 2023
bdb5619
code refactor
backwind1233 Jan 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update name
backwind1233 committed Jan 5, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit e71f7d600997f2884b280f8bbde1e2fd99270a56
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
/**
* Tests for {@link AzureJedisPasswordlessConnectionConfiguration} when Lettuce is not on the classpath.
*/
class AzureJedisPasswordlessAutoConfigurationTest {
class AzureJedisPasswordlessConnectionConfigurationTest {

private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()
.withPropertyValues(