Guice 5.0 added some new features: [1]. Most important for us are:
o Added Java 15 support (updated asm and bug fixes).
o Removed cglib as a core dependency.
o Removed no-aop build variant.
Given that the no-aop variant is removed, the previous change that
switched to this distribution flavor is reverted: I4a052850d14.
Here is the relevant section from the release notes about no-AOP
guice version:
Using Guice no-AOP version
If you were using Guice no-aop version, simply switch to the standard
version of Guice. Older Guice with no-aop does not use runtime bytecode
generation and starting with this release runtime bytecode generation
is enabled by default and can be disabled by setting
-Dguice_bytecode_gen_option=DISABLED.
[1] https://github.com/google/guice/releases/tag/5.0.0-BETA-1
Change-Id: Ia0ea96e67a25e7c27f71f3bc0070cacdb28b5ad8