Create "completion" message for the Enhancement processing
----------------------------------------------------------
Key: OPENJPA-1881
URL: https://issues.apache.org/jira/browse/OPENJPA-1881
Project: OpenJPA
Issue Type: Bug
Components: Enhance
Affects Versions: 2.1.0
Reporter: Kevin Sutter
Assignee: Kevin Sutter
Priority: Minor
Fix For: 2.1.0
The Enhance trace log outputs a message indicating whether enhancement is
necessary or not (true or false). And, if enhancement is necessary, a message
is logged indicating that this process is starting and which classloader is
being used. But, there is no "enhancement complete" message. And, following
an idea from the WebSphere App Server, knowing the before and after byte size
might be interesting. So, this JIRA will be used to log a message similar to
the following when the enhancement processing is complete:
719 TRACE [main] openjpa.Enhance - Enhancement for "my/entities/OrderlineJPA"
completed. Class size: [3,292/14,045]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.