/[Apache-SVN]
ViewVC logotype

Revision 1627086


Jump to revision: Previous Next
Author: aconway
Date: Tue Sep 23 16:46:02 2014 UTC (9 years, 7 months ago)
Changed paths: 7
Log Message:
PROTON-693: Implement C-API wrappers in Java for jython, clean up Url implementation.

- Java implementation of fake C API for Jython SWIG wrappers based on messenger.impl.Address.
- Minor extensions to Address.java
- Minor change to Address.java to be consistent with C parser on one corner case:
  - is url("/foo") a host called "/foo" or an empty host and a path "foo"
  - fixed Java parser to agree with C - path "foo"
- Rename getters from url_* to url_get_*.
- Use pn_string_t formatting functions to build URL string.

Changed paths

Path Details
Directoryqpid/proton/trunk/proton-c/bindings/python/proton.py modified , text changed
Directoryqpid/proton/trunk/proton-c/include/proton/url.h modified , text changed
Directoryqpid/proton/trunk/proton-c/src/url.c modified , text changed
Directoryqpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/messenger/impl/Address.java modified , text changed
Directoryqpid/proton/trunk/proton-j/src/main/resources/cproton.py modified , text changed
Directoryqpid/proton/trunk/proton-j/src/main/resources/curl.py added
Directoryqpid/proton/trunk/proton-j/src/test/java/org/apache/qpid/proton/messenger/impl/AddressTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26