coherence-community / oracle-bedrock

Oracle Bedrock
Other
54 stars 31 forks source link

Introduce option to enable/disable adding bedrock dependencies to the classpath #422

Closed brianoliver closed 7 years ago

brianoliver commented 7 years ago

When creating a custom ClassPath and/or using Maven to define a ClassPath for a Java-based application, developers will often forget/leave out the Bedrock dependencies, required for launching and running the said Java applications.

For example, developers should always include the class path of the Bedrock JavaApplicationRunner, otherwise Bedrock will fail to launch the application.

While adding this automatically is a good default, we should provide an option to explicitly enable/disable this ClassPath / dependencies change.