GitHub / kinow/axis2-java / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 17587f29 | Fix typos |
Bruno P. Kinoshita <k****w@u****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 7c6d4753 | Update maven-common-artifact-filters. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 3327eea5 | Upgrade Maven API to 3.x. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 9777795c | Adapt to changes in the Axiom API. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| d287c5a3 | Set svn:ignore. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 237cd615 | Don't change system properties in JettyServer. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| d6946f05 | Use ClientHelper in RampartKerberosTest. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 28e0a299 | Make ServiceClient instances created by ClientHelper configurable. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| a1f64984 | Make it easier to create clients for services deployed on a test server. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 127ce3f1 | Extract common code from Axis2Server and JettyServer into a common base class. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| fdb52628 | Move JettyServer to Axis2's testutils. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 6f367822 | Fix OSGi bundle. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| f4723b05 | Completely upgrade to the APIs supported by the latest HTTPClient 4.x version. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 72a7c43c | Eliminate all usages of the deprecated HttpParams API. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| bdaba750 | Update to latest HTTPClient version. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 645b2db1 | Eleminate usages of deprecated APIs. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 814a9ad1 | Some code cleanup. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| a985c634 | Remove the initializeTimeouts code. We set timeouts on a per request basis an... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 3a425fe8 | Unify the setTimeouts code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 82a93c13 | Add a more prominent warning about security issues with SOAP monitor. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 05bb2f32 | Unify the HTTP response processing. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 65d477fe | Some cleanup. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 4372be4f | Merge AbstractHTTPSender and HTTPSender into a single class. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| dc41b50a | Unify the obtainHTTPHeaderInformation code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| ca24449b | AXIS2-2037: Using a non standard content type (application/json/badgerfish) i... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 2e79af12 | Always use localhost to contact the test Axis2 server. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 75f509a6 | Make the code a bit more generic so that we can eventually unify it. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| cfbd96bf | Unify the CommonsTransportHeaders code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| a52c8e9c | Store the HttpResponse in the Request implementation instead of passing it ar... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| f7d71745 | Use Axiom's Header class instead of NamedValue. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 8e41fa1d | Remove unused code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| cfe8b754 | Always clean up the response immediately unless we successfully get the Input... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 77a724ab | Don't store stuff in the message context unless necessary. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 73ebef0d | Remove unnecessary code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 3e39a755 | Dismantle the populateCommonProperties methods. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 25f805a4 | Streamline the GZIP request compression handling in the HTTP transport: | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 068ea250 | Remove unnecessary code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 08157058 | Clean up the mess related to how we maintain the isAllowedRetry flag. This sh... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 3659354c | Compute the content type only once. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 7ce198ce | Streamline the code that enabled HTTP chunking. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| efcca0f0 | Make the HTTP transport code more generic so that we don't need a separate Ja... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 64a724a6 | Disable incorrect test that pretends to send a HEAD request, but then asserts... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| bdf658b7 | Don't set the Host header ourselves, especially because the value is incorrec... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 9a3a7c98 | Simplify the authentication code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 18c12a79 | Move the setAuthenticationInfo method to RequestImpl. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| aa6fae2b | Initialize HostConfiguration/HttpHost early. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| b0d7e5dd | Move getHostConfiguration to RequestImpl. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 89c8dd43 | AXIS2-5781: Don't let SchemaWriterTest overwrite files in the source tree. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 9f5791fb | Ignore SecurityExceptions when scanning the classpath for modules. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 5d9d60e6 | AXIS2-5781: Don't overwrite files in the source tree. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| c75449d0 | Reduce code duplication. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 2a9660b5 | Simplify some overengineered code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| df7e42f7 | Move the executeMethod, handleRequest and cleanup methods to RequestImpl. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| c31acf7d | Unify the Request implementations; for each HTTPClient version, they are esse... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 1d2721f6 | Reduce code duplication. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| e6e41684 | Fix inconsistent argument ordering. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 3c3e813f | Remove unnecessary type parameters. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 0e4d6f2d | Create the AxisRequestEntity in the HTTPSender base class. That means that we... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 0fdde49c | Do URL mangling in the HTTPSender base class. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 79dd9a88 | Unify the code that sets the Content-Type header. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| c12b9fba | Improve encapsulation. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 90eb933f | Remove unnecessary code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 644db1d4 | Unify the code that computes the SOAPAction header. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 235a9fb3 | Compute the message formatter in the HTTPSender base class. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| fa441664 | Implement the HTTPClient entities as adapters instead of subclasses of AxisRe... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 06228352 | Extract common code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| a3ebabf7 | Remove old comments. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| f892430e | Rename some variables. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| e3d0142f | Remove unnecessary code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| f4ff4905 | Trivial refactoring: transform anonymous Request subclasses into named classes. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 4855b9fc | Trivial refactoring to start simplifying/unifying the HTTP transport code. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| b681d1b3 | Deprecate test related constants. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 8eb724a1 | Set svn:auto-props. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| cca1ebf2 | AXIS2-5828: Update the versions of the parent POM, maven-site-plugin and mave... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| e65c3373 | Modify the Maven plugins so that they use SLF4J instead of Commons Logging. T... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| c60bab4e | Use the latest javax.mail version from Oracle (which is now an OSGi bundle) a... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 9570c94e | Remove the dependency of axis2-transport-testkit on JavaMail. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| f0c9ef9f | Remove unnecessary dependency. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 88eb0a7d | Remove the dependency on the SAAJ API because it is part of the JRE. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| f0cac68b | Use alta-maven-plugin to configure the surefire boot classpath in axis2-saaj. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| c4c5311d | Adapt to changes in the Axiom API. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 48d2f358 | Adapt to changes in the Axiom API. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| cad3e7ff | SYNAPSE-1077: Update Jettison to latest version. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| dfa26f6d | AXIS2-5824: Avoid misleading JMS lookup exception referring to dynamic(Queues... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| 5a39a84a | Remove unused import. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| dd12d2c2 | Use the same version of maven-bundle-plugin everywhere. | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| cf402d75 | AXIS2-5825: Correctly handle JMS session instances that implement Session, bu... | Andreas Veithen <v****n@a****g> | over 9 years ago | |
| fbcb042a | Add the Axis2 1.7.4 release to the DOAP file. | Andreas Veithen <v****n@a****g> | almost 10 years ago | |
| 311ec0c0 | AXIS2-5809: Ensure that connections are properly released. | Andreas Veithen <v****n@a****g> | almost 10 years ago | |
| 5b62f9c4 | Revert r1765188; bad merge. | Andreas Veithen <v****n@a****g> | almost 10 years ago | |
| df4b25f4 | AXIS2-5809: Use the custom axis2.xml config on the client as well. | Andreas Veithen <v****n@a****g> | almost 10 years ago | |
| d80e5a3a | Add test case for the scenario described in AXIS2-5809 and AXIS2-5811. | Andreas Veithen <v****n@a****g> | almost 10 years ago | |
| 1f5889d0 | AXIS2-5816: Make sure that the webapp in the binary distribution contains all... | Andreas Veithen <v****n@a****g> | almost 10 years ago | |
| 0bc3963e | Upgrade alta-maven-plugin to latest version. | Andreas Veithen <v****n@a****g> | almost 10 years ago | |
| 78eb2508 | AXIS2-5799: Fix attribute handling in ADB. | Andreas Veithen <v****n@a****g> | about 10 years ago | |
| 8dc24000 | AXIS2-5792: Use the same class loaders on Windows as on Unix, to make EnableC... | Andreas Veithen <v****n@a****g> | about 10 years ago | |
| 28c070b7 | AXIS2-5796: Require Java 8 for the build, upgrade jetty-maven-plugin to versi... | Andreas Veithen <v****n@a****g> | about 10 years ago | |
| ef92afc1 | Fix build failure on Java 8. | Andreas Veithen <v****n@a****g> | about 10 years ago | |
| 6840c4af | Eliminate usage of internal Axiom class. | Andreas Veithen <v****n@a****g> | about 10 years ago | |
| 7925ff15 | Eliminate XMLStreamReaderFromDOM and use features from Axiom instead. | Andreas Veithen <v****n@a****g> | about 10 years ago |