[ https://issues.apache.org/jira/browse/KARAF-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428628#comment-13428628
]
Jean-Baptiste Onofré commented on KARAF-1667:
---------------------------------------------
It doesn't make sense for me to have two different implementations of the startup mechanism
on trunk and karaf-2.3.x (which is the case currently).
I will review the two approaches and merge one to another. After a first quick look, the karaf-2.3.x
looks more clean to me (even if I would prefer to have the startup message in branding.properties
instead of config.properties, but it's not a big deal), the timing is better.
> Improve wait startup message
> ----------------------------
>
> Key: KARAF-1667
> URL: https://issues.apache.org/jira/browse/KARAF-1667
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-shell
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 3.0.0
>
>
> Now, when you start Karaf, you have a "wait message" looking like:
> Apache Karaf starting up. Press Enter to start the shell now ...
> Bundles - total: 75, active: 46, resolved: 1, installed: 28, startlevel: 30
> Bundles - total: 75, active: 55, resolved: 1, installed: 19, startlevel: 30
> Bundles - total: 75, active: 68, resolved: 1, installed: 6, startlevel: 30
> Bundles - total: 75, active: 70, resolved: 1, installed: 3, startlevel: 30
> Bundles - total: 75, active: 74, resolved: 1, installed: 0, startlevel: 100
> Bundles - total: 75, active: 74, resolved: 1, installed: 0, startlevel: 100
> Having the detail of the bundles is not interesting for the users (or just in "debug"
mode).
> A message like:
> Apache Karaf starting up. Press Enter to start the shell now .......
> (with a new dot each time).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|