coherence-community / oracle-bedrock

Oracle Bedrock
Other
54 stars 31 forks source link

Allow the JavaApplicationRunner class to be overridden for Java applications #419

Closed thegridman closed 7 years ago

thegridman commented 7 years ago

When Bedrock launches a Java application it uses the com.oracle.bedrock.runtime.java.JavaApplicationRunner to run the actual main class. It should be possible to override the name of the launcher class that will be used as some applications may need to do initialisation prior to the JavaApplicationRunner being invoked.

brianoliver commented 7 years ago

The requirement for this is no longer valid.

brianoliver commented 7 years ago

While it's not required, this issue is actually fixed by #422