You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@synapse.apache.org by "Asankha C. Perera" <as...@wso2.com> on 2007/11/05 03:15:47 UTC

Synapse 1.1 Release Candidate - 1 :: Available

Hi All

I have branched Synapse last night to 
https://svn.apache.org/repos/asf/webservices/synapse/branches/1.1 and 
cut the first RC using revision 591821

The build can be found at 
http://people.apache.org/~asankha/builds/synapse/1.1/

Unfortunately some of the documents needs a few more updates, review and 
possibly corrections to contents. (e.g. LICENSE and NOTICE files and 
samples documentations etc) Thus this will not be a true "release 
candidate" - but unless a blocker on any code is found, all *all* code 
changes are done.

Please help us test the code and the documentation and inform us of any 
errors or omissions, to make sure we can do a good release ASAP. As we 
are hoping to announce the Synapse 1.1 release at ApacheCon US on the 
12th of November, we will cut the actual release candidate (complete 
with all documentation) by Thursday night Sri Lankan time / Thursday 
morning US time which leaves us enough room get the vote through.

thanks
the Synapse team

The Synapse 1.1 depends on the following third party libraries

axiom-api-1.2.5.jar
axiom-dom-1.2.5.jar
axiom-impl-1.2.5.jar
axis2-adb-1.3.jar
axis2-adb-codegen-1.3.jar
axis2-codegen-1.3.jar
axis2-java2wsdl-1.3.jar
axis2-kernel-1.3.jar
axis2-mtompolicy-1.3.jar
axis2-xmlbeans-1.3.jar
httpcore-4.0-alpha6.jar
httpcore-nio-4.0-alpha6.jar
httpcore-niossl-4.0-alpha6.jar
rampart-core-1.3.jar
rampart-policy-1.3.jar
rampart-trust-1.3.jar
sandesha2-core-1.3.jar
sandesha2-policy-1.3.jar
synapse-core-1.1.jar
synapse-extensions-1.1.jar
synapse-samples-1.1.jar
synapse-transports-1.1.jar
wso2caching-core-0.1.jar
wso2throttle-r9300.jar
activation-1.1.jar
annogen-0.1.0.jar
backport-util-concurrent-2.2.jar
bcel-5.2.jar
bcprov-jdk13-132.jar
bcprov-jdk15-132.jar
bsf-all-3.0-beta2.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-fileupload-1.1.1.jar
commons-httpclient-3.0.1.jar
commons-logging-1.1.jar
commons-net-1.4.1.jar
commons-pool-1.3.jar
commons-vfs-1.1-587797.jar
groovy-all-1.0.jar
jakarta-regexp-1.4.jar
java-cup-0.0.jar
jaxen-1.1.1.jar
JLex-0.0.jar
jms-1.0.2b-spec-1.0.jar
js-1.6R5.jar
jsch-0.1.31.jar
log4j-1.2.13.jar
mail-1.4.jar
neethi-2.0.2.jar
opensaml-1.1.jar
oro-2.0.8.jar
quartz-1.6.0.jar
saxon-8.9.jar
saxon-dom-8.9.jar
saxon-xqj-8.9.jar
spring-1.2.6.jar
stax-api-1.0.1.jar
truezip-6.6.jar
woden-1.0-incubating-M7b.jar
wsdl4j-1.6.2.jar
wss4j-1.5.3.jar
wstx-asl-3.2.1.jar
xalan-2.7.0.jar
xbean-2.2.0.jar
xercesImpl-2.8.1.jar
xml-apis-1.3.03.jar
XmlSchema-1.3.2-591227.jar
xmlsec-1.4.0.jar
wrapper-3.2.3.jar



Re: Synapse 1.1 Release Candidate - 1 :: Available

Posted by "Asankha C. Perera" <as...@wso2.com>.
Hi Saminda
> 1. Is there a particular reason to  have  axis2-adb,  
> axis2-adb-codegen,  axis2-codegen,  axis2-wsdl2java, axis2-xmlbeans,  
> and axis2-kernel  rather having  axis2-1.3.jar . Axis2.jar contains 
> class of all the above mentioned.
Hmm.. good point.. I remember a long time back we were using the 
axis2-<x.x>.jar as the only dependency and then moved back to using the 
individual components.. anyway since both works the same way lets leave 
it as it is for now.
> 2. Axis2 comply with Spring 1.2.8 onwards. You've shipping 1.2.6.
We are not using any Axis2-Spring stuff.. we ship spring only for the 
spring mediator, and as you say we could ship the latest version, or one 
could replace the version shipped to a later version. We also noted the 
availability of a new version of Saxon, and a newer point release of 
Log4J than what we included. But again as these are not serious, and we 
cannot re-test some of the completed test cases, I do not think we 
should change the code/build right now.
> 3. Is Synapse compatible with 1.5 onwards? 
Yes, in fact this release was tested only with JDK 1.5 and on Unix 
platforms due to the limited QA time.
> If yes, backport-util-concurrent-2.2.jar and bcprov-jdk13-132.jar can 
> be discarded.
fully agree - I noticed the extra bcprov JAR just after I cut the RC.. 
but our scripts have been configured to pick the correct bcprov JAR for 
the JDK anyway, and hence again I am ok to differ removal of these for 
the next point release.

