Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-3927

Clean up the utility class annotations

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • L3 - Default
    • 3.2.0-alpha2, 3.2.0
    • None
    • backend
    • None
    • Not defined

    Description

      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) }}

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                johannes.heinemann Johannes
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce