This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 6e764ca6963f62dfbcfbf619a0c6dbce09765587 Author: Andy Seaborne <[email protected]> AuthorDate: Sat Nov 15 11:26:23 2025 +0000 Remove deprecated classes, methods and constants (jena-shacl) --- jena-shacl/src/main/java/org/apache/jena/shacl/Shapes.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/jena-shacl/src/main/java/org/apache/jena/shacl/Shapes.java b/jena-shacl/src/main/java/org/apache/jena/shacl/Shapes.java index 10650db20e..3285bf1e96 100644 --- a/jena-shacl/src/main/java/org/apache/jena/shacl/Shapes.java +++ b/jena-shacl/src/main/java/org/apache/jena/shacl/Shapes.java @@ -87,17 +87,6 @@ public class Shapes implements Iterable<Shape> { return parseAll(graph); } - /** - * Parse the graph and return the shapes connected to the targets. - * - * @deprecated Use {@link #parse(Graph)}. - */ - @Deprecated(forRemoval = true) - public static Shapes parseTargets(Graph graph) { - Shapes shapes = parseProcess(graph, Collections.emptyList()); - return shapes; - } - /** * Parse the graph and also include all declared (have rdf:type) node and * property shapes (i.e. have rdf:type sh:NodeShape or sh:PropertyShape) whether
