adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
288 stars 569 forks source link

remove guava usage from java code #471

Closed rbartl-pv closed 2 weeks ago

rbartl-pv commented 2 weeks ago

Description

The PR removes the usage of the guava library from the java code.

Related Issue

Motivation and Context

Since the guava library bundle will not be available anymore in AEMaaCS and AEM6.5 LTS at some time the installation of the core bundle will fail without this removal.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

rbartl-pv commented 2 weeks ago

/cc @LSantha - as discussed here's a PR for the removal of guava