Thanks
asankha

Re: Synapse 1.1 Release Candidate - 1 :: Available

Posted by Saminda Abeyruwan <sa...@gmail.com>.
Hi Asankha,

I've a few question regarding the dependency list. Please do apologize me,
if I make any absurd assumptions.

1. Is there a particular reason to  have  axis2-adb,  axis2-adb-codegen,
axis2-codegen,  axis2-wsdl2java, axis2-xmlbeans,  and axis2-kernel  rather
having  axis2-1.3.jar . Axis2.jar contains class of all the above mentioned.


2. Axis2 comply with Spring 1.2.8 onwards. You've shipping 1.2.6.

3. Is Synapse compatible with 1.5 onwards? If yes,
backport-util-concurrent-2.2.jar and bcprov-jdk13-132.jar can be discarded.

Thank you

Saminda


On Nov 5, 2007 7:45 AM, Asankha C. Perera <as...@wso2.com> wrote:

>  Hi All
>
> I have branched Synapse last night to
> https://svn.apache.org/repos/asf/webservices/synapse/branches/1.1 and cut
> the first RC using revision 591821
>
> The build can be found at
> http://people.apache.org/~asankha/builds/synapse/1.1/<http://people.apache.org/%7Easankha/builds/synapse/1.1/>
>
> Unfortunately some of the documents needs a few more updates, review and
> possibly corrections to contents. (e.g. LICENSE and NOTICE files and
> samples documentations etc) Thus this will not be a true "release candidate"
> - but unless a blocker on any code is found, all *all* code changes are
> done.
>
> Please help us test the code and the documentation and inform us of any
> errors or omissions, to make sure we can do a good release ASAP. As we are
> hoping to announce the Synapse 1.1 release at ApacheCon US on the 12th of
> November, we will cut the actual release candidate (complete with all
> documentation) by Thursday night Sri Lankan time / Thursday morning US time
> which leaves us enough room get the vote through.
>
> thanks
> the Synapse team
>
> The Synapse 1.1 depends on the following third party libraries
>
>   axiom-api-1.2.5.jar  axiom-dom-1.2.5.jar  axiom-impl-1.2.5.jar
> axis2-adb-1.3.jar  axis2-adb-codegen-1.3.jar  axis2-codegen-1.3.jar
> axis2-java2wsdl-1.3.jar  axis2-kernel-1.3.jar  axis2-mtompolicy-1.3.jar
> axis2-xmlbeans-1.3.jar  httpcore-4.0-alpha6.jar
> httpcore-nio-4.0-alpha6.jar  httpcore-niossl-4.0-alpha6.jar
> rampart-core-1.3.jar  rampart-policy-1.3.jar  rampart-trust-1.3.jar
> sandesha2-core-1.3.jar  sandesha2-policy-1.3.jar  synapse-core-1.1.jar
> synapse-extensions-1.1.jar  synapse-samples-1.1.jar
> synapse-transports-1.1.jar  wso2caching-core-0.1.jar
> wso2throttle-r9300.jar  activation-1.1.jar  annogen-0.1.0.jar
> backport-util-concurrent-2.2.jar  bcel-5.2.jar  bcprov-jdk13-132.jar
> bcprov-jdk15-132.jar  bsf-all-3.0-beta2.jar  commons-codec-1.3.jar
> commons-collections-3.1.jar  commons-dbcp-1.2.2.jar
> commons-fileupload-1.1.1.jar  commons-httpclient-3.0.1.jar
> commons-logging-1.1.jar  commons-net-1.4.1.jar  commons-pool-1.3.jar
> commons-vfs-1.1-587797.jar  groovy-all-1.0.jar  jakarta-regexp-1.4.jar
> java-cup-0.0.jar  jaxen-1.1.1.jar  JLex-0.0.jar  jms-1.0.2b-spec-1.0.jar
> js-1.6R5.jar  jsch-0.1.31.jar  log4j-1.2.13.jar  mail-1.4.jar
> neethi-2.0.2.jar  opensaml-1.1.jar  oro-2.0.8.jar  quartz-1.6.0.jar
> saxon-8.9.jar  saxon-dom-8.9.jar  saxon-xqj-8.9.jar  spring-1.2.6.jar
> stax-api-1.0.1.jar  truezip-6.6.jar  woden-1.0-incubating-M7b.jar
> wsdl4j-1.6.2.jar  wss4j-1.5.3.jar  wstx-asl-3.2.1.jar  xalan-2.7.0.jar
> xbean-2.2.0.jar  xercesImpl-2.8.1.jar  xml-apis-1.3.03.jar
> XmlSchema-1.3.2-591227.jar  xmlsec-1.4.0.jar  wrapper-3.2.3.jar
>



-- 
Saminda Abeyruwan

Senior Software Engineer
WSO2 Inc. - www.wso2.org