-
Notifications
You must be signed in to change notification settings - Fork 1
Adopt latest version of OpenRewrite #1
Adopt latest version of OpenRewrite #1
Comments
Hey @timtebeek , thanks for opening this issues, sounds good to me. Did you discuss this already in more detail with @eddumelendez? |
Hi @kiview ! Eddu and I chatted a while ago, but haven't folllowed up since; this list was a quick write up of our discussion at the time. I've added a few more items to the list just now, based on what I gathered from this comment and the recent release notes. Happy to discuss some more, and see where we can help facilitate these changes. |
Hi all! With OpenRewrite 8.0 around the corner there's potentially some more changes that need to be made to these recipes to get them working with the latest versions again. In light of this and future changes, we propose to pull this repository into the OpenRewrite GitHub organization, such that it's easier for us to help maintain going forward. That also enables us to leverage some of our existing automations around upgrades and releases, for a smoother experience in developing and using these recipes. Would you all be open to such a change? In short the steps to migrate recipes to the OpenRewrite organization come down to:
We then guarantee to:
We ask that you:
We understand that this model might not suit all teams and organizations. If this doesn't suit your's, we will still try and help ensure that your recipes continue working. Please keep an eye out for our 8.0 release and the instructions that will come with that. Also, feel free to ask questions in any of our support channels. |
Sorry for the late reply, @timtebeek !
The plan totally make sense 👍🏽
I think currently it's just me. IIRC I should be an organization member first before doing the transfer but that's an issue with org permissions. I can give it a try, tho. |
Hi @eddumelendez ! No problem at all; let's see how we can get this started. With rewrite-jenkins just the other week we worked out that the owner can initiate a transfer either to the openrewrite organization, or me as an intermediary. GitHub should take care of any redirect, even if I then have to transfer from my account to OpenRewrite I believe. The only thing you might want to check on your end is that there are no secrets associated with the project specifically. Organization secrets aren't transferred as far as I know, but it doesn't hurt to check. Welcome to start the transfer on your end, or we can plan a moment to do this together. I'm on CET, but available at odd hours. Then the next step would be an issue such as this one to list of the adoption steps, in addition to what we have above. |
* Rewrite testcontainers to use explicit image and version Fixes openrewrite/rewrite-testcontainers#1 * Upgrade dependencies and replace ContainerState getContainerIpAddress() * Exclude kafka, localstack, mockserver and pulsar for now * Add option to parse docker images for Kafka et al.
As discussed, rather than fix the build issues here and maintain these separately, we've decided to move these recipes into rewrite-testing-frameworks: |
As discussed, I propose we upgrade this project to use the latest version of OpenRewrite, and adopt a few changes along the way. Here's a rough list of tasks off the top of my head; welcome to add more or branch them off into separate issues.
Tasks
getDescription()
andgetEstimatedEffortPerOccurrence()
@TestContainers(parallel = true)
The text was updated successfully, but these errors were encountered: