]
Paul Ferraro updated ISPN-1518:
-------------------------------
Fix Version/s: 8.2.0.Alpha1
8.1.1.Final
Log the Infinispan version information once
-------------------------------------------
Key: ISPN-1518
URL:
https://issues.jboss.org/browse/ISPN-1518
Project: Infinispan
Issue Type: Feature Request
Affects Versions: 5.1.0.BETA4
Reporter: Randall Hauch
Assignee: Paul Ferraro
Priority: Minor
Fix For: 8.2.0.Alpha1, 8.1.1.Final
When running unit tests for a system that uses Infinispan, the log is filled with the
following messages:
{code}
INFO ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.0.BETA4
{code}
It looks like this may be logged each time an Infinispan cache manager is instantiated,
but it would be really nice if this were done only once, perhaps in a static initializer
for one of the classes. This would likely mean little change for production systems.