Log of /synapse/trunk/java/pom.xml
Parent Directory
|
Revision Log
Revision
799374 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 30 17:16:13 2009 UTC
(3 months, 4 weeks ago)
by
ruwan
File length: 38178 byte(s)
Diff to
previous 799368
(
colored)
Getting rid of the synapse.bundle.version and letting the maven bundle plugin to take that from pom.version
Revision
793503 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 13 08:56:58 2009 UTC
(4 months, 2 weeks ago)
by
veithen
File length: 38103 byte(s)
Diff to
previous 793481
(
colored)
Reduce the dependencies on the transports. No need to have all modules depend on the JMS and mail transports. Note that they are still included in the distribution and WAR.
Revision
793481 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 13 08:03:21 2009 UTC
(4 months, 2 weeks ago)
by
veithen
File length: 38400 byte(s)
Diff to
previous 784678
(
colored)
Switched addressing version to 1.5 (1.5-SNAPSHOT is no longer available and 1.5 is the version we will use for the release).
Revision
778136 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun May 24 13:02:17 2009 UTC
(6 months ago)
by
veithen
File length: 38422 byte(s)
Diff to
previous 774233
(
colored)
SYNAPSE-524: Modified the web app so that the patches are added to WEB-INF/classes. Also made the patches available as a Maven artifact so that users can refer to them in their own projects.
Revision
769518 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 28 19:56:19 2009 UTC
(6 months, 4 weeks ago)
by
veithen
File length: 38148 byte(s)
Diff to
previous 768894
(
colored)
Downgraded log4j from 1.2.15 (latest) to 1.2.14.
Reason: 1.2.15 introduces additional transitive dependencies, some of which are not resolvable. For the build this can easily be addressed using an exclusion rule in the dependencyManagement entry for log4j. However, as Ruwan reported, this doesn't work with the IDEA Maven plugin, and I still see issues with the Eclipse plugin.
Note that log4j was upgraded to the latest version by Asankha in r748973, along with other dependencies. Since there is probably no particular reason to prefer 1.2.15 over previous versions, we should use 1.2.14 so that we can avoid cluttering the POM files with exclusions rules.
Revision
768473 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 25 05:55:20 2009 UTC
(7 months ago)
by
ruwan
File length: 39055 byte(s)
Diff to
previous 766607
(
colored)
log4j-1.2.15 looks for com.sun.jmx:jmxri:jar:1.2.1 which is not available, excluding log4j coming from transitive dependencies to workaround
Revision
761787 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 3 20:46:33 2009 UTC
(7 months, 3 weeks ago)
by
veithen
File length: 40375 byte(s)
Diff to
previous 760969
(
colored)
Fixed the exclusions for log4j and added it as an explicit dependency. Up to now it was only included as a transitive dependency, but this dependency will disappear (see r761777 and r761783).
Revision
759758 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 29 19:31:26 2009 UTC
(7 months, 4 weeks ago)
by
veithen
File length: 39014 byte(s)
Diff to
previous 759606
(
colored)
* Added a Maven archetype to easily create projects that bundle a mediation into a standalone distribution ready to be executed.
* Added documentation about different deployment options. Includes a description of the Maven archetype.
Revision
759606 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 28 22:09:35 2009 UTC
(7 months, 4 weeks ago)
by
veithen
File length: 38893 byte(s)
Diff to
previous 756762
(
colored)
Dependency cleanup:
* The Synapse code doesn't depend on the wrapper JARs -> moved the dependency to synapse-distribution.
* Moved transport module dependencies to the transport module.
* Removed unnecessary excludes from the distribution assembly.
Revision
756411 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 20 10:47:56 2009 UTC
(8 months, 1 week ago)
by
asanka
File length: 41026 byte(s)
Diff to
previous 755859
(
colored)
Using the eventing core implementation in the eventing api (1.2) by removing the custom implementation done for synapse. (filter, epr removed)
Revision
755859 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 19 07:09:36 2009 UTC
(8 months, 1 week ago)
by
veithen
File length: 41017 byte(s)
Diff to
previous 753659
(
colored)
Removed explicit dependency on opensaml. Reason:
* Rampart now references org.opensaml:opensaml instead of opensaml:opensaml. This caused the opensaml JAR to be included twice in the distribution.
* Synapse doesn't use opensaml directly and there is no reason to impose a specific version of opensaml on Rampart. We should simply let Rampart choose the version it wants.
Revision
753659 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 14 13:56:58 2009 UTC
(8 months, 2 weeks ago)
by
veithen
File length: 41266 byte(s)
Diff to
previous 751624
(
colored)
Rampart really requires mex. Removed the exclusion rules so that it is included as transitive dependency. Only kept the dependencyManagement entry to choose the right version.
Revision
751249 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 7 11:23:37 2009 UTC
(8 months, 3 weeks ago)
by
veithen
File length: 41200 byte(s)
Diff to
previous 751243
(
colored)
Fixed synapse-core dependencies: the transports used during the unit tests are no longer transitive dependencies (through axis2-clustering and axis2-saaj) and need to be declared explicitly.
Revision
751243 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 7 11:00:42 2009 UTC
(8 months, 3 weeks ago)
by
veithen
File length: 40972 byte(s)
Diff to
previous 751122
(
colored)
Fixed the dependencies of synapse-transports: The HTTP NIO transport depends on a few methods from the blocking HTTP transport, so we need to add this as an explicit dependency.
Revision
751122 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 6 22:51:29 2009 UTC
(8 months, 3 weeks ago)
by
veithen
File length: 40745 byte(s)
Diff to
previous 750653
(
colored)
Simplified Maven dependencies by moving some dependencies from the parent POM to the individual modules.
Revision
748973 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 1 08:11:45 2009 UTC
(8 months, 3 weeks ago)
by
asankha
File length: 44422 byte(s)
Diff to
previous 734211
(
colored)
update versions to Axis2 1.5-beta-2 (to be loaded from a temporary M2 repo)
Update other dependencies to latest versions (e.g. HttpCore, Axiom etc)
Apply patch from Azeez for clustering enhancements
Revision
734211 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 13 18:31:39 2009 UTC
(10 months, 1 week ago)
by
asankha
File length: 43620 byte(s)
Diff to
previous 730466
(
colored)
reduce maven build time by using the 1 hour snapshot refresh only for the Hudson profile, and making the default to one week for SNAPSHOT lifetime before refresh.. one can override this with a settings.xml locally
Revision
730204 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 30 17:55:41 2008 UTC
(10 months, 3 weeks ago)
by
veithen
File length: 42876 byte(s)
Diff to
previous 729642
(
colored)
Added a synapse-experimental module. Initial content is a PoC for a potential solution of SYNAPSE-346.
Revision
729642 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 27 17:03:26 2008 UTC
(10 months, 4 weeks ago)
by
veithen
File length: 42830 byte(s)
Diff to
previous 729625
(
colored)
Eliminated usage of Spring-WS's StaxSource. Rationale: StaxSource is implemented on top of SAXSource and transforms a sequence of StAX events into SAX events. Axiom now has an OMSource that directly produces SAX events from an Axiom tree and this can be used instead of StaxSource.
Revision
729107 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 23 20:52:01 2008 UTC
(11 months ago)
by
veithen
File length: 52228 byte(s)
Diff to
previous 712651
(
colored)
SYNAPSE-479: In the NIO HTTP listener, only create an input buffer and ContentInputStream if the request has content (i.e. is not a GET request). As a side effect, this should make the transport work with httpcore 4.0-beta3.
Revision
711851 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 6 12:33:22 2008 UTC
(12 months, 2 weeks ago)
by
asankha
File length: 52228 byte(s)
Diff to
previous 711817
(
colored)
fix issue with incorrect path for war module
update http coomponents dependency to beta 3
removed transitive mex dependency
Revision
700212 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 29 19:04:48 2008 UTC
(13 months, 3 weeks ago)
by
veithen
File length: 50979 byte(s)
Diff to
previous 697464
(
colored)
SYNAPSE-417: Enabled the build of the AMQP transport again. This is basically a revert of revision 682032. Also changed the import statements in the AMQP code to the new package names of the transport base classes.
Revision
697464 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 21 10:04:53 2008 UTC
(14 months ago)
by
veithen
File length: 51435 byte(s)
Diff to
previous 688497
(
colored)
The fact that we use the Apache snapshot repository as plugin repository causes some instability in the build. To avoid this, a pluginManagement section has been added to the master POM.
Revision
688497 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 24 11:57:10 2008 UTC
(15 months ago)
by
veithen
File length: 50838 byte(s)
Diff to
previous 688417
(
colored)
SYNAPSE-408:
* Created new Maven module synapse-utils and moved the TemporaryData class to this module.
* Updated dependencies of syanapse-core and synapse-transports.
* Added getLength and writeTo methods to TemporaryData.
* Modified Axis2HttpRequest to use TemporaryData for HTTP 1.0 requests.
Revision
688417 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 23 21:19:43 2008 UTC
(15 months ago)
by
veithen
File length: 50585 byte(s)
Diff to
previous 686357
(
colored)
Replaced slf4j-jdk14 dependency by slf4j-log4j12 and removed unnecessary JDK logging config files from the transports module.
Revision
682108 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 3 06:44:35 2008 UTC
(15 months, 3 weeks ago)
by
indika
File length: 50225 byte(s)
Diff to
previous 682032
(
colored)
add commons-cli , this is needed for cipertool and this jar will not be included in the binary distribution
Revision
676178 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 12 13:37:03 2008 UTC
(16 months, 2 weeks ago)
by
ruwan
File length: 49504 byte(s)
Diff to
previous 674006
(
colored)
Fixing an issue in the synapse.mar generation, earlier it has been done in the core module and then has been copied to the mar module which is wrong IMO and hence changed it to build the mar first and then build the core. This can be done because there are no sources in the mar and it is just a module.xml. Further it is required to build the mar first because when building core the generated mar is required to run the code tests.
Revision
672627 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 29 14:40:14 2008 UTC
(16 months, 4 weeks ago)
by
veithen
File length: 49496 byte(s)
Diff to
previous 672593
(
colored)
SYNAPSE-378 & Saxon support:
* Added initial (incomplete!) implementation of an AXIOMSource.
* Improved XSLTMediatorTest to carry out tests with both Xalan and Saxon.
* Changed version of spring-xml to fix an issue when XSLTMediator is used with Saxon and StaxSource.
* Fixed an issue in XSLTMediator that prevented it from working with Saxon.
Revision
669138 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 18 11:29:29 2008 UTC
(17 months, 1 week ago)
by
veithen
File length: 49436 byte(s)
Diff to
previous 667463
(
colored)
Set Axiom version to SNAPSHOT to solve issue SYNAPSE-309. Also added a regression test for this issue.
Revision
653453 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 5 12:31:59 2008 UTC
(18 months, 3 weeks ago)
by
ruwan
File length: 48039 byte(s)
Diff to
previous 653430
(
colored)
Added the commons-io as a dependency, because andreas added a class which adds a dependency to the commons-io
Revision
652764 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 2 04:53:29 2008 UTC
(18 months, 3 weeks ago)
by
ruwan
File length: 46947 byte(s)
Diff to
previous 652017
(
colored)
Fixing the axis2 version to 1.4 and relevant dependencies are also fixed (axiom, XMLSchema, neethi)
Rampart is still not released and hence will be kept as SNAPSHOT
Revision
651983 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 27 17:12:37 2008 UTC
(19 months ago)
by
veithen
File length: 46107 byte(s)
Diff to
previous 650644
(
colored)
SYNAPSE-223: Enable AMQP transport again with commons-configuration excluded from qpid dependencies (which is not used and causes problems due to the dependency on DOM4J)
Revision
648315 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 15 16:26:40 2008 UTC
(19 months, 1 week ago)
by
asankha
File length: 48859 byte(s)
Diff to
previous 645386
(
colored)
add ManagementSupport to JMS, VFS and Mail transports
updated axis2 version to 1.4-SNAPSHOT and its dependencies
Revision
609189 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 5 18:35:46 2008 UTC
(22 months, 3 weeks ago)
by
rajith
Original Path:
webservices/synapse/trunk/java/pom.xml
File length: 46627 byte(s)
Diff to
previous 604107
(
colored)
Initial code drop for a native AMQP transport based on the Apache Qpid project.
JIRA no is https://issues.apache.org/jira/browse/SYNAPSE-223
There is still outstanding work, most notably the TransportListener and test cases needs to be written.
Since Apache Qpid hasn't released an 0-10 client yet, I have uploaded Qpid jars to my private repo hosted in my apache home dir.
I tested and the dependencies resolve properly for me. However if you find deps are not resolving, please feel free to rollback the changes
Revision
572304 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 3 13:02:33 2007 UTC
(2 years, 2 months ago)
by
ruwan
Original Path:
webservices/synapse/trunk/java/pom.xml
File length: 37327 byte(s)
Diff to
previous 571070
(
colored)
Adding new handler module. This will enable Synapse to be engaged in to an axis2 service and do mediation either on the client side or else server side itself. This needs the API change of SynEnv.injectMessage which goes with this commit.
Revision
571070 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 30 08:35:45 2007 UTC
(2 years, 2 months ago)
by
ruwan
Original Path:
webservices/synapse/trunk/java/pom.xml
File length: 37286 byte(s)
Diff to
previous 569968
(
colored)
Adding samples as integration tests to the samples module. There are some failures that needs to be addressed. These integration tests will not run in the normal install. U need to specify the property "integration" for these to run.
ie. "mvn clean install -Dintegration"
Revision
540128 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 21 12:16:40 2007 UTC
(2 years, 6 months ago)
by
asankha
Original Path:
webservices/synapse/trunk/java/pom.xml
File length: 32221 byte(s)
Diff to
previous 538541
(
colored)
fix to be uptodate with the latest sandesha2 changes
fixed sandesha2 mar file name copied into sample repo
added support for the RequestResponseTransport interface
updated client to leave some delay when using -Dwsrm to allow time to cleanly terminate sandesha2
added a dependency for wss4j as rampart seems to have removed it from its latest pom
Revision
538541 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 16 11:30:45 2007 UTC
(2 years, 6 months ago)
by
asankha
Original Path:
webservices/synapse/trunk/java/pom.xml
File length: 30768 byte(s)
Diff to
previous 536941
(
colored)
close the connections when reading resources through URLs. Since the JDK URLConnection uses HTTP 1.1
this causes keep-alive connections to be opened, but the JDK immidiately aborts these (since there
is no clean close() method on the connection) and thus this may cause a warning exception on the
server side for an aborted connection
also moved the code that reads off URLs to the Util class for better managability
Revision
520607 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 20 21:37:34 2007 UTC
(2 years, 8 months ago)
by
asankha
Original Path:
webservices/synapse/trunk/java/pom.xml
File length: 26499 byte(s)
Diff to
previous 520510
(
colored)
Fix for the application of Glen's fix to get through the addressing validation
Remove unwanted .classes from the mar
update for latest BSF and load all snapshots only from my m2 repo to get some consistency in the face of unstable axis2 builds
Revision
509949 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 21 09:34:26 2007 UTC
(2 years, 9 months ago)
by
asankha
Original Path:
webservices/synapse/trunk/java/pom.xml
File length: 26816 byte(s)
Diff to
previous 504205
(
colored)
added the NIO SSL transport listener, and a sample jks keystore to startup the listener
updated the axis2.xml we ship to include the SSL listener
updated the synapse.sh script to support the renaming of the SynapseHTTPServer as SynapseServer
updated pom.xml to include dependency for niossl - but the code should now be compiled under JDK 1.5, and the target code would be 1.4 compatible. Hence it is still possible to run Synapse on JDK 1.4 if the NIO SSL transport is not used
Revision
478086 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 22 08:30:27 2006 UTC
(3 years ago)
by
asankha
Original Path:
incubator/synapse/trunk/java/pom.xml
File length: 25692 byte(s)
Diff to
previous 476216
(
colored)
implement some of the suggestions by Ant, to improve the release
remove unused dependencies and limit the others to test/compile alone
fix creation of logs directories during unit test execution
update BUILDING.txt and remove it from bin dist
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.