Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix build break in eph due to merge from master (#141)
* Cherry-picking PR119 and PR122 into master (#129) * Handle StorageExceptions from AzureBlobLease.isExpired * Improve notification experience for ExecutionExceptions * Cherry-pick PR119, start cherry-picking PR122 * Finish cherry-picking PR122 * Remove partial change that was picked accidentally * Add Javadocs for PartitionManagerOptions (#130) * Handle StorageExceptions from AzureBlobLease.isExpired * Improve notification experience for ExecutionExceptions * Cherry-pick PR119, start cherry-picking PR122 * Finish cherry-picking PR122 * Remove partial change that was picked accidentally * Add Javadoc for PartitionManangerOptions * Undo merge problem * Set versions to 0.14.0 except eph 0.14.1 * Special override for EPH version * Fix connectionImpl objects leak issue in scenarios when service closes connection (#116) * free connectionImpl objects leak issue upon connection failures from service * fix receive unit test * skip connection.free in case when connection is not initialized * Adding Interface for EventHubClient class to enable mock testing * add no-arg constructors for GSon serialized types (#112) # Conflicts: # azure-eventhubs-eph/src/main/java/com/microsoft/azure/eventprocessorhost/AzureBlobLease.java * split platform & framework while adding to connection properties (#124) * Update version to 0.14.2 * bump up the version to 0.15.0 * add receiver identifier to ReceiverOptions * minor refactor * client version to 0.14.3 * Refresh token every 10 mins - to help with error situations * javadoc for receiveridentifier (#138) * fix eph build issue after merge from master * fix build break in eph after merge from master
- Loading branch information