Removed references to the Update Tool in docs - #25655
Conversation
Signed-off-by: Atwijukire Ariho Seth <120330466+Ariho-Seth@users.noreply.github.com>
|
Hello @OndroMih, please review this PR and see if there's anything to adjust |
| For information about how to create IPS packages, see the | ||
| http://wikis.oracle.com/display/IpsBestPractices/[IPS best practices | ||
| document] (`http://wikis.oracle.com/display/IpsBestPractices/`). |
| [--virtualservers virtual_servers] | ||
| [--contextroot context_root] | ||
| [--precompilejsp={false|true}] | ||
| [--verify={false|true}] |
There was a problem hiding this comment.
This can stay, see comment below.
| [--force={false|true}] | ||
| [--virtualservers virtual_servers] | ||
| [--contextroot context_root] | ||
| [--verify={false|true}] |
There was a problem hiding this comment.
Can stay, as per my other comment.
| during deployment. Instead, JSPs are compiled during runtime. | ||
| Default is false. | ||
|
|
||
| --verify |
There was a problem hiding this comment.
Can stay, as per my other comment - just remove the reference to the Update Tool
| [--generatermistubs={false|true}] | ||
| [--contextroot context_root] | ||
| [--precompilejsp={true|false}] | ||
| [--verify={false|true}] |
There was a problem hiding this comment.
Can stay, as per my other comment
| during deployment. Instead, JSPs are compiled during runtime. | ||
| Default is false. | ||
|
|
||
| --verify |
There was a problem hiding this comment.
Can stay, as per my other comment - just remove the reference to the Update Tool
There was a problem hiding this comment.
Sure thing, I've added the suggested changes, Please peruse through and see .
Signed-off-by: Atwijukire Ariho Seth <120330466+Ariho-Seth@users.noreply.github.com>
| `--verify`:: | ||
| If set to true and the required verifier packages are installed from | ||
| the Update Tool, the syntax and semantics of the deployment descriptor | ||
| is verified. Default is `false`. |
There was a problem hiding this comment.
Please revert the indentation (remove the additional spaces in the beginnings of lines)
| `--verify`:: | ||
| If set to true and the required verifier packages are installed from | ||
| the Update Tool, the syntax and semantics of the deployment descriptor | ||
| is verified. Default is `false`. |
There was a problem hiding this comment.
Please revert the indentation (remove the additional spaces in the beginnings of lines)
| `--verify`:: | ||
| If set to true and the required verifier packages are installed from | ||
| the Update Tool, the syntax and semantics of the deployment descriptor | ||
| is verified. Default is `false`. |
There was a problem hiding this comment.
Please revert the indentation (remove the additional spaces in the beginnings of lines)
OndroMih
left a comment
There was a problem hiding this comment.
All looks good in the final PDFs, just remove the unnecessry indentation to keep things aligned in the source.
Signed-off-by: Atwijukire Ariho Seth <120330466+Ariho-Seth@users.noreply.github.com>
Sorry about that negligence :), but I hope now all is good. |
|
I'm a bit pedantic :) Now I noticed that you put back mentions of Update Tool in the documentation of the Can you remove Update Tool everywhere, so that it reads something like: |
Signed-off-by: Atwijukire Ariho Seth <120330466+Ariho-Seth@users.noreply.github.com>
"Pediatric!", I think it's fine to choose quality, |
OndroMih
left a comment
There was a problem hiding this comment.
I think you missed to remove mention of Update Tool in deploy.1, deploydir.1 and redeploy.1 files.
There are still some references to the Update Tool in the upgrade guide, but I think we can leave them there. The upgrade guide should be completely updated, I raised an issue for that: #25656
| @@ -95,7 +95,6 @@ OPTIONS | |||
| If set to true and the required verifier packages are installed | |||
| from the Update Tool, the syntax and semantics of the deployment | |||
There was a problem hiding this comment.
One more reference to Update Tool to remove :)
|
I would also remove mentions of the Update Tool in the FAQ. The documentation is for the current GlassFish version, not for legacy versions. And the Update Tool is not available anymore. Not even for old GlassFish versions, because the update service is not available anymore. The Update Tool may be there it it wouldn't be able to download and install modules. We still have documentation for GlassFish 5, which is available here: https://glassfish.org/docs/#5.1.0. This documentation contains info about the Update Tool and we're not going to remove it from there. |
Signed-off-by: Atwijukire Ariho Seth <120330466+Ariho-Seth@users.noreply.github.com>
|
I've also removed its references from the FAQs too |
|
Perfect. One last thing - can you remove references to Update Tool also in deploy.1 and redeploy.1 files? |
Signed-off-by: Atwijukire Ariho Seth <120330466+Ariho-Seth@users.noreply.github.com>
Hello @OndroMih, are there changes we need to add in here? |
|
All good now, thanks @Ariho-Seth ! |
|
Welcome @OndroMih, Thanks for your unwavering efforts to improve me too. |
Removed references to the Update Tool in docs
In this PR, the Update tool is removed from the docs since it doesn't exist in Eclipse GlassFish anymore.
Fixes #24304