You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I have two ballerina module, one contains configurations and other one uses it. config module has following constants (values are not actual values).
public const int CAPACITY = 10;
public const float EVICTION_FACTOR = 0.2;
public const decimal DEFAULT_MAX_AGE = 30;
public const decimal CLEANUP_INTERVAL = 60;
Inside the other module, I use these constants to initialize the CacheConfig. Code segment can be found below.
This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now.
- Reason/EngineeringMistake - The issue occurred due to a mistake made in the past. - Reason/Regression - The issue has introduced a regression. - Reason/MultipleComponentInteraction - Issue occured due to interactions in multiple components. - Reason/Complex - Issue occurred due to complex scenario. - Reason/Invalid - Issue is invalid. - Reason/Other - None of the above cases.
Description:
I have two ballerina module, one contains configurations and other one uses it.
config
module has following constants (values are not actual values).Inside the other module, I use these constants to initialize the
CacheConfig
. Code segment can be found below.Error Logs:
The same code was working in ballerina version 2201.0.0 without an issue.
Steps to reproduce:
Affected Versions:
2201.8.4
OS, DB, other environment details and versions:
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered: