FAQ | This is a LIVE service | Changelog

Skip to content

Casing can be COBOL_CASE or dot.notation for properties

Jason Allen requested to merge property_case_coercing into master

When setting properties, the standard for Java is to use dot notation for system/config properties, however the dot symbol is not allowed in Gitlab for variables.

Other languages use COBOL case by preferences, so allows properties to searched for as COBOL casing and dot notated.

e.g. this.property and THIS_PROPERTY will now be seen as equal

Merge request reports

Loading