Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-beta2
-
None
-
Patch Available
Description
openjpa-kernel/src/main/java/org/apache/openjpa/conf/OpenJPAVersion.java
contains some hard coded text that could be moved to message properties file.
public void appendOpenJPABanner(StringBuilder buf)
{ buf.append(VENDOR_NAME).append(" "); buf.append(VERSION_NUMBER); buf.append("\n"); buf.append("version id: ").append(VERSION_ID); buf.append("\n"); buf.append("Apache svn revision: ").append(REVISION_NUMBER); buf.append("\n"); }