Results 1 to 9 of 9

Thread: Spring Integration 2.1.0 Release Candidate 1 has been released

  1. #1
    Join Date
    Aug 2005
    Location
    Atlanta
    Posts
    124

    Default Spring Integration 2.1.0 Release Candidate 1 has been released

    Spring Integration 2.1.0 RC1 includes many new components that provide support for:


    • JSR-223 Scripting
    • GemFire
    • AMQP
    • MongoDB
    • Redis
    • Stored Procedures and Stored Functions


    Furthermore, we provide the new XPath and XML Validating Filter, Payload Enricher, FTP and SFTP Outbound Gateways and we also added support for FTP Session Caching. We also refactored and standardized the Router Configuration. Additionally the XSD Schema was updated to version 2.1.

    For more information, please have a look at the updated reference documentation at:

    http://static.springsource.org/sprin...ce/htmlsingle/

    and please see the following news announcement as well: http://www.springsource.org/node/3315

    The artifacts are available in the S2 Milestone Maven repository (http://shrub.appspot.com/maven.sprin...integration/):

    Code:
    <repository>
        <id>repository.springframework.maven.milestone</id>
        <name>Spring Framework Maven Milestone Repository</name>
        <url>http://maven.springframework.org/milestone</url>
    </repository>
    
    <dependency>
        <groupId>org.springframework.integration</groupId>
        <artifactId>spring-integration-core</artifactId>
        <version>2.1.0.RC1</version>
    </dependency>
    Alternatively, the full distribution, including docs and samples, is available at the SpringSource community download site:

    http://www.springsource.com/download...%20Integration

    We are looking forward to your feedback and please report any issues you find!

    Cheers,

    Gunnar
    Gunnar Hillert
    SpringSource/VMWare, Spring Integration team
    SpringSource Team - Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/ghillert
    http://blog.hillert.com/
    http://blog.springsource.com/author/ghillert/

  2. #2

    Default

    Regards to "ignore-channel-name-resolution-failures" verses the info in section "1.2.1 Standardizing Router Configuration", I want to make sure I understand it correctly.

    With 2.0 I had [ignore-channel-name-resolution-failures="false"], for 2.1 should I delete this tag and add in nothing else because the 2.1 default matches what I used with 2.0?

  3. #3
    Join Date
    Aug 2006
    Posts
    130

    Default

    Are there any plans on adding spring-integration-activiti ?

  4. #4
    Join Date
    Oct 2008
    Location
    Warsaw, Poland
    Posts
    124

    Default

    SI Team,

    I'm really curious when the Spring Integration 2.0.6 will be released.

    Best regards and Marry Christmas,

    Krzysztof

  5. #5
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,854

    Default

    We are planning to move the spring-integration-activiti module into our (upcoming) extensions repo. There will be several collaborating contributors, so it should progress much more than it has recently in the sandbox. So... Keep an eye out!

    Thanks,
    Mark

  6. #6
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,854

    Default

    Krzysztof, We will be releasing 2.0.6 right around the same time as 2.1 GA, and that is planned for early January. Spring Integration 2.1 RC2 should be available by the end of tomorrow.

    Is there any reason you would stay on 2.0.6 if 2.1 itself is GA at the same time?

  7. #7
    Join Date
    Oct 2008
    Location
    Warsaw, Poland
    Posts
    124

    Default

    Mark, thanks for this info. My application is running 2.0.4 at this moment (I had to downgrade it from 2.0.5) and 2.0.6 fixes https://jira.springsource.org/browse/INT-2104 issue which is quite critical in my case. Of course I will consider upgrading to 2.1 GA unless it does not require a lot of changes in the current SI configuration.

  8. #8
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    No, it should not. Actually we are releasing 2.1.RC2 today so if you can at least try it that would be great since it would give you a chance to report any last minute problems before GA

  9. #9
    Join Date
    Sep 2011
    Location
    Anaheim, CA, USA
    Posts
    9

    Default

    Quote Originally Posted by Mark Fisher View Post
    We are planning to move the spring-integration-activiti module into our (upcoming) extensions repo. There will be several collaborating contributors, so it should progress much more than it has recently in the sandbox. So... Keep an eye out!

    Thanks,
    Mark
    Hi Mark,
    I am also actively working on evaluating Activiti so that I can integrate into my company enterprise system. So I am also interested into spring-integration-activiti release.

    In essence the scenario I am looking for is:
    1/ Activiti workflow sends a message to SpringIntegration (SI), which is en-queued into a broker's queue.
    2/ Consumer service will pick up the message (polls the queue) and does some work by enriching the message. This will be done using SI.
    3/ Then SI sends the response message back to the Activiti's workflow state.


    Keep me updated on the developments or let me know if you need some help on my side.

    Thanks and Merry Christmas!
    Krassimir Boyanov
    Last edited by krassib; Dec 23rd, 2011 at 02:24 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •