Andreas Veithen [Sun, 1 Jun 2014 13:18:49 +0000 (13:18 +0000)]
Create SOAPFaultText only for SOAP 1.2.
Andreas Veithen [Sun, 1 Jun 2014 07:33:13 +0000 (07:33 +0000)]
Create SOAPFaultText only for SOAP 1.2.
Andreas Veithen [Sat, 4 May 2013 11:22:00 +0000 (11:22 +0000)]
Configuring the project to use maven-scm-publish-plugin.
Andreas Veithen [Sat, 4 May 2013 10:16:32 +0000 (10:16 +0000)]
Fixed download page: 1.6.1 was correctly marked as archived, but the links were pointing to the mirrors.
Andreas Veithen [Sun, 20 Jan 2013 13:31:15 +0000 (13:31 +0000)]
Some code simplifications.
Andreas Veithen [Sun, 20 Jan 2013 13:28:17 +0000 (13:28 +0000)]
Setting correct svn:eol-style.
Andreas Veithen [Sun, 16 Dec 2012 16:21:24 +0000 (16:21 +0000)]
Moved to new Axiom snapshot version.
Andreas Veithen [Mon, 10 Sep 2012 19:32:39 +0000 (19:32 +0000)]
Added TM to the Sandesha logo.
Andreas Veithen [Wed, 15 Aug 2012 13:53:37 +0000 (13:53 +0000)]
Don't allow repositories other than Maven central (except for snapshots).
Sagara Gunathunga [Fri, 15 Jun 2012 11:04:38 +0000 (11:04 +0000)]
AXIS2-5315 - Changes according to R1350570.
Sagara Gunathunga [Wed, 13 Jun 2012 05:29:38 +0000 (05:29 +0000)]
Changes introduced by AXIS2-5315 in r1349635 [1]
[1] - http://svn.apache.org/viewvc?view=revision&revision=
1349635
Sagara Gunathunga [Mon, 11 Jun 2012 15:35:27 +0000 (15:35 +0000)]
Changes required for AXIS2-5340.
Sagara Gunathunga [Wed, 30 May 2012 05:43:31 +0000 (05:43 +0000)]
AXIS2-5315 - Removed Callback usage from Sandesha2
Andreas Veithen [Tue, 15 May 2012 19:53:11 +0000 (19:53 +0000)]
Eliminated a dependency on the bug described in AXIOM-422; the children of a SOAPHeaderBlock should be plain OMElements, not SOAPHeaderBlocks.
Andreas Veithen [Sun, 6 May 2012 07:25:04 +0000 (07:25 +0000)]
Eliminated reference to deprecated Axiom API.
Sagara Gunathunga [Thu, 3 May 2012 07:12:31 +0000 (07:12 +0000)]
Updated DOAP file for 1.6.2 release.
Sagara Gunathunga [Mon, 30 Apr 2012 06:35:23 +0000 (06:35 +0000)]
Updated site for 1.6.2 release.
Sagara Gunathunga [Mon, 30 Apr 2012 06:28:38 +0000 (06:28 +0000)]
Fixed SANDESHA2-212.
Sagara Gunathunga [Thu, 26 Apr 2012 08:44:11 +0000 (08:44 +0000)]
Updated site for 1.6.2 release.
Andreas Veithen [Sun, 22 Apr 2012 14:05:24 +0000 (14:05 +0000)]
Setting uniqueVersion=true to prevent the Synapse build from downloading the wrong version.
Andreas Veithen [Sat, 21 Apr 2012 22:36:54 +0000 (22:36 +0000)]
Eliminated a couple of references to deprecated classes so that we don't need to add a dependency to axiom-compat.
Andreas Veithen [Mon, 9 Apr 2012 14:29:54 +0000 (14:29 +0000)]
Switched the Sandesha2 trunk to Axiom 1.2.14-SNAPSHOT.
Sagara Gunathunga [Mon, 6 Feb 2012 14:57:41 +0000 (14:57 +0000)]
Applied the patch for SANDESHA2-211.
Andreas Veithen [Thu, 29 Dec 2011 09:45:31 +0000 (09:45 +0000)]
Put each async echo scenario in a different test case to make it easier to analyze the sporadic test failure we are seeing in the Jenkins builds.
Andreas Veithen [Wed, 21 Dec 2011 21:40:02 +0000 (21:40 +0000)]
Updated maven-surefire-plugin to version 2.11 so that it recognizes the skipTests option.
Andreas Veithen [Tue, 20 Dec 2011 20:50:43 +0000 (20:50 +0000)]
Make TestCallback thread safe.
Andreas Veithen [Mon, 19 Dec 2011 21:37:54 +0000 (21:37 +0000)]
Allow Sandesha2 builds to run concurrently.
Andreas Veithen [Thu, 15 Dec 2011 22:50:38 +0000 (22:50 +0000)]
Fixed a couple of incorrect release dates.
Andreas Veithen [Thu, 15 Dec 2011 22:29:24 +0000 (22:29 +0000)]
Added an entry for the Sandesha2 1.6.1 release.
Andreas Veithen [Tue, 13 Dec 2011 19:54:50 +0000 (19:54 +0000)]
Fixed the incorrect project name in the DOAP file.
Andreas Veithen [Sat, 10 Dec 2011 18:15:25 +0000 (18:15 +0000)]
* Added entry for the 1.6.1 release.
* Some formatting improvements.
Andreas Veithen [Sun, 23 Oct 2011 19:35:37 +0000 (19:35 +0000)]
Don't attempt to create fault subcodes with SOAP 1.1.
Andreas Veithen [Sun, 23 Oct 2011 16:55:57 +0000 (16:55 +0000)]
Fixed some variable names.
Andreas Veithen [Sun, 23 Oct 2011 16:53:54 +0000 (16:53 +0000)]
* Fault code should also be a QName.
* Some code simplifications using features available in Axiom.
Andreas Veithen [Sun, 23 Oct 2011 15:59:36 +0000 (15:59 +0000)]
* Use the new OMXMLBuilderFactory API.
* Avoid FileReader because it uses the platform default encoding and that may cause issues if it is not UTF-8.
Andreas Veithen [Sun, 23 Oct 2011 15:33:58 +0000 (15:33 +0000)]
Fixed incorrect Axiom iterator usage.
Andreas Veithen [Wed, 19 Oct 2011 19:45:36 +0000 (19:45 +0000)]
Eliminated a couple of illegal direct references to Axiom implementation classes.
Sagara Gunathunga [Fri, 23 Sep 2011 08:41:42 +0000 (08:41 +0000)]
Fixed SANDESHA2-114.
Sagara Gunathunga [Fri, 23 Sep 2011 08:36:51 +0000 (08:36 +0000)]
Fixed SANDESHA2-210.
Sagara Gunathunga [Fri, 23 Sep 2011 08:29:14 +0000 (08:29 +0000)]
Applied patch for SANDESHA2-209.
Andreas Veithen [Wed, 13 Jul 2011 19:21:45 +0000 (19:21 +0000)]
Removed some unnecessary direct dependencies.
Andreas Veithen [Tue, 12 Jul 2011 22:06:49 +0000 (22:06 +0000)]
Removed the explicit dependency on Neethi and instead rely on the transitive dependency from Axis2, so that we no longer need to keep the Neethi version number (and exclusion rules) in sync with Axis2.
Andreas Veithen [Fri, 8 Jul 2011 19:39:19 +0000 (19:39 +0000)]
Updated Axiom version.
Andreas Veithen [Sun, 19 Jun 2011 16:00:20 +0000 (16:00 +0000)]
Pushing back the changes done in r1130464 to the trunk to avoid loosing them in the next major release.
Sagara Gunathunga [Sat, 11 Jun 2011 04:49:56 +0000 (04:49 +0000)]
Updated for 1.6.0 release.
Andreas Veithen [Sat, 30 Apr 2011 20:02:19 +0000 (20:02 +0000)]
Preparing to archive the 1.3 release.
Andreas Veithen [Fri, 8 Apr 2011 12:08:27 +0000 (12:08 +0000)]
Changed Neethi version to current trunk. 3.0.0-SNAPSHOT is no longer available.
Andreas Veithen [Mon, 14 Mar 2011 21:30:34 +0000 (21:30 +0000)]
Applied a workaround for MASSEMBLY-422 / MASSEMBLY-449. This should fix the broken file and directory permissions in the distribution ZIP files.
Andreas Veithen [Sat, 19 Feb 2011 19:14:21 +0000 (19:14 +0000)]
Updated Axis2 version.
Andreas Veithen [Sat, 19 Feb 2011 14:22:20 +0000 (14:22 +0000)]
Created an assertion builder for each individual assertion used by Sandesha. This way of parsing the RMAssertion is much more lengthy, but integrates better with Neethi. If this had been done from the start, then it would have been much easier to upgrade to Neethi 3.0.0-SNAPSHOT.
Andreas Veithen [Sat, 19 Feb 2011 14:19:41 +0000 (14:19 +0000)]
Updated the dependency versions of the trunk.
Andreas Veithen [Sat, 19 Feb 2011 10:57:09 +0000 (10:57 +0000)]
[maven-release-plugin] prepare release 1_6
Andreas Veithen [Sat, 19 Feb 2011 10:56:32 +0000 (10:56 +0000)]
[maven-release-plugin] prepare branch 1_6
Ruwan Linton [Thu, 10 Feb 2011 08:49:38 +0000 (08:49 +0000)]
Temporary fix to the neethi trunk changes which caused a compilation failure and switch back to the neethi trunk ASA the compatibility issues are fixed
Andreas Veithen [Sat, 5 Feb 2011 20:03:07 +0000 (20:03 +0000)]
Added entry for 1.4 to the DOAP file.
Andreas Veithen [Sat, 5 Feb 2011 12:55:51 +0000 (12:55 +0000)]
Updated Axiom snapshot version.
Andreas Veithen [Sun, 9 Jan 2011 17:00:21 +0000 (17:00 +0000)]
Fixed a build failure caused by the change described in AXIS2-4196.
Andreas Veithen [Fri, 31 Dec 2010 12:50:41 +0000 (12:50 +0000)]
Fixed an issue in the Sandesha2 DOAP file.
Andreas Veithen [Tue, 28 Dec 2010 13:39:45 +0000 (13:39 +0000)]
Set svn:ignore.
Andreas Veithen [Tue, 28 Dec 2010 13:38:51 +0000 (13:38 +0000)]
Use dependencyManagement for all Axis2 and Axiom dependencies. This gives us better control over the stuff downloaded by Maven when resolving transitive dependencies.
Andreas Veithen [Tue, 28 Dec 2010 12:44:39 +0000 (12:44 +0000)]
Make sure that we use the expected Axis2 version, even for transitive dependencies of Rampart.
Andreas Veithen [Tue, 28 Dec 2010 11:09:03 +0000 (11:09 +0000)]
Updated the link to the KEYS file.
Andreas Veithen [Tue, 28 Dec 2010 10:58:58 +0000 (10:58 +0000)]
Removed duplicate copyright footer.
Andreas Veithen [Tue, 28 Dec 2010 10:51:51 +0000 (10:51 +0000)]
Make sure that the information about the latest release in the download page is updated automatically.
Andreas Veithen [Tue, 28 Dec 2010 10:38:02 +0000 (10:38 +0000)]
Removed incorrect or redundant sourceDirectory and testSourceDirectory. This should fix the problem that the unit test classes are included in the Javadoc published with the site.
Andreas Veithen [Sun, 19 Dec 2010 18:06:58 +0000 (18:06 +0000)]
Fixed a mistake in the 1.4 download entry. This release will be compatible with Axis2 1.5.4.
Andreas Veithen [Sun, 19 Dec 2010 17:28:55 +0000 (17:28 +0000)]
Let Maven generate checksums when installing the distributions into the local repository.
Andreas Veithen [Sun, 19 Dec 2010 17:19:29 +0000 (17:19 +0000)]
Avoid IOExceptions when sandesha2-tests is executed in a multi-module build.
Andreas Veithen [Sun, 19 Dec 2010 16:46:11 +0000 (16:46 +0000)]
Added an entry for 1.4 to the download page.
Andreas Veithen [Sun, 19 Dec 2010 16:36:47 +0000 (16:36 +0000)]
Disambiguate the release dates in the download page.
Andreas Veithen [Sun, 19 Dec 2010 15:40:47 +0000 (15:40 +0000)]
Make sure that the right NOTICE file is included in Maven artifacts.
Andreas Veithen [Sun, 19 Dec 2010 14:48:18 +0000 (14:48 +0000)]
Skip deployment of artifacts for the sandesha2-tests module.
Andreas Veithen [Sun, 19 Dec 2010 14:32:27 +0000 (14:32 +0000)]
Implemented Apache Project Branding Requirements.
Andreas Veithen [Sun, 19 Dec 2010 13:51:22 +0000 (13:51 +0000)]
Converted index.xml to a real XDoc document.
Andreas Veithen [Sun, 19 Dec 2010 13:41:30 +0000 (13:41 +0000)]
Added missing NOTICE.txt file to the distributions.
Andreas Veithen [Sun, 19 Dec 2010 13:35:18 +0000 (13:35 +0000)]
Sandesha2 1.2 has already been archived.
Andreas Veithen [Sun, 19 Dec 2010 13:30:44 +0000 (13:30 +0000)]
Don't deploy the distributions to the Maven repository. Users should download them from the mirrors.
Andreas Veithen [Sat, 18 Dec 2010 20:16:48 +0000 (20:16 +0000)]
Make sure that if useSeparateListener=true and the response code is 200, the transport is cleaned up properly to avoid connection pool starvation.
Andreas Veithen [Thu, 16 Dec 2010 23:11:27 +0000 (23:11 +0000)]
[maven-release-plugin] prepare release 1_4
Andreas Veithen [Thu, 16 Dec 2010 23:10:57 +0000 (23:10 +0000)]
[maven-release-plugin] prepare branch 1_4
Andreas Veithen [Thu, 16 Dec 2010 23:00:00 +0000 (23:00 +0000)]
Rolling back failed attempt to create release branch (caused by MRELEASE-446).
Andreas Veithen [Thu, 16 Dec 2010 22:47:34 +0000 (22:47 +0000)]
[maven-release-plugin] prepare branch 1_4
Andreas Veithen [Thu, 16 Dec 2010 22:41:42 +0000 (22:41 +0000)]
Updated distributionManagement.
Andreas Veithen [Thu, 16 Dec 2010 22:34:26 +0000 (22:34 +0000)]
Added missing plugin version.
Andreas Veithen [Thu, 16 Dec 2010 22:30:24 +0000 (22:30 +0000)]
Set svn:ignore.
Andreas Veithen [Thu, 16 Dec 2010 22:28:53 +0000 (22:28 +0000)]
Avoid creating log files in source directories.
Andreas Veithen [Thu, 16 Dec 2010 21:41:12 +0000 (21:41 +0000)]
Configured the RAT plugin and added missing license headers.
Andreas Veithen [Thu, 16 Dec 2010 20:50:14 +0000 (20:50 +0000)]
Use maven-javadoc-plugin instead of Ant to generate the Javadoc for inclusion in the doc distribution.
Andreas Veithen [Thu, 16 Dec 2010 20:10:03 +0000 (20:10 +0000)]
Some formatting changes in POM files to avoid spurious changes introduced by the maven-release-plugin.
Andreas Veithen [Thu, 16 Dec 2010 19:58:02 +0000 (19:58 +0000)]
Added maven-release-plugin configuration.
Andreas Veithen [Thu, 16 Dec 2010 08:11:53 +0000 (08:11 +0000)]
Removed unnecessary or incorrect sourceDirectory, testSourceDirectory and resource entries in POM files.
Andreas Veithen [Thu, 16 Dec 2010 08:10:23 +0000 (08:10 +0000)]
Fixed some outdated links and mailing list addresses.
Andreas Veithen [Thu, 16 Dec 2010 08:00:51 +0000 (08:00 +0000)]
Removed old Maven 1 stuff.
Andreas Veithen [Thu, 16 Dec 2010 07:44:25 +0000 (07:44 +0000)]
Also use the shade plugin to produce the sandesha2-policy artifact.
Andreas Veithen [Wed, 15 Dec 2010 23:29:12 +0000 (23:29 +0000)]
Use the maven-javadoc-plugin version configured in org.apache:apache (2.5) because 2.7 does some weird things when building the module Javadocs.
Andreas Veithen [Wed, 15 Dec 2010 23:18:53 +0000 (23:18 +0000)]
Skip the default source release assembly configured in org.apache:apache because we have our own source distribution.
Andreas Veithen [Wed, 15 Dec 2010 22:36:19 +0000 (22:36 +0000)]
Prevent the apache-release profile from generating a source JAR for sandesha2-client-constants (because it would be empty).
Andreas Veithen [Wed, 15 Dec 2010 22:14:52 +0000 (22:14 +0000)]
Enabled Javadoc generation for the Maven site.
Andreas Veithen [Wed, 15 Dec 2010 21:59:37 +0000 (21:59 +0000)]
Removed unnecessary repositories.
Andreas Veithen [Wed, 15 Dec 2010 21:27:21 +0000 (21:27 +0000)]
Use Maven 2 style variable substitution for readme and release notes files.