ratpack/ratpack

Update to Guice 5.0.1

l0rinc opened this issue · 0 comments

See: https://github.com/google/guice/wiki/Guice501

Changes since Guice 4.2.3

  • Some highlights:
  • Added Java15 support (updated asm and bug fixes).
  • Removed cglib as a core dependency. (#1359)
  • Improved error messages.
  • Improved support for using Guice with Kotlin.
  • Added a mechanism to restrict who can bind types or annotations, to allow library authors to control their bindings.
  • Removed no-aop build variant.
  • Fixed 'illegal reflective access' warnings.