Evan Tahler (Airbyte)
08/16/2022, 4:12 PMInternationalization Warnings
Code Warning
Dm Found reliance on default encoding in io.airbyte.integrations.util.PostgresSslConnectionUtils.readFile(File): new java.io.FileReader(File)
Details
DM_DEFAULT_ENCODING: Reliance on default encoding
Found a call to a method which will perform a byte to String (or String to byte) conversion, and will assume that the default platform encoding is suitable. This will cause the application behaviour to vary between platforms. Use an alternative API and specify a charset name or Charset object explicitly.