Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support for 8 digit bins on ISOUtil #496

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 17, 2022

  1. feat: Support for 8 length bines on ISOUtil

    Configured with the environment property ${jpos.util.bin.length}, it
    should be a comma separated list of bines.
    
    For example, if there are two 8 length bines "4000000" and "2000000",
    then this property should be:
    
     jpos.util.bin.length = 4000000,2000000
    
    fixes jpos#475
    
    Signed-off-by: Arturo Volpe <[email protected]>
    aVolpe committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    b49b673 View commit details
    Browse the repository at this point in the history