This is an automated email from the ASF dual-hosted git repository.
gaul pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
from e3f8de0a29 Specify okhttp as a test dependency in apachehc
new 6851ac9459 Added a new describe* method called
describeRouteTablesWithFilter so that RouteTables can be described by Vpc-Id,
for instance Added a unit test which searches for a RouteTable by a VPC-id
new b979e15529 Added allocationId to PublicIpInstanceIdPair so that IP
addresses can be tracked by that AWS concept. Added a
releaseAddressInRegionByAllocationId so that an IP address can be released by
that addresses AllocationId Modified the DescribeAddressesResponseHandler so
that it can optionally take allocationId into account on a Describe Added a use
case to test allocationId
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...java => LoadAllocationIdForInstanceOrNull.java} | 16 ++++++--------
.../jclouds/ec2/domain/PublicIpInstanceIdPair.java | 17 ++++++++++++++-
.../jclouds/ec2/features/ElasticIPAddressApi.java | 22 +++++++++++++++++++
.../ec2/xml/DescribeAddressesResponseHandler.java | 6 +++++-
.../loaders/LoadPublicIpForInstanceOrNullTest.java | 25 ++++++++++++++++++++--
.../xml/DescribeAddressesResponseHandlerTest.java | 8 +++----
.../jclouds/aws/ec2/features/RouteTableApi.java | 23 ++++++++++++++++++++
.../aws/ec2/features/RouteTableApiLiveTest.java | 17 +++++++++++++++
8 files changed, 117 insertions(+), 17 deletions(-)
copy
apis/ec2/src/main/java/org/jclouds/ec2/compute/loaders/{LoadPublicIpForInstanceOrNull.java
=> LoadAllocationIdForInstanceOrNull.java} (90%)