Changes:
- 5d5323c Prepare 7.4 release
- 29c9301 Merge pull request #135 from bnicholesdell/updatepackages74
- 34ab4a3 Update packages before 7.4 release
- 6d42376 Merge pull request #134 from bnicholesdell/issue132-fixpasswordquotes
- e0e3493 Convert the password string using JSON parsing
- 5b08adb Merge pull request #133 from bnicholesdell/implementgetaccesstoken
- 6f89643 Add an API to get the access token. Needed to join a replica to a cluster.
- 51ece82 Merge pull request #130 from bnicholesdell/fixjavadoc1
- 607d8bc Fix the javadoc errors
- b16db23 Merge pull request #129 from bnicholesdell/addeventlistenercallback
See More
- 3c818e6 Implement the callback for the SignalR connection state. Fix some bugs around connecting to the A2A signalr service and mark the A2A Persist event listener APIs that take a thumbprint as not supported. Connecting and authenticating to the A2A signalr service is handled differently than signalr on the core service. The core service authenticates using an access token via restsharp which is able to use the windows certificate store. It then uses Okhttp with the access token to connect to the signalr service. Connecting to the A2A signalr service is done entirely using okhttp and passing a certificate. Okhttp can't pull a certificate out of the windows certificate store by thumbprint. The problem is difference in the authentication methods when using Okhttp.
- 61366e4 Merge pull request #128 from bnicholesdell/minordocupdate
- 5368cdf Minor doc update
- b25bfa8 Merge pull request #127 from bnicholesdell/fixjavadocerrors
- 0d18201 Fix Java doc errors
- 5724cfd Merge pull request #126 from bnicholesdell/adda2asetcredendpoints
- de5a336 Add the APIs to set credentials using the A2A context. Update the tests to verify the new APIs.
- 32db966 TFS 422847: Update SafeguardJava to use Core AuthenticationProviders (#125)
- 1a4dbb9 Merge pull request #124 from bnicholesdell/moveto7_4version
- 938febe Move to next version
This list of changes was auto generated.