1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added javadoc to a couple of MessageFactory methods. Some more docs have been translated, and the pom now has my name. More... about 14 years ago
Started translating to Spanish some of the docs More... about 14 years ago
The English version of the new site is ready. More... about 14 years ago
The new copyFieldsFrom() method had problems with fields that had CustomField encoders. A getter has been added to IsoValue for the CustomField and it's used in the copyFieldsFrom() method. More... about 14 years ago
Updated version to 1.3.4 More... about 14 years ago
Made several changes that result in considerable performance improvements: - Fields inside the IsoMessage are now stored in an IsoValue[] instead of a map (this avoids the sorting step when encoding) - The constructor IsoValue(IsoType, T, int, CustomField) for LLVAR and LLLVAR types uses the received length parameter instead of reencoding the value with the CustomField; this results in much faster parsing performance. - FieldParseInfo passes the length of LLVAR and LLLVAR fields to the IsoValue constructor so that reencoding the value (or getting the length of the string) is not necessary. Field header length is checked to be digits when parsing ASCII. - IsoType now parses AMOUNT values as BigDecimals. - MessageFactory has separate code for parsing binary and ASCII messages. More... about 14 years ago
Fixed missing stuff from CustomField48 (comparison, encoding). TestIsoMessage runs fine now. More... about 14 years ago
Unit tests must be called "Test*.java" to be found by surefire. More... about 14 years ago
Added some simple unit tests. More... about 14 years ago
This is the mavenized version of the project, and it's the one I'll be working with from now on. More... about 14 years ago
Update to SLF4J 1.5.11 More... over 14 years ago
Fixed the shell scripts to use SLF4J instead of JCL. Added Windows BAT files More... about 15 years ago
Added a new project for Java 1.4; modified the ant build file to also build the JDK 1.4 jars as well as JDK 1.4 release files. More... about 17 years ago
Fixed build.xml to include example code when compiling. More... about 17 years ago
Move client and server scripts to the example subdir. More... over 17 years ago