Skip to content

Commit cfefdaa

Browse files
Merge pull request #222904 from edburns/edburns-msft-em-2292-audit-jakarta-tag-estate
Audit the set of docs in azure-docs-pr that deal with Java to ensure any articles that relate to Jakarta EE are tagged appropriately
2 parents 6aeb35b + 45dd1c2 commit cfefdaa

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

articles/azure-cache-for-redis/cache-best-practices-client-libraries.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Learn about client libraries for Azure Cache for Redis.
55
author: flang-msft
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 07/07/2022
8+
ms.date: 01/04/2022
99
ms.author: franlanglois
10-
10+
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-liberty, devx-track-javaee-liberty-aks
1111
---
1212

1313
# Client libraries
@@ -84,6 +84,8 @@ clusterServersConfig:
8484
tcpNoDelay: true
8585
```
8686
87+
For an article demonstrating how to use Redisson's support for JCache as the store for HTTP session state in IBM Liberty on Azure, see [Use Java EE JCache with Open Liberty or WebSphere Liberty on an Azure Kubernetes Service (AKS) cluster](/azure/developer/java/ee/how-to-deploy-java-liberty-jcache).
88+
8789
## How to use client libraries
8890
8991
Besides the reference documentation, you can find tutorials showing how to get started with Azure Cache for Redis using different languages and cache clients.

articles/azure-cache-for-redis/cache-java-get-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: 'Quickstart: Use Azure Cache for Redis in Java'
33
description: In this quickstart, you'll create a new Java app that uses Azure Cache for Redis
44
author: flang-msft
55
ms.author: franlanglois
6-
ms.date: 03/21/2021
6+
ms.date: 01/04/2022
77
ms.topic: quickstart
88
ms.service: cache
99
ms.devlang: java
10-
ms.custom: mvc, seo-java-august2019, seo-java-september2019, devx-track-java, mode-api
10+
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-liberty-aks, mode-api, mvc, seo-java-august2019, seo-java-september2019
1111

1212
---
1313

@@ -172,3 +172,5 @@ In this quickstart, you learned how to use Azure Cache for Redis from a Java app
172172

173173
- [Development](cache-best-practices-development.md)
174174
- [Connection resilience](cache-best-practices-connection.md)
175+
- [Azure Cache for Redis with Jakarta EE](/azure/developer/java/ee/how-to-deploy-java-liberty-jcache)
176+
- [Azure Cache for Redis with Spring](/azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache)

articles/container-apps/tutorial-java-quarkus-connect-managed-identity-postgresql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: tutorial
77
ms.author: karler
88
ms.service: container-apps
99
ms.date: 09/26/2022
10-
ms.custom: passwordless-java, service-connector
10+
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-quarkus, passwordless-java, service-connector
1111
---
1212

1313
# Tutorial: Connect to PostgreSQL Database from a Java Quarkus Container App without secrets using a managed identity

articles/migrate/tutorial-app-containerization-java-kubernetes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Tutorial:Containerize & migrate Java web applications to Azure Kube
44
author: vijain
55
ms.author: vijain
66
ms.manager: kmadnani
7-
ms.custom: subject-rbac-steps, migration-java
7+
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-liberty-aks, devx-track-javaee-wls-aks, migration-java, subject-rbac-steps
88
ms.topic: tutorial
9-
ms.date: 03/24/2022
9+
ms.date: 01/04/2023
1010
---
1111
# Java web app containerization and migration to Azure Kubernetes Service
1212

@@ -275,3 +275,5 @@ To troubleshoot any issues with the tool, you can look at the log files on the W
275275
- Containerizing Java web apps on Apache Tomcat (on Linux servers) and deploying them on Linux containers on App Service. [Learn more](./tutorial-app-containerization-java-app-service.md)
276276
- Containerizing ASP.NET web apps and deploying them on Windows containers on AKS. [Learn more](./tutorial-app-containerization-aspnet-kubernetes.md)
277277
- Containerizing ASP.NET web apps and deploying them on Windows containers on Azure App Service. [Learn more](./tutorial-app-containerization-aspnet-app-service.md)
278+
- What are solutions for running Oracle WebLogic Server on the Azure Kubernetes Service? [Learn more](../virtual-machines/workloads/oracle/weblogic-aks.md)
279+
- Open Liberty and WebSphere Liberty on AKS. [Learn more](/azure/developer/java/ee/websphere-family#open-liberty-and-websphere-liberty-on-aks)

0 commit comments

Comments
 (0)