If an enum field in a CRD has a default value, then the Java code generated by java-gen contains an assignment of a string literal to an enum variable, which cannot be compiled. ...
String pool is a storage space in the Java heap memory where string literals are stored. It is also known as String Constant Pool or String Intern Pool. It is privately maintained by the Java String ...