Library designed for retrieving properties set at application startup

1 Open Issue Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Configuration Management
Profile support about 2 months ago

AI Summary: Implement profile support for the `entrys` library, allowing configuration values to be loaded from profile-specific YAML files. This involves creating a new class (e.g., `EValProf`) that intelligently handles profile selection based on the `profile` attribute in the main YAML file, gracefully handling missing or invalid profile values, and falling back to the main YAML file if necessary. Error handling for missing profiles or invalid profile values is crucial.

Complexity: 4/5
enhancement help wanted good first issue

Library designed for retrieving properties set at application startup

Java