Clean up the utility class annotations

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 3.2.0-alpha2, 3.2.0
    • Affects Version/s: None
    • Component/s: backend
    • None
    • Not defined

      Context:
      Elasticsearchhelper class: Can't remove static modifiers from methods since I use java 13 and the compiled version is 8: https://stackoverflow.com/questions/42525139/maven-build-compilation-error-failed-to-execute-goal-org-apache-maven-plugins Usually this wouldn't be necessary since the @UtilityClass automatically adds the static modifiers.

      In the back-end senate we decided:
      Instead of using the @UtilityCalss annotation, we will just manually create private constructors, e.g. by using
      @NoArgsConstructor(access = AccessLevel.PRIVATE

      AT:

      • all @UtilityClass annotations are replaced by {{@NoArgsConstructor(access = AccessLevel.PRIVATE) }}

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Johannes
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: