kbss-cvut / termit

An advanced SKOS terminology manager linking concepts to their definitions in documents
GNU General Public License v3.0
8 stars 9 forks source link

Rewrite aspects to Spring events #268

Closed ledsoft closed 3 months ago

ledsoft commented 4 months ago

There is an issue with aspect processing since Spring Boot 3.2.6, causing term-related aspect advices to be called twice. Since JOPA no longer requires AspectJ and due to this Spring issue (which is super hard to debug) we are stuck with version 3.2.5, it would make sense to replace the aspects with Spring application events and remove AspectJ altogether.