Results 1 to 5 of 5

Thread: Spring Integration 2.0.0.RC1 OSGi bundled

  1. #1
    Join Date
    Sep 2005
    Posts
    2

    Default Spring Integration 2.0.0.RC1 OSGi bundled

    Is there an OSGi bundled version of SI 2.0.0.RC1 available. The manifest header in download version seems to be incorrect. I'm missing the "Bundle-Version" and versioning if export packages.
    Attached Files Attached Files

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

    Default

    Bundle-Version is not a required header. We are looking into Export-Package issue.

  3. #3
    Join Date
    Sep 2005
    Posts
    2

    Default

    There is also an discrepancy in the "import-package" of SI Core Library 2.0.0.RC1.
    The serializer package was moved to spring-commons (Spring Integration INT-1280).

    The expected version in "import-packes" is >= 3.0.3 ( [..]org.springframework.commons.serializer;version="[3.0.3,4.0.0)"[..] ) but the current spring commons library is still in version 1.0.x.

    Where can i get the needed version ([3.0.3,4.0.0)) of org.springframework.commons.serializer?

    regards,

    David

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

    Default

    Serializer was actually moved to spring-core and is now a part of Spring framework, so you don't need it for RC1.
    We are working on resolving this issue and will probably do a quick RC2 in few days.

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

Posting Permissions

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