Lance Reid
Lance Reid
Example properties file ``` properties #database=mysql database=hsql hibernate.dialect=${${database}.hibernate.dialect} hsql.hibernate.dialect=org.hibernate.dialect.HSQLDialect mysql.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect ``` With Owner hibernate.dialect resolves to `.hibernate.dialect}` With Apache commons configuration and Spring PropertyResolver hibernate.dialect resolves to `org.hibernate.dialect.HSQLDialect` Please add...
**SDK you're using (please complete the following information):** - Version 4.2.1 **Is your feature request related to a problem? Please describe.** IllegalArgumentException should be thrown when a value is provided...
Issue was raised against the Xero-Java repo at first and it was later moved to the Xero-OpenAPI repo. Please see details defined in this issue. https://github.com/XeroAPI/Xero-OpenAPI/issues/534 SDK you're using (please...