Today
-
r211
(Added connection.provider, suggested by Allen Cunningham (OL...) committed by arevilla
- Added connection.provider, suggested by Allen Cunningham (OLS) so that C3P0
shows up in JMX console. Thank you!
Added connection.provider, suggested by Allen Cunningham (OLS) so that C3P0
shows up in JMX console. Thank you!
Yesterday
Last 7 days
-
-
r208
(Upgrade to 2.8.0.CR7. Now JGroups jar/cfg moved to its own m...) committed by arevilla
- Upgrade to 2.8.0.CR7. Now JGroups jar/cfg moved to its own module
Fixed race conditions in the 'in' and 'rd' implementation that caused slowdowns.
Upgrade to 2.8.0.CR7. Now JGroups jar/cfg moved to its own module
Fixed race conditions in the 'in' and 'rd' implementation that caused slowdowns.
-
r207
(moved JGroups (2.8.0.CR7) to its own (config/lib only) modul...) committed by arevilla
- moved JGroups (2.8.0.CR7) to its own (config/lib only) module
moved JGroups (2.8.0.CR7) to its own (config/lib only) module
-
-
r205
(document dependencies) committed by arevilla
- document dependencies
-
r204
(researching issue with MD5Template
) committed by arevilla
- researching issue with MD5Template
researching issue with MD5Template
-
r203
(implement LocalSpace so that ReplicatedSpace can be used wit...) committed by arevilla
- implement LocalSpace so that ReplicatedSpace can be used with QMUX
implement LocalSpace so that ReplicatedSpace can be used with QMUX
Last 30 days
-
-
-
r200
(Used singular tense, and Context has "entries" not fields.
) committed by dbergert
- Used singular tense, and Context has "entries" not fields.
Used singular tense, and Context has "entries" not fields.
-
r199
(Changed the property names to be singular vs plural
) committed by dbergert
- Changed the property names to be singular vs plural
Changed the property names to be singular vs plural
-
r198
(Missing import FSDMsg
) committed by dbergert
- Missing import FSDMsg
-
r197
(Updated ProtectDebugInfo:
Uses cfg.getAll instead of String...) committed by dbergert
- Updated ProtectDebugInfo:
Uses cfg.getAll instead of StringTokenizer
Adds protection for FSDMsg
Makes protect fields configurable for ISOMsg and FSDMsg
Includes sample participant configuration
Updated ProtectDebugInfo:
Uses cfg.getAll instead of StringTokenizer
Adds protection for FSDMsg
Makes protect fields configurable for ISOMsg and FSDMsg
Includes sample participant configuration
-
r196
(Add ProtectDebugInfo with configurable protected and wiped f...) committed by dbergert
- Add ProtectDebugInfo with configurable protected and wiped fields to truncate or remove data from
the context dump to the q2.log that occurs whenusing the Debug Participant.
usage:
<participant class="org.jpos.transaction.ProtectDebugInfo" logger="Q2" realm="debug">
<property name="protected-fields" value="REQUEST, RESPONSE, ACCOUNT_NUMBER" />
<property name="wiped-fields" value="EXPDATE, PAN" />
</participant>
<participant class="org.jpos.transaction.Debug" logger="Q2" realm="debug" />
Add ProtectDebugInfo with configurable protected and wiped fields to truncate or remove data from
the context dump to the q2.log that occurs whenusing the Debug Participant.
usage:
<participant class="org.jpos.transaction.ProtectDebugInfo" logger="Q2" realm="debug">
<property name="protected-fields" value="REQUEST, RESPONSE, ACCOUNT_NUMBER" />
<property name="wiped-fields" value="EXPDATE, PAN" />
</participant>
<participant class="org.jpos.transaction.Debug" logger="Q2" realm="debug" />
-
Earlier this year
-
-
-
r192
(createBalanceCache now returns the computed Balance so it ca...) committed by arevilla
- createBalanceCache now returns the computed Balance so it can be used by the application (jPTS
ComputeBalances participant)
createBalanceCache now returns the computed Balance so it can be used by the application (jPTS
ComputeBalances participant)
-
r191
(added bulk deleteBalanceCache method
) committed by arevilla
- added bulk deleteBalanceCache method
added bulk deleteBalanceCache method
-
r190
(BalanceCache are reusable now
) committed by arevilla
- BalanceCache are reusable now
BalanceCache are reusable now
-
r189
(no need to invalidate checkpoints if postDate == timestamp
) committed by arevilla
- no need to invalidate checkpoints if postDate == timestamp
no need to invalidate checkpoints if postDate == timestamp
-
r188
(added BalanceCache support - initial tests
) committed by arevilla
- added BalanceCache support - initial tests
added BalanceCache support - initial tests
-
r187
(create BalanceCache entries
) committed by arevilla
- create BalanceCache entries
create BalanceCache entries
-
r186
(getBalances now supports a maxId parameter (max GLEntry id) ...) committed by arevilla
- getBalances now supports a maxId parameter (max GLEntry id) to be used along with the
new BalanceCache (work in progress)
getBalances now supports a maxId parameter (max GLEntry id) to be used along with the
new BalanceCache (work in progress)
-
r185
(BalanceCache, to be used to cache latest balance for a given...) committed by arevilla
- BalanceCache, to be used to cache latest balance for a given layer set,
regardless of posting date
BalanceCache, to be used to cache latest balance for a given layer set,
regardless of posting date
-
r184
(Use Arrays.equals instead of building two String objects jus...) committed by arevilla
- Use Arrays.equals instead of building two String objects just for comparison
Use Arrays.equals instead of building two String objects just for comparison
-
-
r182
(use timestamp in postDate so we can have multiple checkpoint...) committed by arevilla
- use timestamp in postDate so we can have multiple checkpoints per day
use timestamp in postDate so we can have multiple checkpoints per day
-
r181
(minor changes, fixed a few unused imports and missing javado...) committed by arevilla
- minor changes, fixed a few unused imports and missing javadocs (still a lot to fix)
minor changes, fixed a few unused imports and missing javadocs (still a lot to fix)
-
-
-
r178
(added import/export scripts
) committed by arevilla
- added import/export scripts
added import/export scripts
-
-
r176
(JE moved to trunk/modules/jpos/lib
) committed by arevilla
- JE moved to trunk/modules/jpos/lib
JE moved to trunk/modules/jpos/lib
-
-
r174
(moved BDB to jPOS module) committed by arevilla
- moved BDB to jPOS module
-
r173
(moved BDB to jPOS module) committed by arevilla
- moved BDB to jPOS module
-
r172
(Upgraded Berkeley DB Java Edition from 3.3.82 to 3.3.87
Move...) committed by arevilla
- Upgraded Berkeley DB Java Edition from 3.3.82 to 3.3.87
Moved jar to its own directory in preparation to add a new module bdbspace.
(Berkeley DB JE based Space, a good candidate that could replace our jdbmspace)
Upgraded Berkeley DB Java Edition from 3.3.82 to 3.3.87
Moved jar to its own directory in preparation to add a new module bdbspace.
(Berkeley DB JE based Space, a good candidate that could replace our jdbmspace)
-
r171
(Added Lucene based LogListener) committed by arevilla
- Added Lucene based LogListener
Added Lucene based LogListener
-
r170
(removed old ehcache 1.2.3
) committed by arevilla
- removed old ehcache 1.2.3
removed old ehcache 1.2.3
-
r169
(Upgrade to JPublish4 r256) committed by arevilla
- Upgrade to JPublish4 r256
Upgrade to JPublish4 r256
-
r168
(Upgraded ehcache from 1.2.3 to 1.6.0) committed by arevilla
- Upgraded ehcache from 1.2.3 to 1.6.0
Upgraded ehcache from 1.2.3 to 1.6.0
-
-
r166
(jPOS r2769 along with its source code
) committed by arevilla
- jPOS r2769 along with its source code
jPOS r2769 along with its source code
-
r165
(use Restrictions instead of the deprecated Expression
) committed by arevilla
- use Restrictions instead of the deprecated Expression
use Restrictions instead of the deprecated Expression
-
r164
(Upgrade from Hibernate 3.2.5.GA to 3.3.2.GA) committed by arevilla
- Upgrade from Hibernate 3.2.5.GA to 3.3.2.GA
Upgrade from Hibernate 3.2.5.GA to 3.3.2.GA
-
r163
(added SLF4J required by new Hibernate (3.3.2.GA)
) committed by arevilla
- added SLF4J required by new Hibernate (3.3.2.GA)
added SLF4J required by new Hibernate (3.3.2.GA)
-
r162
(currency at the char-of-accounts level is not required now
) committed by arevilla
- currency at the char-of-accounts level is not required now
currency at the char-of-accounts level is not required now
|