-
Notifications
You must be signed in to change notification settings - Fork 90
3.0.0-M5: Redis Properties #443
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
Comments
@fabapp2 I can work on this. Can you please assign this to me. |
First of all, thanks for contributing to SBM 🚀 OpenRewrite has recently solved the problem of reading property changes from metadata information contained in jars. I haven't yet looked into it in detail but I guess I'll need to upgrade to the latest Rewrite to use their solution for migration recipes. That's on my list and I'd like to wait and see if we can reuse their recipe before we provide more of these recipes ourselves. We decided to go "report-first" for now, so these changes should also be provided in a report (first). Looking at your timestamp makes me think we're in different time zones. Meaning I will try to provide more issues (and probably close some old ones) to reflect our "report-first" approach in the (currently bit messy) backlog today (🤞). |
Sure @fabapp2 |
I am starting to clean up the backlog. |
Uh oh!
There was an error while loading. Please reload this page.
labels: ["type: enhancement","good first issue","upgrade:boot-recipe","3.0.0"]
From the Release Notes
What needs to be done
Find all properties with prefix
spring.redis.
and change the property to use the prefixspring.data.redis.
.This should be done as (integrated) declarative plain OpenRewrite recipe
See:
spring-boot-migrator/components/sbm-recipes-boot-upgrade/src/main/resources/recipes/boot-2.7-3.0-dependency-version-update.yaml
Lines 82 to 95 in f219382
The text was updated successfully, but these errors were encountered: