g0ddest / fixedlength

Fast simple zero-dependency Java library to parse fixed length files
Apache License 2.0
20 stars 6 forks source link

StackOverflowError when SplitLineAfter returns 0 #17

Closed motofix closed 2 years ago

motofix commented 2 years ago

When SplitLineAfter returns 0, the original record is returned leading to an infinite loop. If SplitLineAfter returns 0 then the record processing should stops.

PR is coming.

motofix commented 2 years ago

Would it be possible to create a release after the merge ?

g0ddest commented 2 years ago

Thank you! Version 0.7 is ready and deployed.

motofix commented 2 years ago

Thanks!

motofix commented 2 years ago

The release does not seem to be available on maven central, do you confirm ?

g0ddest commented 2 years ago

Sorry, it's still staging in oss repo, soon it will be generally available.

motofix commented 2 years ago

Ok, thanks for the update.

g0ddest commented 2 years ago

It's already synced with repo1.maven.org : https://repo1.maven.org/maven2/name/velikodniy/vitaliy/fixedlength/0.7/