-
Notifications
You must be signed in to change notification settings - Fork 305
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
PAYARA-1153 Enable to turn on Weld development mode and the Probe tool #1763
Conversation
jenkins test please |
One or more tests have failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we call the command line option cdiDevMode just to make it more explicit?
Also can we also add this as a flag in the administration console which can be set during deployment?
Hi @smillidge , Just for confirmation, administration console means here a UI (checkbox) option in deployment page. |
Great to see this being worked on! This is a killer feature for development stage! |
jenkins test please |
One or more tests have failed |
yeah a checkbox on the deployment page. |
jenkins test please |
Quick build and test passed! |
fixes #1001 |
@@ -913,6 +913,8 @@ deploy.deploymentOrder=Orden de Despliegue: | |||
deploy.deploymentOrderHelp=N\u00famero que determina el orden de carga de la aplicaci\u00f3n al iniciar el servidor. Los n\u00fameros inferiores se cargan en primer lugar. El valor por defecto es 100. | |||
deploy.deploymentTime=Tiempo de Despliegue: | |||
deploy.deploymentTimeHelp=El tiempo necesario para desplegar la aplicaci\u00f3n en milisegundos. | |||
deploy.cdiDevMode=Modo de desarrollo de CDI | |||
deploy.cdiDevModeHelp=Permite inspeccionar los componentes del CDI de la aplicaci\u00f3n en tiempo de ejecuci\u00f3n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better say "componentes de CDI" over "del CDI"
@jGauravGupta can you resolve @ggam's comment |
jenkins test please |
Quick build and test passed! |
jenkins test please |
Quick build and test passed! |
jenkins test please |
Quick build and test passed! |
Quick build and test passed! |
Available options to enable Weld Probe tool :
web.xml :
System Properties :
Deploy using console :
Update using console :