This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch release/2.6.0
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/release/2.6.0 by this push:
new 445a19fb01 Fixes #3369 Update installation-configuration.adoc
new e6765f7795 Merge pull request #3371 from thadguidry/patch-5
445a19fb01 is described below
commit 445a19fb0189e03986a1dd65b2955c473bb331b9
Author: Thad Guidry <[email protected]>
AuthorDate: Fri Nov 10 07:47:10 2023 +0800
Fixes #3369 Update installation-configuration.adoc
Fixes #3369
Document where custom jar libraries are to be placed by expanding the JDBC
Drivers section in installation and configuration.
---
.../modules/ROOT/pages/installation-configuration.adoc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/installation-configuration.adoc
b/docs/hop-user-manual/modules/ROOT/pages/installation-configuration.adoc
index de0f01cd29..fe255a32e3 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/installation-configuration.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/installation-configuration.adoc
@@ -165,7 +165,7 @@ include::snippets/variables/hop-plugin-base-folders.adoc[]
include::snippets/variables/hop-shared-jdbc-folder.adoc[]
-=== JDBC Drivers and other plugin dependencies
+=== JDBC Drivers, Jars, Libraries, and other plugin dependencies
Hop comes with built-in support for tens of databases and a large number of
other technologies.
@@ -175,6 +175,10 @@ Download the necessary drivers or other required libraries
and add them to your
For example, to add a JDBC driver for the MySQL database, download the MySQL
JDBC jar file and add it to `<PATH>/hop/plugins/databases/mysql`.
+Add any custom jars in `lib/core` in your Hop installation folder to make
those libraries available for your entire Hop installation.
+
+Add any custom jars to `plugins/transforms/janino/lib` to make them available
for the User Defined Java Class transform.
+
=== Technology configuration
Hop comes with built-in support for lots of technologies that may require
their own (installation and) configuration.