-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide means to get via properties file groupID, artifactid, and version for implementations of *Application class. #91
Comments
Thanks for this issue, @rsearls - actually to me it looks like we don't need for the |
Actually I think this should be a generic utility with a method, getProperty(key) and Why not consider using some MicroProfile impl. |
Hi, @rsearls. I'm Dosu, and I'm helping the intersmash team manage their backlog. I'm marking this issue as stale. Issue Summary:
Next Steps:
Thank you for your understanding and contribution! |
A standard mechanism is needed for implementations of *Application class
to retrieve groupID, artifactid, and version from the standard (external)
properties file.
Example see file, demos/ws-bootable-jar-example/jaxws/src/test/java/org/jboss/jaxws/SoapWildflyBootableOpenShiftJarApplication.java
These lines should not be hard coded.
The values should be retrievable from the properties file.
This enhancement needs to be generic so that any "key" can be specified
for retrieval.
The text was updated successfully, but these errors were encountered: