| helper method is using toLowerCase without providing any locale, this results in problems with Turkish locale since a property like "IsIsolationLevelGuaranteed" would be decapitalized into ısIsolationLevelGuaranteed. The first letter is not an i but an ı, which is an i without a dot.this breaks hk2's config setting, which also breaks Payara app server's connection pool configuration. |