diff --git a/docs/recipes/README.md b/docs/recipes/README.md index ed77332de..e0e1098c9 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -140,7 +140,7 @@ Shows how to explicitly cast a component to a specific interface. Learn how to write CFML code directly in a function or a closure with Java types in Lucee. This guide demonstrates how to define functions and components with Java types, and how to use Java lambda functions within Lucee. You will see examples of how to handle exceptions, define return types, and implement functional Java interfaces (Lambdas) seamlessly. -## [Java Settings in Application.cfc](/docs/recipes/java-settings.md) +## [Java Settings in Application.cfc (Now with Maven Support)](/docs/recipes/java-settings.md) Guide on configuring Java settings in Lucee using Application.cfc diff --git a/docs/recipes/index.json b/docs/recipes/index.json index dd95e4b5f..0c1f9cb22 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -497,9 +497,9 @@ }, { "file": "java-settings.md", - "title": "Java Settings in Application.cfc", + "title": "Java Settings in Application.cfc (Now with Maven Support)", "path": "/docs/recipes/java-settings.md", - "hash": "e2d2e72d7019ece36553f54aa0593d19", + "hash": "cae010adbc2b292bfc8b5abfeb5d0027", "keywords": [ "Java settings", "Application.cfc",