Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename changes from adh to cds and updated links #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# AVEVA Data Hub Java Library Sample
# CONNECT data services Java Library Sample

**Version:** 0.2.6_preview

[![Build Status](https://dev.azure.com/osieng/engineering/_apis/build/status/product-readiness/ADH/aveva.sample-adh-sample_libraries-java?branchName=main)](https://dev.azure.com/osieng/engineering/_build/latest?definitionId=2621&branchName=main)
[![Build Status](https://dev.azure.com/AVEVA-VSTS/Cloud%20Platform/_apis/build/status%2Fproduct-readiness%2FADH%2FAVEVA.sample-adh-sample_libraries-java?repoName=AVEVA%2Fsample-adh-sample_libraries-java&branchName=main)](https://dev.azure.com/AVEVA-VSTS/Cloud%20Platform/_build/latest?definitionId=16142&repoName=AVEVA%2Fsample-adh-sample_libraries-java&branchName=main)

The Java ADH library is an introductory language-specific examples of programming against AVEVA Cloud Services ([ADH](https://www.osisoft.com/Solutions/OSIsoft-Cloud-Services/)). It is intended as an instructional samples only and is not for production use.
The Java Cds library is an introductory language-specific examples of programming against AVEVA Cloud Services ([Cds](https://www.aveva.com/en/products/aveva-pi-system/)). It is intended as an instructional samples only and is not for production use.

The library is not intended to show every endpoint and every option/parameter for endpoints it has. The library is known to be incomplete.

Expand Down Expand Up @@ -43,6 +43,6 @@ Developed against Maven 3.6.1 and Java 1.8.0_181.

---

For the main ADH sample libraries page [ReadMe](https://github.com/osisoft/OSI-Samples-OCS/blob/main/docs/SAMPLE_LIBRARIES.md)
For the main ADH samples page [ReadMe](https://github.com/osisoft/OSI-Samples-OCS)
For the main AVEVA samples page [ReadMe](https://github.com/osisoft/OSI-Samples)
For the main Cds sample libraries page [ReadMe](https://github.com/AVEVA/AVEVA-Samples-CloudOperations/blob/main/docs/SAMPLE_LIBRARIES.md)
For the main Cds samples page [ReadMe](https://github.com/AVEVA/AVEVA-Samples-CloudOperations)
For the main AVEVA samples page [ReadMe](https://github.com/AVEVA/AVEVA-Samples)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>0.2.5-preview</version>

<name>ocs_sample_library_preview</name>
<description>A preview of an ADH (AVEVA Data Hub) client library</description>
<description>A preview of an ADH (CONNECT data services) client library</description>
<url>https://github.com/osisoft/sample-ocs-sample_libraries-java</url>
<developers>
<developer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Client to call into for interacting with OCS
* @deprecated
* OCSClient is deprecated as OSIsoft Cloud Services has now been migrated to AVEVA Data Hub, use ADHClient instead.
* OCSClient is deprecated as OSIsoft Cloud Services has now been migrated to CONNECT data services, use ADHClient instead.
*/
public class OCSClient {

Expand Down