#29623

Thanks for all your informations again.

Could you add the switch for those elements in the next versions :

callParameters.append( “% PD4ML version: ” + getVersion() + “n” );
callParameters.append( “% JDK version: ” + System.getProperty( “java.version” ) + “n” );
callParameters.append( “% OS version: ” + System.getProperty( “os.name” ) + ” ” );
callParameters.append( System.getProperty( “os.version” ) + “n” );

It’s actually all we need to ensure our long terme binary comparaison and non regression on our file.

Furthermore, are you able to tell me when the next version will be available ?

Best regards,