spring-projects / spring-integration-extensions

The Spring Integration Extensions project provides extension components for Spring Integration
http://www.springintegration.org/
279 stars 265 forks source link

Milestone status of zip integration #176

Closed robmoore closed 7 years ago

robmoore commented 7 years ago

It's been over a year since the first milestone was produced. Just curious if there is another planned in the near future?

artembilan commented 7 years ago

@robmoore ,

Thank you for heads up!

Well, since there is no demand (internally or externally) for this project, therefore no progress and no releases.

We always are open for any feedback, ideas and contribution. Please, don't hesitate to share your mind on the matter.

Just nothing here to release right now and that's all! 😄

robmoore commented 7 years ago

@artembilan Thanks for your quick response. I noticed an issue with deleting zip files after reading them that I thought might be worthy of a release. Is there a workaround you can suggest in the interim?

artembilan commented 7 years ago

I wonder if you are pointing to the https://github.com/spring-projects/spring-integration-extensions/issues/164.

Well, if you need that fix and can't live with the BUILD-SNAPSHOT (or locally built artifact), we can release the next Milestone on the matter.

robmoore commented 7 years ago

Yes, that's the issue I was referring to. We don't have a repo set up currently so we'd prefer not to have to do so just for this case. However, I don't want to have you go to the trouble of creating a release just for us.

artembilan commented 7 years ago

No, there is no troubles from our side on the matter. That is pretty quick process to release milestone.

And if only you use and there is really a request to have a release on the matter, we will go ahead and do that!

Although... Yes, our Bamboo server is dead right now and you will have to wait for us for the next week when we really will be able to push the button.

We just don't release this project on the regular basis because there is no activity. So pit, but that not a first time when some effort doesn't work in the world. The same I see for Hazelcast extension and so on...

robmoore commented 7 years ago

Thanks, Artem. I'll look for the release next week!

MLabusquiere commented 7 years ago

Hi there, i use this issue tracker because i don't really know where to ask. Sorry !

I'm wondering why the zip extension is not in the mvn central repository ?

artembilan commented 7 years ago

@MLabusquiere ,

that's because we push into Maven Central only GA releases. Since there is no such one for SI-zip project, there is no particular artifact there.

We release only M1 for this project which you can find in the Milestone Spring Repository.

You should just configure that https://repo.spring.io/milestone/ as a repository for your project. Does it make sense for you?

MLabusquiere commented 7 years ago

@artembilan thank you for your reply in such short time. Yeah it does make sense to me. But why there is no GA release planified ; it's really an helpful module ? I mean if there is missing requirements and if you need some people i can help.

Anyway thanks for your answer.

artembilan commented 7 years ago

OK, @MLabusquiere ,

We are going to release the next maintenance Spring Integration 4.3.10 version this week, so just after that I'll upgrade this project to that one and release this then.

artembilan commented 7 years ago

Guys, compile('org.springframework.integration:spring-integration-zip:1.0.0.RELEASE') has been released. It is now available in the https://repo.spring.io/release/org/springframework/integration/spring-integration-zip/1.0.0.RELEASE/. And will be synced with Maven Central over a couple hours.

Thank you for your patience.