[
https://issues.apache.org/jira/browse/VELOCITY-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969620#action_12969620
]
Adrian Tarau commented on VELOCITY-790:
---------------------------------------
Also does it make sense for Velocity "Boolean getBoolean(String key, Boolean
defaultValue)" to allow a null value for a configuration key?
I would say "boolean getBoolean(String key, boolean defaultValue)" should be
enough...a "primitive" type should not be allowed to have a null value,
default/safe value should be provided all the time.
> Improve configuration facility
> ------------------------------
>
> Key: VELOCITY-790
> URL: https://issues.apache.org/jira/browse/VELOCITY-790
> Project: Velocity
> Issue Type: Bug
> Components: Engine
> Affects Versions: 2.0
> Reporter: Antonio Petrelli
> Assignee: Adrian Tarau
> Fix For: 2.0
>
>
> Currently the whole configuration of Velocity Engine is managed by
> ExtendedProperties, a class from Commons Collections.
> An interface that abstracts from this implementation, and an implementation
> that uses normal Properties should be used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]