Need a special offer?Find out if your project fits.
+

Can you change the com.flexmonster.compressor.readers.ColumnType to a public class?

Answered
Bai Li asked on October 9, 2019

We need to implement our own version of DbReader by extending your com.flexmonster.compressor.readers.DbReader. However the com.flexmonster.compressor.readers.ColumnType used in the DbReader is not a public class, it is not accessible unless we put our implementation class into the flexmonster package.
In your future release, is it ok to change the com.flexmonster.compressor.readers.ColumnType to a public class?

6 answers

Public
Ian Sadovy Ian Sadovy Flexmonster October 10, 2019

Hello Bai Li,
 
Thank you for writing.
Yes, we can make ColumnType class public.
Could you please specify, are you using DLL from our package or from NuGet
 
Thanks,
Ian

Public
Ian Sadovy Ian Sadovy Flexmonster October 10, 2019

Seems that com.flexmonster.compressor.readers.ColumnType is presented only in Java.
So, could you please confirm that you are using Compressor for Java?
 
Thanks,
Ian

Public
Bai Li October 10, 2019

Yes, we are using the Compressor for Java. 

Public
Ian Sadovy Ian Sadovy Flexmonster October 11, 2019

Hello Bai Li,
 
Thank you for confirming.
The update will be released in the next minor release (ETA Oct 21).
 
Best regards,
Ian

Public
Vera Didenko Vera Didenko Flexmonster October 23, 2019

Hello, Bai Li,
 
We are pleased to inform you that com.flexmonster.compressor.readers.ColumnType was made a public enum.
 
This is available in the 2.7.17 version of Flexmonster: https://www.flexmonster.com/release-notes/
 
You are welcome to update the component.
Here is our updating to the latest version tutorial for guidance: https://www.flexmonster.com/doc/updating-to-the-latest-version/ 
A kind reminder is to update Flexmonster Data Compressor also: https://www.flexmonster.com/doc/updating-to-the-latest-version/#!compressor
 
Please contact us in case any questions arise.
 
Best Regards,
Vera

Public
Bai Li October 23, 2019

That is great! Thanks a lot!

Please login or Register to Submit Answer