Skip to content

Commit

Permalink
Update pkg descriptions for azure-eventhubs and eph to include pointe…
Browse files Browse the repository at this point in the history
…r to new package (Azure#21103)

* Update pkg descriptions for azure-eventhubs and eph to include pointer to new package

* Run python script update_versions.py

* Add package links in package description
  • Loading branch information
ramya-rao-a authored May 4, 2021
1 parent bd1b98d commit 2c266c4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 23 deletions.
4 changes: 2 additions & 2 deletions eng/spotbugs-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-eph</artifactId>
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions eng/versioning/version_data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ com.microsoft.azure.cognitiveservices:azure-cognitiveservices-customvision-predi
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-customvision-training;1.1.0-beta.3;1.1.0-beta.3
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-faceapi;1.1.0-beta.1;1.1.0-beta.1
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-qnamaker;1.0.0-beta.2;1.0.0-beta.3
com.microsoft.azure:azure-eventhubs;3.2.2;3.3.0-beta.1
com.microsoft.azure:azure-eventhubs-eph;3.2.2;3.3.0-beta.1
com.microsoft.azure:azure-eventhubs;3.2.2;3.2.3
com.microsoft.azure:azure-eventhubs-eph;3.2.2;3.2.3
com.microsoft.azure:azure-eventhubs-extensions;3.2.2;3.3.0-beta.1
com.microsoft.azure:azure-keyvault;1.2.4;1.3.0-beta.1
com.microsoft.azure:azure-keyvault-complete;1.2.4;1.3.0-beta.1
Expand Down
3 changes: 2 additions & 1 deletion sdk/eventhubs/microsoft-azure-eventhubs-eph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

# Microsoft Azure Event Processor Host for Java

> Please note, a newer package [com.azure:azure-messaging-eventhubs](https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs) for [Azure Event Hubs](https://azure.microsoft.com/services/event-hubs/) is available as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the [migration guide](https://aka.ms/azsdk/java/migrate/eh) for more details.
Event Processor Host is built on top of the Azure Event Hubs Client and provides a number of features
not present in that lower layer. See the [README for Azure Event Hubs Client for Java](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/eventhubs/microsoft-azure-eventhubs/README.md) for details of how to
include Event Processor Host in your project. See the [overview](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/eventhubs/microsoft-azure-eventhubs-eph/Overview.md) for details of the functionality
that Event Processor Host offers and how to use it.


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Feventhubs%2Fmicrosoft-azure-eventhubs-eph%2FReadme.png)
10 changes: 3 additions & 7 deletions sdk/eventhubs/microsoft-azure-eventhubs-eph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-eph</artifactId>
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->

<name>Microsoft Azure SDK for Event Hubs Event Processor Host(EPH)</name>
<description>EPH is built on top of the Azure Event Hubs Client and provides a number of features not present in that lower layer.${line.separator}
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Event Hubs service are:${line.separator}
1. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs${line.separator}
2. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs-checkpointstore-blob${line.separator}
It is recommended that you move to the new package.
<description>Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.
</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

Expand All @@ -40,7 +36,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/microsoft-azure-eventhubs-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
6 changes: 3 additions & 3 deletions sdk/eventhubs/microsoft-azure-eventhubs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Azure Event Hubs (Track 1) client library for Java
# Azure Event Hubs client library for Java

<h1 align="center">Microsoft Azure Event Hubs Client for Java</h1>
> Please note, a newer package [com.azure:azure-messaging-eventhubs](https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs) for [Azure Event Hubs](https://azure.microsoft.com/services/event-hubs/) is available as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the [migration guide](https://aka.ms/azsdk/java/migrate/eh) for more details.
Azure Event Hubs is a hyper-scale data ingestion service, fully-managed by Microsoft, that enables you to collect, store
and process trillions of events from websites, apps, IoT devices, and any stream of data.
Expand Down Expand Up @@ -56,7 +56,7 @@ the required versions of Apache Qpid Proton-J, and the cryptography library BCPK
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.3.1</version>
<version>3.2.3</version>
</dependency>
```

Expand Down
8 changes: 2 additions & 6 deletions sdk/eventhubs/microsoft-azure-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->

<name>Microsoft Azure SDK for Event Hubs</name>
<description>Libraries built on Microsoft Azure Event Hubs.${line.separator}
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Event Hubs service are:${line.separator}
1. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs${line.separator}
2. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs-checkpointstore-blob${line.separator}
It is recommended that you move to the new package.
<description>Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.
</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final class ClientConstants {
public static final String DEFAULT_RETRY = "Default";
public static final String PRODUCT_NAME = "MSJavaClient";
// {x-version-update-start;com.microsoft.azure:azure-eventhubs;current}
public static final String CURRENT_JAVACLIENT_VERSION = "3.3.0-beta.1";
public static final String CURRENT_JAVACLIENT_VERSION = "3.2.3";
// {x-version-update-end}
public static final String PLATFORM_INFO = getPlatformInfo();
public static final String FRAMEWORK_INFO = getFrameworkInfo();
Expand Down

0 comments on commit 2c266c4

Please sign in to comment.