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

Get rid of Google Guava dependency #62

Closed
kwin opened this issue Aug 6, 2024 · 0 comments · Fixed by #63
Closed

Get rid of Google Guava dependency #62

kwin opened this issue Aug 6, 2024 · 0 comments · Fixed by #63

Comments

@kwin
Copy link
Contributor

kwin commented Aug 6, 2024

The following warning is emitted in Cloud Manager and aemanalyser-maven-plugin when embedding the aem-groovvy-console-all in a container package:

[WARNING] [region-deprecated-api] be.orbinson.aem:aem-groovy-console-api:19.0.3: Usage of deprecated package found : com.google.common.base : The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023 Deprecated since 2022-12-01 For removal : 2023-04-01 (...|aem-groovy-console:aem-groovy-console-all:19.0.3)
[WARNING] [region-deprecated-api] be.orbinson.aem:aem-groovy-console-api:19.0.3: Usage of deprecated package found : com.google.common.net : The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023 Deprecated since 2022-12-01 For removal : 2023-04-01 (...|aem-groovy-console:aem-groovy-console-all:19.0.3)
[WARNING] [region-deprecated-api] be.orbinson.aem:aem-groovy-console-api:19.0.3: Usage of deprecated package found : com.google.common.collect : The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023 Deprecated since 2022-12-01 For removal : 2023-04-01 (...|aem-groovy-console:aem-groovy-console-all:19.0.3)
[WARNING] [region-deprecated-api] be.orbinson.aem:aem-groovy-console-bundle:19.0.3: Usage of deprecated package found : com.google.common.net : The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023 Deprecated since 2022-12-01 For removal : 2023-04-01 (...|aem-groovy-console:aem-groovy-console-all:19.0.3)
[WARNING] [region-deprecated-api] be.orbinson.aem:aem-groovy-console-bundle:19.0.3: Usage of deprecated package found : com.google.common.base : The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023 Deprecated since 2022-12-01 For removal : 2023-04-01 (...|aem-groovy-console:aem-groovy-console-all:19.0.3)
[WARNING] [region-deprecated-api] be.orbinson.aem:aem-groovy-console-bundle:19.0.3: Usage of deprecated package found : com.google.common.collect : The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023 Deprecated since 2022-12-01 For removal : 2023-04-01 (...|aem-groovy-console:aem-groovy-console-all:19.0.3)

Please get rid of this deprecated dependency in order to not rely on deprecated bundles (https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/release-notes/deprecated-removed-features)

@royteeuwen royteeuwen linked a pull request Aug 6, 2024 that will close this issue
royteeuwen added a commit that referenced this issue Aug 7, 2024
…dency

solves #62: Remove all dependencies on Guava
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant