uPortal-Project / uPortal

Enterprise open source portal built by and for the higher education community.
https://www.apereo.org/projects/uportal
Apache License 2.0
272 stars 273 forks source link

Fix for PortletEventCoordinationHelper instantiation #2847

Closed Naenyn closed 1 month ago

Naenyn commented 1 month ago

Autowired all fields. Added a qualifier for Ehcache. Removed constructor and reference.

Checklist
Description of change

A recent refactor broke proper startup of uP. This PR fixes things by adding more Spring @Autowired and @Qualifier bean management.