Skip to content

Commit 2cc9bb0

Browse files
authored
Maintain RDFa support
This flag is not ready for deprecation as it is used by 3rd party plugins. It would be good to set up an alternative mechanism for providing this support before this is deprecated. See #4779 for details.
1 parent a1973a3 commit 2cc9bb0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/RDFaParserSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public class RDFaParserSettings {
2626
* <p>
2727
* Defaults to {@link RDFaVersion#RDFA_1_0}.
2828
*/
29-
@Deprecated(since = "4.3.0", forRemoval = true)
3029
public static final RioSetting<RDFaVersion> RDFA_COMPATIBILITY = new RioSettingImpl<>(
3130
"org.eclipse.rdf4j.rio.rdfa.version", "RDFa Version Compatibility", RDFaVersion.RDFA_1_0);
3231

0 commit comments

Comments
 (0)