question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

3.0.0-M5: Redis Properties

See original GitHub issue

From the Release Notes

Configuration Properties for Redis have moved from spring.redis. to spring.data.redis. as redis auto-configuration requires Spring Data to be present on the classpath.

What needs to be done

Find all properties with prefix spring.redis. and change the property to use the prefix spring.data.redis..

This should be done as (integrated) declarative plain OpenRewrite recipe

See: https://github.com/spring-projects-experimental/spring-boot-migrator/blob/f219382c2b3e4ddffe8efed7b6c0ebe2e96f363c/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/boot-2.7-3.0-dependency-version-update.yaml#L82-L95

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
kuldeepsidhu88commented, Nov 7, 2022

Sure @fabapp2 Please let me know which issue can be picked next, I would be happy to contribute.

0reactions
kuldeepsidhu88commented, Nov 9, 2022

@fabapp2 Okay, I will start looking into #248

Read more comments on GitHub >

github_iconTop Results From Across the Web

RedisProperties (Spring Boot 3.0.0 API)
Type of Redis client to use. static class. RedisProperties.Cluster. Cluster properties. static class.
Read more >
Spring Data Redis's Property-Based Configuration - Baeldung
Learn how to configure Spring Boot to talk to Redis via Lettuce.
Read more >
Spring Redis - Read configuration from application.properties ...
In this documentation Spring Redis Documentation, it only says that it can be configured using properties but doesn't show concrete example.
Read more >
Redis OM Spring
Address ) has several properties annotated with @Indexed and @Searchable , which will generate search index fields in Redis. The scanning of these...
Read more >
Releases · spring-projects/spring-data-redis - GitHub
Links. Spring Data Redis 3.0 Reference documentation · Spring Data Redis 3.0 Javadoc. Bug Fixes. Fix method usage in MappingRedisConverter.java #2446 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found