-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
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
- mentioned in
-
Page Loading...