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.
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.
Bundle-Version is not a required header. We are looking into Export-Package issue.
Oleg Zhurakousky
Spring Integration team
http://twitter.com/z_oleg
http://blog.springsource.com/author/ozhurakousky/
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
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.
Oleg Zhurakousky
Spring Integration team
http://twitter.com/z_oleg
http://blog.springsource.com/author/ozhurakousky/
These two issue provide some background:
https://jira.springsource.org/browse/INT-1487
https://jira.springsource.org/browse/INT-1490
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf