You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces a new method `withPlugins` to also get rid
of the _labs_ part and be in line with the `withPlugins(MountableFile plugins)`
method.
Copy file name to clipboardExpand all lines: docs/modules/databases/neo4j.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -73,13 +73,12 @@ Whole directories work as well:
73
73
74
74
### Add Neo4j Docker Labs plugins
75
75
76
-
Add any Neo4j Labs plugin from the [Neo4j Docker Labs plugin list](https://neo4j.com/docs/operations-manual/4.4/docker/operations/#docker-neo4jlabs-plugins).
76
+
Add any Neo4j Labs plugin from the [Neo4j 4.4 Docker Labs plugin list](https://neo4j.com/docs/operations-manual/4.4/docker/operations/#docker-neo4jlabs-plugins)
77
+
or [Neo4j 5 plugin list](https://neo4j.com/docs/operations-manual/5/configuration/plugins/).
77
78
78
79
!!! note
79
-
At the moment only the plugins available from the list Neo4j Docker 4.4 are supported by type.
80
-
If you want to register another supported Neo4j Labs plugin, you have to add it manually
81
-
by using the method `withLabsPlugins(String... neo4jLabsPlugins)`.
82
-
Please refer to the list of [supported Docker image plugins](https://neo4j.com/docs/operations-manual/current/docker/operations/#docker-neo4jlabs-plugins).
80
+
The methods `withLabsPlugins(Neo4jLabsPlugin...)` and `withLabsPlugins(String... plugins)` are deprecated.
81
+
Please the method `withPlugins(String... plugins)`.
0 commit comments