Skip to content

Commit

Permalink
Fix SystemStateFailureException javadoc
Browse files Browse the repository at this point in the history
We have a complaint during staging, correct the documentation.

JIRA: INFRAUTILS-104
Change-Id: Ifb0977eacd51ba34a7a6530a795ed600438d1866
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Feb 11, 2025
1 parent 3244b6a commit 921bab4
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
import org.osgi.framework.BundleActivator;

/**
* Exception thrown (only) by
* {@link TestBundleDiag#checkBundleDiagInfos(long, java.util.concurrent.TimeUnit)}
* if there are any OSGi bundles that failed to start. This is based on not only {@link Bundle#getState()}'s
* {@link Bundle#ACTIVE}, but also DI wiring systems such as blueprint containers. The Exceptions' message
* will likely contain a longer multi-line String with extensive technical details including all failed
* bundles' states, detailed technical information related to OSGi bundle and blueprint resolution,
* and possibly exceptions incl. stack traces thrown by {@link BundleActivator} start() methods and
* dependency injection object wiring {@literal @}PostConstruct "init" type methods.
* Exception used (only) by {@link KarafSystemReady} if there are any OSGi bundles that failed to start. This is based
* on not only {@link Bundle#getState()}'s {@link Bundle#ACTIVE}, but also DI wiring systems such as blueprint
* containers.
*
* <p>The {@link #getMessage() message} will likely contain a longer multi-line String with extensive technical details
* including all failed bundles' states, detailed technical information related to OSGi bundle and blueprint resolution,
* and possibly exceptions incl. stack traces thrown by {@link BundleActivator} start() methods and dependency injection
* object wiring {@code PostConstruct} "init" type methods.
*
* @author Michael Vorburger.ch
*/
Expand Down

0 comments on commit 921bab4

Please sign in to comment.