Skip to content

Break and disallow dependency cycles in beans

Daniel Gerhardt requested to merge break-dependency-cycles into master

Broken dependency cycles:

  • UserServiceImpl <-> ``JwtService`
  • AccessTokenServiceImpl <-> RoomServiceImpl
  • ContentServiceImpl <-> ContentGroupServiceImpl

The UserServiceImpl class has been split. A new AuthenticationService has been created to break the dependency cycle.

Merge request reports