openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Java-ISO8583
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 18 of 18
Search / Filter on:
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.
Enrique Zamudio (Chochos)
as chochos
More...
about 14 years ago
Started translating to Spanish some of the docs
Enrique Zamudio (Chochos)
as chochos
More...
about 14 years ago
The English version of the new site is ready.
Enrique Zamudio (Chochos)
as chochos
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.
Enrique Zamudio (Chochos)
as chochos
More...
about 14 years ago
Updated version to 1.3.4
Enrique Zamudio (Chochos)
as chochos
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.
Enrique Zamudio (Chochos)
as chochos
More...
about 14 years ago
Fixed missing stuff from CustomField48 (comparison, encoding). TestIsoMessage runs fine now.
Enrique Zamudio (Chochos)
as chochos
More...
about 14 years ago
Unit tests must be called "Test*.java" to be found by surefire.
Enrique Zamudio (Chochos)
as chochos
More...
about 14 years ago
Added some simple unit tests.
Enrique Zamudio (Chochos)
as chochos
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.
Enrique Zamudio (Chochos)
as chochos
More...
about 14 years ago
Update to SLF4J 1.5.11
Enrique Zamudio (Chochos)
as chochos
More...
over 14 years ago
Fixed the shell scripts to use SLF4J instead of JCL. Added Windows BAT files
Enrique Zamudio (Chochos)
as chochos
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.
Enrique Zamudio (Chochos)
as chochos
More...
about 17 years ago
Fixed build.xml to include example code when compiling.
Enrique Zamudio (Chochos)
as chochos
More...
about 17 years ago
Move client and server scripts to the example subdir.
Enrique Zamudio (Chochos)
as chochos
More...
over 17 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree