-
Notifications
You must be signed in to change notification settings - Fork 87
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
How to add functionality to an older branch #147
Comments
Have you tried go to the tag you specified and cherry picking commits? You'd have to specify a new version which you could publish to your own repo. I've intentionally not backported features as unfortunately I don't have too much time right now to maintain this project. |
Hi! Yes, I've been working off the tag. I've been doing it for a work requirement, so I've been building what I need. I do need to do a diff against While I understand you not wanting to back-port features, I do hate to hear that I'll have to release off my own fork, assuming I am creating a general purpose solution. Is the release project for this project difficult? Would it be a lot of work for you to merge my branch and cut a |
I could definitely release a |
Which tag you started from? |
I'm pretty sure Basically, I want EmbeddedKafka to give me a kafka+zookeeper object that will allow me to easily produce/consume messages; however, I will bear the burden of shutdown. This will allow me to use this in I don't know how versioning would work out... At this point, the best I can come up with is |
For now, I'm going to use |
I understand. At this stage is probably best if you keep your artifact versioned within your nexus-like repo - or you still would like be to branch off the tag to perform a release? |
I recently wrote #143 and #144 to address some needs I had for running embedded Kafka in TestNG+Java tests. As it turns out, I actually need to run embedded Kafka version 0.10.2.1 with the changes I've made for those issues (e.g. #145) .
Should I start with the code in this tag or should I start with
master
and try to use the correct properties for 0.10.2.0? I've been doing the former, but I'm having some issues.I'm also not sure what version to use. Working off that tag, I have set the version to
0.13.0-1-SNAPSHOT
.Anyhow, any thoughts in this area are appreciated. I've tried various approaches and keep hitting roadblocks.
Thanks!
The text was updated successfully, but these errors were encountered: