Compilation fails #9

Closed
opened 2022-03-03 13:42:13 +00:00 by Hofer · 1 comment
Hofer commented 2022-03-03 13:42:13 +00:00 (Migrated from lab.libreho.st)

compilation with mvn package fails with the following error:

[ERROR] /home/d3h/git/keycloak-scim/src/main/java/sh/libre/scim/core/ScimClient.java:[45,35] cannot find symbol
[ERROR]   symbol:   variable IntervalFunction
[ERROR]   location: class sh.libre.scim.core.ScimClient
compilation with mvn package fails with the following error: ``` [ERROR] /home/d3h/git/keycloak-scim/src/main/java/sh/libre/scim/core/ScimClient.java:[45,35] cannot find symbol [ERROR] symbol: variable IntervalFunction [ERROR] location: class sh.libre.scim.core.ScimClient ```
Hofer commented 2022-03-03 14:00:47 +00:00 (Migrated from lab.libreho.st)

Adding import io.github.resilience4j.core.IntervalFunction; to import fixes this.

Adding `import io.github.resilience4j.core.IntervalFunction;` to import fixes this.
Hofer (Migrated from lab.libreho.st) closed this issue 2022-06-14 08:23:57 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: libre.sh/keycloak-scim#9
No description provided.