Issues
- Improve `Optional<>` method naming.CONFOUND-33Resolved issue: CONFOUND-33Garret Wilson
- Split out separate Confound BOM and parent POM.CONFOUND-32Resolved issue: CONFOUND-32Garret Wilson
- Utility to create key from components.CONFOUND-31Garret Wilson
- More flexible API to query class-related config resource.CONFOUND-30Resolved issue: CONFOUND-30Garret Wilson
- Update `ConfigurationException` to extend `ConfiguredStateException`.CONFOUND-29Garret Wilson
- Create utility method for checking condition and throwing configuration exception.CONFOUND-28Resolved issue: CONFOUND-28Garret Wilson
- Implement conversion method for string-based configurations.CONFOUND-27Garret Wilson
- Implement collections for string-based configurations.CONFOUND-26Garret Wilson
- Allow iteration of configuration sections.CONFOUND-25Garret Wilson
- Add support for TOML files.CONFOUND-24Garret Wilson
- Add support for INI files.CONFOUND-23Garret Wilson
- Add sections to configuration API.CONFOUND-22Resolved issue: CONFOUND-22Garret Wilson
- Add object collection retrieval from object configurations.CONFOUND-21Resolved issue: CONFOUND-21Garret Wilson
- Create collection retrieval methods.CONFOUND-20Garret Wilson
- Add configurable system of convertersCONFOUND-19Garret Wilson
- Create sub and super configuration wrappers.CONFOUND-17Resolved issue: CONFOUND-17Garret Wilson
- Rename configuration file format filename extension access method.CONFOUND-16Resolved issue: CONFOUND-16Garret Wilson
- Add converter for primitive number types.CONFOUND-15Resolved issue: CONFOUND-15Garret Wilson
- Move URF/TURF file format implementations to URF project.CONFOUND-13Resolved issue: CONFOUND-13Garret Wilson
- Fix determination of resource paths from base path and resource name.CONFOUND-12Resolved issue: CONFOUND-12Garret Wilson
- Improve convenience methods for directly loading configurations from resources.CONFOUND-11Resolved issue: CONFOUND-11Garret Wilson
- Change optional primitive methods to return specialized optional classes.CONFOUND-10Resolved issue: CONFOUND-10Garret Wilson
- Rename Configuration methods returning Optional to use the pattern findXXX().CONFOUND-9Resolved issue: CONFOUND-9Garret Wilson
- Add JNDI configuration implementation.CONFOUND-8Resolved issue: CONFOUND-8Magno Nascimento
- Conflate Configuration and Parameters interfaces.CONFOUND-7Resolved issue: CONFOUND-7Garret Wilson
- Class for XML configuration not placed in the correct module.CONFOUND-6Resolved issue: CONFOUND-6Magno Nascimento
- File formats don't use parent configurationCONFOUND-5Resolved issue: CONFOUND-5Magno Nascimento
- Add date/time support.CONFOUND-4Garret Wilson
- Add support for loading a configuration from resources.CONFOUND-3Resolved issue: CONFOUND-3Garret Wilson
- Add XML configuration file format supportCONFOUND-2Resolved issue: CONFOUND-2Magno Nascimento
- Add Confound support for the TURF file format.CONFOUND-1Resolved issue: CONFOUND-1Garret Wilson
31 of 31
Improve `Optional<>` method naming.
Fixed
Description
Environment
None
Details
Details
Details
Created November 10, 2023 at 9:40 PM
Updated November 14, 2023 at 1:59 PM
Resolved November 10, 2023 at 10:22 PM
Activity
Show:
Analogous to , improve the naming of methods such as
Confound.getDefaultConfigurationConcern()
to an appropriate name for returning anOptional<>
, in this caseClogr.findDefaultConfigurationConcern()
.