Deprecated Features
Review the deprecated features in Oracle Graph Server and Client.
- Graph Visualization Extension in Jupyter
SqlGraphVisualization.visual_query()is deprecated. Instead, useSqlGraphVisualization.visualize_query().PgqlGraphVisualization.visual_query()is deprecated. Instead, usePgqlGraphVisualization.visualize_query().PgxGraphVisualization.visual_query()is deprecated. Instead, usePgxGraphVisualization.visualize_query().
visualize_query()inGraphVisualization()is deprecated. The function already returns a displayableGraphVisualizationinstance that can be used directly. - Graph Visualization Application
The Graph Visualization application which runs on
https://<server_host>:7007/dash/is deprecated. Instead, use the Graph Explorer interface in Graph Studio by opening the URLhttps://<server_host>:7007/graphstudioin your browser.If you access the deprecated URL
https://<server_host>:7007/dash/, you will be automatically redirected tohttps://<server_host>:7007/graphstudio/. - Administrator Dashboard URL
The Administrator Dashboard URL
https://<server_host>:7007/dash/is deprecated. Instead, usehttps://<server_host>:7007/graphstudio/.If you access the deprecated URL
, you will be automatically redirected tohttps://<server_host>:7007/dash/https://<server_host>:7007/graphstudio/. - Deprecated constructors in
oracle.pgx.apiEntityProviderMetaData(String name, IdType idType, Set<String> labels, List<PropertyMetaData> properties)is deprecated. Instead, useEntityProviderMetaData(String name, List<KeyColumnDescriptor> keyColumns, Set<String> labels, List<PropertyMetaData> properties).VertexProviderMetaData(String name, IdType idType, Set<String> labels, List<PropertyMetaData> properties, Set<String> edgeProviderNamesWhereSource, Set<String> edgeProviderNamesWhereDestination)is deprecated. Instead, useVertexProviderMetaData(String name, List<KeyColumnDescriptor> key, Set<String> labels, List<PropertyMetaData> properties, Set<String> edgeProviderNamesWhereSource, Set<String> edgeProviderNamesWhereDestination).
- Deprecated constructor in
oracle.pgx.configGraphResource.describeGraphLegacyFormat(ServletContext context, String sessionId, Request request, UriInfo uriInfo, DescribeGraphRequest describeGraphRequest)is deprecated. Instead, useGraphResource.describeGraph(ServletContext context, String sessionId, Request request, UriInfo uriInfo, DescribeGraphRequest describeGraphRequest). - Interfaces, Classes and Methods deprecated for
oracle.pgx.apiGraphBuilder.setConfigParameter(GraphBuilderConfig.Field, Object)is deprecated. Instead, use specific setter methods.AbstractServerConfig.getCaCerts()is deprecated.
Parent topic: Changes in This Release for This Guide