GithubHelp home page GithubHelp logo

Comments (4)

artembilan avatar artembilan commented on June 27, 2024 1

Yeah... I see your point.

So, from here we are starting a new version 2.0.0 for this Spring Integration Zip extension and making it based on the latest Spring Integration 5.5.

We release it probably tomorrow.

Thank you for your patience!

from spring-integration-extensions.

artembilan avatar artembilan commented on June 27, 2024

Thank you for raising this concern!

If it is not compatible, then we just need to start a new version, fix and release.
Our point was to keep only one version for all the backward compatibility to minimize support burden for these extension modules.

How does it look from an exception perspective, please, which would make us to bump Spring Integration Core dependency and start a new version for this Zip project?

from spring-integration-extensions.

mpern avatar mpern commented on June 27, 2024

The one problematic bit I know of:

There are is a method signature incompatibility in:

org.springframework.integration.zip.transformer.AbstractZipTransformer#doTransform (spring-integration-zip)

protected Object doTransform(Message<?> message) throws Exception 

vs

org.springframework.integration.transformer.AbstractTransformer#doTransform (spring-integration-core 5.x)

protected abstract Object doTransform(Message<?> message)

if you have a custom transformer that extends AbstractZipTransformer it simply doesn't compile

from spring-integration-extensions.

artembilan avatar artembilan commented on June 27, 2024

The version 2.0.0 for Spring Integration Zip extension has been released: 9f909c6.

Give it a couple hours to appear in Maven Central.
Although you can use it already from the: https://repo.spring.io/artifactory/release - https://repo.spring.io/artifactory/release/org/springframework/integration/spring-integration-zip/2.0.0/

from spring-integration-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.