devareddy05 commented on code in PR #23439: URL: https://github.com/apache/camel/pull/23439#discussion_r3283597789
########## components/camel-jasypt/src/main/docs/jasypt.adoc: ########## @@ -34,6 +34,13 @@ for this component: == Tooling +[WARNING] +==== +The command line utility shipped with `camel-jasypt` (the `Main` class) is *deprecated* and will be removed in a +future Camel release. Use the official link:http://www.jasypt.org/cli.html[Jasypt CLI] instead — it is the Review Comment: Thanks @jamesnetherton , Good catch, fixed in `7a107290`. The `jasypt.org` Maven site has been decommissioned and now redirects to the GitHub repo, which also notes that the library is no longer maintained. Since `cli.html` no longer resolves, I updated the warning, Javadoc, and upgrade-guide entry to point to the `jasypt-1.9.3` GitHub release page, where the standalone `encrypt.sh`, `decrypt.sh`, and `digest.sh` scripts are actually published. Verified the updated URL returns HTTP 200. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
