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: Good catch — fixed in 7a107290. The jasypt.org Maven site was decommissioned (jasypt.org now redirects to the GitHub repo, which also notes the library is no longer maintained), so cli.html no longer resolves. I've repointed the warning and the upgrade-guide entry to the jasypt-1.9.3 GitHub release page, which is where the standalone encrypt.sh / decrypt.sh / digest.sh scripts actually ship. Verified 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]
